/* 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:5px; bottom:100px; cursor: pointer;  z-index:20;}
#gotop a { display:inline-block; width:50px; height:50px; border-radius: 100%; line-height: 50px; color:#fff; opacity:0.5;  filter: alpha(opacity=50); background:#000;}
#gotop a:hover { color:#fff; opacity:1;  filter: alpha(opacity=100);}


footer { background: #0068b7; padding: 50px 0px 0 0px;color: #fff; letter-spacing: 0.05rem;}
.footer-info { display: flex; flex-direction: row; flex-wrap: wrap; margin-bottom: 30px;  font-size: 15px; line-height: 32px; border-bottom: 1px solid #fff;}
.footer-info a { color: #fff;}
.footer-info > div { width: 33.33%; padding: 0 30px 30px 30px;}

.copyright { font-size: 15px; text-align: center; padding:0 30px 35px 30px;}


@media only screen and (max-width: 768px) {
	.footer-info > div { width: 100%;}
	
}
@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) {

}