@charset "UTF-8";
section {
  margin-bottom: 50px;
}

h3 {
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #094fa4;
}

#contents img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 20px;
}

span.caution {
  display: block;
}

span.caution,
li.caution {
  position: relative;
  font-size: 80%;
  padding-left: 20px;
  color: #626262;
}
span.caution::before,
li.caution::before {
  content: "※";
  position: absolute;
  top: -2px;
  left: 0;
}

span.red {
  color: red;
}

p strong {
  font-weight: 700;
}

.mt_10 {
  display: block;
  margin-top: 10px;
}

.mt_20 {
  display: block;
  margin-top: 20px;
}

.mt_30 {
  display: block;
  margin-top: 30px;
}

section#sec_01 ul li {
  color: #094fa4;
  margin-bottom: 10px;
}
section#sec_01 ul li a {
  text-decoration: none;
}

section#sec_02 ul:not(.second_list) li {
  margin-bottom: 50px;
}
section#sec_02 ul.second_list li {
  margin-bottom: 0;
  text-indent: -1em;
  padding-left: 1em;
}
section#sec_02 ul.second_list li span {
  margin-left: 1em;
}
section#sec_02 dl {
  background-color: rgba(242, 242, 242, 0.4392156863);
  border: 1px solid rgba(202, 201, 201, 0.5098039216);
  border-radius: 10px;
  padding: 15px;
  box-sizing: border-box;
  box-shadow: 0 0 10px #dcdcdc;
}
section#sec_02 dt {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #094fa4;
}
section#sec_02 dd {
  padding-left: 20px;
}
section#sec_02 span.caution {
  margin-left: 20px;
}