@charset "UTF-8";
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;
}

/********************************************************
autumn22用　新規パーツ
/afl/common/css/のものとは分離（今後の展開如何でパーシャルにする？）
*******************************************************/
/*****************************
common
*****************************/
.head__normal {
  font-size: 36px;
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width: 480px) {
  .head__normal {
    font-size: 1.375rem;
  }
}

.lead__normal {
  margin-top: 10px;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width: 480px) {
  .lead__normal {
    font-size: 0.825rem;
  }
}

.fcGOLD {
  color: #B39B64;
}

.fcYL {
  color: #FFF500;
}

.normal {
  font-weight: normal;
}

.largeld {
  display: none;
}
@media only screen and (max-width: 1400px) {
  .largeld {
    display: block;
  }
}

@media only screen and (max-width: 480px) {
  .arrow__prev {
    position: absolute;
    left: -4%;
    top: 50%;
    z-index: 5;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 34px 10px 22px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0 6px 6px 0;
  }
  .arrow__prev img {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

@media only screen and (max-width: 480px) {
  .arrow__next {
    position: absolute;
    right: -4%;
    top: 50%;
    z-index: 5;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 34px 10px 22px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 6px 0 0 6px;
  }
  .arrow__next img {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}

@media only screen and (max-width: 480px) {
  .modaal-container {
    background: rgba(255, 255, 255, 0);
  }
  .modaal-container .modal__bg-w {
    background: #fff;
  }
}

.box-gray {
  margin: 20px 20px 0;
  padding: 14px 10px;
  background: #F5F5F5;
}
@media only screen and (max-width: 480px) {
  .box-gray {
    margin: 10px 0 0;
    padding: 10px;
  }
}
.box-gray .inner__box-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 480px) {
  .box-gray .inner__box-info {
    display: block;
  }
}
.box-gray .inner__box-info .txt-info {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 70%;
          flex: 0 1 70%;
}
.box-gray .inner__box-info .btn-info {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 20%;
          flex: 0 1 20%;
}
@media only screen and (max-width: 480px) {
  .box-gray .inner__box-info .btn-info {
    text-align: right;
  }
}

/*****************************
MV
*****************************/
.mv {
  position: relative;
}

.mv__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url(../img/mv_over_bg.png) no-repeat center left;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .mv__wrapper {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    padding-top: 10%;
    margin-top: -20%;
    background: url(../img/mv_over_bg_sp.png) no-repeat center top;
    background-size: cover;
  }
}
.mv__wrapper .mv-information {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .mv__wrapper .mv-information {
    width: 100%;
  }
}

.mv__wrapper__img {
  padding: 2% 0 0 1%;
}
@media only screen and (max-width: 768px) {
  .mv__wrapper__img {
    padding: 0 1%;
  }
}
.mv__wrapper__img img {
  width: 47.7%;
}
@media only screen and (max-width: 1024px) {
  .mv__wrapper__img img {
    padding-top: 3%;
    width: 40%;
  }
}
@media only screen and (max-width: 940px) {
  .mv__wrapper__img img {
    width: 37.5%;
  }
}
@media only screen and (max-width: 768px) {
  .mv__wrapper__img img {
    padding-top: 15%;
    text-align: center;
    width: 100%;
  }
}

.mv__slider__img img {
  width: 100%;
}

.mv__logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: left;
  padding: 1% 1.5%;
  width: 11.197%;
  background: #fff;
  border-radius: 0 0 40px 0;
}
@media only screen and (max-width: 768px) {
  .mv__logo {
    width: 34%;
    border-radius: 0 0 20px 0;
  }
}

.mv-information {
  padding-top: 0.5%;
}
@media only screen and (max-width: 768px) {
  .mv-information {
    padding: 2% 4% 3%;
  }
}

.txt__detail--cpn {
  margin-top: 0.5%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .txt__detail--cpn {
    font-size: 14px;
  }
}

.btn__mv {
  text-align: center;
  margin-top: 1.25%;
}

