/**
* SP
**/
/**
* PC
**/
/**
* Custom min-width, max-width. Example:
* @include media(500px, 900px) { ... }
* @include media($max-width: 900px) { ... }
* @include media($min-width: 500px) { ... }
**/
@media (max-width: 767px) {
  #wpadminbar {
    display: none;
  }
}

@media (max-width: 767px) {
  html:has(#wpadminbar) {
    margin-top: 0 !important;
  }
}

.creditcard__step:not([style*="display: none"]) {
  position: relative;
  z-index: 1;
}

.creditcard__step:not([style*="display: none"]) + .creditcard__step:not([style*="display: none"]) {
  position: absolute;
  visibility: hidden;
}

.main .content--creditcart {
  display: flex;
  justify-content: center;
  max-width: 113rem;
  margin-top: 0;
  margin: auto;
  padding: 1.5rem;
  padding-top: 92px;
}

@media (max-width: 767px) {
  .main .content--creditcart {
    padding: 0 2rem;
    padding-top: 48px;
  }
}

@media (min-width: 1200px) {
  .creditcard__wrap-scale {
    max-width: 1200px;
    margin: auto;
  }
}

.creditcard__wrap {
  width: 1440px;
  max-width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  background: rgba(245, 203, 203, 0.7);
  margin: 0 auto 0;
  padding: 2.5rem;
}

@media (max-width: 767px) {
  .creditcard__wrap {
    min-width: 100vw;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 1.5rem 1rem;
  }
}

.creditcard__navbutton {
  width: 50%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 7.3rem;
  border: 0.1rem solid #dee1e6;
  font-size: 3.2rem;
  line-height: 4.8rem;
  font-weight: 700;
  color: #bcc1ca;
}

@media (max-width: 767px) {
  .creditcard__navbutton {
    height: 3rem;
    font-size: 1.2rem;
    line-height: 2rem;
  }
  .creditcard__navbutton:hover {
    opacity: 1;
  }
}

.creditcard__navbutton--active {
  color: #323842;
  border: none;
}

.creditcard__navbutton--point {
  background: #fef6f1;
  border-top-left-radius: 0.4rem;
}

@media (max-width: 767px) {
  .creditcard__navbutton--point {
    border-top-left-radius: 0.4rem;
  }
}

.creditcard__navbutton--point.creditcard__navbutton--active ~ .creditcard__content--point {
  display: flex;
}

.creditcard__navbutton--mile {
  background: #ebfdff;
  border-top-right-radius: 0.4rem;
}

@media (max-width: 767px) {
  .creditcard__navbutton--mile {
    border-top-right-radius: 0.4rem;
  }
}

.creditcard__navbutton--mile.creditcard__navbutton--active ~ .creditcard__content--mile {
  display: flex;
}

.creditcard__content {
  width: 100%;
  position: relative;
  display: none;
  flex-wrap: wrap;
  flex-direction: row;
  border-bottom-left-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
  padding: 2.8rem 6.5rem 2rem;
}

@media (max-width: 767px) {
  .creditcard__content {
    padding: 0.6rem 0.8rem;
    border-bottom-left-radius: 0.4rem;
    border-bottom-right-radius: 0.4rem;
  }
}

.creditcard__content--point {
  background: #fef6f1;
}

.creditcard__content--mile {
  background: #ebfdff;
}

@media (min-width: 768px) {
  .creditcard__content--mile .creditcard__result__item__rank {
    font-size: 12px;
  }
}

.creditcard__filter {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}

.creditcard__filter__head {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}

.creditcard__filter__head P {
  width: auto;
  height: 3.6rem;
  line-height: 1;
  border-radius: 1.8rem;
  padding: 0 1.8rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 2.4rem;
  background-color: #4069e5;
}

@media (max-width: 767px) {
  .creditcard__filter__head P {
    height: 2rem;
    border-radius: 1rem;
    padding: 0 1rem;
    font-size: 1.1rem;
  }
}

.creditcard__filter .creditcard__field-note {
  position: relative;
  z-index: 2;
  width: 2.8rem;
  height: 2.8rem;
  margin-left: 0.6rem;
}

@media (max-width: 767px) {
  .creditcard__filter .creditcard__field-note {
    width: 1.6rem;
    height: 1.6rem;
    margin-left: 0.2rem;
  }
}

.creditcard__filter .creditcard__field-note:has(.qmark:checked, .qmark:hover) .note-content {
  display: block;
}

.creditcard__filter .creditcard__field-note .qmark {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-flex;
  width: 2.8rem;
  height: 2.8rem;
  background: center/contain url(../../../images/creditcard/material-help-outline.svg) no-repeat;
  cursor: pointer;
  background-size: 99%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

@media (max-width: 767px) {
  .creditcard__filter .creditcard__field-note .qmark {
    width: 1.6rem;
    height: 1.6rem;
  }
}

.creditcard__filter .creditcard__field-note .note-content {
  position: absolute;
  transform: translate3d(0, -50%, 0);
  display: none;
  box-sizing: border-box;
  z-index: 1;
  white-space: pre-line;
  width: -moz-max-content;
  width: max-content;
  padding: 1rem 1.6rem;
  background: rgba(29, 33, 40, 0.9);
  color: #fff;
  border-radius: 0.4rem;
  left: 4rem;
  top: 1.4rem;
  font-size: 1.4rem;
  line-height: 2.2rem;
}

@media (max-width: 767px) {
  .creditcard__filter .creditcard__field-note .note-content {
    left: -1rem;
    top: -2rem;
    font-size: 1.1rem;
    line-height: 1.8rem;
    white-space: normal;
    padding: 0.3rem 0.6rem;
  }
}

.creditcard__filter .creditcard__field-note .note-content::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  display: block;
  position: absolute;
  border: 0.5rem solid transparent;
  border-right: 0.5rem solid rgba(29, 33, 40, 0.9);
  top: 1.4rem;
  left: -1rem;
}

@media (max-width: 767px) {
  .creditcard__filter .creditcard__field-note .note-content::before {
    border: 0.5rem solid transparent;
    border-top: 0.5rem solid rgba(29, 33, 40, 0.9);
    left: 1.3rem;
    bottom: -0.9rem;
    top: auto;
  }
}

.creditcard__filter__list {
  width: 100%;
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 8px 10px;
  flex-direction: row;
  margin-top: 1.6rem;
}

@media (max-width: 767px) {
  .creditcard__filter__list {
    margin-top: 0.2rem;
  }
}

