main section .inner-box {
  max-width: 670px;
}
main section .col2 h3 {
  color: #f19500;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.2em;
  padding-bottom: 0.4em;
  border-bottom: solid 3px #f19500;
}

.subHeader {
  vertical-align: middle;
}
.subHeader img {
  height: 2em;
  display: inline-block;
  vertical-align: middle;
}

#fee {
  padding-top: 0;
}
#fee .caution {
  text-align: center;
}
#fee .caution p {
  display: inline-block;
}

.process li {
  font-size: 1.6rem;
  font-weight: 500;
}
.process li:not(:last-of-type) {
  position: relative;
}
.process li:not(:last-of-type)::after {
  content: "";
  width: 0.6em;
  height: 0.6em;
  display: block;
  border-bottom: solid 3px #f19500;
  border-right: solid 3px #f19500;
  position: absolute;
  left: 50%;
  bottom: -1em;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translate(-50%, 0) rotate(45deg);
      -ms-transform: translate(-50%, 0) rotate(45deg);
          transform: translate(-50%, 0) rotate(45deg);
}

#paypay {
  padding: 0 0 4rem;
}
#paypay .textBox .sp .qr {
  width: 80%;
  margin: 0 auto 2rem;
}
#paypay .textBox .sp .ico {
  width: 2em;
  margin-left: 0.5em;
  vertical-align: middle;
}
#paypay .caution {
  padding: 1em 1.5em;
  background-color: #fbf7b4;
}

#bank .infoBox p {
  font-size: 1.6rem;
  font-weight: 500;
}
#bank .infoBox p.warning {
  color: #d3145a;
  margin-bottom: 0;
}
#bank .infoBox {
  padding: 1.5em;
  background-color: #d3eadc;
  border-radius: 1.6rem;
}
#bank .btnWrap {
  margin-top: 6rem;
}

@media print, screen and (min-width: 600px) {
  .subHeader img {
    height: 4em;
  }
  #paypay .col2 {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 3rem;
  }
  #paypay .col2 .imgBox {
    width: 35%;
  }
  #paypay .col2 .textBox {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #paypay .col2 h3 {
    font-size: 2.4rem;
  }
  .process li {
    font-size: 1.8rem;
  }
  #bank p {
    font-size: 1.8rem;
  }
  #bank .infoBox {
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
    padding: 3rem;
  }
  #bank .infoBox p {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 960px) {
  .subHeader img {
    height: 1.8em;
  }
}/*# sourceMappingURL=payment.css.map */