/* 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 {position: fixed; right:10px; bottom:20%;z-index:20; display: flex; flex-direction: column; flex-wrap: nowrap; transform-origin: 100% 0%; display: none;}
.right-tool > a { margin-bottom: 10px; width: 50px; height: 50px; border-radius: 0%; }
.right-tool > a:hover { transform: scale(0.9);}

#gotop { padding: 0px 0 0px 0; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: center; align-items: center; background: #b1b1b2; color: #fff; cursor: pointer;}
#gotop img { width: 20px; transform: translateY(-3px);}
/*#gotop > div:nth-of-type(1) { width: 1px; height: 18px; background: #fff; position: relative; margin-bottom: 10px;}
#gotop > div:nth-of-type(1):before { content: ""; position: absolute; top: 0; left: 50%; transform:translateX(-50%); width: 6px; height: 6px; background: #fff; clip-path: polygon(50% 0, 100% 100%, 0% 100%);}
#gotop > div:nth-of-type(2) { font-weight: 600; font-size: 18px; writing-mode:vertical-lr;}*/

footer { padding: calc(20px + 3%) 5% calc(20px + 1%) 5% ;font-weight: 400; font-size: 18px; line-height: 1.6; border-top: 1px solid #dddddd;}

.footer-top-section { display: flex; flex-direction: row; flex-wrap: wrap; padding-bottom: calc(20px + 2%);}
.footer-top-section > div:nth-of-type(1) { width: 25%;}
.footer-top-section > div:nth-of-type(2) { width: 75%; padding-left: 5%;}

.footer-logo { max-width: 275px; margin-bottom: calc(20px + 1.5%);}
.footer-info { color: #333; font-weight: 500;}

.footer-link-section { display: flex; flex-direction: row; flex-wrap: wrap; }
.footer-link-section > div{ width: 16.66%; }
.footer-link-section > div:nth-of-type(1){ width: 33.32%; }
.footer-link-section-2 { display: flex; flex-direction: row; flex-wrap: wrap; }
.footer-link-section-2 > div { width: 50%; }

.footer-link-1 > a { display: block; color: #27455c; font-weight: 500; padding-bottom: 18px;}
.footer-link-2 > a { display: block; color: #555555; font-weight: 400; padding-bottom: 12px; font-size: 16px; line-height: 1.3; padding-right: 10px;}

.footer-link-1 > a:hover, .footer-link-2 > a:hover { color: #d3001d;}

.copyright { border-top: 1px solid #dddddd; padding-top: calc(15px + 1%); font-size: 16px; color: #555555;}
.copyright span { display: inline-block;}

@media only screen and (max-width: 1365px) {
	
}
@media only screen and (max-width: 1279px) {
	.right-tool { right: 0;}
	#gotop { transform: scale(0.6);}
	
	footer { font-size: 16px;}
}

@media only screen and (max-width: 980px) {
	.footer-top-section > div:nth-of-type(1) { width: 100%; padding-bottom: 30px;}
	.footer-top-section > div:nth-of-type(2) { width: 100%; padding-left: 0%;}
	.footer-link-section > div{ width: 50%; margin-bottom: 25px; }
	.footer-link-section > div:nth-of-type(1){ width: 100%; }
	
	.copyright { text-align: center;}
}
@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) {
	
}