.creditcard__filter__item {
  width: calc((100% - 20px) / 3);
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media (max-width: 767px) {
  .creditcard__filter__item {
    width: calc((100% - 10px) / 2);
    flex-wrap: nowrap;
  }
}

.creditcard__filter__item input {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  margin-right: 0.5rem;
}

@media (max-width: 767px) {
  .creditcard__filter__item input {
    width: 1.2rem;
    height: 1.2rem;
    margin-top: 2px;
    margin-right: 0.3rem;
  }
}

.creditcard__filter__item label {
  display: flex;
  align-items: flex-start;
  color: #171a1f;
  font-size: 2rem;
  line-height: normal;
}

@media (min-width: 1340px) {
  .creditcard__filter__item label {
    align-items: center;
  }
}

@media (min-width: 768px) and (max-width: 1339.98px) {
  .creditcard__filter__item label {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .creditcard__filter__item label {
    font-size: 1.1rem;
  }
}

.creditcard__result__wrap {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-top: 0.8rem;
  gap: 0.4rem;
}

@media (max-width: 767px) {
  .creditcard__result__wrap {
    margin-top: 0.8rem;
    gap: 0.4rem;
  }
}

.creditcard__result__wrap .table-responsive {
  display: flex;
  max-width: 100%;
  width: 100%;
  overflow: auto;
  padding-bottom: 1px;
  padding-right: 1px;
}

.creditcard__result__item {
  width: 100%;
  position: relative;
  margin-top: 0.8rem;
  padding: 2.4rem 2rem 1.5rem;
  background: #fff;
  border-radius: 0.8rem;
  border: 0.1rem solid #565e6c;
}

@media (max-width: 767px) {
  .creditcard__result__item {
    padding: 1rem 2.4rem;
  }
}

.creditcard__result__item__content {
  width: 978px;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin: auto;
}

@media (min-width: 768px) and (max-width: 1339.98px) {
  .creditcard__result__item__content {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}

.creditcard__result__item__rank {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  width: 6rem;
  height: 4rem;
  top: 0;
  left: 6rem;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0.8rem;
  font-size: 2.2rem;
  line-height: 2.4rem;
  font-weight: 700;
  color: white;
  text-align: center;
}

@media (min-width: 768px) {
  .creditcard__result__item__rank {
    line-height: 14px;
    left: 10px;
  }
}

@media (max-width: 767px) {
  .creditcard__result__item__rank {
    width: 6rem;
    height: 4rem;
    padding-top: 0.6rem;
    font-size: 1.4rem;
    left: 1rem;
    padding-top: 0;
  }
}

.creditcard__result__item__rank::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border: 5rem solid transparent;
  border-top-width: 60px;
  z-index: 1;
}

@media (min-width: 768px) {
  .creditcard__result__item__rank::before {
    border-width: 30px;
    border-top-width: 40px;
  }
}

@media (max-width: 767px) {
  .creditcard__result__item__rank::before {
    border-width: 3rem;
    border-top-width: 4rem;
  }
}

.creditcard__result__item__rank--gold::before {
  border-top-color: #ffd819;
}

.creditcard__result__item__rank--silver::before {
  border-top-color: #bcc1ca;
}

.creditcard__result__item__rank--bronze::before {
  border-top-color: #d29211;
}

.creditcard__result__item__rank--jal::before {
  border-top-color: #0b318f;
}

.creditcard__result__item__rank--ana::before {
  border-top-color: #cc0000;
}

.creditcard__result__item--yellow {
  background-color: #fef9ee;
}

.creditcard__result__item span {
  z-index: 2;
}

.creditcard__result__item span.small {
  font-size: 1.4rem;
  line-height: 2.2rem;
}

@media (min-width: 768px) and (max-width: 1339.98px) {
  .creditcard__result__item span.small {
    font-size: 10px;
    margin-top: -5px;
    line-height: 12px;
  }
}

@media (max-width: 767px) {
  .creditcard__result__item span.small {
    font-size: 1.1rem;
    line-height: 2rem;
  }
}

.creditcard__result__item span.rank-small {
  font-size: 10px;
  margin-top: -5px;
  line-height: 12px;
}

@media (max-width: 767px) {
  .creditcard__result__item span.rank-small {
    font-size: 8px;
    line-height: 11px;
    margin-top: 3px;
  }
}

.creditcard__result__card {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 30rem;
  max-width: 30%;
}

@media (max-width: 767px) {
  .creditcard__result__card {
    width: 100%;
    max-width: 100%;
  }
}

.creditcard__result__card__image {
  line-height: 0;
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 0 1.5rem;
}

@media (max-width: 767px) {
  .creditcard__result__card__image {
    max-width: 200px;
    order: 2;
    padding: 0;
    margin: 1.6rem auto 0;
  }
}

.creditcard__result__card__image img {
  width: 100%;
}

.creditcard__result__card__name {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.6rem;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
  color: #323842;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 1339.98px) {
  .creditcard__result__card__name {
    font-size: 14px;
    line-height: normal;
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .creditcard__result__card__name {
    order: 1;
    justify-content: flex-start;
    margin-top: 0rem;
    font-size: 1.4rem;
    line-height: 2.2rem;
    padding: 0 4rem;
  }
}

.creditcard__result__card__benefit {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  margin-top: 0.7rem;
}

@media (max-width: 767px) {
  .creditcard__result__card__benefit {
    order: 3;
    gap: 0.3rem;
    margin-top: 1.5rem;
  }
}

.creditcard__result__card__benefit__item {
  height: 1.8rem;
  padding-left: 0.9rem;
  padding-right: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.9rem;
  color: #fff;
  background-color: #379AE6FF;
  font-size: 1.1rem;
  line-height: 1.6rem;
  font-weight: 400;
  padding-bottom: 0.2rem;
}

@media (max-width: 767px) {
  .creditcard__result__card__benefit__item {
    height: 1.8rem;
    padding-left: 0.9rem;
    padding-right: 0.9rem;
    border-radius: 0.9rem;
    font-size: 1.1rem;
    line-height: 1.6rem;
    font-weight: 400;
    padding-bottom: 0.2rem;
  }
}

.creditcard__result__card__benefit__item--gray {
  background-color: #999999FF;
}

.creditcard__result__card__description {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 1.3rem;
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: 700;
  color: #323842;
}

@media (min-width: 768px) and (max-width: 1339.98px) {
  .creditcard__result__card__description {
    font-size: 12px;
    line-height: normal;
  }
}

@media (max-width: 767px) {
  .creditcard__result__card__description {
    width: -moz-max-content;
    width: max-content;
    order: 4;
    margin: 1.6rem 0 0;
    font-size: 1.1rem;
    line-height: 1.8rem;
  }
}

.creditcard__result__card__description span {
  padding-left: 1.5rem;
  text-indent: -1.5rem;
}

@media (max-width: 767px) {
  .creditcard__result__card__description span {
    padding-left: 1rem;
    text-indent: -1rem;
  }
}

.creditcard__result__info {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 36rem);
  min-width: calc(70% - 6rem);
}

@media (min-width: 768px) and (max-width: 1339.98px) {
  .creditcard__result__info {
    flex-grow: 1;
  }
}

@media (max-width: 767px) {
  .creditcard__result__info {
    width: 100%;
    min-width: 100%;
  }
}

.creditcard__result__info__moneysave {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .creditcard__result__info__moneysave {
    align-items: flex-end;
    margin: 0.5rem 0 0;
  }
}

.creditcard__result__info__moneysave .detail {
  flex-shrink: 0;
  width: 7.3rem;
  height: 3rem;
  padding: 0 1.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 400;
  color: #98690c;
  background: white;
  opacity: 1;
  border-radius: 0.4rem;
  border-width: 0.1rem;
  border-color: #98690c;
  border-style: solid;
  margin-left: 0.5rem;
  transition: all 0.3s ease;
  cursor: pointer;
}

@media (max-width: 767px) {
  .creditcard__result__info__moneysave .detail {
    width: 5.2rem;
    height: 2.2rem;
    padding: 0 0;
    font-size: 1.4rem;
    line-height: 2rem;
    border-radius: 0.4rem;
    border-width: 0.1rem;
    margin-left: 0.5rem;
    margin-bottom: 1rem;
  }
}

.creditcard__result__info__moneysave .detail:hover {
  box-shadow: 0.2rem 0.2rem 0.5rem #98690c;
}

.creditcard__result__info__moneysave__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 2.4rem;
  line-height: 3.6rem;
  font-weight: 700;
  color: #323842;
}

@media (min-width: 768px) and (max-width: 1339.98px) {
  .creditcard__result__info__moneysave__title {
    font-size: 18px;
    line-height: normal;
  }
}

@media (max-width: 767px) {
  .creditcard__result__info__moneysave__title {
    font-size: 1.4rem;
    line-height: 3.6rem;
    width: -moz-max-content;
    width: max-content;
  }
}

.creditcard__result__info__moneysave__title > p {
  font-weight: inherit;
}

.creditcard__result__info__moneysave__title .small {
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 700;
  color: #323842;
  margin-right: 0.7rem;
}

@media (max-width: 767px) {
  .creditcard__result__info__moneysave__title .small {
    width: 100%;
    display: block;
    font-size: 1.1rem;
    line-height: 1.8rem;
    margin-right: 0rem;
  }
}

.creditcard__result__info__moneysave__title .cash {
  font-size: 3.2rem;
  line-height: 3.6rem;
  font-weight: 700;
  color: #e05858;
  margin: 0 0.4rem;
}

@media (min-width: 768px) and (max-width: 1339.98px) {
  .creditcard__result__info__moneysave__title .cash {
    font-size: 26px;
    line-height: normal;
  }
}

@media (max-width: 767px) {
  .creditcard__result__info__moneysave__title .cash {
    font-size: 2rem;
    line-height: 3.6rem;
    margin: 0 0.4rem;
  }
}

.creditcard__result__info__moneysave.mile {
  align-items: flex-start;
}

@media (max-width: 767px) {
  .creditcard__result__info__moneysave.mile {
    align-items: center;
  }
}

.creditcard__result__info__moneysave.mile .detail {
  margin-top: 0.3rem;
}

@media (max-width: 767px) {
  .creditcard__result__info__moneysave.mile .detail {
    margin-top: 0.5rem;
  }
}

.creditcard__result__info__milepoint {
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 700;
}

@media (max-width: 767px) {
  .creditcard__result__info__milepoint {
    font-size: 1.2rem;
    line-height: normal;
  }
}

.creditcard__result__info__table {
  min-width: calc(100% - 2px);
  border-radius: 0.4rem;
  border: 1px solid #e1e3e8;
  margin: 2.5rem 1px 0;
  background: #fff;
  border-collapse: collapse;
  border-style: hidden;
  box-shadow: 0 0 0 1px #e1e3e8;
  overflow: hidden;
}

@media (max-width: 767px) {
  .creditcard__result__info__table {
    width: calc(100% -2px);
    border-radius: 0.2rem;
    border: 1px solid #e1e3e8;
    box-shadow: 0 0 0 1px #e1e3e8;
    margin: 1rem 1px 0;
    border-style: solid;
  }
}

.creditcard__result__info__table th,
.creditcard__result__info__table td {
  padding: 0.6rem 1.6rem;
  position: relative;
  width: 14.8rem;
  text-align: center;
  font-size: 1.4rem;
  line-height: 2.2rem;
  border: 1px solid #e1e3e8;
}

@media (max-width: 767px) {
  .creditcard__result__info__table th,
  .creditcard__result__info__table td {
    padding: 0.6rem 0.6rem;
    width: 50%;
    font-size: 1.4rem;
    line-height: 2.2rem;
    border: 1px solid #e1e3e8;
  }
}

.creditcard__result__info__table th {
  background-color: #fdf2f2;
}

@media (min-width: 768px) {
  .creditcard__result__info__table th {
    white-space: nowrap;
  }
}

.creditcard__result__info__button {
  flex-grow: 1;
  min-height: 5rem;
  padding: 0 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  border: none;
  border-radius: 0.8rem;
  font-size: 2.4rem;
  line-height: 3.6rem;
  font-weight: 700;
  transition: all 0.3s ease;
  color: #fff;
}

@media (max-width: 767px) {
  .creditcard__result__info__button {
    min-height: 2.8rem;
    padding: 0 0.9rem;
    border-radius: 0.8rem;
    font-size: 1.5rem;
    line-height: 2.4rem;
  }
}

.creditcard__result__info__button:visited {
  color: white;
}

.creditcard__result__info__button:hover {
  opacity: 0.6;
}

.creditcard__result__info__button--blue {
  background: #66b2ec;
}

.creditcard__result__info__button--orange {
  background: #f19b5d;
}

.creditcard__result__info__button--gray {
  background: #9095a0;
  color: #e5e5e5;
  pointer-events: none;
}

.creditcard__result__info__button__wrap {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.6rem;
  gap: 10px 20px;
}

@media (max-width: 767px) {
  .creditcard__result__info__button__wrap {
    margin-top: 1.5rem;
  }
}

.creditcard__result__info__special {
  margin-top: 1rem;
  position: relative;
  display: block;
  width: -moz-max-content;
  width: max-content;
}

@media (max-width: 767px) {
  .creditcard__result__info__special {
    margin-top: 1rem;
    width: 100%;
  }
}

.creditcard__result__info__special__head {
  border-bottom: 0.1rem solid;
  width: 15.7rem;
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 700;
  color: #323842;
  border-bottom: 0.1rem solid #323842;
  cursor: pointer;
  position: relative;
}

@media (max-width: 767px) {
  .creditcard__result__info__special__head {
    display: none;
  }
}

.creditcard__result__info__special__head::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0.6rem;
  height: 1.4rem;
  width: 1.4rem;
  background: center/contain url(../../../images/plus-icon.svg) no-repeat;
  background-size: 99%;
}

