.main-inner {
  max-width: 1000px;
  margin: auto;
  color: #000030;
}

.kv img {
  width: 100%;
  height: auto;
}

.contents-block--white {
  background-color: #fff;
  padding: 8rem 10rem;
}

.lead__text {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.8;
}

.info-container {
  margin-top: 10rem;
  padding: 0 5rem;
}

.title--catch {
  font-family: TTCommons-Regular, sans-serif;
  font-size: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.title--catch::before, .title--catch::after {
  border-top: 1px solid currentColor;
  content: "";
  width: 100%;
}
.title--catch::before {
  margin-right: 1.6rem;
}
.title--catch::after {
  margin-left: 1.6rem;
}

.point__list {
  margin-top: 10rem;
  padding: 0 2rem;
  display: flex;
  justify-content: space-between;
}

.point__item {
  width: calc((100% - 30rem) / 4);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.point__img {
  width: 66%;
  margin: auto;
}

.point__desc {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 3.6rem;
  min-height: 6.3rem;
}

.text__notes {
  font-size: 1.2rem;
}

.tab__list {
  width: 44%;
  max-width: 34rem;
  margin: 5.6rem auto;
  display: flex;
  justify-content: space-between;
}

.tab__item {
  font-size: 1.6rem;
  width: 50%;
  text-align: center;
}
.tab__item:not(:first-of-type) {
  border-left: 1px solid #707070;
}

.tab {
  color: #000030;
  padding: 0.8rem 2.4rem;
}
.tab:hover {
  border-bottom: 1px solid #ccc;
}

.tab.active {
  border-bottom: 2px solid #000030;
  cursor: default;
  pointer-events: none;
  font-weight: 600;
}

.tab__area {
  margin-top: 6.8rem;
}

.step__list {
  display: flex;
  justify-content: space-between;
}

.step__item {
  width: calc((100% - 148px) / 3);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.step__item:not(:first-child)::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #000030;
  border-right: 0;
  position: absolute;
  top: 238px;
  left: -42px;
}

.step__icon {
  width: 40px;
  height: 40px;
  background-color: #000030;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: TTCommons-Regular, sans-serif;
  text-align: center;
  line-height: 1;
  margin-bottom: 2rem;
  padding-left: 0.2rem;
}

.text__mini {
  font-size: 1rem;
  padding-top: 0.2rem;
}

.step__img {
  width: 100%;
}

.step__desc {
  margin-top: 2rem;
}

.wrapping-container {
  max-width: 800px;
  background-color: #f8f8f8;
  margin: 8rem auto 0;
  padding: 3rem;
}

.wrapping-container__ttl {
  font-size: 1.6rem;
  font-weight: 600;
}

.wrapping-container__desc {
  font-size: 1.4rem;
  margin-top: 1rem;
}

.wrapping-container__subttl {
  font-size: 1.4rem;
  font-weight: 600;
  margin-top: 1.8rem;
}

.wrapping-container__list {
  padding-left: 1em;
  list-style: none;
  margin-top: 1rem;
}

.wrapping-container__list li {
  display: flex;
  align-items: flex-start;
  font-size: 1.4rem;
  margin-top: 0.6rem;
}

.wrapping-container__list li:first-child {
  margin-top: 0;
}

.wrapping-container__list li::before {
  content: "• ";
  flex-shrink: 0;
  margin-right: 0.5em;
}

.attention__container {
  max-width: 800px;
  background-color: #f8f8f8;
  margin: 8rem auto 0;
  padding: 2rem 2rem 2rem 3rem;
  height: 17.5rem;
  overflow-y: auto;
}

.attention__title {
  text-align: center;
  margin-bottom: 2.4rem;
  font-size: 1.2rem;
}

.attention__item {
  font-size: 1.2rem;
}

.attention__item--last {
  margin-top: 2.4rem;
}

.contents-block--grey {
  padding: 8.4rem 0 0;
}

.title--search {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 400;
}

.recommend-block--first {
  margin-top: 1rem;
}

.recommend-block .title {
  font-size: 1.6rem;
  color: #000030;
}

.egift__title--catch {
  display: flex;
  align-items: center;
  justify-content: center;
}
.egift__title--catch::before, .egift__title--catch::after {
  border-top: 2px solid;
  content: "";
  width: 1.2em;
}
.egift__title--catch::before {
  margin-right: 0.3em;
}
.egift__title--catch::after {
  margin-left: 0.3em;
}

.opt-button-wrapper {
  display: flex;
  -moz-column-gap: 2.4rem;
       column-gap: 2.4rem;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.opt-button-wrapper--last {
  margin-top: 7.6rem;
}

.item-more {
  width: 345px;
}

.bnr__container {
  margin-top: 10rem;
}

.ga-onlinesoudan-bnr {
  display: block;
}

.ga-onlinesoudan-bnr + .ga-onlinesoudan-bnr {
  margin-top: 3rem;
}

@media screen and (max-width: 767px) {
  .contents-block--white {
    padding: 6.4rem 1.5rem;
  }
  .lead__text {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .info-container {
    margin-top: 8rem;
    padding: 0;
  }
  .title--catch {
    font-size: 1.8rem;
  }
  .point__list {
    margin-top: 4rem;
    padding: 0 5rem;
    display: flex;
    flex-wrap: wrap;
    row-gap: 5rem;
  }
  .point__item {
    width: calc((100% - 6rem) / 2);
  }
  .point__desc {
    font-size: 1.4rem;
    text-align: center;
    margin-top: 1.8rem;
    min-height: 6.3rem;
  }
  .tab__list {
    width: 70%;
    max-width: 24rem;
    margin: 4rem auto;
    display: flex;
    justify-content: space-between;
  }
  .tab__item {
    font-size: 1.4rem;
  }
  .tab {
    padding: 0.6rem 1.6rem;
  }
  .tab__area {
    margin-top: 0;
    padding: 0 5rem;
  }
  .step__list {
    flex-direction: column;
  }
  .step__item {
    width: 100%;
    flex-direction: column;
  }
  .step__item:not(:first-child) {
    margin-top: 9rem;
  }
  .step__item:not(:first-child)::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 10px solid #000030;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 0;
    position: absolute;
    top: -4.5rem;
    left: calc(50% - 7px);
  }
  .step__img {
    width: 80%;
  }

  .wrapping-container__ttl {
    font-size: 1.4rem;
  }

  .wrapping-container__list li {
    font-size: 1.2rem;
  }

  .attention__container {
    margin: 6rem auto 0;
    padding: 2rem 2rem 2rem 1.6rem;
    overflow-y: auto;
  }
  .contents-block--grey {
    padding: 4rem 0 5rem;
  }
  .title--search {
    font-size: 2rem;
    margin-bottom: 3.6rem;
  }
  .egift__title--catch::before, .egift__title--catch::after {
    content: none;
  }
  .opt-button-wrapper {
    flex-direction: column;
    row-gap: 2.4rem;
  }
  .bnr__container {
    margin-top: 6.4rem;
    padding: 0 1.5rem;
  }
}

.warning {
  background-color: #f8f8f8;
  padding: 2.5rem 2rem;
}

.warning__text {
  line-height: 1.75;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .warning__text {
    text-align: left;
  }
}

.mt-8 {
  margin-top: 8rem;
}