.btn__mv--anchor {
  margin: 0 auto;
}
@media only screen and (max-width: 940px) {
  .btn__mv--anchor {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .btn__mv--anchor {
    font-size: 1.125rem;
  }
}

.caption__mv {
  text-align: center;
  font-size: 16px;
}
@media only screen and (max-width: 480px) {
  .caption__mv {
    font-size: 12px;
  }
}

.mv-information--outer {
  padding: 2% 4%;
  background: #e0e0e0;
}

/*****************************
SELECT
*****************************/
.wrap__head--select {
  padding-top: 54px;
  background: #F5F5F5;
}
@media only screen and (max-width: 480px) {
  .wrap__head--select {
    padding-top: 1.625rem;
  }
}

.area__d-btn--select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}
@media only screen and (max-width: 480px) {
  .area__d-btn--select {
    margin-top: 2.25rem;
  }
}

.d-btn--select {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 49%;
          flex: 0 1 49%;
  font-size: 26px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .d-btn--select {
    font-size: 1.125rem;
  }
}
.d-btn--select.active {
  padding: 30px 0 36px;
  border-radius: 6px 6px 0 0;
  border-top: 6px solid #976F12;
  background: #F5ECD9;
}
@media only screen and (max-width: 480px) {
  .d-btn--select.active {
    padding: 1rem 0 1.5rem;
  }
}
@media only screen and (max-width: 480px) {
  .d-btn--select.active .head__d-btn .icon {
    display: block;
  }
  .d-btn--select.active .head__d-btn .icon img {
    width: 30px;
  }
}

.inner__d-btn {
  display: block;
  color: #000;
  padding: 28px 0 30px;
  background: #F5ECD9;
  border: 2px solid #976F12;
  border-radius: 6px;
}
@media only screen and (max-width: 480px) {
  .inner__d-btn {
    padding: 5px 0;
  }
}

.head__d-btn .icon {
  margin: 0 2px;
}
.head__d-btn .icon img {
  vertical-align: bottom;
}
@media only screen and (max-width: 480px) {
  .head__d-btn .icon img {
    width: 25px;
  }
}

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

/*****************************
ABOUT
*****************************/
.section-about {
  background: #F5ECD9;
}
.section-about .head__balloon--small {
  margin-top: 50px;
}

.wrap__head-about {
  padding: 0 0 50px;
}
@media only screen and (max-width: 480px) {
  .wrap__head-about {
    padding: 0 0 30px;
  }
}

.head-about {
  color: #000;
  font-size: 34px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .head-about {
    font-size: 1.25rem;
  }
}

.box__lead-about {
  padding: 35px 60px 70px;
  margin-top: -22px;
  font-size: 18px;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .box__lead-about {
    padding: 1.125rem 1.25rem 2.5rem;
    font-size: 0.875rem;
  }
}

.txt__strong-about {
  margin-bottom: 22px;
  font-size: 22px;
  font-weight: bold;
}
@media only screen and (max-width: 480px) {
  .txt__strong-about {
    font-size: 1rem;
    line-height: 1;
  }
}
.txt__strong-about .num {
  font-size: 48px;
}
@media only screen and (max-width: 480px) {
  .txt__strong-about .num {
    font-size: 2.125rem;
  }
}
.txt__strong-about .icon {
  margin-right: 5px;
}
@media only screen and (max-width: 480px) {
  .txt__strong-about .icon {
    display: block;
    text-align: center;
    margin: 5px 0;
  }
}
.txt__strong-about .icon img {
  width: 48px;
  vertical-align: bottom;
}

.img__lead-about {
  margin-top: 20px;
}

.caption__lead-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 26px;
  font-size: 14px;
}
.caption__lead-about .caption__list {
  text-align: left;
}

.box__slider-service {
  margin-top: 26px;
}

.item__slider-service {
  margin: 0 20px;
  background: #fff;
  border-radius: 6px;
}
@media only screen and (max-width: 480px) {
  .item__slider-service {
    margin: 0 15px;
  }
}

