﻿.secIntro .ttl img {
  width: 45%;
  margin: -1% auto 0;
}

@media screen and (max-width: 800px) {
  .secIntro .ttl img {
      width: 95%;
      margin: -2% auto 0;
  }
}

.secIntro .fv_img02{
  top: 17%;
  right: 3%;
}

@media screen and (max-width: 800px) {
  .secIntro .fv_img02 {
    top: 53%;
    right: -3%;
    width: 28%;
  }
}

@media screen and (max-width: 800px) {
  .secIntro .fv_img01 {
    width: 25%;
  }
}

.benefitMore_wrap.gentei_bonus .gentei_bonus_inner {
  background: #ffebcd;
  display: flex;
  align-items: center;
  padding: 1em;
}

.benefitMore_wrap.gentei_bonus .gentei_bonus_text {
  text-align: center;
  flex: 1 1 48%;
  color: #000;
  font-size: min(2.4rem, 2.45vw);
  font-weight: 700;
  line-height: 1.3;
  padding-right: 2%;
}
@media screen and (max-width: 560px) {
  .benefitMore_wrap.gentei_bonus .gentei_bonus_text {
      text-align: left;
      font-size: 1.3rem;
      flex: 1 1 45%;
  }
}

.gentei_bonus_miles {
  text-align: center;
  font-size: min(1.8rem, 2.22vw);
  font-weight: 500;
}
@media screen and (max-width: 560px) {
  .benefitMore_wrap.gentei_bonus .gentei_bonus_miles {
      font-size: 1.2rem;
  }
}


.benefitMore_wrap.gentei_bonus .gentei_bonus_miles .miles {
  font-family: "montserrat", sans-selif;
  font-size: min(6rem, 6.12vw);
  font-weight: 800;
  line-height: 1;
}

.gentei_bonus_miles .fcGold {
  color: #c39000;
}