@charset "UTF-8";
/* e-money TOP page-hero  ================================= */
.page-hero--e-money-top {
  height: auto;
}

.page-hero--e-money-top .page-hero__title {
  width: 100%;
  padding-bottom: 0;
  margin-bottom: 0;
}

.page-hero--e-money-top .page-hero__title-picture > img {
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 767.98px) {
  .page-hero--e-money-top .l-container {
    padding-inline: 0;
  }
}
/* e-money child page-hero  ================================= */
.e-money--child .page-hero--e-money {
  background-image: url(../../images/useful/e-money/e-money_child_hero_sp.jpg);
  background-position: 0 50%;
}

@media (max-width: 575.98px) {
  .e-money--child .page-hero--e-money .page-hero__title {
    font-size: var(--fontsize-24);
    letter-spacing: -2px;
  }
}
@media (min-width: 768px) {
  .e-money--child .page-hero--e-money {
    background-image: url(../../images/useful/e-money/e-money_child_hero_pc.jpg);
  }
}
/* e-money TOP  ================================= */
.e-money--top .e-money-feature__item {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 8px;
  margin-bottom: 20px;
}
.e-money--top .e-money-feature__item:last-child {
  margin-bottom: 0;
}
.e-money--top .e-money-feature__title {
  font-size: clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem);
  font-weight: 600;
  margin-bottom: 0.83333em;
}
.e-money--top .e-money-feature__text {
  font-size: var(--fontsize-14);
  color: var(--color-ff8200);
  font-weight: 600;
}
.e-money--top .e-money-feature__note {
  font-size: var(--fontsize-14);
  background-color: #f5f4f4;
  border-radius: 10px;
  padding: 1em;
  margin-bottom: 0;
}
.e-money--top .e-money-feature__illustration {
  text-align: center;
  grid-column: 2/3;
}
.e-money--top .e-money-usage__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-top: 50px;
}
.e-money--top .e-money-usage__item {
  background-color: var(--color-ffffff);
  border-radius: 10px;
  padding: 1em;
}
.e-money--top .e-money-usage__item {
  position: relative;
}
.e-money--top .e-money-usage__item::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -24px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.e-money--top .e-money-usage__item--charge::before {
  width: 38px;
  height: 40px;
  background-image: url(../../images/useful/e-money/e-money_top_usage_top_icon_01.svg);
}
.e-money--top .e-money-usage__item--balance::before {
  width: 35px;
  height: 40px;
  background-image: url(../../images/useful/e-money/e-money_top_usage_top_icon_02.svg);
}
.e-money--top .e-money-usage__item--shopping::before {
  width: 43px;
  height: 40px;
  background-image: url(../../images/useful/e-money/e-money_top_usage_top_icon_03.svg);
}
.e-money--top .e-money-usage__item--expiry::before {
  width: 44px;
  height: 40px;
  background-image: url(../../images/useful/e-money/e-money_top_usage_top_icon_04.svg);
}
.e-money--top .e-money-usage__title {
  font-size: clamp(1.125rem, 0.852rem + 1.36vw, 1.875rem);
  font-weight: 600;
  color: var(--color-e60012);
  text-align: center;
  margin-bottom: 1em;
}
.e-money--top .e-money-usage__catch {
  font-size: clamp(1.125rem, 0.852rem + 1.36vw, 1.875rem);
  font-weight: 600;
  text-align: center;
  margin-bottom: 1em;
}
.e-money--top .underline {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(20%, #ffc900));
  background: linear-gradient(transparent 80%, #ffc900 20%);
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.e-money--top .e-money-usage__text {
  font-size: var(--fontsize-14);
  font-weight: 600;
  text-align: center;
}
.e-money--top .e-money-usage__image {
  text-align: center;
  margin-bottom: 16px;
}
.e-money--top .e-money-usage__image > img {
  width: 100%;
  max-width: 360px;
}
.e-money--top .e-money-usage__note {
  font-size: var(--fontsize-12);
}
.e-money--top .e-money-usage__note > p {
  margin-bottom: 0;
}
.e-money--top .e-money-usage__label {
  color: var(--color-ff8200);
  margin-right: 1em;
}
.e-money--top .e-money-usage__text--expiry {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  gap: 8px 10px;
  text-align: left;
}
@media (min-width: 576px) {
  .e-money--top .e-money-usage__text--expiry {
    grid-template-columns: 140px 1fr;
    gap: 8px 16px;
  }
}
.e-money--top .e-money-usage__text--expiry span {
  display: block;
}
.e-money--top .e-money-usage__links {
  margin-top: 30px;
}
.e-money--top .e-money-usage__links-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
.e-money--top .e-money-usage__links-link {
  font-size: var(--fontsize-10);
  font-weight: 600;
  line-height: 1.2;
  height: 40px;
  color: var(--color-ffffff);
  text-decoration: none;
  background-color: var(--color-e60012);
  border: 1px solid var(--color-e60012);
  border-radius: 20px;
  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;
  position: relative;
  padding: 0.6em 1.8em 0.6em 0.6em;
}
.e-money--top .e-money-usage__links-link::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid var(--color-ffffff);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  position: absolute;
  right: 1em;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.e-money--top .e-money-usage__links-link:hover {
  color: var(--color-e60012);
  background-color: var(--color-ffffff);
}
.e-money--top .e-money-usage__links-link:hover::after {
  border-left-color: var(--color-e60012);
}
.e-money--top .e-money-qa__item {
  position: relative;
  padding-bottom: 1px;
}
.e-money--top .e-money-qa__item::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-image: var(--decoration-dotted-line);
  background-size: auto 1px;
  background-repeat: repeat-x;
  position: absolute;
  left: 0;
  bottom: 0;
}
.e-money--top .e-money-qa__question {
  width: 100%;
  color: var(--color-69472f);
  font-weight: 400;
  background-color: var(--color-ffffff);
  border: none;
  text-align: left;
  cursor: pointer;
  font-size: var(--fontsize-14);
  display: grid;
  grid-template-columns: 30px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 20px 48px 20px 0;
  position: relative;
}
.e-money--top .e-money-qa__question::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 2rem;
  font-weight: bold;
  color: var(--color-ff8200);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.e-money--top .e-money-qa__item.is-open .e-money-qa__question::after {
  content: "−";
}
.e-money--top .e-money-qa__answer {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease, opacity 0.3s ease;
  transition: max-height 0.3s ease, opacity 0.3s ease;
}
.e-money--top .e-money-qa__answer-inner {
  color: var(--color-e60012);
  font-size: var(--fontsize-14);
  line-height: 1.6;
  padding: 0 48px 20px 0;
  display: grid;
  grid-template-columns: 30px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.e-money--top .e-money-qa__icon {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.e-money--top .e-money-qa__item.is-open .e-money-qa__answer {
  max-height: 1000px;
  opacity: 1;
}
.e-money--top .e-money-contact {
  width: 100%;
  max-width: 750px;
  background-color: #f5f4f4;
  border-radius: 10px;
  padding: 10px;
  margin: 20px auto 0;
}
.e-money--top .e-money-contact__title {
  font-size: clamp(1.125rem, -0.208rem + 2.78vw, 1.875rem);
  text-align: center;
  font-weight: 600;
}
.e-money--top .e-money-contact__name {
  font-size: clamp(0.875rem, -0.014rem + 1.85vw, 1.375rem);
  text-align: center;
  font-weight: 400;
}
.e-money--top .e-money-contact__tel {
  font-size: clamp(0.875rem, -0.014rem + 1.85vw, 1.375rem);
  text-align: center;
  font-weight: 600;
  margin-bottom: 0;
}
.e-money--top .e-money-contact__tel-link {
  text-decoration: none;
  position: relative;
  padding-left: 2.1818em;
}
.e-money--top .e-money-contact__tel-link::before {
  content: "";
  width: 1.3636em;
  height: 1.3636em;
  background: url(../../images/useful/e-money/e-money_top_contact_icon_tel.svg) 0 0 no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
}
.e-money--top .e-money-contact__tel-link:hover {
  color: var(--color-69472f);
  opacity: 0.5;
}

@media (min-width: 768px) {
  .e-money--top .e-money-feature__item {
    gap: 20px;
    grid-template-columns: 70px 1fr 233px;
    margin-bottom: 36px;
  }
  .e-money--top .e-money-feature__text {
    font-size: var(--fontsize-22);
  }
  .e-money--top .e-money-feature__note {
    font-size: var(--fontsize-18);
  }
  .e-money--top .e-money-feature__illustration {
    grid-column: auto;
  }
  .e-money--top .e-money-usage__list {
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    margin-top: 80px;
  }
  .e-money--top .e-money-usage__item {
    padding: 30px;
  }
  .e-money--top .e-money-usage__item {
    position: relative;
  }
  .e-money--top .e-money-usage__item::before {
    top: -40px;
  }
  .e-money--top .e-money-usage__item--charge::before {
    width: 66px;
    height: 70px;
  }
  .e-money--top .e-money-usage__item--balance::before {
    width: 60px;
    height: 70px;
  }
  .e-money--top .e-money-usage__item--shopping::before {
    width: 74px;
    height: 70px;
  }
  .e-money--top .e-money-usage__item--expiry::before {
    width: 75px;
    height: 70px;
  }
  .e-money--top .e-money-usage__text {
    font-size: var(--fontsize-18);
  }
  .e-money--top .e-money-usage__note {
    font-size: var(--fontsize-18);
  }
  .e-money--top .e-money-usage__links {
    margin-top: 50px;
  }
  .e-money--top .e-money-usage__links-list {
    grid-template-columns: 1fr 1fr;
  }
  .e-money--top .e-money-usage__links-link {
    font-size: var(--fontsize-18);
    font-weight: 500;
    height: 60px;
    border-radius: 30px;
  }
  .e-money--top .e-money-qa__question {
    font-size: var(--fontsize-22);
    grid-template-columns: 50px 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 26px;
  }
  .e-money--top .e-money-qa__answer-inner {
    font-size: var(--fontsize-22);
    grid-template-columns: 50px 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 26px;
  }
  .e-money--top .e-money-contact {
    padding: 30px;
    margin-top: 50px;
  }
}
/* e-money 下層  ================================= */
.e-money--child .e-money-terms__block {
  font-size: var(--fontsize-16);
  margin-bottom: 20px;
}
.e-money--child .e-money-terms__title {
  font-size: clamp(1rem, -0.556rem + 3.24vw, 1.875rem);
  font-weight: 600;
  margin-bottom: 0.6666em;
}
.e-money--child .e-money-terms__text {
  font-size: var(--fontsize-14);
  padding-left: 2.222em;
}
.e-money--child .e-money-terms__list--paren {
  list-style: none;
  padding-left: 0;
  margin: 0;
  counter-reset: terms;
}
.e-money--child .e-money-terms__list--paren > li {
  counter-increment: terms;
  position: relative;
  padding-left: 2.5em;
}
.e-money--child .e-money-terms__list--paren > li::before {
  content: "（" counter(terms) "）";
  position: absolute;
  left: 0;
  top: 0;
}
.e-money--child .e-money-terms__list--circled {
  margin-top: 0.5em;
  padding-left: 0;
  list-style: none;
  counter-reset: circled;
}
.e-money--child .e-money-terms__list--circled > li {
  position: relative;
  padding-left: 2.2em;
  margin-bottom: 0.6em;
  line-height: 1.7;
}
.e-money--child .e-money-terms__list--circled > li::before {
  counter-increment: circled;
  content: counter(circled);
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 1.6em;
  height: 1.6em;
  line-height: 1.4em;
  border: 1px solid var(--color-69472f);
  border-radius: 50%;
  text-align: center;
  font-size: 0.85em;
}

@media (max-width: 767.98px) {
  .e-money-feature__illustration-image--01 {
    max-width: 198px;
  }
  .e-money-feature__illustration-image--02 {
    max-width: 185px;
  }
}
@media (min-width: 768px) {
  .e-money--child .e-money-terms__block {
    font-size: var(--fontsize-20);
    margin-bottom: 40px;
  }
  .e-money--child .e-money-terms__text {
    font-size: var(--fontsize-18);
  }
}/*# sourceMappingURL=e-money.css.map */