.giftCharge__wrap {
  gap: 16px;
}
.giftCharge__wrap .giftCharge__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.giftCharge__wrap .giftCharge__box .text__wrap {
  text-align: center;
}
.giftCharge__wrap .giftCharge__box .text__wrap .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
}
.giftCharge__wrap .giftCharge__box .text__wrap .note__list li {
  display: inline-block;
  position: relative;
  color: #666;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  padding-left: 14px;
}
.giftCharge__wrap .giftCharge__box .input__code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding: 0 16px;
}
@media screen and (max-width: 767px) {
  .giftCharge__wrap .giftCharge__box .input__code {
    gap: 4px;
  }
}
.giftCharge__wrap .giftCharge__box .input__code .label {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
.giftCharge__wrap .giftCharge__box .input__code .value .form__input {
  width: 100%;
}
.giftCharge__wrap .giftCharge__box .radio__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.giftCharge__wrap .giftCharge__box .radio__container .radio-item:last-child {
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}
.giftCharge__wrap .giftCharge__box .radio__container .radio-item:last-child input[type=radio] {
  margin-top: 3px;
}
.giftCharge__wrap .giftCharge__box .radio__container .radio-item:last-child .form__input__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  width: 100%;
}
.giftCharge__wrap .giftCharge__box .radio__container .radio-item:last-child .form__input__wrap .form__input__area span {
  margin-left: 10px;
}
.giftCharge__wrap .giftCharge__box .radio__container .radio-item:last-child .form__input__wrap .form__input__area .form__input {
  width: calc(100% - 42px);
}
.giftCharge__wrap .btn__wrap {
  padding: 8px 0;
}
.giftCharge__wrap .btn__wrap .btn {
  max-width: 250px;
  margin: 0 auto;
}

.gift__wrap {
  max-width: 484px;
}
@media screen and (max-width: 767px) {
  .gift__wrap {
    max-width: 360px;
  }
}

.sendMail__wrap .text__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  text-align: center;
}
.sendMail__wrap .text__wrap .title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}
.sendMail__wrap .text__wrap .content {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
.sendMail__wrap .text__wrap .note__list li {
  display: inline-block;
  position: relative;
  color: #666;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  padding-left: 14px;
}

.giftBalance__wrap {
  max-width: 420px;
  gap: 8px;
}
.giftBalance__wrap .eigaGift__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 2px 10px;
  line-height: 1.6;
}
.giftBalance__wrap .eigaGift__point .value {
  font-family: "Roboto", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "NotoSansJP", sans-serif;
  font-size: 20px;
  font-weight: 700;
}
.giftBalance__wrap .eigaGift__point .text {
  font-size: 16px;
  font-weight: 400;
}

.Benefits__wrap .Benefits__box .text__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  text-align: center;
}
.Benefits__wrap .Benefits__box .text__wrap .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .Benefits__wrap .Benefits__box .text__wrap .title {
    font-size: min(4.8vw, 18px);
  }
}
.Benefits__wrap .Benefits__box .text__wrap .content {
  font-weight: 600;
}
.Benefits__wrap .Benefits__box .text__wrap .note {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
.Benefits__wrap .btn__wrap {
  margin-top: 18px;
}
.Benefits__wrap .btn__wrap .btn {
  max-width: 250px;
  margin: 0 auto;
}