/* 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; }
}
.right-tool-box {position: fixed; right:1%; top:65%;z-index:20; display: flex; flex-direction: column; flex-wrap: nowrap;}
.right-tool-box > div { margin-bottom: 10px;}
.right-tool-box > div img { width: 40px;}
#gotop { display: none; cursor: pointer;   text-align: center;}
#gotop a { display:inline-block; width:40px; height:40px;line-height: 35px;  background:#c82510; border-radius: 100%; font-size: 15px; color: #073E8D; position: relative; text-align: center; padding-top: 10px; cursor: pointer;box-shadow: 0px 0px 10px 0px rgba(0,0,0,0); border: 1px solid #c8102e;}
#gotop a:before { content: ""; position: absolute; width: 14px; height: 14px; display: block; border-width: 1px 1px 0 0; border-color: #fff; border-style: solid; transform: rotate(-45deg); top:16px; left: 12px;}
#gotop a:hover { opacity: 1;}

footer { border-top: 1px solid #ccc; padding: 25px 5%; letter-spacing: 0rem; font-size: 14px; line-height: 1.8; color: #666; font-weight: 400;}
footer a { color: #666;}

.footer-section { display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between;}
.footer-section a { display: inline-block;}
.footer-section a:hover { text-decoration: underline;}
.footer-section > div:nth-of-type(2) { text-align: right;}

.copyright {}

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

@media only screen and (max-width: 980px) {
	.footer-section { flex-direction: column;}
	.footer-section > div:nth-of-type(1) { padding-bottom: 15px;}
	.footer-section > div:nth-of-type(2) { text-align: left; }
	
}
@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) {
	
}