@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  font-family: 'メイリオ', Meiryo, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  box-sizing: border-box;
}
body {
  color: #333;
  background-color: #f2f7fb;
  font-size: 14px;
  width: 100%;
}
.mb15{
  margin-bottom:15px;
}
.mb20{
  margin-bottom: 20px;
}
.mb25{
  margin-bottom: 25px;
}
.mb30{
  margin-bottom: 30px;
}
a {
  color: #0b5e9b;
}
.wrap {
  overflow: hidden;
}
ul {
  list-style: none;
}
ul.caution-list li {
  text-indent: -1em;
  margin: 0 0 5px 1em;
}
ul.caution-list li:before {
  content: "※";
}
ul.circle-list li {
  text-indent: -1em;
  margin: 0 0 5px 1em;
}
ul.circle-list li:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #333;
  display: inline-block;
  border-radius: 100px;
  position: relative;
  top: -2px;
  margin-right: 9px;
}
ol.number-list li {
  list-style-type: none;
  counter-increment: cnt;
  text-indent: -1.8em;
  margin: 0 0 10px 33px;
}
ol.number-list li::before {
  content: "("counter(cnt) ") ";
}
.txt-l {
  font-size: 17px;
}
.align-c {
  text-align: center;
}
.t-indent {
  text-indent: -1.8em;
  margin-left: 1.8em;
}
.content-box p {
  margin-bottom: 15px;
}
.content-box p:last-child {
  margin-bottom: 0;
}
.head-caption{
  margin-bottom: 20px;
}
header {
  max-width: 900px;
  margin: 0 auto;
  width: 80%;
  margin-bottom: 40px;
}
header img {
  width: 100%;
}
.container {
  max-width: 900px;
  margin: 0 auto;
  width: 80%;
}
.container::after {
  content: " ";
  display: block;
  clear: both;
}
.content-box {
  margin-bottom: 45px;
}
.content-box:last-child {
  margin-bottom: 0;
}
.gray-bg {
  opacity: 0.6;
  background: #ccc;
}
.gray-bg table th {
  background: none;
}
main .details-box p {
  margin-bottom: 15px;
  text-indent: 1em;
}
main .details-box p:last-of-type {
  margin-bottom: 0;
}
main .right {
  text-align: right;
  margin-top: 20px;
}
main .heads-up-area {
  padding: 20px;
  margin-bottom: 20px;
  background: #fff2e8;
}
main .heads-up-area.first-area h2, main .content-box.first-area h2 {
  text-align: center;
  color: #ea4e4e;
  margin-bottom: 0;
  font-size: 22px;
  background: none;
}
main .heads-up-area.first-area h3, main .content-box.first-area h3 {
  text-align: center;
  border-bottom: none;
  color: #333;
  font-size: 17px;
}
main .heads-up-area.first-area p, main .content-box.first-area p {
  margin-bottom: 10px;
}
main .heads-up-area h2, main .content-box.first-area h3 {
  margin-bottom: 10px;
  padding: 0;
  color: #333;
  font-size: 18px;
  background: none;
}
nav {
  margin-bottom: 40px;
  width: 25%;
  float: left;
}
nav ul li {
  background-color: white;
  list-style: none;
  border-bottom: solid 1px #b4d0ef;
}
nav ul li a, nav ul li.no-link {
  color: #333;
  text-decoration: none;
  display: block;
  padding: 20px;
  transition: 0.3s;
}
nav ul li.no-link {
  background: #d6d6d6;
}
nav ul li span, .caution-color {
  color: #ea4e4e;
}
nav ul li:first-child {
  border-top: solid 1px #b4d0ef;
}
nav ul li a:hover {
  color: white;
  background-color: #1891D8;
}
.pdf {
  background-color: white;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
  padding: 20px 0;
}
.pdf img {
  width: 50%;
}
.pdf a {
  padding-top: 8px;
  display: block;
  font-size: 12px;
  color: #333;
  text-decoration: none;
}
main {
  width: 70%;
  float: right;
}
section {
  background-color: white;
  margin-bottom: 40px;
  padding: 20px;
}
h2 {
  color: white;
  padding: 6px 0 6px 10px;
  background-color: #095f9b;
  margin-bottom: 18px;
  font-size: 24px;
}
h3 {
  border-bottom: solid 1px;
  color: #0b5e9b;
  font-size: 21px;
  margin-bottom: 15px;
}
h4 {
  font-size: 19px;
  font-weight: bold;
  padding: 10px 0;
}
h5 {
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0;
}
table {
  width: 100%;
  border-collapse: collapse;
}
table th, table td {
  padding: 20px;
  border-bottom: 1px solid #b4d0ef;
}
table th {
  font-size: 15px;
  width: 20%;
  background: #f1f1f1;
}
table tr:first-child th, table tr:first-child td {
  border-top: 1px solid #b4d0ef;
}
table td {
  line-height: 24px;
  width: 80%
}
.btn {
  background-color: #095f9b;
  width: 70%;
  margin: 20px auto;
  text-align: center;
  border-radius: 3px;
  transition: 0.3s;
}
.btn a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 20px;
}
.btn:hover {
  opacity: 0.5;
}
footer {
  padding: 20px;
  color: #333;
  background-color: #b4d0ef;
  width: 100%;
}
.footer {
  width: 40%;
  margin: 0 auto;
}
footer .footer h4 {
  font-size: 15px;
  font-weight: normal;
}
.footer p {
  padding-bottom: 20px;
  line-height: 20px;
  font-size: 12px;
}
.copy {
  margin-top: 30px;
  font-size: 12px;
}
.footer-pdf {
  display: none;
}