body img {
  width: 100%;
  height: auto;
}
body .outer {
  width: 895px;
  padding-bottom: 20px;
}
body .outer .text-box {
  padding-block-start: 20px;
}

.heading-img {
  width: 610px;
  height: 50px;
}

.sub-heading {
  margin-block: 14px;
  padding-left: 2px;
  font-size: 14px;
  font-weight: 600;
  color: #998f5c;
}

.text-click {
  font-size: 13px;
  text-align: right;
  color: #3333ff;
}

.text-click span {
  color: #666666;
}

.text-box {
  font-size: 13px;
  color: #666666;
}

/* Table */
.table-rayout {
  width: 895px;
}
.table-rayout .shinsei-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #000;
}
.table-rayout .shinsei-table thead tr {
  background-color: rgb(225, 254, 255);
}
.table-rayout .shinsei-table thead tr th {
  height: 50px;
  padding-inline: 5px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  color: #000;
}
.table-rayout .shinsei-table thead tr th:nth-child(1) {
  width: 10%;
}
.table-rayout .shinsei-table thead tr th:nth-child(2) {
  width: 3%;
}
.table-rayout .shinsei-table thead tr th:nth-child(3) {
  width: 38%;
}
.table-rayout .shinsei-table thead tr th:nth-child(4) {
  width: 10.43%;
}
.table-rayout .shinsei-table thead tr th:nth-child(5) {
  width: 32.44%;
}
.table-rayout .shinsei-table thead tr th:nth-child(6) {
  width: 4.1%;
  writing-mode: vertical-rl;
}
.table-rayout .shinsei-table tbody tr th {
  border-bottom: 1px solid #000;
  writing-mode: vertical-rl;
  font-size: 13px;
  color: #000;
}
.table-rayout .shinsei-table tbody tr th.vertical {
  letter-spacing: 21px;
  writing-mode: vertical-rl;
}
.table-rayout .shinsei-table tbody tr th.horizontal {
  writing-mode: horizontal-tb;
}
.table-rayout .shinsei-table tbody tr td {
  padding-block: 4px;
  padding-inline: 5px;
  border: 1px solid #000;
  color: #000;
  font-size: 13px;
}
.table-rayout .shinsei-table tbody tr td:first-of-type {
  padding-inline: 0;
  text-align: center;
}
.table-rayout .shinsei-table tbody tr td.format {
  text-align: center;
  padding: 0;
}
.table-rayout .shinsei-table tbody tr .gray {
  background-color: #fcedf2;
}
.table-rayout .shinsei-table tbody tr .ivory {
  background-color: #fdffe4;
}

.caution {
  display: flex;
  margin-top: 10px;
}

.caution p {
  margin: 0 0 0 10px;
  padding: 0;
  line-height: 1.4;
  font-size: 12px;
}