/*
 * 料金表ページ - スマホ用（768px以下）
 */

.price-page {
  max-width: 100%;
  margin: 0 auto;
  padding: 60px 10px 40px;
}

.price-page__title {
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}

.price-page__inner {
  width: 100%;
}

.page-price-section {
  margin-bottom: 40px;
}

.page-price-section__title {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 0.08em;
}

.page-price-section__image {
  width: 100%;
}

.page-price-section__image img {
  width: 100%;
  height: auto;
}