.area__lead__slider-service {
  padding: 20px 20px 16px;
  height: 150px;
  color: #fff;
  text-align: center;
  line-height: 1.54;
  border-radius: 6px 6px 0 0;
}
@media only screen and (max-width: 940px) {
  .area__lead__slider-service {
    padding: 20px 3px;
    height: auto;
  }
}

.area__lead__slider-service-a {
  background: url(/afl/common/img/bg_service_01.jpg) no-repeat center center;
  background-size: cover;
}
@media only screen and (max-width: 480px) {
  .area__lead__slider-service-a {
    background: url(/afl/common/img/bg_service_01_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}

.area__lead__slider-service-b {
  background: url(/afl/common/img/bg_service_02.jpg) no-repeat center center;
  background-size: cover;
}
@media only screen and (max-width: 480px) {
  .area__lead__slider-service-b {
    background: url(/afl/common/img/bg_service_02_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}

.area__lead__slider-service-c {
  background: url(/afl/common/img/bg_service_03.jpg) no-repeat center center;
  background-size: cover;
}
@media only screen and (max-width: 480px) {
  .area__lead__slider-service-c {
    background: url(/afl/common/img/bg_service_03_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}

.lead__slider-service {
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: bold;
}
@media only screen and (max-width: 480px) {
  .lead__slider-service {
    font-size: 1.125rem;
  }
}

.content__slider-service {
  padding: 15px;
  height: 200px;
}
@media only screen and (max-width: 940px) {
  .content__slider-service {
    height: auto;
    padding: 10px;
  }
}

.content__slider-service-l {
  padding: 40px 15px;
}
@media only screen and (max-width: 480px) {
  .content__slider-service-l {
    padding: 0 10px;
  }
}

.block__flex-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 480px) {
  .block__flex-service {
    display: block;
  }
}

.item__flex-service {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 42%;
          flex: 0 1 42%;
}
@media only screen and (max-width: 480px) {
  .item__flex-service {
    margin: 20px 0;
  }
}
.item__flex-service:first-of-type::after {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  content: "";
  display: inline-block;
  width: 22px;
  height: 19px;
  background: url(/afl/common/img/arrow_right_red_l.svg) no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 480px) {
  .item__flex-service:first-of-type::after {
    right: 50%;
    top: auto;
    bottom: -30px;
    width: 16px;
    height: 14px;
    -webkit-transform: translate(0, -50%) rotate(90deg);
            transform: translate(0, -50%) rotate(90deg);
  }
}
.item__flex-service .area__caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.item__flex-service .area__caption .icon {
  margin-right: 10px;
}
.item__flex-service .area__caption .icon img {
  width: 50px;
}
.item__flex-service .area__caption .caption {
  font-size: 16px;
}
@media only screen and (max-width: 480px) {
  .item__flex-service .area__caption .caption {
    font-size: 0.875rem;
  }
}

.txt__flex-service {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width: 480px) {
  .txt__flex-service {
    font-size: 1.25rem;
  }
}
.txt__flex-service .num {
  font-size: 36px;
}
@media only screen and (max-width: 480px) {
  .txt__flex-service .num {
    font-size: 1.5rem;
  }
}

.content__list-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 480px) {
  .content__list-service {
    display: block;
  }
}
.content__list-service li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33%;
          flex: 0 1 33%;
  padding: 0 15px;
  font-size: 16px;
  text-align: center;
  border-right: 1px solid #CCCCCC;
}
@media only screen and (max-width: 480px) {
  .content__list-service li {
    margin: 16px 0;
    border-right: none;
    font-size: 0.75rem;
  }
}
.content__list-service li:last-child {
  border-right: none;
}
.content__list-service li .strong {
  margin-top: 5px;
  font-size: 18px;
  line-height: 1;
}
.content__list-service li .strong .num {
  font-size: 36px;
}
@media only screen and (max-width: 480px) {
  .content__list-service li .strong .num {
    font-size: 1.5rem;
  }
}

.block__flex__slider-introduce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 480px) {
  .block__flex__slider-introduce {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: nowrap row-reverse;
            flex-flow: nowrap row-reverse;
  }
}

.img__slider-introduce {
  margin-right: 10px;
}
@media only screen and (max-width: 480px) {
  .img__slider-introduce {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 48%;
            flex: 0 1 48%;
    margin-right: 0;
  }
}
.img__slider-introduce img {
  max-width: 220px;
}
@media only screen and (max-width: 940px) {
  .img__slider-introduce img {
    width: 100%;
  }
}

.balloon__slider-introduce {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 44%;
          flex: 0 1 44%;
  padding: 30px 0;
  margin-left: 30px;
  text-align: center;
  font-size: 18px;
  background: #EBEBEB;
  border-radius: 6px;
}
@media only screen and (max-width: 480px) {
  .balloon__slider-introduce {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    margin-left: 0;
    font-size: 0.75rem;
  }
}
.balloon__slider-introduce .strong {
  font-size: 24px;
}
@media only screen and (max-width: 480px) {
  .balloon__slider-introduce .strong {
    font-size: 1.125rem;
  }
}
.balloon__slider-introduce::after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(235, 235, 235, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 30px;
  border-right-width: 30px;
  margin-top: -10px;
  border-right-color: #EBEBEB;
  right: 100%;
  top: 50%;
}
@media only screen and (max-width: 480px) {
  .balloon__slider-introduce::after {
    border-top-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    margin-top: 0;
  }
}

/*****************************
BENEFIT
*****************************/
.section-exchange-benefit {
  background: #ECF2F7;
}
.section-exchange-benefit .head__balloon {
  margin-top: 0;
}

.accordion-exchange-benefit:first-of-type {
  margin-top: 34px;
}
@media only screen and (max-width: 480px) {
  .accordion-exchange-benefit:first-of-type {
    margin-top: 1rem;
  }
}
.accordion-exchange-benefit:last-of-type {
  border-bottom: 1px solid #CCCCCC;
}

.head__accordion-exchange-benefit {
  position: relative;
  padding: 16px;
  font-size: 24px;
  text-align: center;
  background: #F5F5F5;
  border: 1px solid #CCCCCC;
  border-bottom: none;
}
@media only screen and (max-width: 480px) {
  .head__accordion-exchange-benefit {
    padding: 1.375rem;
    font-size: 1.125rem;
  }
}
.head__accordion-exchange-benefit h3 {
  font-weight: bold;
}
.head__accordion-exchange-benefit::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 2%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 19px;
  height: 12px;
  background: url(/afl/common/img/icon_arrow_down_b.svg) no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 480px) {
  .head__accordion-exchange-benefit::after {
    width: 13px;
    height: 8px;
  }
}
.head__accordion-exchange-benefit.active {
  border-bottom: 1px solid #CCCCCC;
}
.head__accordion-exchange-benefit.active::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.head__accordion-exchange-benefit:hover {
  cursor: pointer;
}
.head__accordion-exchange-benefit .logo {
  vertical-align: middle;
  margin-right: 5px;
}

.content__accordion-exchange-benefit {
  display: none;
  padding: 40px 10px;
  background: #fff;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}
@media only screen and (max-width: 480px) {
  .content__accordion-exchange-benefit {
    padding: 1.25rem 0.75rem;
  }
}

.block__flex__accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 480px) {
  .block__flex__accordion {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .block__flex__accordion .item__flex__accordion:first-of-type {
    margin-top: 0;
  }
}

.item__flex__accordion {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 32%;
          flex: 0 1 32%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 480px) {
  .item__flex__accordion {
    margin-top: 1.25rem;
  }
}

.img__flex__accordion {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33%;
          flex: 0 1 33%;
}
.img__flex__accordion img {
  border-radius: 6px;
}

.txt__flex__accordion {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 65%;
          flex: 0 1 65%;
}

/*****************************
VOICE
*****************************/
.section-voice {
  background: #FFFADD;
}

.wrapper__list-voice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 32px;
}
@media only screen and (max-width: 480px) {
  .wrapper__list-voice {
    margin-top: 1.5rem;
  }
}

.item-voice {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 32%;
          flex: 0 1 32%;
  padding: 25px 18px 20px;
}

.area__head-voice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.area__head-voice .icon__head-voice {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
}
.area__head-voice .head-voice {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 74%;
          flex: 0 1 74%;
  font-size: 18px;
  font-weight: bold;
}

.balloon-voice {
  position: relative;
  margin-top: 26px;
  padding: 20px;
  border-radius: 8px;
  background: #ECECEC;
}
.balloon-voice::after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(236, 236, 236, 0);
  border-top-width: 19px;
  border-bottom-width: 19px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-left: -10px;
  border-bottom-color: #ECECEC;
  bottom: 100%;
  left: 12%;
}

