@charset "UTF-8";
.price_table {
  background-color: #333;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1em;
}
.price_table > tbody > tr > th {
  color: #d09121;
  font-weight: bold;
  font-family: "Noto Sans JP", "ＭＳ Ｐゴシック", sans-serif;
  border: 1px solid #666;
  text-align: center;
  font-size: 20px;
  width: 125px;
  padding: 15px 5px;
}
.price_table > tbody > tr > th span {
  font-size: 14px;
}
.price_table > tbody > tr > th span.smaller {
  font-size: 11px;
}
.price_table > tbody > tr > td {
  color: #fff;
  border: 1px solid #666;
  font-size: 24px;
  padding: 15px 10px;
}
.price_table > tbody > tr > td .big {
  font-size: 30px;
}
.price_table > tbody > tr > td .small {
  font-size: 20px;
}
.price_table > tbody > tr > td .smaller {
  font-size: 16px;
}
.price_table > tbody > tr > td b {
  color: #d09121;
  font-weight: normal;
}

.price_innerTable {
  border-spacing: 0;
}
.price_innerTable th {
  padding-right: 20px;
  text-align-last: justify;
  white-space: nowrap;
}

.child_note {
  display: inline-block;
  background-color: #fff2cc;
  color: #d41818;
  font-size: 14px;
  font-weight: bold;
  padding: 0 4px;
  margin-left: 0.5em;
}