#header {
  background: url(/common_form/img/header/bg-header-sp.png) no-repeat center center / cover;
  padding: 20px 0;
  z-index: 10;
  width: 100%;
}
#header .logo {
  color: #fff;
  display:-ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  font-family: 'Arial',sans-serif;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}
#header .logo img {
  width: 60px;
  margin-right: 8px;
}
#header .logo.ols img {
  width: 170px;
}

@media screen and (min-width: 768px){
#header {
  background-image: url(/common_form/img/header/bg-header.png);
  padding: 24px 0 20px;
}
#header .logo {
  font-size: 34px;
  margin-bottom: 0;
}
#header .logo img {
  width: 110px;
}
#header .logo.ols img {
  width: 240px;
}
}

.footer-contact {
  background: #f5f5f5;
  padding: 32px 24px 24px;
}
.footer-contact .contact-lead {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
.footer-contact .free-call-wrap {
  display:-ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}
.footer-contact .free-call-wrap .tel-num {
  color: #05277e;
  display:-ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Roboto', sans-serif;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.1;
}
.footer-contact .free-call-wrap .tel-num:before {
  background: url(/common_form/img/common/icon/freecall.svg) no-repeat center center / contain;
  content: "";
  display: block;
  width: 45px;
  height: 36px;
  margin-right: 8px;
}
.footer-contact .limit {
  display:-ms-flexbox;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  margin-top: 12px;
}
.footer-contact .limit p {
  background: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 0;
  padding: 10px 36px;
}
.footer-contact .list-note-wrap {
  display:-ms-flexbox;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  margin-top: 16px;
}
.footer-contact .list-note {
  font-size: 1.2rem;
  margin-bottom: 0;
}
#footer{overflow:hidden;box-sizing:border-box;background:#F5F5F5;margin-top: 40px;}
#footer .copyright{background:#939393;margin:0;padding:8px;font-size:12px;text-align:center;color:#fff}
@media screen and (min-width: 768px){
#footer {
  margin-top: 56px;
  padding: 48px 0;
}
#footer .footer-inner {
  display:-ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 960px;
  margin: 0 auto;
}
.footer-contact {
  background: #f5f5f5;
  padding: 0;
}
.footer-contact .contact-lead {
  text-align: left;
}
.footer-contact .free-call-wrap {
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 12px;
}
.footer-contact .free-call-wrap .tel-num {
  font-size: 4rem;
}
.footer-contact .free-call-wrap .tel-num:before {
  width: 49px;
  height: 39px;
}
.footer-contact .limit {
  margin: 0 0 0 16px;
}
.footer-contact .limit p {
  padding: 10px 24px;
}
.footer-contact .list-note-wrap {
  justify-content: flex-start;
  margin-top: 24px;
}
#footer .copyright {
  background: none;
  color: #333;
  font-size: 10px;
}
