@charset "UTF-8";
.chapter1-table {
  width: 100%;
  border: 1px solid #ddd;
  border-collapse: collapse;
  margin-bottom: 30px;
}
.chapter1-table th {
  border: 1px solid #ddd;
  background-color: #f4f4f4;
  height: 40px;
  width: 25%;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
}
.chapter1-table td {
  border: 1px solid #ddd;
  height: 40px;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
}
.chapter1-table tr:last-child td {
  background-color: #fffbcc;
  color: #d42f2f;
  font-weight: bold;
  font-size: 16px;
}

.chapter2-chart {
  margin-bottom: 20px;
}

.chapter3-list {
  margin-bottom: 1em;
}
.chapter3-list dt {
  margin-top: 1em;
  font-size: 16px;
  font-weight: bold;
}
.chapter3-list dd::before {
  content: "・";
}
.chapter3-list dd em {
  font-size: 16px;
  color: #d42f2f;
  font-style: normal;
  font-weight: bold;
}

.chapter4 h3, .chapter5 h3 {
  font-size: 14px;
  font-weight: bold;
}

.chapter4-table {
  width: 100%;
  border: 1px solid #ddd;
  border-collapse: collapse;
}
.chapter4-table th {
  border: 1px solid #ddd;
  background-color: #f4f4f4;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  height: 40px;
  width: 33%;
}
.chapter4-table td {
  font-size: 14px;
  border: 1px solid #ddd;
  height: 40px;
  box-sizing: border-box;
  padding: 5px 10px;
  vertical-align: middle;
  text-align: left;
}
.chapter4-table td:first-child {
  text-indent: 1em;
}
.chapter4-table td:nth-child(2) {
  text-align: center;
}
.chapter4-table td:last-child {
  position: relative;
}
.chapter4-table td:last-child span {
  display: inline-block;
  position: absolute;
  right: 16px;
  bottom: 7px;
}
.chapter4-table .national td {
  border-bottom: 3px solid #ddd;
}
.chapter4-table .national td:first-child {
  text-indent: 0 !important;
}
.chapter4-table .private td:first-child {
  text-indent: 0 !important;
}
.chapter4-table .omission td {
  background-color: #f4f4f4;
}
.chapter4-table .omission td:nth-child(2) span {
  display: inline-block;
  transform: rotate(90deg);
  font-weight: bold;
}

.chapter4-table-caution {
  text-align: right;
  margin: 10px 0 20px;
  font-size: 11px;
}

.chapter5-explain {
  padding: 10px;
  background-color: #f4f4f4;
}
.chapter5-explain dt {
  font-size: 16px;
}
.chapter5-explain dt::before {
  content: "●";
}
.chapter5-explain dd {
  font-size: 12px;
  padding-left: 5em;
  text-indent: -5em;
}
