/*
 * 料金表ページ - PC用（769px以上）
 */

.price-page {
  max-width: 900px;
  margin: 0 auto;
  padding: 120px 20px 60px;
}

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

.price-page__inner {
  width: 100%;
}

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

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

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

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