/* 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:0px; bottom:20px; cursor: pointer;  z-index:20;}
#gotop a { display:inline-block; width:30px; height:30px; padding-top:6px; color:#fff; opacity:0.5;  filter: alpha(opacity=50); background:#000;}
#gotop a:hover { color:#fff; opacity:1;  filter: alpha(opacity=100);}


.footer-link-bg { background:#333333;}
.footer-link { padding:0 10px;}
.footer-link a { display:inline-block; vertical-align:top; padding:10px 45px 10px 0; color:#898989; font-size:14px;}
.footer-link a:hover { color:#fff;}

.footer-info-bg { background:#222222; padding:15px 0;}
.footer-info { display:flex; flex-direction:row; flex-wrap:no-wrap; justify-content:space-between; font-weight:bold; padding:0 10px;}
.footer-info > div:nth-of-type(1) { width:146px;}
.footer-info > div:nth-of-type(2) { padding-right:30px; font-size:14px; color:#898989; line-height:20px; width:calc((100% - 146px) / 2);}
.footer-info > div:nth-of-type(2) b { color:#e60011; display:inline-block; vertical-align:top; padding-right:5px;}
.footer-info > div:nth-of-type(2) a { color:#898989;}
.footer-info > div:nth-of-type(2) a:hover { color:#898989; text-decoration:underline;}
.footer-info > div:nth-of-type(2) span { display:inline-block; vertical-align:top;}
.footer-info > div:nth-of-type(3) { padding-top:42px; font-size:12px; color:#898989; width:calc((100% - 146px) / 2); text-align:right;}
.footer-info > div:nth-of-type(3) span { display:inline-block;}


@media only screen and (max-width: 768px) {
.footer-info { flex-direction:column;}
.footer-info > div { width:100% !important; text-align:left !important;}
.footer-info > div:nth-of-type(3) { padding-top:20px;}
}
@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) {

}