/* CSS Document */
a.tel, a.tel:hover { pointer-events: none; text-decoration:none !important; }
@media print, screen and (max-width: 999px){
a.tel, a.tel:hover { pointer-events: initial; }
}
#gotop { display: none; position: fixed; right:20px; bottom:100px; cursor: pointer;  z-index:20; text-align: center;}
#gotop a { display:inline-block; width:50px; height:50px;line-height: 35px;  background:rgba(255,255,255,1); border-radius: 100%; font-size: 14px; color: #959595; position: relative; text-align: center; padding-top: 15px; cursor: pointer;box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.1);}
#gotop a:before { content: ""; position: absolute; width: 14px; height: 14px; display: block; border-width: 1px 1px 0 0; border-color: #959595; border-style: solid; transform: rotate(-45deg); top:13px; left: 17px;}
#gotop a:hover { opacity: 0.8;}


footer{  border-bottom: 20px solid #293d82; padding: 30px 5% 20px 5%; background: #eeedee; font-size: 17px; line-height: 25px; color: #293d82;}

.footer-content { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; max-width: 1380px; margin:0 auto;}
.footer-content > div { padding-bottom: 20px;}
.footer-content > div:nth-of-type(1) { width:29%;}
.footer-content > div:nth-of-type(1) a { color: #293d82 !important;}
.footer-content > div:nth-of-type(2) { width: 69%; padding-top: 88px;}

.footer-logo { line-height: 0; padding-bottom: 12px; margin-bottom: 20px; border-bottom: 1px solid #293d82;}
.footer-information{font-weight: bold;}
.footer-information > span{font-weight: 400;}
.footer-title { padding-bottom: 17px; margin-bottom: 20px; border-bottom: 1px solid #293d82;font-weight:bold;}

.footer-link { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between;}
.footer-link > div {  /*width: 11.11%;*/}
.footer-link > div:nth-of-type(2) { width:13%;}
.footer-link > div:nth-of-type(4) { width:11%;}
.footer-link-1 a { display: block; font-weight: bold; padding-bottom: 10px;color: #293d82;}
.footer-link-2 a { display: block; padding-bottom: 10px;color: #293d82; font-size: 16px;font-weight: 400;/*white-space: nowrap;*/}
.footer-link-1 a:hover, .footer-link-2 a:hover { color: #7cc623;}
.footer-link-50 { display: flex; flex-direction: column; flex-wrap: wrap;}
.footer-link-50 > div { width: 100%;}

@media only screen and (max-width: 1279px) {
	.footer-content > div:nth-of-type(1) { width: 100%;}
	.footer-content > div:nth-of-type(2) { width: 100%; padding-top: 20px;}
	.footer-link > div:nth-of-type(3) {width: auto;}
	.footer-link > div:nth-of-type(2) { width: 11%;}
    .footer-link > div:nth-of-type(4){width: 10%;}
}

@media only screen and (max-width: 980px) {
	footer { padding-bottom: 0;}
	.footer-link { justify-content: flex-start;}
	.footer-link > div {  width: 20%; padding-bottom: 20px;padding-right: 10px;}
	.footer-link > div:nth-of-type(2) { width: 37%;}
    .footer-link > div:nth-of-type(3){width: 23%;}
    .footer-link > div:nth-of-type(4){width: 20%;}
}
@media only screen and (max-width: 768px) {
	
	
}
@media only screen and (max-width: 640px) {
	
}
@media only screen and (max-width: 570px) {
	.footer-link > div {  width: 33.33%; }
	.footer-link > div:nth-of-type(2) { width: 66.66%;}
	.footer-link > div:nth-of-type(3){width: 33.33%;}
    .footer-link > div:nth-of-type(4){width: 33.33%;}
	
}

@media only screen and (max-width: 414px) {
	
}

@media only screen and (max-width: 360px) {
	.footer-link > div {  width: 50%; }
    .footer-link > div:nth-of-type(3){width: 50%;}
    .footer-link > div:nth-of-type(2) { width: 100%;}
}