/* 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:#c90d3e; 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 { background: #363636; padding: calc(20px + 2%) 5%; text-align: center; letter-spacing: 0.05rem; color: #ffffff; font-size: 15px; font-weight: 400;}
.footer-logo { text-align: center; max-width: 280px; margin: 0 auto 8px auto}
.copyright { line-height: 1.7;}
.copyright span { display: inline-block;}
.copyright a {  color: #fff !important;}