/*****************************
FQA
*****************************/
.accordion-faq:first-of-type {
  margin-top: 34px;
}
@media only screen and (max-width: 480px) {
  .accordion-faq:first-of-type {
    margin-top: 1rem;
  }
}
.accordion-faq:last-of-type {
  border-bottom: 1px solid #CCCCCC;
}

.head-faq {
  position: relative;
  padding: 18px 40px;
  font-size: 22px;
  font-weight: bold;
  border: 1px solid #CCCCCC;
  border-bottom: none;
}
.head-faq::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 2%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 19px;
  height: 12px;
  background: url(/afl/common/img/icon_arrow_down_r.svg) no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 480px) {
  .head-faq::after {
    width: 13px;
    height: 8px;
  }
}
.head-faq.active {
  border-bottom: 1px solid #CCCCCC;
}
.head-faq.active::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.head-faq:hover {
  cursor: pointer;
}
@media only screen and (max-width: 480px) {
  .head-faq {
    font-size: 0.875rem;
    padding: 14px 30px 14px 10px;
  }
}

.content-faq {
  display: none;
  padding: 40px;
  font-size: 16px;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}
@media only screen and (max-width: 480px) {
  .content-faq {
    padding: 1.25rem;
    font-size: 0.8125rem;
  }
}
.content-faq a.txtLink {
  font-size: 16px;
}
@media only screen and (max-width: 480px) {
  .content-faq a.txtLink {
    font-size: 0.8125rem;
  }
}
.content-faq .noteList {
  font-size: 16px;
  line-height: 1.4;
}
@media only screen and (max-width: 480px) {
  .content-faq .noteList {
    font-size: 0.8125rem;
  }
}

