@charset "UTF-8";
.other .inner {
  margin: auto;
  max-width: 1200px;
  width: 100%;
}

.banner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 123px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.link-banner {
  max-width: 768px;
  width: 65%;
}

.link-banner p {
  font-size: 18px;
  padding: 20px 183px;
  color: #231815;
  border-top: 1px solid #231815;
  width: 100%;
  text-align: center;
  font-weight: bold;
}

.link-banner img {
  width: 100%;
}

.link-banner a:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.banner-box2 {
  max-width: 378px;
  width: 32%;
}

.banner-box2 img {
  width: 100%;
}

.link-banner02 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.link-banner02 p {
  font-size: 18px;
  padding: 20px 65px;
  color: #231815;
  border-top: 1px solid #231815;
  width: 100%;
  text-align: center;
  font-weight: bold;
}

.link-banner02:first-child {
  margin-bottom: 45px;
}

.link-banner02 a:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

footer {
  text-align: center;
}

.footer-logo {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.footer-logo a:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-logo img {
  margin-top: 106px;
  margin-bottom: 32px;
}

.footer-bottom {
  background-color: #d50c19;
  padding: 15px 0;
  width: 100%;
}

.footer-bottom p {
  color: #FFFFFF;
  text-align: center;
  font-size: 12px;
}

.sp-br {
  display: none;
}

/*----------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------スマートフォン／ブレイクポイント---------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .other .inner {
    margin: auto;
    max-width: 560px;
    width: 100%;
    padding: 20px;
  }
  .banner-box {
    display: block;
    text-align: center;
    margin-top: 60px;
  }
  .link-banner02:first-child {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .link-banner {
    max-width: 100%;
    width: 100%;
  }
  .link-banner p {
    font-size: 18px;
    font-weight: bold;
    padding: 20px;
    color: #231815;
    border-top: 1px solid #231815;
    width: 100%;
    text-align: center;
    line-height: 1.4;
  }
  .banner-box2 {
    max-width: 100%;
    width: 100%;
  }
  .footer-logo img {
    margin-top: 32px;
  }
  .sp-br {
    display: block;
  }
}
/*# sourceMappingURL=common.css.map */