@charset "UTF-8";
.-noBg .topicPathWrap + .offerContents {
  margin-top: 0;
}

.offerContents img {
  max-width: 100% !important;
}

.inner {
  display: block;
  margin-inline: auto;
  max-width: 1056px;
  padding-inline: 16px;
}
@media screen and (max-width: 767px) {
  .inner.-spNone {
    padding-inline: 0;
  }
}

/* ボタン */
.basicButton {
  background: url("../img/arrow-right_white.svg") right 2.4rem center no-repeat;
  background-size: 1.1rem auto;
  background-color: #2EAF4E;
  box-shadow: 0 5px 0 #1A632C;
  border-radius: 5px;
  color: #FFF;
  font-size: 2.4rem;
  font-weight: 700;
  max-width: 700px;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  padding-inline: 3.8rem;
  text-decoration: none;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .basicButton {
    background-position: right 1.8rem center;
    background-size: 1rem auto;
    font-size: 1.6rem;
    min-height: 72px;
    justify-content: start;
    padding-left: 1.9rem;
    padding-right: 2em;
    text-align: left;
    line-height: 1.4;
  }
}
.basicButton:hover {
  box-shadow: none;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.basicButton span img {
  vertical-align: middle;
  margin-left: 1.2rem;
}
@media screen and (max-width: 767px) {
  .basicButton span img {
    margin-left: 0.6rem;
  }
}
.basicButton + * {
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .basicButton + * {
    margin-top: 2rem;
  }
}
.basicButton + .attentionList {
  margin-top: 9.6rem;
}
@media screen and (max-width: 767px) {
  .basicButton + .attentionList {
    margin-top: 4rem;
  }
}

/* 右寄せ */
.textRight {
  text-align: right;
}

/* 注釈 */
.attentionText {
  font-size: 1.2rem;
}
.attentionText.-fontSizeMedium {
  font-size: 1.4rem;
}

/* MV */
.mv {
  margin-inline: auto;
  max-width: 1024px;
}
.mv img {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .mv img {
    margin-bottom: 8px;
  }
}

.buttonBox {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .buttonBox {
    margin-top: 24px;
    margin-bottom: 28px;
  }
}