b, strong, .bold {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}

.bold {
  font-weight: bold;
}

.mv {
  padding: 58px 0 46px;
  background: url(../img/mv.jpg) no-repeat top center;
  background-size: cover;
}
@media only screen and (max-width: 480px) {
  .mv {
    padding: 14px 0 10px;
    background: url(../img/mv_sp.jpg) no-repeat top center;
    background-size: cover;
  }
}

.mv__inner {
  margin: 0 auto;
  width: 950px;
}
@media only screen and (max-width: 768px) {
  .mv__inner {
    width: 100%;
    padding: 0 2.4% 0 0.66%;
  }
}

.mv__img {
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .mv__img {
    text-align: center;
  }
}

.wrapper__table--select {
  padding-top: 0;
}
.wrapper__table--select .table_head--select {
  margin-top: 0;
}
@media only screen and (max-width: 480px) {
  .wrapper__table--select .table_head--select {
    margin-top: 0.625rem;
  }
}
.wrapper__table--select .wrapper__benefit {
  padding: 30px 10px;
}

.accordon__head--bonus.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.accordon__head--bonus.flex span {
  display: block;
}
@media only screen and (max-width: 768px) {
  .accordon__head--bonus.flex span.logo {
    width: 30%;
    text-align: right;
  }
}
.accordon__head--bonus.flex span img {
  width: 70%;
}
@media only screen and (max-width: 768px) {
  .accordon__head--bonus.flex span img {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .accordon__head--bonus.flex span img {
    width: 55%;
  }
}
@media only screen and (max-width: 768px) {
  .accordon__head--bonus.flex span .sp {
    display: block !important;
  }
}

.box__accordion--bonus:last-of-type {
  padding: 22px 20px;
}
@media only screen and (max-width: 480px) {
  .box__accordion--bonus:last-of-type {
    padding: 0.625rem 8% 1.25rem;
  }
}

.table--select {
  margin-top: 40px;
}
@media only screen and (max-width: 480px) {
  .table--select {
    margin-top: 1.25rem;
  }
}
.table--select tbody .tr-counter.cardname td {
  padding: 10px 0 0;
}

.section__head--row .main::before, .section__head--row .main::after {
  width: 0;
  height: 0;
}

.lead--other {
  padding: 20px 5% 0;
}
@media only screen and (max-width: 480px) {
  .lead--other {
    padding: 10px 0 0;
  }
}

.wrapeer__table__arrow {
  z-index: 10;
}

.area__bnr {
  margin-top: 20px;
}

.box__form {
  margin: 20px 5% 0;
  border: 1px solid #ccc;
}
@media only screen and (max-width: 480px) {
  .box__form {
    margin-left: 0;
    margin-right: 0;
  }
}

.head__box__form {
  padding: 5px 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background: #ccc;
}

.flex__form {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
@media only screen and (max-width: 480px) {
  .flex__form {
    display: block;
  }
}

.item__flex__form {
  flex: 1 0 40%;
  margin: 0 1%;
  text-align: center;
}
.item__flex__form .txt__form {
  padding: 5px;
  width: 80%;
}

.nextButton {
  margin: 20px 0;
  text-align: center;
}
.nextButton .js-error {
  display: inline-block;
  padding: 10px 30px;
  background: #ddd;
  color: #555;
  width: 30%;
}
.nextButton .js-submit {
  padding: 10px 30px;
  border: none;
  background: #c00;
  color: #fff;
  width: 30%;
}
.nextButton .js-submit:hover {
  cursor: pointer;
}

.txt--present {
  margin: 20px 0 0 20px;
  font-size: 18px;
  font-weight: bold;
}
.txt--present .icon {
  display: inline-block;
  padding: 2px 10px;
  color: #fff;
  background: #c00;
  border-radius: 20px;
  margin-right: 5px;
}
.txt--present .num {
  font-size: 20px;
}

.subhead {
  margin-top: 30px;
  font-size: 20px;
  font-weight: bold;
}

.txt--attention {
  margin-top: 20px;
}

.wrapper__benefit .num {
  font-size: 38px;
}