/* 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:10px; bottom:100px; cursor: pointer;  z-index:20; text-align: center;}
#gotop a { display:inline-block; width:45px; height:45px;line-height: 40px;  background:#f08600; border-radius: 100%; font-size: 15px; color: #005ea6; position: relative; text-align: center; padding-top: 10px; cursor: pointer;box-shadow: 0px 0px 10px 0px rgba(0,0,0,0);}
#gotop a:before { content: ""; position: absolute; width: 12px; height: 12px; display: block; border-width: 2px 2px 0 0; border-color: #fff; border-style: solid; transform: rotate(-45deg); top:19px; left: 17px;}
#gotop a:hover { opacity: 0.8;}


footer { background:url("../images/footer-bg.png") no-repeat right bottom #191919; padding: 85px 5%; font-size: 16px; line-height: 30px; color: #fff; font-weight: 400; letter-spacing: 0.05rem;}

.footer-content { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between;}
.footer-content > div:nth-of-type(1) { max-width: 465px; width: 100%;}
.footer-content > div:nth-of-type(2) { padding-top: 115px; max-width: 340px; width: 100%;}

.footer-logo { padding-bottom: 22px; margin-bottom: 25px; border-bottom: 1px solid rgba(255,255,255,.2);}
.footer-logo img { width: 182px;}
.footer-phone { font-size: 40px; display: inline-block; line-height: 130%;}
.footer-link { padding-bottom: 18px;display: flex; flex-direction: row; flex-wrap: wrap; }
.footer-link > div { width: 50%;}
.footer-link > div > a { display: block; line-height: 36px; color: #fff; font-weight: 500;}
.footer-link > div > a:hover { color: #ff7600;}

.copyright {}


@media only screen and (max-width: 1365px) {
	
}

@media only screen and (max-width: 1279px) {
	
}
@media only screen and (max-width: 980px) {
	footer { padding: 45px 5%; font-size: 15px;}
	.footer-content > div { max-width: 100% !important;}
	.footer-content > div:nth-of-type(2) { padding-top: 30px; }
	.footer-phone { font-size: 30px;}
	.footer-link { font-size: 15px;}
}
@media only screen and (max-width: 768px) {
	footer { background:url("../images/footer-bg.png") no-repeat right bottom #191919; background-size: contain;}
}
@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) {
	
}