/* 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:5px; bottom:100px; cursor: pointer;  z-index:20; text-align: center;}
#gotop a { display:inline-block; width:50px; height:50px; border-radius: 100%; line-height: 50px; color:#fff; opacity:0.5;  filter: alpha(opacity=50); background:#000;}
#gotop a:hover { color:#fff; opacity:1;  filter: alpha(opacity=100);}

footer { background: #2660ad; padding: 70px 3% 0 3%; color: #fff; letter-spacing: 0.05rem; line-height: 110%;}
footer a {color: #fff!important;}
.footer-content { display: flex;flex-direction: row;flex-wrap: wrap; justify-content: space-between;}
.footer-content > div { padding-bottom: 30px;}
.footer-content > div:nth-of-type(1) { width: 29%;}
.footer-content > div:nth-of-type(2) { width: 29%;}
.footer-content > div:nth-of-type(3) { width: 36%;}
.footer-content > div:nth-of-type(4) { width: auto;}
.copyright { padding-bottom: 0 !important; position: relative; top:-70px; font-size: 12px;}
.copyright span { display: inline-block;}

.footer-title { font-size: 20px; border-bottom: 1px solid #fff; padding-bottom: 15px; margin-bottom: 20px; font-weight: 500;}
.footer-link { display: flex;flex-direction: row;flex-wrap: wrap; }
.footer-link > a { display: block; width: 30%; margin: 0 5% 20px 0;color: #fff; font-size: 16px; line-height: 1.5;}
.footer-link > a:nth-child(3n+3) {margin: 0 0 20px 0;}
/*.footer-link2 > a { width: 50%;}*/
.footer-link > a:hover { opacity: 0.5;}

.footer-logo { max-width: 360px; padding-bottom: 20px;}

.footer-info { display: flex;flex-direction: row;flex-wrap: wrap; font-size: 16px; }
.footer-info > div { padding-bottom: 20px; line-height: 140%;}
.footer-info > div:nth-child(odd) { width: 50px; }
.footer-info > div:nth-child(even) { width: calc(100% - 50px); padding-left: 10px; }
.number-size-1 { font-size: 20px;}
.number-size-2 { font-size: 28px;}
.number-size-3 { font-size: 32px;}

.footer-info2 { font-size: 14px; line-height: 180%;}
.footer-name { font-size: 18px; font-weight: 500; padding-bottom: 5px;}
.footer-info2-data { display: flex;flex-direction: row;flex-wrap: wrap; justify-content: space-between; align-items: flex-end;}
.footer-info2-data b { font-weight: 500;}
.footer-info2-data > div:nth-of-type(1) { width: 70%;}
.footer-info2-data > div:nth-of-type(2) { width: 30%;text-align: center;}

.social-info { display: flex; flex-direction: column; flex-wrap: wrap; margin-top: 15px;}
.social-info > div { padding: 0 15px 15px 0;display: flex; flex-direction: row; flex-wrap: nowrap;}
.social-info > div > div:nth-of-type(1) { width: 27px; line-height: 0;}
.social-info > div > div:nth-of-type(2) { width: calc(100% - 27px); padding-left: 2px;display: flex;flex-wrap: wrap;}
.social-info-txt { box-shadow:inset 0px 0px 0px 1px #fff; border-radius: 2px; line-height: 23px; padding: 2px 5px; display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center;}
.social-info-txt > div:nth-of-type(1) { font-weight: 500; padding-right: 10px; font-size: 13px;}
.social-info-txt > div:nth-of-type(2) { font-size: 12px; padding-left: 4px; border-left: 1px solid #fff;}



@media only screen and (max-width: 980px) {
    footer { padding-top: 40px;}
    .footer-content > div { width: 100% !important;}
    .copyright {  top:0px; padding-bottom: 30px !important;}
    .footer-logo { max-width: 280px; }
}
@media only screen and (max-width: 768px) {
    
}
@media only screen and (max-width: 640px) {
    
}
@media only screen and (max-width: 570px) {
}

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

}

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

}