/* CSS Document */
a.tel, a.tel:hover { 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:100px;z-index:20; display: flex; flex-direction: column; flex-wrap: nowrap; transform-origin: 100% 0%;}
.right-tool > div { margin-bottom: 6px; }
#gotop { cursor: pointer;  text-align: center;}
#gotop a { display:inline-block; width:44px; height:44px;line-height: 39px;  background:#133c66; 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: 14px; height: 14px; display: block; border-width: 2px 2px 0 0; border-color: #fff; border-style: solid; transform: rotate(-45deg) translate(-50%, -50%); top:42%; left: 58%; }
#gotop a:hover { transform: scale(0.9);}

footer { color: #222; font-size: 17px; line-height: 1.8; font-weight: 400;}

.footer-top-section { background: linear-gradient(-30deg, #70b8b0 20%, #3c61ad 100%); padding: calc(20px + 4%) 5%;}
.footer-top-title { margin-bottom: calc(20px + 3%); color: #fff; text-align: center; }
.footer-top-title > div { display: inline-block; position: relative; padding: 0 80px; line-height: 1.2;}
.footer-top-title > div:before, .footer-top-title > div:after { content: ""; position: absolute; width: 40px; height: 3px; background: #fff; top:50%; transform: translateY(-50%);}
.footer-top-title > div:before { left: 0;}
.footer-top-title > div:after { right: 0;}

.footer-top-content { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-around;}
.footer-top-content > a { width: 31%; position: relative; display: flex; flex-direction: row; flex-wrap: wrap; align-items: flex-end; padding: 0 28px 12px 28px; }
.footer-top-content > a:hover { transform: scale(0.95);}
.footer-top-content > a:after { content: ""; position: absolute; background: #fff; width: 100%; height: 80px; border-radius: 40px; bottom: 0; left: 0;}
.footer-top-content > a > div { position: relative; z-index: 3;}
.footer-top-content > a > div:nth-of-type(1) { width: 23%;}
.footer-top-content > a > div:nth-of-type(2) { width: calc(100% - 23% - 9px); padding: 0 0.5vw 17px 0; font-weight: 800; line-height: 1.1;}
.footer-top-content > a > div:nth-of-type(3) { width: 9px; height: 15px; background: #222222; clip-path: polygon(0 0, 100% 50%, 0% 100%); margin-bottom: 20px;}

.footer-phone { width: calc(100% - 23%) !important;}

.footer-bottom-section { padding: calc(20px + 4%) 5%;}
.footer-bottom-content { display: flex; flex-direction: row; flex-wrap: wrap; }
.footer-bottom-content > div:nth-of-type(1) { width: 410px;}
.footer-bottom-content > div:nth-of-type(2) { width: calc(100% - 410px); padding-left: 5%;display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-around; }
.footer-bottom-content > div:nth-of-type(2) > div { padding-right: 20px; }

.footer-logo { max-width: 110px; padding-bottom: 15px;}
.footer-logo-name { max-width: 400px; padding-bottom: 24px;}
.footer-info { }

.footer-link-1 > a { display: block; position: relative; padding-left: 16px; font-weight: 500; line-height: 1.3; margin-bottom: 14px; color: #222;}
.footer-link-1 > a:hover { color: #3c61ad;}
.footer-link-1 > a:before { content: ""; position: absolute; width: 8px; height: 8px; border-width: 2px 2px 0 0; border-style: solid; border-color: #222; transform: rotate(45deg); left: 0; top:9px;}

.footer-link-2 { padding-left: 16px; }
.footer-link-2 > a { color: #222; line-height: 1.4; margin-bottom: 10px; text-decoration: underline; display: block;}
.footer-link-2 > a:hover { color: #3c61ad; text-decoration: none;}

.copyright { border-top: 2px solid #e5e5e5; padding: calc(20px + 1%) 5%; text-align: center; font-size: 16px;}
.copyright a { text-decoration: underline; display: inline-block;}

@media (max-width:1365px){
	
}

@media (max-width:1279px){
	.right-tool { transform: scale(0.6);}
	
	.footer-top-content > a { width: 100%; margin-bottom: 30px;}
	.footer-top-content > a > div:nth-of-type(1) { width: 70px;}
	.footer-top-content > a > div:nth-of-type(2) { width: calc(100% - 70px - 9px); padding-left: 10px;}
	.footer-phone { width: calc(100% - 70px) !important;}
	
	.footer-bottom-content > div:nth-of-type(1) { width: 100%; padding-bottom: 30px;}
	.footer-bottom-content > div:nth-of-type(2) { width: calc(100% - 0px); padding-left: 0; justify-content:space-between;;}
}


@media only screen and (max-width: 980px) {
	.footer-logo { max-width: 80px; }
	.footer-logo-name { max-width: 300px; }
}

@media only screen and (max-width: 768px) {
	.footer-top-title > div { padding: 0 40px;}
	.footer-top-title > div:before, .footer-top-title > div:after { width: 20px;}
	
	.footer-bottom-content > div:nth-of-type(1) { padding-bottom: 0;}
	.footer-bottom-content > div:nth-of-type(2) { display: none;}
}
@media only screen and (max-width: 640px) {
	
}
@media only screen and (max-width: 570px) {
	
}
@media only screen and (max-width: 414px) {
	.footer-top-content > a > div:nth-of-type(1) { width: 40px; margin-bottom: 5px;}
	.footer-top-content > a > div:nth-of-type(2) { width: calc(100% - 40px - 9px); padding-left: 10px;}
	.footer-phone { width: calc(100% - 40px) !important;}
	

}
@media only screen and (max-width: 320px) {
	.footer-top-content > a { padding-left: 20px; padding-right: 20px;}
	.footer-top-content > a > div:nth-of-type(1) { width: 40px; margin-bottom: 5px;}
	.footer-top-content > a > div:nth-of-type(2) { width: calc(100% - 0px - 9px); padding-left: 0;}
	.footer-phone { width: calc(100% - 0px) !important;}

}