/* 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; text-align: center;}
#gotop a { display:inline-block; width:50px; height:46px; color:#fff; opacity:0.5;  background:#c61500; text-align: center; padding-top: 13px;}
#gotop a span { display:inline-block; width:1px; height:23px; background: #fff; position: relative;}
#gotop a span:after { display:inline-block; position: absolute; content: ""; width:10px; height:10px; border-width: 1px 1px 0 0; border-style: solid; border-color: #fff; transform: rotate(-45deg); top:0; left: -4.5px;}
#gotop a:hover { color:#fff; opacity:1; }


footer { position: relative; padding: 60px 5%  40px 5%;}
footer:before { position: absolute; content: ""; height: 20px; background: #e0e0e0; left: 0; top: 0; width: 100%;}

.footer-section { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between;}
.footer-section > div:nth-of-type(1) { width: 50%; padding-right: 5%;}
.footer-section > div:nth-of-type(2) { font-size: 13px; line-height: 24px; color: #333; text-align: right;}
.footer-section > div:nth-of-type(2) a { color: #333; text-decoration: underline;}
.footer-info { display: flex; flex-direction: row; flex-wrap: wrap; }
.footer-info > div { width: 40px; padding-bottom: 6px;}
.footer-info > div:nth-child(odd) { width: 40px;}
.footer-info > div:nth-child(odd) img { width: 20px;}
.footer-info > div:nth-child(even) { width: calc(100% - 40px); padding-top: 3px; font-size: 15px; line-height: 30px; color: #333333;}
.footer-info > div:nth-child(even) a { color: #333333;}

.footer-logo { width: 200px; line-height: 0; text-align: right; margin: 0 0 0 auto;}


@media only screen and (max-width: 980px) {
    .footer-section { flex-direction: column;}
    .footer-section > div:nth-of-type(1) { width: 100%;}
    .footer-section > div:nth-of-type(2) { text-align: center;}
    .footer-logo { margin: 0 auto; width: 100px;}
}
@media only screen and (max-width: 768px) {
    
}
@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) {

}