.p-Section01Price {
  margin-top: 3rem;
  width: 375px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 480px) {
  .p-Section01Price {
    width: 100%;
  }
}

.p-Section01Buttons {
  margin-top: 4rem;
}

.p-Section01Creator {
  margin-top: 80px;
  padding-top: 80px;
  border-top: solid 1px #B9B9B9;
}

.p-TextClosed {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10rem;
  font-size: 2rem;
  font-weight: 700;
}

@media (max-width: 767px) {
  .p-TextClosed {
    font-size: 1.8rem;
    margin-top: 5rem;
  }
}

.p-TextClosed.is-S {
  margin-top: 6rem;
  margin-bottom: 15rem;
}

@media (max-width: 767px) {
  .p-TextClosed.is-S {
    font-size: 1.6rem;
    margin-top: 5rem;
    margin-bottom: 0rem;
  }
}
