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

.w1200 .section--select .cardselect .inner {
  width: 1200px;
}

.w1200 .table--select__col5 .tr-counter td {
  width: 20%;
  border-right: 1px solid #ccc;
}

.w1200 .table--select__col5 .tr-counter td:nth-of-type(5n) {
  border-right: none;
}

@media only screen and (max-width: 768px) {
  .w1200 .section--select .cardselect .inner {
    width: auto;
    padding: 0 4%;
  }
  .w1200 .table--select__col5 .tr-counter td {
    padding: 0 5px;
  }
}
@media only screen and (max-width: 480px) {
  .w1200 .table--select__col5 .tr-counter td {
    border-right: none;
    padding: 0 14px;
  }
  .w1200 .tab__table__col5 .item__tab {
    flex: 0 1 20%;
    border-left: none;
  }
  .w1200 .tab__table__col .item__tab.pro p {
    border-color: #333;
  }
  .w1200 .tab__table__col .item__tab.pro.current {
    background: #333 url(/afl/common/img/icon_arrow_down.svg) no-repeat center 88%;
    background-size: 15px;
  }
  .w1200 .tab__table__col .item__tab.pro.current p {
    border: none;
  }
}
.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: 60%;
}
@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;
}

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

.box__info--est {
  padding: 15px;
}

.flex__info {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 480px) {
  .flex__info {
    display: block;
  }
}
.flex__info .item__info--img {
  margin-right: 20px;
  text-align: right;
}
.flex__info .item__info--img img {
  width: 70%;
}
@media only screen and (max-width: 480px) {
  .flex__info .item__info--img {
    margin: 10px 0 20px;
    text-align: center;
  }
}
.flex__info .item__info .logo {
  margin-bottom: 10px;
}
.flex__info .item__info .logo img {
  width: 80%;
}
.flex__info .item__info .btn--link {
  margin-top: 10px;
}

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

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

.other .box__white__shadow {
  width: 90%;
  margin: 50px auto 0;
}

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