/* 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:#615d65; 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 { border-top: 5px solid #615d65; padding: 34px 5%; letter-spacing: 0.1rem; color: #333; font-size: 17px; line-height: 30px; font-weight: 400;}

.footer-section { display: flex ; flex-direction: row; flex-wrap: wrap; justify-content: space-between;}
.footer-section > div:nth-of-type(1) { width: 126px;}
.footer-section > div:nth-of-type(2) { width: calc(100% - 126px); padding: 12px 0 0 40px;}
.footer-section-title { font-size: 20px; font-weight: 500; color: #222; line-height: 110%; padding-bottom: 15px;}
.footer-section-title > span { font-size: 16px; font-weight: 400; display: block; padding-top: 5px;}
.footer-section-info { display: flex ; flex-direction: row; flex-wrap: nowrap; justify-content: space-between;}
.footer-section-info > div:nth-child(1) .footer-info{width: 240px;}
.footer-info { display: flex ; flex-direction: row; flex-wrap: nowrap; align-items: flex-start; padding-right: 10px;}
.footer-info > div:nth-of-type(1) { width: 25px;}
.footer-info > div:nth-of-type(2) { width: calc(100% - 25px);}

.copyright { text-align: right; font-size: 15px;}

@media only screen and (max-width: 1199px) {
	.footer-section { flex-direction: column; margin: 0 auto;max-width: 450px; }
	.footer-section > div:nth-of-type(2) { width: calc(100% - 0px); padding: 12px 0 0 0px;}
	.footer-section-info { flex-direction: column; align-items:flex-start;}
	.copyright { text-align: left; padding-top: 25px; line-height: 24px;}
}

@media only screen and (max-width: 980px) {
	
}
@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) {
	
}