@charset "utf-8";

/*
  アンカーリンク
 */

.anker-links {
  counter-reset: number;
  margin-bottom: 4rem;
}

.anker-links-item .link {
  align-items: center;
  background-color: #e7eefc;
  color: #002f9b;
  display: flex;
  font-size: 1.6rem;
  height: 5rem;
  justify-content: center;
  width: 100%;
}

.anker-links-item .link:hover {
  background-color: #d9e3fb;
  text-decoration: none;
}

.anker-links-item .link::before {
  counter-increment: number;
  content: counter(number);
  margin-right: 0.5em;
}

.anker-links-item .link::after {
  content: '\f107'; /* >の下向き */
  font-family: FontAwesome, sans-serif;
  margin-left: 0.5em;
}

@media (min-width: 600px) {
  .anker-links {
    display: flex;
    margin: 0 auto 6rem;
    overflow: hidden;
    width: 960px;
  }

  .anker-links-item {
    flex-grow: 1;
    margin-right: 0.8rem;
    transform: skewX(-20deg) translateX(-1rem);
  }

  .anker-links-item:last-child {
    margin-right: 0;
  }

  .anker-links-item .link {
    justify-content: flex-start;
    padding: 0 3.2rem;
    width: 17.5rem;
  }

  .anker-links-item .link-text,
  .anker-links-item .link::before,
  .anker-links-item .link::after {
    transform: skewX(20deg);
  }

  .anker-links-item .link::after {
    margin-left: auto;
  }
}

/*
  flow-headline
 */

.flow-headline {
  align-items: center;
  display: flex;
  font-size: 2.2rem;
  margin: 4rem auto 2.4rem;
}

.flow-headline .num {
  align-items: center;
  background-color: #002f9b;
  border-radius: 2px;
  color: #fff;
  display: flex;
  font-size: 1.4rem;
  height: 2.2rem;
  margin-right: 0.5em;
  justify-content: center;
  width: 2.2rem;
}

/*
  link-unit
 */

.link-unit {
  background-color: #f2f2f2;
  box-sizing: border-box;
  margin: 2.4rem auto;
  padding: 1.6rem 1.4rem;
}

.link-unit-item {
  margin-bottom: 1.6rem;
}

.link-unit-item:last-child {
  margin-bottom: 0;
}

.link-unit-item:not(.none) {
  text-indent: -0.9em;
  margin-left: 0.9em;
}

.link-unit-item:not(.none) .outer::after {
  text-indent: 0;
}

.link-unit-item:not(.none)::before {
  color: #0046e8;
  content: '\f105'; /* >の下向き */
  font-family: FontAwesome, sans-serif;
  font-size: 1.6rem;
  margin-right: 0.5em;
}

@media (min-width: 600px) {
  .link-unit {
    margin-top: 1.6rem;
    padding: 2.4rem;
  }
}

/*
  section-apply
 */

.section-apply {
  margin-top: 2.4rem;
}

@media (max-width: 599px) {
  .section-apply .apply-block {
    padding: 2.4rem 0;
  }

  .section-apply .apply-head {
    display: none;
  }
}

@media (min-width: 600px) {
  .section-apply {
    margin-top: 5.6rem;
  }
}

/* Table */

.table-payment {
  margin-bottom: 4rem;
  text-align: center;
}

.table-payment th {
  font-weight: normal;
}

.table-payment thead th {
  background-color: #e6e7e7;
  width: calc(100% / 4);
}

.table-payment tbody th {
  background-color: #f2f3f3;
}

.table-payment th,
.table-payment td {
  border: 1px solid #cdcfd0;
  box-sizing: border-box;
  padding: 2rem 0.8rem;
}

@media (min-width: 600px) {
  .table-payment {
    width: 960px;
  }
}

/* お支払い方法 */

.sub-section-payment:not(:last-child) {
  margin-bottom: 4rem;
}

.sub-section-payment-head {
  color: #384042;
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 1.6rem;
}

.sub-section-payment .list-notes {
  margin-top: 1.6rem;
}

.sub-section-payment .list-disc{
  margin-top: 1.6rem;
}

/* ご利用上の注意 */

.section-usage-notes {
  background-color: #f2f3f3;
}

@media (min-width: 600px) {
  .section-usage-notes .cb {
    width: 73rem;
  }
}

/* --------------------
  最小SP表示調整
-------------------- */

/* @media (max-width: 374px) {} */

/* --------------------
  IE11 hack
-------------------- */
@media all and (-ms-high-contrast: none) {
  .flow-headline .num {
    padding-top: 0.3rem;
    margin-bottom: 0.7rem;
  }

  .anker-links-item .link {
    padding-top: 0.5rem;
  }
}