@charset "UTF-8";
#footer {
  font-family: 'Roboto', 'Noto Sans Japanese', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  padding: 0;
}

#footer .section-inner {
  position: relative;
  padding: 34px 0;
}

@media screen and (max-width: 767px) {
  #footer .section-inner {
    padding: 32px 16px;
  }
}

@media screen and (max-width: 575px) {
  #footer .section-inner {
    padding-top: 0;
  }
}

#footer .container {
  padding-right: 15px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 480px) {
  #footer .container {
    padding: 0;
  }
}

#footer .footer-wrapper {
  padding: 0;
  position: relative;
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.15);
}

#footer .footer-contact {
  padding: 20px 40px;
  font-size: 13px;
}

#footer .footer-contact .social-share li:nth-child(2) {
  margin-top: 0;
}

#footer .footer-contact > p {
  margin-bottom: 10px;
  color: #121212;
  font-size: 0.9375em;
}

#footer .footer-contact .footer-contact-info {
  color: #121212;
  padding: 15px;
  background-color: #f7f7f7;
}

#footer .footer-contact .footer-contact-info p {
  font-size: 0.9375em;
  margin-bottom: 0;
}

#footer .footer-contact .annotation {
  font-size: 11px;
}

#footer .footer-site-map, #footer .footer-bottom {
  padding: 20px 40px;
  color: 999;
}

#footer .footer-site-map {
  font-size: 14px;
  color: #999;
}

#footer .footer-site-map .footer-site-list {
  width: 33%;
}

@media screen and (max-width: 991px) {
  #footer .footer-site-map .footer-site-list {
    width: 100%;
  }
}

#footer .footer-site-map p {
  margin-bottom: 5px;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  #footer .footer-site-map p {
    font-weight: 600;
  }
}

#footer .footer-site-map li {
  padding-left: 10px;
  font-size: 13px;
}

#footer .footer-site-map li i {
  margin-right: 5px;
}

#footer .footer-site-map li:not(:last-child) {
  margin-bottom: 5px;
}

#footer .footer-site-map li > a:not(.button) {
  color: #999;
}

#footer .footer-site-map .button-complementary {
  background-color: #ef2828;
  border-color: #ef2828;
}

#footer .footer-site-map .footer-btn {
  position: absolute;
  right: 0;
  background-color: #fff;
  border-radius: 10px;
}

@media screen and (max-width: 991px) {
  #footer .footer-site-map .footer-btn {
    right: 16px;
  }
}

@media screen and (max-width: 575px) {
  #footer .footer-site-map .footer-btn {
    right: 0;
  }
}

#footer .footer-site-map .footer-btn .footer-btn-wrapper {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
}

#footer .footer-site-map .footer-btn::after {
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  background: -webkit-gradient(linear, left top, right top, color-stop(-5.96%, #00d1ff), color-stop(99.85%, #27e62f));
  background: linear-gradient(to right, #00d1ff -5.96%, #27e62f 99.85%);
  content: "";
  z-index: -1;
  border-radius: 10px;
}

#footer .footer-site-map .footer-btn .button {
  background: linear-gradient(88.94deg, #00d1ff -5.96%, #27e62f 99.85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  border-radius: 10px;
  padding: 10px 20px;
  -webkit-transition: .3s;
  transition: .3s;
}

#footer .footer-site-map .footer-btn .button:hover {
  color: #fff;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}

@media screen and (max-width: 767px) {
  #footer .footer-site-map .footer-btn {
    position: relative;
    margin: 0 auto;
    margin-top: 24px;
  }
}

#footer .copyright {
  margin-bottom: 0;
  font-size: 13px;
}

@media screen and (max-width: 767px) {
  #footer .footer-wrapper {
    padding: 0 0 20px;
  }
  #footer .footer-contact, #footer .footer-site-map, #footer .footer-bottom {
    padding: 10px 0;
    border: none;
  }
  #footer .footer-site-map ul {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) and (max-width: 575px) {
  #footer .footer-site-map ul {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  #footer .footer-site-map ul:not(:last-child) li {
    padding: 10px;
    background: #f9f9f9;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  #footer .footer-site-map ul:not(:last-child) li {
    background: none;
    border-bottom: 1px solid #ececec;
  }
}

@media screen and (max-width: 767px) {
  #footer .footer-site-map ul:last-child {
    margin-top: 20px;
    padding: 0 40px;
  }
  #footer .copyright {
    font-size: 11px;
  }
}

#footer .footer-site-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  #footer .footer-site-map {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#footer .footer-site-map .col-xs-12.col-md-3 {
  width: 25%;
}

@media screen and (max-width: 991px) {
  #footer .footer-site-map .col-xs-12.col-md-3 {
    width: 100%;
  }
}

#footer .button-primary.button-border {
  color: #11376B;
}

/*================================================
　　　　* Header Simple
================================================*/
#footer-simple {
  border-bottom: 1px solid #F5F5F5;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#footer-simple .logo {
  padding: 50px 0;
}

#footer-simple .logo img {
  height: 18px;
}

#footer-simple .subtitle {
  color: #fff;
  margin: 0;
  font-size: .7rem;
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  #footer-simple .logo {
    padding: 30px 0;
  }
  #footer-simple .logo img {
    height: 14px;
  }
  #footer-simple .subtitle {
    font-size: .6rem;
  }
}
/*# sourceMappingURL=footer.css.map */