﻿footer{ width: 100%; height: auto; background: url(../images/footer.png) no-repeat center; background-size:cover; padding-top: 55px; color: #FFFFFF; margin-top:40px;}


.footer-box{ padding-bottom: 45px;}
.footer-box-left{ width: 330px;}
.footer-box-left p{ font-size: 1rem; margin-top: 25px;}
.footer-box-left-share{ margin-top: 35px;}
.footer-box-left-share a{ margin-right: 12px;}
.footer-box-left-share a:hover{transform: translateY(-6px); transition: transform 0.5s ease;}

.footer-box-right{ width: calc(100% - 330px); padding-left: 90px;}
.footer-box-right dl:last-child{ width: 260px;}
.footer-box-right dl dt{  font-family: myFirstFont1; font-size: 1.1rem; line-height: 24px; font-weight: bold; margin-bottom: 30px;}
.footer-box-right dl dd a{ display: block; color: #FFFFFF; font-size: 0.9rem; line-height: 28px;}
.footer-box-right dl dd p{font-size: 0.9rem; line-height: 22px;}
.footer-box-right dl dd b{ display: block; font-weight: normal; color: #97CDE6; line-height: 22px; margin-top: 10px; font-size: 0.9rem; }
.footer-box-right dl dd strong{ display: block; font-weight: normal; color: #97CDE6; line-height: 22px; margin-top: 10px; font-size: 0.9rem; }


.footer-copy{ width: 100%; height: 60px; line-height: 60px; text-align: center; font-size: 1rem; border-top:2px solid rgba(255,255,255,0.4);}

.custmerlist{ position: fixed; right: 0; top: 30%; z-index: 999; background: #FFFFFF; text-align: center; width: 68px; border-radius: 10px 0px 0px 10px;}
.custmerlist a{ display: block; width: 36px; height: 36px; margin: 20px auto;}

.optain{ display:none;}
.fposi{ display: none;}



@media (max-width: 768px) {

footer{ padding-top:0;}
.footer-box{ display: none;}
.footer-copy{ margin-bottom: 70px; line-height: 26px; height:auto; padding: 10px 0;}

.fposi{ width:100%; height:70px; background:#003a5f; position:fixed; left:0; bottom:0; display:block; z-index:999; }
.fposi a{ display:block; float:left; text-align:center; width:25%; height:70px; color:#fff !important; border-right:1px solid #EEEEEE;  box-sizing: border-box; }
.fposi a:last-child{ border:none}
.fposi a img{ width:30px; height:auto; padding-top:8px;}
.fposi a p{ line-height:26px; font-size:0.9rem}


.optain{ display:none; background:rgba(0,0,0,.5); width:100%; height:100%; position:fixed; left:0; top:0; z-index:999;}
.optain-close{ width:27px; height:27px; background:url(../images/close.png) no-repeat; cursor:pointer; position: absolute; right:20px; top:120px;}
.optain-search{width:100%; height:100%; }
.optain-search-box{ width:94%; margin:0 auto;}
.optain-search-box input{ width:80%; height:42px; line-height:42px; background:#fff; border-radius:4px 0 0 4px; border:none; padding:0 15px; font-size:0.9rem;}
.optain-search-box button{ width:20%; height:42px; line-height:42px; background:#006FA4; border-radius:0 4px 4px 0; color:#fff; font-size:1rem; border:none;}


.custmerlist{ display:none; }


}