@media (min-width: 768px) {
  .step__thumb .only-sp {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .step__thumb .only-pc {
    display: none !important;
  }
}

.collapse__item .step__thumb {
  width: 22.8571428571%;
}
@media (max-width: 767px) {
  .collapse__item .step__thumb {
    width: 18.6666666667vw;
  }
  .collapse__item .step__thumb.pl20 {
    padding-left: 1.3333333333vw;
  }
}

.box__steps {
  background: #fff;
}
.box .textlink {
  color: #B60081;
}
.box .textlink:hover {
  text-decoration: underline;
}
.box .textlink i img {
  vertical-align: inherit;
}
.box .step + .step {
  margin-top: 1.8rem;
}
.box .step:last-child .step__thumb {
  border-left: 0;
}
.box .step:last-child .step__thumb:after {
  display: none;
}
.box .step__head {
  display: flex;
  align-items: center;
  height: 5.1rem;
  border: 0.2rem solid #00A08E;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .box .step__head {
    min-height: 14.9333333333vw;
    background: #00A08E;
  }
}
.box .step__number {
  background: #00A08E;
  color: #fff;
  font-size: 1.6rem;
  line-height: 5.1rem;
  font-weight: bold;
  text-align: center;
  width: 23.8095238095%;
}
@media (max-width: 767px) {
  .box .step__number {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4.2666666667vw;
    line-height: 1.25;
    height: 100%;
    width: 20vw;
  }
}
@media (max-width: 479px) {
  .box .step__number {
    font-size: 1.6rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .box .step__number {
    height: 5.1rem;
    padding-top: 0.4rem;
  }
}
.box .step__ttl {
  font-size: 1.6rem;
  font-weight: bold;
  color: #2E2E2E;
  line-height: 5.1rem;
  padding: 0.5rem 2rem;
}
@media (max-width: 767px) {
  .box .step__ttl {
    display: flex;
    align-items: center;
    font-size: 4.2666666667vw;
    line-height: 1.25;
    padding: 2vw 2vw 2vw 3.2vw;
    width: calc(100% - 20vw);
    height: 100%;
    background: #fff;
  }
}
@media (max-width: 479px) {
  .box .step__ttl {
    font-size: 1.6rem;
  }
}
@media (max-width: 374px) {
  .box .step__ttl {
    font-size: 1.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .box .step__ttl {
    height: 5.1rem;
    padding: 0.3rem 2rem 0.5rem;
  }
}
@media (min-width: 768px) {
  .box .step__ttl br {
    display: none;
  }
}
.box .step__main {
  display: flex;
}
.box .step__main .list-custom {
  margin-left: 1.5rem;
}
.box .step__main .list-custom.ml0 {
  margin-left: 0;
}
.box .step__main .list-custom li {
  line-height: 2.8rem;
}
@media (min-width: 768px) {
  .box .step__p {
    margin-top: -1rem;
    padding-left: 2rem;
  }
}
.box .step__thumb {
  width: 22.8571428571%;
  margin-left: 2rem;
  border-left: 0.4rem solid #00A08E;
  position: relative;
}
@media (max-width: 767px) {
  .box .step__thumb {
    width: 18.6666666667vw;
    margin-left: 1.8666666667vw;
  }
  .box .step__thumb.pl20 {
    padding-left: 1.3333333333vw;
  }
}
.box .step__thumb:after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: -1.12rem;
  width: 2rem;
  height: 1.4rem;
  background: #fff url(/customer/payment/images/ico_triangle.svg) no-repeat;
  background-size: contain;
  background-position: center right;
  transform: rotate(-90deg);
}
@media (max-width: 767px) {
  .box .step__thumb:after {
    left: -1.2rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .box .step__thumb:after {
    left: -12px;
  }
}
.box .step__content {
  padding-top: 1.6rem;
  padding-bottom: 1.7rem;
  width: calc(100% - 16rem);
}
@media (max-width: 767px) {
  .box .step__content {
    padding-left: 2.6666666667vw;
    width: calc(100% - 18.6666666667vw);
  }
}
@media (max-width: 767px) {
  .box .step__content.pl5 {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .box .step__content p {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.box__pdf li.w50 {
  max-width: 50%;
  flex: 0 0 50%;
}
.box__pdf li a .icon-pdf--small {
  width: 1.8rem;
  height: 2.2rem;
}

@media (min-width: 768px) {
  .payment .box .step__thumb {
    padding-left: 2rem;
  }
}
.payment__boxGrey {
  background: #F5F5F5;
  margin-top: -1.2rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .payment__boxGrey {
    margin-top: 1rem;
  }
}
.payment__boxGreyBtn {
  margin: 0.8rem -0.5rem;
}
@media (max-width: 767px) {
  .payment__boxGreyBtn {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.payment__boxGreyBtn.justify-center {
  justify-content: center;
}
.payment__boxGreyBtn .colums-list02__item {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .payment__boxGreyBtn .colums-list02__item {
    width: 72.2666666667vw;
    max-width: 100%;
    margin: auto;
  }
  .payment__boxGreyBtn .colums-list02__item:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 374px) {
  .payment__boxGreyBtn .colums-list02__item {
    width: 100%;
  }
}
.payment__boxGreyBtn .btn {
  width: 100%;
  max-width: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .payment__boxGreyBtn .btn:before {
    width: 22px;
    height: 22px;
  }
}
@media (min-width: 768px) {
  .payment__boxGreyBtn .btn:before {
    width: 2.2rem;
    height: 2.2rem;
    left: 1.3rem;
  }
}
.payment__boxGreyBtn .btn-blank {
  position: relative;
}
.payment__boxGreyBtn .btn-blank:hover:after {
  background: url(/common/images/ico_blank.svg) no-repeat;
  background-size: contain;
}
.payment__boxGreyBtn .btn-blank:after {
  content: "";
  background: url(/common/images/ico_blank_white.svg) no-repeat;
  background-position: center;
  width: 2.05rem;
  height: 1.8rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
}
@media (max-width: 767px) {
  .payment__boxGreyBtn .btn-blank:after {
    width: 4vw;
    height: 3.4666666667vw;
    background-size: contain;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .payment__boxGreyBtn .btn-blank:after {
    right: 1.7333333333vw;
  }
}
@media (max-width: 479px) {
  .payment__boxGreyBtn .btn-blank:after {
    width: 1.5rem;
    height: 1.3rem;
    right: 2vw;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .payment__boxGreyBtn .btn-blank:after {
    width: 20.5px;
    height: 18px;
  }
}
.payment__boxGreyBtn .btn.active {
  color: #fff;
  background: #FABF00;
  border-color: #FABF00;
  color: #2E2E2E;
}
.payment__boxGreyBtn .btn.active:before {
  background: url(/common/images/ico_right_hover.svg) no-repeat;
  background-size: 100%;
}
.payment__boxGreyBtn .btn.active:hover {
  color: #2E2E2E;
  background: #fff;
}
.payment__boxGreyBtn .btn.active:hover:before {
  background: url(/common/images/ico_right_y.svg) no-repeat;
  background-size: 100%;
}
.payment__boxGreyBtn .btn.active:hover:after {
  background: url(/common/images/ico_blank4.svg) no-repeat;
}
@media (min-width: 768px) {
  .payment__boxGrey .box__information {
    margin: 2rem -2rem;
  }
}
@media (max-width: 767px) {
  .payment__boxGrey .box__information {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .payment__boxGrey .box__information li {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.payment__boxGrey .box__information .txt {
  font-size: 1.4rem;
  line-height: 2.2rem;
  margin-bottom: 0.5rem;
}
.payment__boxGrey .box__information .phone {
  margin-bottom: 0.7rem;
}
.payment__boxGrey .box__information .phone a {
  margin-right: 1rem;
}
.payment__boxGrey .box__info {
  background: #fff;
  border-radius: 0.5rem;
  padding-left: 0;
  padding-right: 0;
}
.payment__ttl4 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6111111111;
  margin-bottom: 0.8rem;
}
@media (max-width: 767px) {
  .payment__ttl4 {
    font-size: 4.8vw;
    line-height: 1.2777777778;
  }
}

.payment .table th.pd01 {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
@media (min-width: 768px) {
  .payment .box__content--pd {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.payment-btn {
  max-width: inherit;
  width: 41.5rem;
  height: auto;
  line-height: 1.6;
  padding: 0.95rem 5.6rem 0.95rem 9.6rem;
}
@media (max-width: 767px) {
  .payment-btn {
    width: 72.2666666667vw;
    max-width: 100%;
    margin: auto;
    padding: 1.5rem 2.5rem;
    font-size: 4vw;
  }
}
@media (max-width: 479px) {
  .payment-btn {
    font-size: 1.5rem;
    padding: 1.2rem 2rem;
  }
}
@media (max-width: 374px) {
  .payment-btn {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .ttl-h1.f26 {
    font-size: 2.6rem;
  }
  .payment .page-tab {
    margin-bottom: 4.3rem;
  }
  .payment .page-tab a {
    line-height: 2.5rem;
    padding: 1.8rem 1rem 1.6rem;
  }
}
@media screen and (min-width: 768px) and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: none) {
  .payment .page-tab a {
    padding: 2.2rem 1rem 1.2rem;
  }
}
@media (min-width: 768px) {
  .payment .page-tab ul {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
@media (min-width: 768px) {
  .payment .page-tab li {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (min-width: 768px) {
  .payment .page-links .page-link {
    margin-left: -0.45rem;
    margin-right: -0.45rem;
  }
  .payment .page-links li {
    padding-left: 0.45rem;
    padding-right: 0.45rem;
  }
  .payment .page-links a {
    line-height: 2rem;
    letter-spacing: 0.15rem;
  }
}
@media (min-width: 768px) {
  .payment__contact {
    margin-top: 0.3rem;
  }
}
@media (min-width: 768px) {
  .payment__boxGrey .box__information {
    margin-top: 1.7rem;
  }
  .payment__boxGrey .box__information img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .payment p .hidden-pc {
    display: none;
  }
}
@media (min-width: 768px) {
  .list-indent {
    margin-left: 1.4rem;
    text-indent: -1.4rem;
  }
}
@media (max-width: 767px) {
  .list-indent {
    margin-left: 3.7333333333vw;
    text-indent: -3.7333333333vw;
  }
}

@media (min-width: 768px) {
  .txt-indent {
    margin-left: 1.4rem;
    text-indent: -1.4rem;
  }
}
@media (max-width: 767px) {
  .txt-indent {
    margin-left: 3.7333333333vw;
    text-indent: -3.7333333333vw;
  }
}

.block-btn .colums-list02__item .payment-btn {
  width: 100%;
  padding: 0.95rem 2.6rem 0.95rem 5.6rem;
}
@media (max-width: 374px) {
  .block-btn .colums-list02__item .payment-btn {
    font-size: 1.2rem;
  }
}/*# sourceMappingURL=payment.css.map */