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;
}

.gHeader {
  padding: 25px 0;
}
@media only screen and (max-width: 768px) {
  .gHeader {
    padding: 20px 0;
  }
}

.mv {
  padding: 10px 0 0;
  text-align: center;
  background: url(../img/mv.jpg) no-repeat top center;
}
@media only screen and (max-width: 480px) {
  .mv {
    padding: 0;
    background: url(../img/mv_sp.jpg) no-repeat bottom center;
    background-size: 100% auto;
  }
}

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

.mv__subhead {
  display: inline-block;
  padding: 5px 30px;
  font-size: 40px;
  text-align: center;
  color: #fff;
  background: #cc0000;
  border-radius: 40px;
}
@media only screen and (max-width: 768px) {
  .mv__subhead {
    font-size: 26px;
  }
}
@media only screen and (max-width: 480px) {
  .mv__subhead {
    font-size: 0.875rem;
  }
}

.mv__head {
  font-size: 70px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .mv__head {
    font-size: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .mv__head {
    font-size: 1.75rem;
  }
}

.mv__lead {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: 1fr;
  align-items: center;
  justify-content: center;
  margin-top: 195px;
}
@media only screen and (max-width: 480px) {
  .mv__lead {
    grid-template-columns: 2fr 1fr;
    margin-top: 12%;
    padding: 0 3.125%;
  }
}

.mv__lead__box__txt {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: 1fr;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
  padding: 20px;
  font-weight: bold;
  background: rgba(255, 255, 255, 0.6);
}
@media only screen and (max-width: 480px) {
  .mv__lead__box__txt {
    padding: 10px;
  }
}
.mv__lead__box__txt .small {
  font-size: 25px;
  color: #474747;
}
@media only screen and (max-width: 480px) {
  .mv__lead__box__txt .small {
    font-size: 12px;
  }
}
.mv__lead__box__txt .main {
  font-size: 50px;
  color: #cc0000;
}
@media only screen and (max-width: 480px) {
  .mv__lead__box__txt .main {
    font-size: 20px;
  }
}

.mv__lead__card img {
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
}

.mv__img {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .mv__img {
    width: 86.2%;
    margin: 0 auto;
  }
}

.mv__img2 {
  text-align: center;
  padding-top: 195px;
}
.mv__img2 img {
  width: 85%;
}
@media only screen and (max-width: 768px) {
  .mv__img2 {
    padding-top: 12%;
  }
  .mv__img2 img {
    width: 95.8%;
  }
}

.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;
}

.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;
}

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

.lead--other2 {
  padding: 20px 5% 0;
}
@media only screen and (max-width: 480px) {
  .lead--other2 {
    padding: 10px 0 0;
  }
  .lead--other2 .small {
    font-size: 0.75rem;
  }
}

.lead--other2 {
  font-size: 18px;
}
.lead--other2 .heading {
  display: block;
  padding: 2px;
  line-height: 1.8;
  background-color: #ffc000;
  text-align: center;
  margin-top: 0 !important;
}
.lead--other2 .box {
  border: 1px solid #ffc000;
  padding: 5px 10px 10px;
}
.lead--other2 .box table {
  border-top: 1px solid #cfcfcf;
  border-left: 1px solid #cfcfcf;
  width: 100%;
  margin-top: 5px;
}
.lead--other2 .box table td {
  border-right: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  padding: 5px 10px;
  text-align: center;
}
.lead--other2 .mile {
  color: #CC0000;
  font-weight: bold;
}
.lead--other2 .num {
  font-size: 1.6rem;
}

@media only screen and (max-width: 768px) {
  .box--other {
    display: block;
  }
  .other .box__white__shadow {
    box-shadow: none;
    background: none;
  }
  .item--other {
    padding-bottom: 1.875rem;
    box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
    background: #fff;
    border-radius: 6px;
  }
  .item--other:nth-of-type(2) {
    margin-top: 2.5rem;
  }
}
.anchor-link {
  margin: 30px 0;
}
.anchor-link a {
  color: #000;
  font-weight: bold;
  border: 2px #c00 solid;
  background: #fff;
  border-radius: 2px;
  padding: 15px;
  text-decoration: none;
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 480px) {
  .anchor-link a {
    width: 100%;
  }
}

.accordion__head {
  position: relative;
  padding: 7px 0;
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  color: #000;
  background: #e2e7ed;
}
@media only screen and (max-width: 480px) {
  .accordion__head {
    height: 63px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
  }
}
.accordion__head .icon--bonus {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 67px;
  height: 67px;
  color: #976F11;
  font-size: 18px;
  line-height: 67px;
  text-align: center;
  background: #fff;
  border: 1px solid #976F11;
  border-radius: 50%;
}
@media only screen and (max-width: 480px) {
  .accordion__head .icon--bonus {
    top: 5px;
    left: 6px;
    transform: translateY(0);
    width: 53px;
    height: 53px;
    line-height: 53px;
    font-size: 14px;
  }
}

.tag__subhead {
  display: inline-block;
  padding: 10px 30px;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  background: #cc0000;
  border-radius: 30px;
}
@media only screen and (max-width: 480px) {
  .tag__subhead {
    padding: 5px 20px;
    font-size: 18px;
  }
}