.img__title--more img {
  max-width: 100%;
  width: 78px;
}
@media only screen and (max-width: 480px) {
  .img__title--more img {
    max-width: 33px;
    width: 100%;
  }
}

/***********************************
winter23用改修
***********************************/
.inner__accordion {
  margin: 0;
  border-bottom: none;
}

.btn__accordion {
  position: relative;
}
.btn__accordion::after {
  display: inline-block;
  content: "";
  width: 31px;
  height: 31px;
  background: url(/afl/common/img/icon_circle_plus.svg) no-repeat;
  background-size: contain;
  -webkit-transform: translate(5px, 5px);
          transform: translate(5px, 5px);
}
@media only screen and (max-width: 480px) {
  .btn__accordion::after {
    position: absolute;
    right: 10px;
    top: 50%;
    width: 20px;
    height: 20px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.btn__accordion.active::after {
  background: url(/afl/common/img/icon_circle_minus.svg) no-repeat;
  background-size: contain;
}

.table_head--select {
  background: #c09d53;
}
.table_head--select.--grad {
  background: -webkit-gradient(linear, left top, left bottom, from(#a17a2d), to(#dec287));
  background: linear-gradient(#a17a2d, #dec287);
}
.table_head--select.accordon__head--bonus {
  color: #fff;
  font-size: 26px;
}
@media only screen and (max-width: 480px) {
  .table_head--select.accordon__head--bonus {
    font-size: 1.25rem;
  }
}
.table_head--select.accordon__head--bonus::before {
  background: none;
  width: 0;
  height: 0;
}

.table_head--select-b {
  font-size: 26px;
  background: #b2b6bb;
}
@media only screen and (max-width: 480px) {
  .table_head--select-b {
    font-size: 1.25rem;
  }
}

.img__title--more img {
  width: auto;
  max-width: 126px;
}
@media only screen and (max-width: 480px) {
  .img__title--more img {
    max-width: 46px;
  }
}

.wrap__flex--present--more .img__title--more img {
  width: auto;
  max-width: 66px;
}
@media only screen and (max-width: 480px) {
  .wrap__flex--present--more .img__title--more img {
    max-width: 33px;
  }
}

.head__title--more .lead--present {
  margin-top: 0;
}
.head__title--more .small {
  font-size: 18px;
}
@media only screen and (max-width: 480px) {
  .head__title--more .small {
    font-size: 0.8125rem;
  }
}

.block__title--more {
  padding: 10px 5px;
}
@media only screen and (max-width: 480px) {
  .block__title--more {
    padding: 10px 0;
  }
}

.txt--present--appli .small {
  font-size: 16px;
}
@media only screen and (max-width: 480px) {
  .txt--present--appli .small {
    font-size: 0.8125rem;
  }
}

#bonus_visa .head__title--more {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
@media only screen and (max-width: 480px) {
  #bonus_visa .head__title--more {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

.section--entry {
  padding: 50px 0;
}
@media only screen and (max-width: 768px) {
  .section--entry {
    padding: 30px 0;
  }
}

@media only screen and (max-width: 480px) {
  .inner__accordion {
    border-top: 2px solid #b2b6bb;
  }
}

.compare__btn__wrap {
  margin: 30px 0;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .compare__btn__wrap {
    margin: 10px;
  }
}
.compare__btn__wrap .compare__btn {
  display: inline-block;
  padding: 16px 32px;
  background-color: #000;
  font-size: 20px;
  font-weight: bold;
  border-radius: 40px;
  color: #fff;
  text-align: center;
}

.link__modal--compare {
  background: #000 !important;
}

@media only screen and (max-width: 768px) {
  .wrapper__table-compare {
    padding: 10px;
    background: #fff;
  }
}
.wrapper__table-compare .table-compare {
  margin-bottom: 20px;
  width: 100%;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .wrapper__table-compare .table-compare {
    width: 920px;
  }
}
.wrapper__table-compare .table-compare th, .wrapper__table-compare .table-compare td {
  padding: 10px;
  text-align: center;
  border-collapse: collapse;
  border: 1px solid #c2b431;
}
.wrapper__table-compare .table-compare th.border_gray, .wrapper__table-compare .table-compare td.border_gray {
  border-color: #d4dbe6;
}
.wrapper__table-compare .table-compare th.border_gray--side, .wrapper__table-compare .table-compare td.border_gray--side {
  border-right-color: #d4dbe6;
  border-left-color: #d4dbe6;
}
.wrapper__table-compare .table-compare .area_num {
  font-size: 18px;
  background: #f1e99e;
}
.wrapper__table-compare .table-compare .card-name {
  min-height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wrapper__table-compare .table-compare .num {
  font-size: 18px;
}
.wrapper__table-compare .table-compare .num--strong {
  font-size: 24px;
  font-weight: bold;
  color: #c00;
}
.wrapper__table-compare .table-compare .bg_gray {
  text-align: left;
  background: #e3e7ed;
}
.wrapper__table-compare .table-compare .bg_light_gray {
  background: #f7f8fa;
}
.wrapper__table-compare .table-compare .bg_red {
  text-align: left;
  background: #ffa9a9;
}
.wrapper__table-compare .table-compare .bg_light_red {
  background: #ffdcdc;
}
@media only screen and (max-width: 768px) {
  .wrapper__table-compare .table-compare .fixed {
    position: sticky;
    left: 0;
    z-index: 10;
  }
}