.price-revision {
  box-sizing: border-box;
  padding: 68px 20px 104px;
  color: #3d3d3d;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: .08em;
  line-height: 1.5;
}

.price-revision *,
.price-revision *::before,
.price-revision *::after {
  box-sizing: inherit;
}

.price-revision__inner {
  /* style.css の通常コンテンツ幅（max-width: 1000px）に合わせる */
  max-width: 808px;
  margin: 0 auto;
}

.price-revision__heading {
  margin-bottom: 25px;
  text-align: center;
}

.price-revision__heading h1 {
  margin: 0 0 24px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: .2em;
  line-height: 1;
}

.price-revision__heading p {
  margin: 0 0 6px;
  font-size: 14px;
  letter-spacing: .18em;
}

.price-revision__heading small {
  display: block;
  font-size: 11px;
  letter-spacing: .12em;
}

.price-revision__note {
  width: 530px;
  margin: 0 auto 3px;
  font-size: 11px;
  text-align: right;
}

.price-revision__table-wrap {
  overflow-x: auto;
}

.price-revision__table {
  width: 530px;
  min-width: 0;
  margin: 0 auto;
  border-collapse: collapse;
  border: 1px solid #777;
  background: #fff;
  color: #333;
  font-size: 14px;
  letter-spacing: .04em;
  line-height: 1.45;
  text-align: center;
}

.price-revision__table th,
.price-revision__table td {
  padding: 3px 15px;
  border-bottom: 1px solid #aaa;
  font-weight: 400;
  vertical-align: middle;
  white-space: nowrap;
}

.price-revision__table thead th {
  height: 25px;
  padding: 12px 0;
  border-bottom: 1px solid #777;
  font-size: 14px;
}

.price-revision__table col:nth-child(1) {
  width: 225px;
}

.price-revision__table col:nth-child(n + 2) {
  width: 65px;
}

.price-revision__table thead th:nth-child(1),
.price-revision__table tbody th {
  width: 225px;
}

.price-revision__table tbody th {
  padding: 5px 8px;
  text-align: left;
  vertical-align: top;
  white-space: normal;
}

.price-revision__table tbody td {
  padding: 5px 15px;
  text-align: right;
  vertical-align: middle;
}

.price-revision__table tbody th,
.price-revision__table tbody td {
  border-bottom: 0;
}

.price-revision__table .price-revision__divider > *,
.price-revision__table .price-revision__divider-cell {
  border-bottom: 1px solid #aaa;
}

.price-revision__table--shaded {
  background: #f6f6f6;
}

.price-revision__table td br,
.price-revision__table th br {
  line-height: 1.7;
}

.price-revision__footnote {
  width: 530px;
  margin: 9px auto 0;
  font-size: 11px;
  letter-spacing: .03em;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .price-revision {
    padding: 48px 15px 65px;
  }

  .price-revision__table {
    width: 100%;
    min-width: 0;
    border-right: 0;
    border-left: 0;
    table-layout: fixed;
  }

  .price-revision__table col:nth-child(1) {
    width: 38.5%;
  }

  .price-revision__table col:nth-child(n + 2) {
    width: 20.5%;
  }

  .price-revision__table thead th:nth-child(1),
  .price-revision__table tbody th {
    width: 38.5%;
  }

  .price-revision__note,
  .price-revision__footnote {
    width: 100%;
  }

  .price-revision__heading {
    margin-bottom: 20px;
  }

  .price-revision__heading h1 {
    font-size: 16px;
  }

  .price-revision__table {
    font-size: 13px;
  }

  .price-revision__table th,
  .price-revision__table td {
    padding: 3px 5px;
  }

  .price-revision__table tbody td {
    padding: 5px;
    text-align: right;
  }
}
