/* Scss Document */
/* CSS Document */
/**/
body {
  background: #fff;
}

header {
  position: static;
}

.pink {
  color: #F61C93;
}

.payment_wrap .inner {
  padding: 6.6176470588vw 12.5%;
}
@media only screen and (max-width: 768px) {
  .payment_wrap .inner {
    padding: 9.3333333333vw 4.4vw;
  }
}
.payment_wrap .payment_top h2 {
  font-weight: 600;
  margin-bottom: 1em;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.4;
}
.payment_wrap .payment_top .how {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.2058823529vw;
}
@media only screen and (max-width: 768px) {
  .payment_wrap .payment_top .how {
    display: block;
    text-align: center;
  }
}
.payment_wrap .payment_top .how p {
  background: #121212;
  display: inline-block;
  color: #fff;
  padding: 0.5em 1em;
  font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .payment_wrap .payment_top .how p + p {
    margin-top: 0.5em;
  }
}
.payment_wrap .how_to_payment {
  background: #f5f5f5;
}
.payment_wrap .how_to_payment .contents_wrap .contents {
  background: #fff;
  padding: 2.9411764706vw;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .payment_wrap .how_to_payment .contents_wrap .contents {
    padding: 5.3333333333vw;
  }
}
.payment_wrap .how_to_payment .contents_wrap .contents h3 {
  font-weight: 600;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  gap: 1em;
  font-size: 1.3rem;
  margin-bottom: 1em;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .payment_wrap .how_to_payment .contents_wrap .contents h3 {
    display: block;
  }
}
.payment_wrap .how_to_payment .contents_wrap .contents h3 p.commission {
  color: #F61C93;
}
.payment_wrap .how_to_payment .contents_wrap .contents h3 p.commission .number {
  font-size: 150%;
  line-height: 1;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: -0.002em;
  display: inline-block;
  margin-right: 0.1em;
}
.payment_wrap .how_to_payment .contents_wrap .contents h3 p .small {
  font-size: 70%;
}
.payment_wrap .how_to_payment .contents_wrap .contents .text {
  line-height: 1.6;
}
.payment_wrap .how_to_payment .contents_wrap .contents .text p + p {
  margin-top: 1em;
}
.payment_wrap .how_to_payment .contents_wrap .contents .text p + ul {
  margin-top: 1em;
}
.payment_wrap .how_to_payment .contents_wrap .contents .text ul {
  margin-left: 1em;
}
.payment_wrap .how_to_payment .contents_wrap .contents .text ul li {
  list-style-type: disc;
}
.payment_wrap .how_to_payment .contents_wrap .contents .text ul + p {
  margin-top: 1em;
}
.payment_wrap .how_to_payment .contents_wrap .contents .text h4 {
  font-weight: 600;
  font-size: 1.3rem;
  margin-bottom: 0.5em;
  padding-left: 0.9em;
  position: relative;
}
.payment_wrap .how_to_payment .contents_wrap .contents .text h4::before {
  position: absolute;
  content: "";
  width: 0.5em;
  height: 1em;
  background: #4a96ff;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.payment_wrap .how_to_payment .contents_wrap .contents .text .flow {
  margin-top: 6.6176470588vw;
}
@media only screen and (max-width: 768px) {
  .payment_wrap .how_to_payment .contents_wrap .contents .text .flow {
    margin-top: 12vw;
  }
}
.payment_wrap .how_to_payment .contents_wrap .contents .text .flow ol {
  counter-reset: number;
}
.payment_wrap .how_to_payment .contents_wrap .contents .text .flow ol li {
  position: relative;
  list-style: none;
}
.payment_wrap .how_to_payment .contents_wrap .contents .text .flow ol li span {
  background: #F61C93;
  padding: 0.15em 0.5em;
  color: #fff;
  border-radius: 2px;
  font-family: "Barlow Condensed", sans-serif;
  display: inline-block;
  margin-right: 1em;
}
@media only screen and (max-width: 768px) {
  .payment_wrap .how_to_payment .contents_wrap .contents .text .flow ol li span {
    margin-bottom: 0.5em;
  }
}
.payment_wrap .how_to_payment .contents_wrap .contents .text .flow ol li + li {
  margin-top: 1em;
}
@media only screen and (max-width: 768px) {
  .payment_wrap .how_to_payment .contents_wrap .contents .text .flow ol li + li {
    margin-top: 1.5em;
  }
}
.payment_wrap .how_to_payment .contents_wrap .contents .text .np-detail {
  margin-top: 6.6176470588vw;
}
@media only screen and (max-width: 768px) {
  .payment_wrap .how_to_payment .contents_wrap .contents .text .np-detail {
    margin-top: 12vw;
  }
}
.payment_wrap .how_to_payment .contents_wrap .contents .text .np-detail .image {
  width: 60%;
  margin: 2.2058823529vw auto 0;
}
@media only screen and (max-width: 768px) {
  .payment_wrap .how_to_payment .contents_wrap .contents .text .np-detail .image {
    width: 100%;
    margin: 4vw 0 0;
  }
}
.payment_wrap .how_to_payment .contents_wrap + .contents_wrap {
  margin-top: 3.3088235294vw;
}
@media only screen and (max-width: 768px) {
  .payment_wrap .how_to_payment .contents_wrap + .contents_wrap {
    margin-top: 6vw;
  }
}
.payment_wrap .underline {
  text-decoration: underline;
  color: #4a96ff;
}
.payment_wrap footer .inner {
  padding: 3.3088235294vw 12.5%;
}
@media only screen and (max-width: 768px) {
  .payment_wrap footer .inner {
    padding: 4.6666666667vw 4.4vw;
  }
}/*# sourceMappingURL=payment.css.map */