.creditcard__result__info__special__head.open::after {
  background: center/contain url(../../../images/minus-icon.svg) no-repeat;
  cursor: pointer;
  background-size: 99%;
}

.creditcard__result__info__special__head.open ~ .creditcard__result__info__special__content {
  max-height: 1000rem;
}

.creditcard__result__info__special__head[disabled] {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.6;
}

.creditcard__result__info__special__content {
  font-size: 1.2rem;
  line-height: 2rem;
  font-weight: 400;
  color: #323842;
  margin-top: 0.5rem;
  overflow: hidden;
  max-height: 0;
  transition: all 0.3s ease;
}

@media (max-width: 767px) {
  .creditcard__result__info__special__content {
    max-height: -moz-max-content;
    max-height: max-content;
    font-size: 1.1rem;
    line-height: 1.8rem;
    margin-top: 0;
  }
}

.creditcard__note {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 1.4rem;
}

@media (max-width: 767px) {
  .creditcard__note {
    margin-top: 0.6rem;
  }
}

.creditcard__note p {
  max-width: 70%;
  font-size: 1.2rem;
  line-height: 2rem;
  font-weight: 400;
  color: #323842;
}

@media (max-width: 767px) {
  .creditcard__note p {
    max-width: 100%;
    font-size: 1rem;
    line-height: 1.2rem;
  }
}

.creditcard__pagebutton {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 2.5rem;
  gap: 2rem 7.5rem;
}

@media (max-width: 767px) {
  .creditcard__pagebutton {
    margin-top: 2.5rem;
    gap: 2rem 3rem;
  }
}

.creditcard__pagebutton a {
  width: 37.7rem;
  height: 6.5rem;
  padding: 0 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background: #efb034;
  opacity: 1;
  border: none;
  border-radius: 0.8rem;
  font-size: 2.4rem;
  line-height: 3.6rem;
  font-weight: 700;
  transition: all 0.3s ease;
}

@media (max-width: 767px) {
  .creditcard__pagebutton a {
    width: calc(50% - 1.5rem);
    height: 4rem;
    padding: 0 1.4rem;
    border-radius: 0.8rem;
    font-size: 1.4rem;
    line-height: 4rem;
  }
}

.creditcard__pagebutton a:hover {
  opacity: 0.6;
}

.creditcard__modal {
  position: fixed;
  z-index: 999;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10rem;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}

@media (max-width: 767px) {
  .creditcard__modal {
    padding: 3rem 1.5rem;
  }
}

.creditcard__modal--open {
  opacity: 1;
  pointer-events: all;
}

.creditcard__modal__note {
  font-size: 1.2rem;
  line-height: 2rem;
  font-weight: 700;
}

