@charset "UTF-8";
section {
  margin-bottom: 40px;
}
h3 {
  font-size: 19px;
  border-bottom: 1px dotted #666666;
}
h4 {
  font-size: 16px;
  padding: 10px;
  color: #fff;
  border: solid 1px #3a76b2;
  margin-top: 15px;
}
h5 {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 0;
}
table {
  margin: 20px 0;
  text-align: left;
}
table tbody tr th, table tbody tr td {
  border: solid 1px #333;
  padding: 15px;
}
table tbody tr th {
  background-color: #ecf5fc;
}
table tbody tr th span.red {
  color: red;
}
dl dt {
  font-weight: bold;
  color: #3a76b2;
}
dl dd {
  margin-left: 0;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul li {
  padding-bottom: 8px;
}
ul.disc {
  margin-top: 20px;
  list-style: disc;
  padding-left: 20px;
}
.big-red {
  font-size: 16px;
  color: red;
  font-weight: bold;
}
.big-black {
  font-weight: bold;
}
.big-black span {
  text-decoration: underline;
}
p.btn {
  background-color: #da6854;
  width: 60%;
  margin: 0 auto;
  border-radius: 3px;
  text-align: center;
  transition: 0.3s;
}
p.btn2 {
  background-color: #da6854;
  width: 72.222222%;
  margin: 0 auto;
  border-radius: 3px;
  transition: 0.3s;
  text-align: left;
}
p.btn2 b {
  display: block;
  font-size: 16px;
  text-align: center;
}
p.btn:hover, p.btn2:hover {
  opacity: 0.7;
}
p.btn a {
  color: #fff;
  display: block;
  padding: 20px;
  text-decoration: none;
}
p.btn2 a {
  color: #fff;
  display: block;
  padding: 20px;
  text-decoration: none;
}
.note-color {
  color: #ff0000;
}
.table01 tr:first-child th:first-child {
  width: 14%;
}
.table01 th, .table01 td, .table02 th, .table02 td {
  padding: 10px;
  font-size: 14px;
}
.table01 tr:first-child th:nth-child(2) {
  width: 21%;
}
.table01 tr:first-child th:nth-child(3) {
  width: 20%;
}
.table01 tr:first-child th:nth-child(4), .table01 tr:first-child th:nth-child(5) {
  width: 12%;
}
.table01 tr th {
  text-align: center;
}
.table01 tr:nth-child(2) th:first-child, .table01 tr:nth-child(8) th:first-child {
  width: 9%;
}
.table01 tr:first-child th:last-child {
  width: 20%;
}
table .big-size {
  font-size: 22px;
}
.table02 tr:first-child th:first-child {
  width: 21%;
}
.table02 tr:first-child th:last-child {
  width: 21%;
}
.table02 tr:first-child th:nth-child(2) {
  width: 23%;
}
.table02 tr:first-child th:nth-child(3) {
  width: 15%;
}