@charset "UTF-8";
/* --------------------------------------------------
		layout - footer
-------------------------------------------------- */
/*hack*/
.l-footer__terms {
  font-size: 13px !important;
}
.l-footer__address {
  font-size: 15px !important;
}
.l-footer__copyright p {
  font-size: 10px !important;
}
.l-footer {
    display: block;
    padding: 0;
    max-width: none;
}
/*common.sass共通ここから*/
.l-footer {
    line-height: 1.8;
    background-color: #fff;
}

.l-footer .l-cts {
  color: #202020;
  padding: 100px 0 34px;
  letter-spacing: 0;
}

.l-footer-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}

.l-footer__logo {
  width: 248px;
  margin-right: 4%;
}

.l-footer-logo__button img {
  width: 248px;
  height: 48px;
}

.l-footer__address {
  font-weight: 500;
}
.l-footer__address span {
  display: block;
  font-size: 120%;
}

.l-footer__terms {
  font-size: 1.3rem;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 100px;
}
.l-footer__terms li {
  margin-top: 15px;
}
.l-footer__terms li a {
  margin-right: 1em;
  padding-right: 1em;
  border-right: 1px solid #202020;
  text-decoration: none;
  color: inherit;
}

.l-footer__bnr {
  width: 303px;
}

.l-footer-bnr__button img {
  width: 303px;
  height: 74px;
}

.l-footer__copyright {
  text-align: center;
}
.l-footer__copyright p {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  margin: 0 7px;
}

@media screen and (min-width: 768px) {
  .l-footer .u-sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .l-footer .l-cts {
    padding: 20.8604954368% 0 15.6453715776%;
  }
  .l-footer-cols {
    display: block;
    margin: 0 0 8.8657105606%;
  }
  .l-footer__logo {
    width: 71.884057971%;
    margin: 0 auto 14.6023468057%;
  }
  .l-footer-logo__button img {
    width: 100%;
    height: 19.3548387097%;
  }
  .l-footer__address {
    text-align: center;
  }
  .l-footer__terms {
    text-align: center;
    font-size: 1.625rem;
    margin: 0 auto 13.037809648%;
    display: block;
  }
  .l-footer__terms li {
    margin-top: 2.0860495437%;
  }
  .l-footer__terms li a {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
  }
  .l-footer__bnr {
    width: 87.8260869565%;
    margin: 0 auto;
  }
  .l-footer-bnr__button img {
    width: 100%;
    height: 24.4224422442%;
  }
  .l-footer__copyright p {
    display: block;
    font-size: 1.25rem;
  }
}