.creditcard__modal__overlay {
  background: rgba(254, 246, 241, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.creditcard__modal__wrap {
  position: relative;
  z-index: 1;
  width: 110rem;
  height: 55rem;
  background: #f8f9fa;
  border-radius: 0px;
  border-width: 0.2rem;
  border-color: #bcc1ca;
  border-style: solid;
  padding: 4rem 2rem;
  max-height: 80svh;
}

@media (max-width: 767px) {
  .creditcard__modal__wrap {
    width: 100%;
    height: 55rem;
    padding: 3.5rem 1rem 2rem;
  }
}

.creditcard__modal__closebutton {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 3rem;
  height: 3rem;
  background: center/contain url(../../../images/creditcard/closemodal-icon.svg) no-repeat;
  cursor: pointer;
  background-size: 99%;
}

@media (max-width: 767px) {
  .creditcard__modal__closebutton {
    top: 1rem;
    right: 1rem;
    width: 2rem;
    height: 2rem;
  }
}

.creditcard__modal__content {
  width: 100%;
  height: 100%;
  overflow: auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  max-width: 940px;
  padding: 0 20px;
  margin: auto;
}

@media (max-width: 767px) {
  .creditcard__modal__content {
    padding: 0 5px 12px;
  }
}

.creditcard__modal__note {
  width: 100%;
  font-weight: 400;
  color: #323842;
  margin-top: 0.5rem;
}

@media (max-width: 767px) {
  .creditcard__modal__note {
    padding: 0 3rem;
    margin-top: 0.5rem;
  }
}

.creditcard__modal__note + .creditcard__modal__row {
  margin-top: 1rem;
}

@media (max-width: 767px) {
  .creditcard__modal__note + .creditcard__modal__row {
    margin-top: 1rem;
  }
}

.creditcard__modal__note--red {
  font-weight: bold;
  color: #DE3B40;
}

.creditcard__modal__note--red + .creditcard__modal__row .creditcard__modal__row__content {
  max-width: 96%;
}

.creditcard__modal__note span {
  font-size: 1.2rem;
  line-height: 2rem;
  padding-left: 1rem;
  text-indent: -1rem;
  display: flex;
}

@media (max-width: 767px) {
  .creditcard__modal__note span {
    font-size: 1.1rem;
    line-height: 1.8rem;
    padding-left: 1rem;
    text-indent: -1rem;
    display: flex;
  }
}

.creditcard__modal__row {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background: white;
  border-radius: 0.6rem;
  box-shadow: 0px 0.4rem 0.9rem rgba(23, 26, 31, 0.11), 0px 0px 0.2rem rgba(23, 26, 31, 0.12);
  padding: 1rem;
  margin-top: 2.5rem;
}

@media (max-width: 767px) {
  .creditcard__modal__row {
    border-radius: 0.6rem;
    box-shadow: 0px 0.4rem 0.9rem rgba(23, 26, 31, 0.11), 0px 0px 0.2rem rgba(23, 26, 31, 0.12);
    padding: 1rem;
    margin-top: 1rem;
    overflow: hidden;
  }
}

.creditcard__modal__row:first-child {
  margin-top: 0;
}

.creditcard__modal__row__head {
  height: 2rem;
  font-size: 1.1rem;
  line-height: 1.8rem;
  font-weight: 400;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  color: white;
  background: #379ae6;
}

@media (max-width: 767px) {
  .creditcard__modal__row__head {
    height: 2rem;
    font-size: 1.1rem;
    line-height: 1.8rem;
    font-weight: 400;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    border-radius: 1rem;
  }
}

.creditcard__modal__row__content {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-top: 0.8rem;
  padding: 0 3rem;
  gap: 15px 0;
}

@media (max-width: 767px) {
  .creditcard__modal__row__content {
    margin-top: 0rem;
    padding: 1.2rem 0;
    justify-content: center;
    gap: 1.5rem 0.2rem;
  }
}

.creditcard__modal__row__content:has(.creditcard__modal__row__pointlist, .creditcard__modal__row__pointcal) {
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .creditcard__modal__row__content:has(.creditcard__modal__row__pointlist, .creditcard__modal__row__pointcal) {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .creditcard__modal__row__pointlist {
    -moz-column-count: 1;
         column-count: 1;
    padding-left: 0;
    -moz-column-gap: 0;
         column-gap: 0;
    margin-top: 0.6rem;
    margin-right: 0;
    width: 100%;
    justify-content: center;
  }
}

.creditcard__modal__row__pointlist p {
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: bold;
  color: #323842;
}

@media (max-width: 767px) {
  .creditcard__modal__row__pointlist p {
    font-size: 1.2rem;
    line-height: 2rem;
  }
  .creditcard__modal__row__pointlist p > span {
    display: block;
    margin-bottom: 5px;
  }
}

.creditcard__modal__row__pointlist p.center {
  text-align: center;
}

.creditcard__modal__row__pointcal {
  padding-left: 1rem;
  margin-right: 1rem;
  max-width: calc(100% - 15rem);
}

@media (max-width: 767px) {
  .creditcard__modal__row__pointcal {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    padding-left: 0;
    text-align: center;
    margin: 1.5rem 0;
  }
}

.creditcard__modal__row__pointcal .red {
  color: #de3b40;
}

.creditcard__modal__row__pointcal__cal {
  font-size: 2.4rem;
  line-height: 3.6rem;
  font-weight: 700;
  color: #323842;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .creditcard__modal__row__pointcal__cal {
    font-size: 14px;
    line-height: normal;
  }
}

@media (max-width: 767px) {
  .creditcard__modal__row__pointcal__cal {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}

.creditcard__modal__row__pointcal__note {
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: 700;
  color: #323842;
  margin-top: 0.5rem;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .creditcard__modal__row__pointcal__note {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .creditcard__modal__row__pointcal__note {
    font-size: 1.1rem;
    line-height: 1.8rem;
    margin-top: 0rem;
  }
}

.creditcard__modal__row__block {
  --block-width: 60px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding-right: 2rem;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .creditcard__modal__row__block .creditcard__modal__row__block__name {
    width: var(--block-width);
    font-size: 10px;
    line-height: normal;
  }
  .creditcard__modal__row__block .creditcard__modal__row__block__price {
    width: var(--block-width);
    height: 30px;
  }
  .creditcard__modal__row__block .creditcard__modal__row__block__price span {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .creditcard__modal__row__block {
    padding-right: 0;
  }
}

.creditcard__modal__row__block__name {
  width: 10.6rem;
  white-space: nowrap;
  margin-left: 50%;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: bold;
  color: #323842;
}

.creditcard__modal__row__block__name--result {
  color: #e05858;
}

.creditcard__modal__row__block__name:has(.creditcard__step__listbox__selectitem__tooltip) {
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .creditcard__modal__row__block__name {
    width: 8.7rem;
    margin-left: 50%;
    font-size: 1.1rem;
    line-height: 1.3rem;
    white-space: normal;
  }
}

.creditcard__modal__row__block__name > span {
  position: relative;
  display: block;
  width: -moz-max-content;
  width: max-content;
  transform: translateX(-50%);
}

.creditcard__modal__row__block__price {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10.6rem;
  height: 4.4rem;
  background: white;
  border-radius: 0.6rem;
  border-width: 0.1rem;
  border-color: #dee1e6;
  border-style: solid;
  text-align: center;
  box-shadow: 0px 0px 0.1rem rgba(255, 255, 255, 0.07), 0px 0px 0.2rem rgba(255, 255, 255, 0.12);
  margin-top: 0.5rem;
}

@media (max-width: 767px) {
  .creditcard__modal__row__block__price {
    width: 8.7rem;
    height: 2.4rem;
    border-radius: 0.6rem;
    border-width: 0.1rem;
    box-shadow: 0px 0px 0.1rem rgba(255, 255, 255, 0.07), 0px 0px 0.2rem rgba(255, 255, 255, 0.12);
    margin-top: 0.5rem;
  }
}

.creditcard__modal__row__block__price--result {
  background: #fae7c0;
}

.creditcard__modal__row__block__price span {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: bold;
  color: #323842;
}

@media (max-width: 767px) {
  .creditcard__modal__row__block__price span {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}

.creditcard__modal__row__block__yen {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: 400;
  color: #323842;
}

@media (max-width: 767px) {
  .creditcard__modal__row__block__yen {
    right: -1.4rem;
    font-size: 1.2rem;
    line-height: 2rem;
    bottom: -1rem;
  }
}

.creditcard__modal__row__block__yen--equivalent {
  position: relative;
  text-align: right;
  width: 100%;
  right: -3rem;
}

@media (max-width: 767px) {
  .creditcard__modal__row__block__yen--equivalent {
    position: absolute;
    right: -0.2rem;
    width: -moz-max-content;
    width: max-content;
    transform: translateX(100%);
  }
}

.creditcard__modal__row__block__yen.point {
  top: 100%;
}

.creditcard__modal__row__math {
  width: 3.4rem;
  height: 4.4rem;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .creditcard__modal__row__math {
    width: 12px;
    height: 30px;
    margin: 0 5px;
  }
}

@media (max-width: 767px) {
  .creditcard__modal__row__math {
    width: 1.2rem;
    height: 3rem;
    margin: 0 5px;
  }
}

.creditcard__modal__row__math::before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  display: block;
  font-size: 2.4rem;
  line-height: 2.2rem;
  color: #323842;
  font-weight: 400;
  font-weight: bold;
}

@media (max-width: 767px) {
  .creditcard__modal__row__math::before {
    width: 1.2rem;
    height: 1.2rem;
    font-size: 1.8rem;
    line-height: 1.2rem;
    display: flex;
  }
}

.creditcard__modal__row__math--plus::before {
  background: center/contain url(../../../images/plus-icon.svg) no-repeat;
  background-size: 99%;
}

.creditcard__modal__row__math--minus::before {
  background: center/contain url(../../../images/minus-icon.svg) no-repeat;
  background-size: 99%;
}

@media (max-width: 767px) {
  .creditcard__modal__row__math--equal.wide-sp {
    width: 10rem;
  }
}

.creditcard__modal__row__math--equal::before {
  content: "=";
  text-align: center;
}

.creditcard__step {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  background: rgba(245, 203, 203, 0.7);
  padding: 1.8rem 2.2rem;
}

@media (max-width: 767px) {
  .creditcard__step {
    padding: 1.4rem 1.2rem;
    aspect-ratio: unset;
  }
}

.creditcard__step__wrap {
  width: 100%;
  height: 100%;
  background: #fff;
}

.creditcard__step__firststep {
  width: 100%;
  height: 24.4rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  background: #fef9ee;
  border-radius: 0.8rem;
  box-shadow: 0px 0px 0.1rem rgba(23, 26, 31, 0.07), 0px 0px 0.2rem rgba(23, 26, 31, 0.12);
  margin-top: 2rem;
}

@media (max-width: 767px) {
  .creditcard__step__firststep {
    margin-top: 0;
    height: 22.3rem;
    border-radius: 0.8rem;
    box-shadow: 0px 0px 0.1rem rgba(23, 26, 31, 0.07), 0px 0px 0.2rem rgba(23, 26, 31, 0.12);
  }
}

.creditcard__step__firststep__head {
  font-family: Epilogue;
  font-size: 5rem;
  line-height: 6rem;
  font-weight: 700;
  color: #323842;
  position: relative;
  display: flex;
  margin-top: 2.8rem;
}

@media (max-width: 767px) {
  .creditcard__step__firststep__head {
    font-size: 2.8rem;
    line-height: 4.2rem;
    margin-top: 3rem;
  }
}

.creditcard__step__firststep__head::before, .creditcard__step__firststep__head::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1rem;
}

@media (max-width: 767px) {
  .creditcard__step__firststep__head::before, .creditcard__step__firststep__head::after {
    bottom: -0.6rem;
  }
}

.creditcard__step__firststep__head::before {
  width: 3rem;
  height: 4.3rem;
  background: center/contain url(../../../images/creditcard/firsthead_l.png) no-repeat;
  left: -3rem;
}

@media (max-width: 767px) {
  .creditcard__step__firststep__head::before {
    width: 1.8rem;
    height: 2.6rem;
    left: -1.8rem;
  }
}

.creditcard__step__firststep__head::after {
  width: 5rem;
  height: 4rem;
  background: center/contain url(../../../images/creditcard/firsthead_r.png) no-repeat;
  right: -5rem;
}

@media (max-width: 767px) {
  .creditcard__step__firststep__head::after {
    width: 2rem;
    height: 2.3rem;
    right: -2rem;
  }
}

.creditcard__step__firststep__text {
  margin-top: 1.5rem;
  font-family: Epilogue;
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 700;
  color: #323842;
  text-align: center;
}

@media (max-width: 767px) {
  .creditcard__step__firststep__text {
    margin-top: 3rem;
    font-size: 1.1rem;
    line-height: 2rem;
  }
}

.creditcard__step__firststep__visual {
  position: relative;
  display: flex;
  margin-top: auto;
  margin-bottom: -2.3rem;
  gap: 6rem;
}

@media (max-width: 767px) {
  .creditcard__step__firststep__visual {
    margin-bottom: -3rem;
    gap: 8.5rem;
  }
}

.creditcard__step__firststep__visual img {
  width: 14.4rem;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

@media (max-width: 767px) {
  .creditcard__step__firststep__visual img {
    width: 10.5rem;
  }
}

.creditcard__step__firststep__button {
  margin-top: 6rem;
  padding: 0 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Inter;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  background: #ffe35a;
  height: 6rem;
  width: 35rem;
  max-width: 100%;
  border-radius: 3rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-weight: 700;
  color: #323842 !important;
  position: relative;
  transition: all 0.3s ease;
  margin-left: 7rem;
  text-decoration: none !important;
}

@media (max-width: 767px) {
  .creditcard__step__firststep__button {
    margin-top: 5.8rem;
    margin-left: 0;
    padding: 0 0 0 6.9rem;
    font-size: 2rem;
    line-height: 3rem;
    height: 5.2rem;
    width: 30.7rem;
    border-radius: 2.6rem;
    text-align: left;
    justify-content: flex-start;
  }
}

.creditcard__step__firststep__button::before {
  content: "";
  position: absolute;
  display: block;
  aspect-ratio: 188/111;
  width: 12rem;
  border-radius: 0px;
  transform: rotate(330.96deg);
  left: -5rem;
  top: -1rem;
  background: center/contain url(../../../images/creditcard/cardbutton.png) no-repeat;
}

@media (max-width: 767px) {
  .creditcard__step__firststep__button::before {
    width: 6rem;
    left: 1.3rem;
    top: -1rem;
  }
}

.creditcard__step__firststep__button::after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: center/contain url(../../../images/article_slide_right.svg) no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 2.2rem;
  right: 7rem;
}

@media (max-width: 767px) {
  .creditcard__step__firststep__button::after {
    width: 2rem;
    height: 2rem;
    top: 1.6rem;
    right: 4rem;
  }
}

.creditcard__step__firststep__button:hover {
  opacity: 0.6;
}

.creditcard__step--laststep {
  flex-shrink: 0;
  max-width: 100vw;
  width: 1200px;
  margin: 0 auto 0;
  padding: 2.5rem;
}

@media (max-width: 767px) {
  .creditcard__step--laststep {
    padding: 10px;
  }
}

.creditcard__step__container {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  background: #fff;
  border-radius: 0.4rem;
}

.creditcard__step__container.shownote::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 3;
  border-radius: 0.4rem;
}

.creditcard__step__container.shownote .creditcard__step__focus:before {
  display: block;
}

.creditcard__step__progress {
  width: 34.4rem;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-top: 4.4rem;
}

@media (max-width: 767px) {
  .creditcard__step__progress {
    width: 24.6rem;
    margin-top: 0.9rem;
  }
}

.creditcard__step__progress__text {
  width: 100%;
  text-align: center;
  font-size: 2.4rem;
  line-height: 3.5rem;
  color: #323842;
}

@media (max-width: 767px) {
  .creditcard__step__progress__text {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}

.creditcard__step__progress__bar {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 1.5rem;
  height: 0.9rem;
  border-radius: 0.3rem;
  background: #FFF9DE;
  overflow: hidden;
}

@media (max-width: 767px) {
  .creditcard__step__progress__bar {
    margin-top: 0.5rem;
    height: 0.4rem;
    border-radius: 0.2rem;
  }
}

.creditcard__step__progress__percent {
  background: #FFE35A;
  transition: all 0.3s;
}

.creditcard__step__title {
  width: 100%;
  font-size: 2.7rem;
  line-height: 1.4;
  font-weight: 700;
  color: #323842;
  text-align: center;
  margin-top: 5.8rem;
}

@media (max-width: 767px) {
  .creditcard__step__title {
    font-size: 1.6rem;
    margin-top: 1.3rem;
  }
}

.creditcard__step__title--multichoise {
  margin-top: 2rem;
}

@media (max-width: 767px) {
  .creditcard__step__title--multichoise {
    margin-top: 1.3rem;
  }
}

.creditcard__step__title--multichoise + .creditcard__step__choisebox {
  margin-top: 2rem;
}

@media (max-width: 767px) {
  .creditcard__step__title--multichoise + .creditcard__step__choisebox {
    margin-top: 1.3rem;
  }
}

.creditcard__step__subtitle {
  width: 100%;
  margin-top: 0.5rem;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 600;
  color: #323842;
  text-align: center;
}

@media (max-width: 767px) {
  .creditcard__step__subtitle {
    margin-top: 0;
    font-size: 1rem;
    line-height: 1.6rem;
  }
}

.creditcard__step__subtitle a {
  color: #379ae6;
  text-decoration: underline;
}

.creditcard__step__bubble {
  position: absolute;
  left: calc(100% - 10px);
  bottom: 100%;
  width: 10rem;
  padding: 1rem;
  background-color: #dee1e6;
  border-radius: 0.4rem;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1rem;
  line-height: 1.75;
  font-weight: 700;
  color: #323842;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .creditcard__step__bubble {
    left: calc(100% - 105px);
    bottom: calc(100% + 20px);
  }
  .creditcard__step__bubble:after {
    border-left-color: transparent !important;
    border-right-color: #dee1e6 !important;
    left: auto !important;
    right: 15px;
  }
}

@media (max-width: 767px) {
  .creditcard__step__bubble {
    left: auto;
    right: -0.4rem;
    bottom: calc(100% + 10px);
    width: 10rem;
    width: 8rem;
    height: 5rem;
    padding: 0.5rem;
    border-radius: 0.4rem;
    font-size: 0.8rem;
    line-height: 1.4rem;
  }
}

.creditcard__step__bubble::after {
  content: "";
  display: block;
  position: absolute;
  width: 1.8rem;
  height: 1.8rem;
  border: 0.9rem solid transparent;
  border-top: 0.9rem solid #dee1e6;
  border-left: 0.9rem solid #dee1e6;
  bottom: -1.8rem;
  left: 1rem;
}

@media (max-width: 767px) {
  .creditcard__step__bubble::after {
    width: 1.2rem;
    height: 1.2rem;
    border: 0.6rem solid transparent;
    border-top: 0.6rem solid #dee1e6;
    border-left: 0.6rem solid #dee1e6;
    bottom: -1.2rem;
    left: 4rem;
  }
}

.creditcard__step__selectedcard {
  position: absolute;
  display: block;
  width: 15rem;
  min-height: 13.1rem;
  top: 0;
  left: 2rem;
  overflow: hidden;
  background: white;
  border-radius: 0.6rem;
  box-shadow: 0px 0.4rem 0.9rem rgba(23, 26, 31, 0.11), 0px 0px 0.2rem rgba(23, 26, 31, 0.12);
}

@media (max-width: 991.98px) {
  .creditcard__step__selectedcard {
    position: static;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .creditcard__step__selectedcard {
    position: relative;
    width: 16rem;
    min-height: 11.2rem;
    border-radius: 0.6rem;
    box-shadow: 0px 0.4rem 0.9rem rgba(23, 26, 31, 0.11), 0px 0px 0.2rem rgba(23, 26, 31, 0.12);
    margin-top: 1.2rem;
    left: 0;
    margin-bottom: 6rem;
  }
}

.creditcard__step__selectedcard__head {
  width: 100%;
  height: 2.8rem;
  background: #efb034;
  font-size: 1.4rem;
  line-height: 2.8rem;
  font-weight: 400;
  color: white;
  text-align: center;
}

@media (max-width: 767px) {
  .creditcard__step__selectedcard__head {
    height: 2.6rem;
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}

.creditcard__step__selectedcard__content {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 0.6rem;
}

@media (max-width: 767px) {
  .creditcard__step__selectedcard__content {
    padding-bottom: 0.6rem;
  }
}

.creditcard__step__selectedcard__card {
  width: 9.5rem;
  margin-top: 0.9rem;
}

@media (max-width: 767px) {
  .creditcard__step__selectedcard__card {
    width: 8.4rem;
    margin-top: 0.6rem;
  }
}

.creditcard__step__selectedcard__card img {
  width: 100%;
  line-height: 0;
}

.creditcard__step__selectedcard__namecard {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 700;
  color: #323842;
  width: 100%;
  text-align: center;
  margin-top: 0.4rem;
  padding: 0 0.6rem;
}

@media (max-width: 767px) {
  .creditcard__step__selectedcard__namecard {
    font-size: 1.4rem;
    line-height: 1.6rem;
    margin-top: 0.4rem;
  }
}

.creditcard__step__choisebox {
  width: 100%;
  min-height: 15rem;
  margin-top: 3.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.4rem 2.9rem;
  position: relative;
}

@media (max-width: 767px) {
  .creditcard__step__choisebox {
    min-height: auto;
    max-width: 38rem;
    padding: 0 10px;
    margin-top: 2rem;
  }
}

.creditcard__step__choisebox:has(.creditcard__step__choiserow) {
  gap: 1.5rem;
  flex-direction: column;
}

@media (max-width: 767px) {
  .creditcard__step__choisebox:has(.creditcard__step__choiserow) {
    gap: 1rem;
    flex-direction: column;
  }
}

.creditcard__step__choisebox__button, .creditcard__step__choisebox__select {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: white;
  border-radius: 0.4rem;
  border: 0.1rem solid #9095a0;
  outline: none;
  font-size: 2.4rem;
  line-height: 3.5rem;
  font-weight: 700;
  color: #323842;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  -webkit-appearance: initial;
  padding: 0 2rem;
}

@media (max-width: 767px) {
  .creditcard__step__choisebox__button, .creditcard__step__choisebox__select {
    border-radius: 0.3rem;
    border: 0.1rem solid #9095a0;
    font-size: 1.4rem;
    line-height: 2.2rem;
    padding: 0 0.5rem;
  }
}

.creditcard__step__choisebox__button {
  height: 6.4rem;
  width: 27.8rem;
  transition: all 0.3s ease;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 767px) {
  .creditcard__step__choisebox__button {
    height: 3.4rem;
    width: 10.3rem;
  }
}

.creditcard__step__choisebox__button:hover {
  box-shadow: 0.2rem 0.2rem 0.5rem rgba(0, 0, 0, 0.3);
}

.creditcard__step__choisebox__select {
  height: 8.8rem;
  width: 52.6rem;
  background: url(../../../images/creditcard/select.svg) calc(100% - 1rem) 50% no-repeat;
  background-size: 2.2rem;
}

@media (max-width: 767px) {
  .creditcard__step__choisebox__select {
    height: 3.4rem;
    width: 17.1rem;
  }
}

.creditcard__step__choiserow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}

@media (max-width: 767px) {
  .creditcard__step__choiserow {
    width: auto;
    display: inline-flex;
    padding: 0 2rem;
    height: auto;
    justify-content: center;
  }
}

.creditcard__step__choiserow__head {
  width: 29.2rem;
  font-size: 2.3rem;
  line-height: 2.6rem;
  font-weight: 700;
  color: #323842;
  text-align: center;
}

@media (max-width: 767px) {
  .creditcard__step__choiserow__head {
    width: 8rem;
    font-size: 1.4rem;
    line-height: 1.6rem;
    padding-right: 1rem;
  }
}

@media (max-width: 375.98px) {
  .creditcard__step__choiserow__head {
    width: 8rem;
  }
}

.creditcard__step__choiserow__head:has(.red) {
  text-align: right;
  padding-right: 1rem;
}

@media (max-width: 767px) {
  .creditcard__step__choiserow__head:has(.red) {
    text-align: center;
  }
}

.creditcard__step__choiserow__head .red {
  color: #de3b40;
}

@media (max-width: 767px) {
  .creditcard__step__choiserow__head .red {
    width: 100%;
    font-size: 1.4rem;
    display: none;
  }
}

.creditcard__step__choiserow__select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: white;
  border-radius: 0.4rem;
  border: 0.1rem solid #9095a0;
  outline: none;
  font-size: 2rem;
  line-height: 3.5rem;
  font-weight: 700;
  color: #323842;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  width: 36rem;
  height: 5rem;
  background: url(../../../images/creditcard/select.svg) calc(100% - 1rem) 50% no-repeat;
  background-size: 2.2rem;
  -webkit-appearance: initial;
  padding: 0 2rem;
}

@media (max-width: 767px) {
  .creditcard__step__choiserow__select {
    border-radius: 0.3rem;
    border: 0.1rem solid #9095a0;
    font-size: 1.4rem;
    line-height: 2rem;
    height: 3.2rem;
    width: 13rem;
    background-size: 1rem;
    padding: 0 0.5rem;
  }
}

@media (max-width: 375.98px) {
  .creditcard__step__choiserow__select {
    width: 10rem;
    padding-right: 25px;
    font-size: 12px;
  }
}

.creditcard__step__choiserow__checkbox {
  width: 4rem;
  height: 3.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}

.creditcard__step__choiserow__checkbox input {
  width: 1.8rem;
  height: 1.8rem;
}

@media (max-width: 767px) {
  .creditcard__step__choiserow__checkbox input {
    width: 1.5rem;
    height: 1.5rem;
  }
}

@media (max-width: 767px) {
  .creditcard__step__choiserow__checkbox {
    width: 3rem;
    height: 3.2rem;
  }
}

.creditcard__step__buttonbox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-top: 4.4rem;
  margin-bottom: 4rem;
}

@media (max-width: 767px) {
  .creditcard__step__buttonbox {
    gap: 2rem 1rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

.creditcard__step__buttonnext {
  background: #efb034;
}

.creditcard__step__buttonback {
  background: #ffe35a;
}

.creditcard__step__buttonnext, .creditcard__step__buttonback {
  width: 27.8rem;
  height: 5.2rem;
  padding: 0 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  border: none;
  border-radius: 100px;
  font-size: 2.4rem;
  line-height: 3.5rem;
  font-weight: 700;
  color: #323842;
  transition: all 0.3s ease;
}

@media (max-width: 767px) {
  .creditcard__step__buttonnext, .creditcard__step__buttonback {
    width: 12.2rem;
    height: 3.2rem;
    padding: 0 0.7rem;
    border-radius: 1.8rem;
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}

.creditcard__step__buttonnext:hover, .creditcard__step__buttonback:hover {
  opacity: 0.6;
}

.creditcard__step__buttonconfirm {
  min-width: 42rem;
  height: 5.2rem;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffe35a;
  opacity: 1;
  border: none;
  border-radius: 100px;
  font-size: 2.4rem;
  line-height: 3.5rem;
  font-weight: 700;
  color: #323842;
  transition: all 0.3s ease;
}

@media (max-width: 767px) {
  .creditcard__step__buttonconfirm {
    width: auto;
    min-width: unset;
    height: 3.2rem;
    padding: 0 1.5rem;
    border-radius: 1.8rem;
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}

.creditcard__step__buttonconfirm:hover, .creditcard__step__buttonconfirm[disabled] {
  opacity: 0.6;
}

.creditcard__step__listitems {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  gap: 4rem 1rem;
  padding: 0 2rem;
}

@media (max-width: 767px) {
  .creditcard__step__listitems {
    gap: 1rem;
    padding: 1rem;
  }
}

.creditcard__step__result {
  width: 115.4rem;
  max-width: 100%;
  background: #f8f9fa;
  border-radius: 0.8rem;
  border-width: 0.4rem;
  border-color: #565e6c;
  border-style: solid;
  box-shadow: 0px 0px 0.1rem rgba(23, 26, 31, 0.07), 0px 0px 0.2rem rgba(23, 26, 31, 0.12);
  margin-top: 4.8rem;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  gap: 2rem;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .creditcard__step__result {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .creditcard__step__result {
    order: 2;
    border: none;
    background: none;
    box-shadow: none;
    width: 100%;
    margin-top: 0;
    padding: 0;
  }
}

.creditcard__step__result-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .creditcard__step__result-wrap {
    order: 0;
  }
}

@media (max-width: 767px) {
  .creditcard__step__result-wrap {
    order: 2;
  }
}

.creditcard__step__result__calc {
  width: 70rem;
  max-width: 90%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

@media (max-width: 767px) {
  .creditcard__step__result__calc {
    width: 100%;
    gap: 1rem;
  }
}

.creditcard__step__result__calc__block {
  width: 100%;
  background: white;
  border-radius: 0.6rem;
  box-shadow: 0px 0.4rem 0.9rem rgba(23, 26, 31, 0.11), 0px 0px 0.2rem rgba(23, 26, 31, 0.12);
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 2rem;
}

@media (max-width: 767px) {
  .creditcard__step__result__calc__block {
    border-radius: 0.6rem;
    box-shadow: 0px 0.4rem 0.9rem rgba(23, 26, 31, 0.11), 0px 0px 0.2rem rgba(23, 26, 31, 0.12);
    padding-bottom: 1rem;
  }
}

.creditcard__step__result__calc__content {
  width: 100%;
  padding: 0 2rem 0 4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 767px) {
  .creditcard__step__result__calc__content {
    flex-wrap: wrap;
    padding: 0 0.5rem;
    justify-content: center;
    gap: 1rem 2rem;
  }
}

.creditcard__step__result__calc__head {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.4rem 1rem;
}

@media (max-width: 767px) {
  .creditcard__step__result__calc__head {
    padding: 0.4rem 0.5rem;
  }
}

.creditcard__step__result__calc__name {
  flex-shrink: 0;
  height: 2rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  font-size: 1.2rem;
  line-height: 2rem;
  font-weight: 400;
  color: #fff;
  margin-right: 0.6em;
}

@media (max-width: 767px) {
  .creditcard__step__result__calc__name {
    height: 2rem;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    border-radius: 1rem;
    font-size: 1.1rem;
    line-height: 1.3rem;
  }
}

.creditcard__step__result__calc__name.blue {
  background: #379ae6;
}

.creditcard__step__result__calc__name.orange {
  background: #cc5f12;
}

.creditcard__step__result__calc__note {
  font-size: 1.2rem;
  line-height: 2rem;
  font-weight: 700;
  color: #DE3B40FF;
}

@media (max-width: 767px) {
  .creditcard__step__result__calc__note {
    font-size: 1rem;
    line-height: 1.4rem;
  }
}

.creditcard__step__result__calc__button {
  flex-shrink: 0;
  height: 2.6rem;
  padding: 0 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  line-height: 2.6rem;
  font-weight: 400;
  color: #5d4108;
  background: #ffe35a;
  opacity: 1;
  border: none;
  border-radius: 0.4rem;
  margin-left: auto;
  cursor: pointer;
}

@media (max-width: 767px) {
  .creditcard__step__result__calc__button {
    height: 1.8rem;
    padding: 0 0.6rem;
    font-size: 1.1rem;
    line-height: 1.8rem;
    border-radius: 0.3rem;
  }
}

.creditcard__step__result__block {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding-right: 2rem;
}

.creditcard__step__result__block:has(.creditcard__step__result__block__yen--equivalent) {
  padding-right: 5rem;
}

@media (max-width: 767px) {
  .creditcard__step__result__block:has(.creditcard__step__result__block__yen--equivalent) {
    padding-right: 3rem;
  }
}

.creditcard__step__result__block:has(.creditcard__step__listbox__selectitem__tooltip) {
  z-index: 2;
}

@media (max-width: 767px) {
  .creditcard__step__result__block {
    padding-right: 0;
  }
}

.creditcard__step__result__block__name {
  width: 16rem;
  white-space: nowrap;
  margin-left: 50%;
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: bold;
  color: #323842;
}

.creditcard__step__result__block__name--result {
  color: #e05858;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .creditcard__step__result__block__name {
    font-size: 16px;
    line-height: 20px;
    width: auto;
  }
}

@media (max-width: 767px) {
  .creditcard__step__result__block__name {
    width: 8.7rem;
    margin-left: 50%;
    font-size: 1.1rem;
    line-height: 1.3rem;
    white-space: normal;
  }
}

.creditcard__step__result__block__name span {
  position: relative;
  display: flex;
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .creditcard__step__result__block__name span {
    align-items: flex-start;
  }
}

.creditcard__step__result__block__price {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16rem;
  height: 4.4rem;
  background: white;
  border-radius: 0.6rem;
  border-width: 0.2rem;
  border-color: #dee1e6;
  border-style: solid;
  text-align: center;
  box-shadow: 0px 0px 0.1rem rgba(255, 255, 255, 0.07), 0px 0px 0.2rem rgba(255, 255, 255, 0.12);
  margin-top: 1rem;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .creditcard__step__result__block__price {
    width: 130px;
  }
}

@media (max-width: 767px) {
  .creditcard__step__result__block__price {
    width: 12rem;
    height: 2.4rem;
    border-radius: 0.6rem;
    border-width: 0.1rem;
    box-shadow: 0px 0px 0.1rem rgba(255, 255, 255, 0.07), 0px 0px 0.2rem rgba(255, 255, 255, 0.12);
    margin-top: 0.5rem;
  }
}

.creditcard__step__result__block__price--result {
  background: #fae7c0;
}

.creditcard__step__result__block__price span {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: bold;
  color: #323842;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .creditcard__step__result__block__price span {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .creditcard__step__result__block__price span {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}

.creditcard__step__result__block__yen {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: 400;
  color: #323842;
}

@media (max-width: 767px) {
  .creditcard__step__result__block__yen {
    right: -1.4rem;
    font-size: 1rem;
    line-height: 2rem;
    bottom: -1rem;
  }
}

@media (max-width: 767px) {
  .creditcard__step__result__block__yen--equivalent {
    right: -3px;
  }
}

.creditcard__step__result__total {
  width: 28.4rem;
  height: 12rem;
  background: #ebfdff;
  border-radius: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .creditcard__step__result__total {
    width: 100%;
    min-height: 3rem;
    height: auto;
    border-radius: 0.8rem;
    margin-top: 1rem;
  }
}

.creditcard__step__result__total__text {
  font-size: 1.4rem;
  line-height: 2.6rem;
  font-weight: 700;
  color: #171a1f;
}

@media (max-width: 767px) {
  .creditcard__step__result__total__text {
    font-size: 1.1rem;
    line-height: 1.8rem;
    padding: 5px 10px;
  }
}

.creditcard__step__result__total .red {
  font-size: 2.4rem;
  color: #e05858;
}

@media (max-width: 767px) {
  .creditcard__step__result__total .red {
    font-size: 1.8rem;
  }
}

.creditcard__step__listbox {
  width: 400px;
  height: 30rem;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  background: white;
  border-radius: 0.6rem;
  overflow: hidden;
  box-shadow: 0px 0.4rem 1rem rgba(23, 26, 31, 0.11), 0px 0px 0.2rem rgba(23, 26, 31, 0.12);
}

@media (max-width: 767px) {
  .creditcard__step__listbox {
    order: 4;
    width: 100%;
    height: 14.5rem;
  }
}

.creditcard__step__listbox--selectitems {
  width: 100%;
  height: 30rem;
  background: white;
  border-radius: 0.6rem;
  border-width: 0.4rem;
  border-color: #e05858;
  border-style: solid;
  box-shadow: 0px 0.2rem 0.4rem rgba(23, 26, 31, 0.11), 0px 0px 0.1rem rgba(23, 26, 31, 0.12);
}

@media (max-width: 767px) {
  .creditcard__step__listbox--selectitems {
    height: 14.5rem;
    border-radius: 0.3rem;
    border-width: 2px;
    box-shadow: 0px 0.2rem 0.4rem rgba(23, 26, 31, 0.11), 0px 0px 0.1rem rgba(23, 26, 31, 0.12);
  }
}

.creditcard__step__listbox--selectitems .creditcard__step__listbox__content {
  padding: 1.4rem 2rem;
}

@media (max-width: 767px) {
  .creditcard__step__listbox--selectitems .creditcard__step__listbox__content {
    padding: 1rem 1.6rem;
  }
}

.creditcard__step__listbox__head {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 4.4rem;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 400;
  color: white;
  background: #379ae6;
  padding: 3px 10px;
}

@media (max-width: 767px) {
  .creditcard__step__listbox__head {
    min-height: 2.6rem;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
}

.creditcard__step__listbox__head.red {
  background: #e05858;
}

.creditcard__step__listbox__content {
  width: 100%;
  overflow: auto;
  height: 25.6rem;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 1.4rem 2rem;
  flex-direction: row;
  align-items: flex-start;
  flex-flow: column;
}

@media (max-width: 767px) {
  .creditcard__step__listbox__content {
    height: 12rem;
    padding: 1rem 1.8rem;
  }
}

.creditcard__step__listbox__fixeditem {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 600;
  color: #323842;
  padding-left: 3rem;
  position: relative;
  width: 100%;
}

@media (max-width: 767px) {
  .creditcard__step__listbox__fixeditem {
    font-size: 1.4rem;
    line-height: 2.2rem;
    padding-left: 2rem;
  }
}

.creditcard__step__listbox__fixeditem::before {
  position: absolute;
  content: "";
  display: block;
  width: 2.2rem;
  height: 2.2rem;
  left: 0;
  top: 0.4rem;
  background: url(../../../images/creditcard/i-check-outline-teal.svg) 50% 50% no-repeat;
  background-size: 2.2rem;
}

@media (max-width: 767px) {
  .creditcard__step__listbox__fixeditem::before {
    top: 0.3rem;
    width: 1.5rem;
    height: 1.5rem;
    background-size: 1.5rem;
  }
}

.creditcard__step__listbox__selectitem {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 0.4rem;
}

@media (max-width: 767px) {
  .creditcard__step__listbox__selectitem {
    margin-top: 0.6rem;
  }
}

.creditcard__step__listbox__selectitem:has(.creditcard__step__listbox__selectitem__checkbox:checked) .creditcard__step__listbox__selectitem__name {
  color: #323842;
}

.creditcard__step__listbox__selectitem:has(.creditcard__step__listbox__selectitem__checkbox:checked) .creditcard__step__listbox__selectitem__select {
  display: block;
}

.creditcard__step__listbox__selectitem__checkbox {
  flex-shrink: 0;
  width: 2.2rem;
  height: 2.2rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../../../images/creditcard/i-plus-rounded.svg) 50% 50% no-repeat;
  background-size: 2.2rem;
  margin-right: 1rem;
}

@media (max-width: 767px) {
  .creditcard__step__listbox__selectitem__checkbox {
    width: 1.5rem;
    height: 1.5rem;
    background-size: 1.5rem;
    margin-right: 0.5rem;
  }
}

.creditcard__step__listbox__selectitem__checkbox:checked {
  background: url(../../../images/creditcard/i-minus-rounded.svg) 50% 50% no-repeat;
  background-size: 2.2rem;
}

@media (max-width: 767px) {
  .creditcard__step__listbox__selectitem__checkbox:checked {
    background-size: 1.5rem;
  }
}

.creditcard__step__listbox__selectitem__name {
  width: 20rem;
  font-size: 1.8rem;
  line-height: 3rem;
  font-weight: 600;
  color: #bcc1ca;
  margin-right: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

@media (max-width: 767px) {
  .creditcard__step__listbox__selectitem__name {
    width: auto;
    font-size: 1.4rem;
    line-height: 2.2rem;
    margin-right: 0.5rem;
  }
}

.creditcard__step__listbox__selectitem__select {
  width: 14rem;
  height: 3rem;
  background: white;
  border-radius: 0.4rem;
  border-width: 0.1rem;
  border-color: #dee1e6;
  border-style: solid;
  font-size: 1.6rem;
  line-height: 3rem;
  padding: 0 2rem 0 1rem;
  display: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../../../images/creditcard/select.svg) calc(100% - 0.4rem) 50% no-repeat;
  background-size: 1.4rem;
  outline: none;
  -webkit-appearance: initial;
}

@media (max-width: 767px) {
  .creditcard__step__listbox__selectitem__select {
    flex-shrink: 0;
    width: 10rem;
    max-width: 50%;
    font-size: 1.3rem;
    line-height: 1.5rem;
    padding: 0 0.5rem;
    background-size: 0.7rem;
    margin-left: auto;
  }
}

.creditcard__step__listbox__selectitem__tooltip {
  width: 2rem;
  height: 2rem;
  position: relative;
  margin-left: 0.4rem;
  display: inline-block;
  z-index: 2;
}

@media (max-width: 767px) {
  .creditcard__step__listbox__selectitem__tooltip {
    width: 1.4rem;
    height: 1.8rem;
    margin-left: 0.2rem;
  }
}

.creditcard__step__listbox__selectitem__tooltip:has(input:checked, input:hover) .creditcard__step__listbox__selectitem__tooltip__content {
  display: block;
}

.creditcard__step__listbox__selectitem__tooltip input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 2rem;
  height: 2rem;
  background: url(../../../images/creditcard/material-help-outline.svg) 50% 50% no-repeat;
  background-size: 2rem;
}

@media (max-width: 767px) {
  .creditcard__step__listbox__selectitem__tooltip input {
    width: 1.4rem;
    height: 1.4rem;
    background-size: 1.4rem;
  }
}

.creditcard__step__listbox__selectitem__tooltip__content {
  position: absolute;
  display: none;
  box-sizing: border-box;
  z-index: 1;
  white-space: pre-line;
  width: -moz-max-content;
  width: max-content;
  max-width: 180px;
  padding: 0.8rem 1rem;
  background: rgba(29, 33, 40, 0.9);
  color: #fff;
  border-radius: 0.8rem;
  left: 3rem;
  top: -0.4rem;
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: 400;
  text-align: left;
}

@media (max-width: 767px) {
  .creditcard__step__listbox__selectitem__tooltip__content {
    max-width: 130px;
    padding: 0.2rem 0.5rem;
    border-radius: 0.4rem;
    left: 1.5rem;
    top: 0;
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
}

.creditcard__step__listbox__selectitem__tooltip__content::before {
  content: "";
  top: 1rem;
  left: -1.2rem;
  width: 0.6rem;
  height: 0.6rem;
  display: block;
  position: absolute;
  border: 0.6rem solid transparent;
  border-right: 0.6rem solid rgba(29, 33, 40, 0.9);
}

@media (max-width: 767px) {
  .creditcard__step__listbox__selectitem__tooltip__content::before {
    top: 0.5rem;
    left: -0.6rem;
    width: 0.3rem;
    height: 0.3rem;
    display: block;
    position: absolute;
    border: 0.3rem solid transparent;
    border-right: 0.3rem solid rgba(29, 33, 40, 0.9);
  }
}

.creditcard__step__usecard {
  width: 280px;
  min-height: 14rem;
  margin-top: 4rem;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  background: white;
  border-radius: 0.6rem;
  overflow: hidden;
  box-shadow: 0px 0.2rem 0.5rem rgba(23, 26, 31, 0.11), 0px 0px 0.2rem rgba(23, 26, 31, 0.12);
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .creditcard__step__usecard {
    order: -1;
  }
}

@media (max-width: 767px) {
  .creditcard__step__usecard {
    order: 1;
    width: 20rem;
    min-height: 11.2rem;
    margin-top: 0.9rem;
    border-radius: 0.6rem;
    box-shadow: 0px 0.4rem 0.9rem rgba(23, 26, 31, 0.11), 0px 0px 0.2rem rgba(23, 26, 31, 0.12);
  }
}

.creditcard__step__usecard__head {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 4.4rem;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 400;
  color: white;
  background: #efb034;
}

@media (max-width: 767px) {
  .creditcard__step__usecard__head {
    height: 2.6rem;
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}

.creditcard__step__usecard__content {
  width: 100%;
  overflow: auto;
  height: 23.6rem;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 1.4rem 2rem;
}

@media (max-width: 767px) {
  .creditcard__step__usecard__content {
    height: -moz-max-content;
    height: max-content;
    padding: 0.6rem 0;
    flex-direction: row;
  }
}

.creditcard__step__usecard__card {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  line-height: 0;
}

.creditcard__step__usecard__card img {
  width: 13rem;
  line-height: 0;
}

@media (max-width: 767px) {
  .creditcard__step__usecard__card img {
    width: 8.4rem;
  }
}

.creditcard__step__usecard__namecard {
  width: 100%;
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 700;
  color: #323842;
  text-align: center;
  margin-top: 1rem;
}

@media (max-width: 767px) {
  .creditcard__step__usecard__namecard {
    font-size: 1.4rem;
    line-height: 1.6rem;
    margin-top: 0.4rem;
  }
}

.creditcard__step__usecard__list {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.4rem;
}

@media (max-width: 767px) {
  .creditcard__step__usecard__list {
    display: none;
  }
}

.creditcard__step__usecard__list li {
  width: 100%;
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: 400;
  color: #323842;
  text-indent: -0.7rem;
  padding-left: 0.7rem;
}

.creditcard__step__guide {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 3rem;
  height: 3rem;
  background: url(../../../images/creditcard/material-help-outline.svg) 50% 50% no-repeat;
  background-size: 99%;
  filter: brightness(0) invert(1);
  cursor: pointer;
}

@media (max-width: 767px) {
  .creditcard__step__guide {
    width: 1.5rem;
    height: 1.5rem;
    background-size: 1.5rem;
  }
}

.creditcard__step__focus {
  width: 400px;
  position: relative;
  z-index: 3;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .creditcard__step__focus {
    order: 2;
  }
}

@media (max-width: 767px) {
  .creditcard__step__focus {
    order: 3;
    width: 100%;
  }
}

.creditcard__step__focus::before {
  content: "";
  position: absolute;
  width: 5rem;
  height: 5rem;
  fill: #efb034;
  transform: rotate(135deg);
  background: url(../../../images/creditcard/i-point.svg) 50% 50% no-repeat;
  background-size: 5rem;
  z-index: 2;
  top: -2.5rem;
  left: -5rem;
  animation-name: point;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  display: none;
}

@media (max-width: 767px) {
  .creditcard__step__focus::before {
    width: 5rem;
    height: 5rem;
    background-size: 5rem;
    top: -5rem;
    left: 2rem;
  }
}

.creditcard__step__focus__close {
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 1rem;
  right: 4rem;
  background: url(../../../images/creditcard/closemodal-icon.svg) 50% 50% no-repeat;
  background-size: 3rem;
  cursor: pointer;
}

@media (max-width: 767px) {
  .creditcard__step__focus__close {
    width: 1.5rem;
    height: 1.5rem;
    top: 1.5rem;
    right: 4rem;
    background-size: 1.5rem;
  }
}

.creditcard__step__focus__note {
  display: none;
  position: absolute;
  width: 56.8rem;
  height: 16rem;
  right: 0;
  top: -18rem;
  background: rgba(255, 255, 255, 0.81);
  border-radius: 8rem 8rem 0px 8rem;
  border-width: 0.1rem;
  border-color: #323842;
  border-style: solid;
  box-shadow: 0px 1.6rem 3.4rem rgba(23, 26, 31, 0.24), 0px 0px 0.1rem rgba(23, 26, 31, 0.12);
  padding: 2rem 3rem;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 700;
  color: #323842;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .creditcard__step__focus__note {
    width: 100%;
    height: auto;
    right: 0;
    top: -17rem;
    border-radius: 8rem 8rem 0px 8rem;
    border-width: 0.1rem;
    box-shadow: 0px 0.8rem 1.7rem rgba(23, 26, 31, 0.24), 0px 0px 0.1rem rgba(23, 26, 31, 0.12);
    padding: 3rem 2.8rem 1.5rem;
    font-size: 1rem;
    line-height: 2rem;
  }
}

.creditcard__step__focus__note img {
  width: 1.6rem;
  margin: 0 0.4rem;
  position: relative;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .creditcard__step__focus__note img {
    width: 1.2rem;
    margin: 0 0.2rem;
    top: -0.2rem;
  }
}

@keyframes point {
  0% {
    transform: rotate(135deg) translate(50%, 100%);
  }
  50% {
    transform: rotate(135deg) translate(0, 0);
  }
  100% {
    transform: rotate(135deg) translate(50%, 100%);
  }
}

.select2-container {
  height: 6rem;
  display: flex;
  justify-content: center;
}

@media (max-width: 767px) {
  .select2-container {
    height: 3.4rem;
  }
}

.select2-container--default .select2-selection--single {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: white;
  border-radius: 0.4rem;
  border: 0.1rem solid #9095a0;
  outline: none;
  font-size: 2.4rem;
  line-height: 2.4rem;
  font-weight: 700;
  color: #323842;
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding-left: 0.5rem;
  padding-right: 2.5rem;
  height: 8.8rem;
  width: 52.5rem;
  background: url(../../../images/creditcard/select.svg) calc(100% - 1rem) 50% no-repeat;
  background-size: 2.2rem;
}

@media (max-width: 767px) {
  .select2-container--default .select2-selection--single {
    border-radius: 0.3rem;
    border: 0.1rem solid #9095a0;
    font-size: 1.4rem;
    line-height: 2.2rem;
    height: 3.4rem;
    width: 17.1rem;
    background-size: 12px;
  }
}

.select2-container--default .select2-selection__rendered {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.select2-container--default .select2-selection__arrow {
  display: none;
}

.step-wrap {
  max-width: 100%;
  width: 100%;
}

.text-red {
  color: #E05858 !important;
}

a[disabled] {
  opacity: 0.6;
}

.mw-100p {
  max-width: 100%;
  width: 100%;
}

.no-result {
  font-size: 2rem;
  text-align: center;
  margin: 8rem auto;
}

@media (max-width: 767px) {
  .no-result {
    font-size: 2rem;
    margin: 16rem auto;
  }
}

a[disabled] {
  pointer-events: none;
}

button {
  font-family: inherit;
}

.btn-press {
  position: relative;
  display: flex;
  align-items: center;
  background: #F2AE47;
  color: #fff !important;
  width: 100%;
  border-radius: 13px;
  border: 0;
  cursor: pointer;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: normal;
  padding: 2.2rem 0;
  transition: all .15s;
  text-decoration: none !important;
  transition: all .3s;
}

@media (min-width: 768px) {
  .btn-press {
    font-size: 2rem;
    padding: 2.2rem 0;
  }
}

.btn-press span {
  margin-left: auto;
}

.btn-press:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #E99921;
  box-shadow: 0 0.4rem 0;
  border-radius: 13px;
  transition: all .15s;
}

@media (min-width: 768px) {
  .btn-press:before {
    box-shadow: 0 0.4rem 0;
  }
}

.btn-press:after {
  content: '';
  display: block;
  width: 2.2rem;
  height: 2.2rem;
  background: center/contain url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIyMSIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDIyIDIxIj48cGF0aCBmaWxsPSIjZmZmIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMC43NjUgMjAuNDRjNS45NDYgMCAxMC43NjUtNC41NzYgMTAuNzY1LTEwLjIyQzIxLjUzIDQuNTc2IDE2LjcxIDAgMTAuNzY1IDBTMCA0LjU3NiAwIDEwLjIyYzAgNS42NDQgNC44MiAxMC4yMiAxMC43NjUgMTAuMjJaTTcuNzkzIDYuMjA2bDQuMjkzIDQuMjkzLTQuMjkzIDQuMjkzIDEuNDE0IDEuNDE0IDUuNzA3LTUuNzA3LTUuNzA3LTUuNzA3LTEuNDE0IDEuNDE0WiIgY2xpcC1ydWxlPSJldmVub2RkIi8+PC9zdmc+") no-repeat;
  margin-left: auto;
  margin-right: 1.2rem;
  transition: all .3s;
}

@media (min-width: 768px) {
  .btn-press:after {
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 1.4rem;
    margin-top: 0.3rem;
  }
}

.btn-press:hover {
  opacity: 0.85;
}

.btn-press:hover:after {
  transform: translate3d(0.5rem, 0, 0);
}

.btn-press:active {
  transform: translate3d(0, 0.4rem, 0);
}

.btn-press:active:before {
  box-shadow: 0 0 0;
}

@media (min-width: 768px) {
  .btn-press:active {
    transform: translate3d(0, 0.4rem, 0);
  }
}

.btn-press:disabled {
  cursor: not-allowed;
  opacity: 0.6;
  pointer-events: none;
}

.btn-press--blue {
  background: #6DAFFC;
}

.btn-press--blue:before {
  color: #5593DB;
}

.btn-press--space-ws {
  margin-top: 3.6rem;
  margin-bottom: 5.6rem;
  height: 7.2rem;
}

@media (min-width: 768px) {
  .btn-press--space-ws {
    width: 37rem;
    height: 7.2rem;
    height: 5.5rem;
    margin: 6rem auto 3.9rem;
  }
}

.btn-press--space-amazon {
  margin: 0.625rem auto 2.5rem;
}

@media (min-width: 768px) {
  .btn-press--space-amazon {
    width: 370px;
    max-width: 100%;
    height: 5.5rem;
  }
}

.btn-press--space-confirm {
  margin: 3rem auto 2.8rem;
  font-size: 1.6rem;
}

@media (min-width: 768px) {
  .btn-press--space-confirm {
    font-size: 1.9rem;
    width: 37.7rem;
    margin: 6rem auto 5rem;
  }
}

[x-cloak] {
  visibility: hidden;
}

.collapse {
  visibility: visible;
}

/*# sourceMappingURL=../../map/additions/creditcard/style.css.map */
