.page-cover {
  flex-direction: column;
  gap: 16px;
  height: fit-content;
  padding: 140px 0 120px;
}

.page-cover__title {
  line-height: 34px;
}

.page-cover__text {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
}

.guide {
  background-color: white;
}

.guide__table {
  margin: 24px auto 0;
  width: 100%;
}

.guide--price .guide__table {
  max-width: 266px;
}

.guide__table-row {
  border-bottom: 1px solid black;
}

.guide__table-row td {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 24px;
  font-size: 16px;
  color: #3b4043;
}

.guide__table-row td:first-child {
  padding: 16px 8px 16px 12px;
  font-weight: 700;
}

.guide__table-row td:last-child {
  padding: 16px 16px 8px 20px;
}

.guide .page-text {
  margin-top: 16px;
  color: #3b4043;
}

.guide--rules .guide__table-row td:first-child {
  width: 35%;
}

.guide--price .guide__table-row td:first-child {
  padding: 30px 25px 30px 15px;
  font-weight: 700;
  font-size: 18px;
}

.guide--price .guide__table-row td:last-child {
  padding: 30px 15px 22px 8px;
  font-size: 24px;
  font-weight: 800;
  color: #0e5195;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.guide--price .guide__table {
  margin-top: 10px;
}

.guide--price .page-text {
  padding: 0 10px;
}

.guide--how-to-use {
  padding-top: 112px;
}

.guide__wrapper--how-to-use {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 40px auto 0;
}

.guide-item__title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #0e5195;
}

.guide--how-to-use .page-text {
  margin: 8px auto 0;
}

.guide--prepare .guide__wrapper {
  margin: 40px auto 0;
}

.prepare-list {
  font-size: 16px;
  line-height: 24px;
  color: #0e5195;
  font-weight: 700;
}

.guide--prepare .page-text {
  margin: 16px auto 0;
}

.guide--order {
  padding-bottom: 80px;
}

.guide--order .guide__wrapper {
  width: 100%;
  max-width: 320px;
  padding: 32px 36px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
  border-radius: 8px;
  margin: 0 auto;
}

@media (max-width: 360px) {
  .guide--order .guide__wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.order__title {
  font-size: 20px;
  line-height: 24px;
  text-align: center;
}

.order__buttons {
  width: 100%;
  max-width: 248px;
  margin: 24px auto 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
}

.order__button {
  width: 100%;
  height: 50px;
  color: white;
  font-size: 20px;
  font-weight: 700;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.order__button:first-child {
  background-color: #00b900;
}

.order__button:first-child::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/price/icon-line.png);
  background-size: contain;
  margin-right: 4px;
}

.order__button:last-child {
  background-color: #f27a01;
  font-size: 24px;
}

.order__button:last-child::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/price/icon-phone.png);
  background-size: contain;
  margin-right: 12px;
}

@media (min-width: 768px) {
  .page-cover {
    gap: 40px;
    padding: 200px 0 340px;
    padding: 200px 0 min(39.3vh, 340px);
    align-items: center;
  }

  .page-cover__text {
    font-size: 20px;
    line-height: 40px;
  }

  .guide__wrapper {
    max-width: 760px;
    margin: 0 auto;
  }

  .guide--rules {
    padding-top: 10px;
  }

  .guide--price {
    padding-top: 60px;
  }

  .guide__table {
    margin: 70px auto 0;
    width: 100%;
    max-width: 660px;
  }

  .guide__table-row td {
    font-size: 18px;
  }

  .guide__table-row td:first-child {
    padding: 30px 30px 30px 20px;
  }

  .guide__table-row td:last-child {
    padding: 30px 20px 30px 40px;
  }

  .guide .page-text {
    line-height: 32px;
    max-width: 660px;
    margin: 40px auto 0;
  }

  .guide--price .guide__wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 22px;
    padding-right: 22px;
    gap: min(102px, 10vw);
    margin-top: 100px;
  }

  @media (max-width: 900px) {
    .guide {
      padding-left: 60px;
      padding-right: 60px;
    }
  }

  .guide--price .guide__table {
    margin-top: 0;
  }

  .guide--how-to-use {
    padding-top: 60px;
  }

  .guide__wrapper--how-to-use {
    gap: 60px;
    margin: 68px auto 0;
    max-width: 672px;
  }

  .guide-item__title {
    font-size: 32px;
    line-height: 36px;
  }

  .guide--how-to-use .page-text {
    margin: 8px auto 0;
  }

  .guide--prepare {
    padding-top: 60px;
  }

  .guide--prepare .guide__wrapper {
    margin: 60px auto 0;
    display: flex;
    flex-direction: row;
    gap: 24px;
    max-width: 712px;
  }

  .prepare-list {
    width: calc(50% - 12px);
    font-size: 24px;
    line-height: 40px;
  }

  .guide--order {
    padding-top: 160px;
    padding-bottom: 126px;
  }

  @media (max-width: 900px) {
    .guide--order {
      padding-top: 100px;
    }
  }

  .guide--order .guide__wrapper {
    width: 100%;
    max-width: 896px;
    padding: 32px 50px;
    border-radius: 8px;
    margin: 0 auto;
  }

  .order__buttons {
    flex-direction: row;
    max-width: 520px;
  }

  .order__button {
    min-width: 253px;
  }
}