@charset "UTF-8";
/* このページ専用スコープ */
.page-price-increase .price-page {
  max-width: 900px !important;
  margin: 40px auto 80px !important;
  padding: 0 20px !important;
  line-height: 1.8 !important;
  font-size: 15px !important;
  color: #111 !important;
}
.page-price-increase .inside div {
  background-color: #ffffff !important;
  width: 100%;
}
.page-price-increase h1, .page-price-increase h2 {
  font-size: 26px !important;
  margin-bottom: 10px !important;
  background: none !important;
  color: #111 !important;
  padding: 0;
}
.page-price-increase h1::before, .page-price-increase h2::before {
  border-right: none !important;
}
.page-price-increase .price-page__date {
  font-weight: bold !important;
  margin-bottom: 30px !important;
}
.page-price-increase h2 {
  font-size: 18px !important;
  margin: 40px 0 15px !important;
}
.page-price-increase .price-page__table-wrap {
  overflow-x: auto !important;
  margin: 0;
  padding: 0;
}
.page-price-increase .price-table {
  width: 100% !important;
  border-collapse: collapse !important;
  min-width: 744px !important;
}
.page-price-increase .price-table th,
.page-price-increase .price-table td {
  border: 1px solid #ddd !important;
  padding: 8px 10px !important;
  font-size: 0.8em !important;
}
.page-price-increase .price-table th {
  background: #f5f5f5 !important;
  font-weight: bold !important;
  text-align: center;
}
.page-price-increase .price-table td:nth-child(3),
.page-price-increase .price-table td:nth-child(4) {
  text-align: right !important;
  white-space: nowrap !important;
}
.page-price-increase .price-table td:nth-child(4) {
  text-decoration: line-through !important;
  color: #666 !important;
}
.page-price-increase .price-page__footer {
  margin-top: 40px !important;
  font-weight: bold !important;
}
@media (max-width: 600px) {
  .page-price-increase .price-page {
    margin-top: 0px !important;
  }
  .page-price-increase h1 {
    font-size: 22px !important;
  }
}/*# sourceMappingURL=price-increase.css.map */