/* 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-bar { position: fixed; right:-60px; bottom:100px; z-index:20; display: flex; flex-direction: column;flex-wrap: nowrap;transition: all 0.3s ease-out 0s;}
.right-tool-bar > div { width: 35px; margin-bottom: 10px; transition: all 0.4s ease-out 0s;}
.right-tool-bar > div:hover { transform: scale(0.9);}
#gotop { display: block; cursor: pointer;  text-align: center;}
#gotop a { display:inline-block; width:35px; height:35px;line-height: 35px;  background:#009a70; 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: 8px; height: 8px; display: block; border-width: 2px 2px 0 0; border-color: #fff; border-style: solid; transform: rotate(-45deg); top:15px; left: 14px;}
#gotop a:hover { }

.right-tool-bar-show { right:10px; }

footer { color: #333; font-size: 16px; font-weight: 400; letter-spacing: 0.05rem; line-height: 1.8;}
.footer-top-line { height: 10px; position: relative; overflow: hidden; background: #009bd0;}
.footer-top-line:after { content: ""; position: absolute; left: -200px; top:50%; transform: translateY(-50%); width: 50%; height: 100%;  background: linear-gradient(90deg, #009bd0 0%, #009a57 50%, #009bd0 100%); animation-name: footer-line;animation-duration: 6s; animation-timing-function: linear; animation-iteration-count: infinite;}

@keyframes footer-line {
  0% {left: -50%;}
  100% {left: 120%;}
}


.footer-main { padding: calc(20px + 1.5%) 10% calc(20px + 2%) 10%;}

.footer-logo { width: 90px; margin-bottom: calc(10px + 1%);}

.footer-content { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; padding-bottom: calc(10px + 1%); margin-bottom: calc(10px + 1%); border-bottom: 1px solid #c7c7c7;}
.footer-info { display: flex; flex-direction: row; flex-wrap: nowrap; align-items: flex-start; }
.footer-info > div:nth-of-type(1) { width: 40px; height: 40px; border-radius: 100%;  border: 1px solid #000; text-align: center; padding-top:2px;}
.footer-info > div:nth-of-type(1) img { width: 18px; }
.footer-info > div:nth-of-type(2) { width: calc(100% - 40px); padding-left:10px; padding-top: 2px;}
.footer-info > div:nth-of-type(2) > a { color: #000; display: block; padding-bottom: calc(10px + 1%);}
.footer-info > div:nth-of-type(2) > a:hover span { color: #009bd0; }
.footer-info > div:nth-of-type(2) > span { }

.footer-link { display: flex; flex-direction: row; flex-wrap: nowrap; width: 310px;}
.footer-link > div { width: 50%;}
.footer-link > div > a { font-size: 18px; color: #000; font-weight: 700; padding-bottom: 5px; display: block;}
.footer-link > div > a:hover{ color: #009bd0; }

.footer-bottom { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between;}
.footer-bottom a:hover { color: #009bd0;}
.footer-social { display: flex; flex-direction: row; flex-wrap: nowrap; align-items:center;}
.footer-social > div:nth-of-type(1) { padding-right: 10px;}
.footer-social > a { display: inline-block; margin-right: 15px; width: 25px;}
.footer-social > a:hover { transform: scale(0.8);}

@media only screen and (max-width: 1365px) {
	
}
@media only screen and (max-width: 1279px) {
	.footer-main { padding: calc(20px + 1.5%) 5% calc(20px + 2%) 5%;}

}

@media only screen and (max-width: 980px) {
	
}
@media only screen and (max-width: 768px) {
	.footer-link { display: none;}
}
@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) {
	.footer-info .font-size-20 { font-size: 16px;}
	
}