@media (min-width: 768px) {
  .p-flow {
    padding-top: 12.5rem;
  }
}
.p-flow__txt {
  margin-bottom: 6.4rem;
}
@media (min-width: 768px) {
  .p-flow__txt {
    margin-bottom: 10rem;
  }
}
.p-flow__list .step-item {
  position: relative;
  padding-left: 9.2rem;
}
@media (min-width: 768px) {
  .p-flow__list .step-item {
    padding-left: 11.5rem;
  }
}
.p-flow__list .step-item:not(:last-child)::before {
  content: "";
  background: url("../images/common/dotted_img_black.svg") repeat-y center/contain;
  width: 0.3rem;
  position: absolute;
  left: 2rem;
  top: 2.4rem;
  bottom: 1rem;
}
.p-flow__list .step-item:not(:last-child)::after {
  content: "";
  background: url("../images/common/icon_arrow_down.svg") no-repeat center/contain;
  height: 0.7rem;
  width: 1.2rem;
  position: absolute;
  left: 1.5rem;
  bottom: 1rem;
}
.p-flow__list .step-item__label {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
}
.p-flow__list .step-item__info {
  border-top: 1px solid var(--border-color);
  padding-block: 3.2rem 5.6rem;
}
@media (min-width: 768px) {
  .p-flow__list .step-item__info {
    padding-block: 3rem 8rem;
  }
}

.p-payment__row {
  margin-bottom: 6.4rem;
}
@media (min-width: 768px) {
  .p-payment__row {
    margin-bottom: 10rem;
  }
}
.p-payment__row:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .p-payment .c-tbl {
    border-top: 1px solid var(--border-color);
    padding-top: 4rem;
  }
}

.payment-box {
  border: 1px solid var(--border-color);
  margin-bottom: 6.4rem;
}
@media (min-width: 768px) {
  .payment-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 7rem;
  }
}
.payment-box__col {
  padding: 4rem 1.5rem 3.7rem;
  text-align: center;
}
@media (min-width: 768px) {
  .payment-box__col {
    padding: 5rem 1rem;
  }
}
.payment-box__col:first-child {
  position: relative;
}
@media (min-width: 768px) {
  .payment-box__col:first-child::after {
    content: "";
    background: url("../images/common/dotted_img.svg") repeat-y left top/contain;
    width: 0.3rem;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -0.1rem;
  }
}
@media (max-width: 767px) {
  .payment-box__col:first-child::after {
    content: "";
    background: url("../images/common/dotted_img02.svg") repeat-x left top/contain;
    height: 0.3rem;
    position: absolute;
    bottom: -0.1rem;
    left: 0;
    right: 0;
  }
}
.payment-box__ttl {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .payment-box__ttl {
    font-size: 2rem;
  }
}
.payment-box__txt {
  line-height: 1.6;
}
@media (min-width: 768px) {
  .payment-box__txt {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 2;
    min-height: 6rem;
  }
}
.payment-box__row {
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 6.4rem;
  padding-bottom: 5.6rem;
}
@media (min-width: 768px) {
  .payment-box__row {
    margin-bottom: 7rem;
    padding-bottom: 7rem;
  }
}
.payment-box__row.--noborder {
  border-bottom: 0;
  margin-bottom: 0;
}
.payment-box__row .hline04 {
  margin-bottom: 3.2rem;
}
@media (min-width: 768px) {
  .payment-box__row .hline04 {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .payment-box__row .hline04.--cuz {
    margin-bottom: 1.6rem;
  }
}
.payment-box__btn {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .payment-box__btn {
    text-align: right;
  }
}

.payment-txt {
  margin-bottom: 1.6rem;
  text-align: justify;
}
@media (min-width: 768px) {
  .payment-txt {
    margin-bottom: 2rem;
  }
}

.payment-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.1rem;
  margin-bottom: 2.4rem;
}
@media (min-width: 768px) {
  .payment-list {
    grid-template-columns: repeat(5, 1fr);
    gap: 2rem;
    margin-bottom: 2rem;
    width: 55.5rem;
  }
}
.payment-list img {
  width: 100%;
}

.p-customize__txt {
  margin-bottom: 10rem;
}
/*# sourceMappingURL=maps/flow.css.map */
