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

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

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 img.mv {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
section#sec_01 h4 {
  margin-bottom: 20px;
  padding: 10px;
  background-color: #c1c1c1;
}
section#sec_01 .recmmend-wrapper {
  background-color: #ffd3d3;
  padding: 20px;
  box-sizing: border-box;
}
section#sec_01 .recmmend-wrapper ul {
  width: 100%;
  padding: 20px;
  background-color: #fff;
  box-sizing: border-box;
}
section#sec_01 .recmmend-wrapper li {
  position: relative;
  list-style-type: none;
  padding: 20px 20px 20px 40px;
  font-size: 18px;
  font-weight: 700;
}
section#sec_01 .recmmend-wrapper li::before {
  content: url(../img/check.svg);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 22px;
  height: 20px;
}
section#sec_01 .recmmend-wrapper li:nth-child(2) {
  border-top: 1px solid rgb(207, 207, 207);
  border-bottom: 1px solid rgb(207, 207, 207);
}

section#sec_02 .point-wrapper:not(:last-child) {
  margin-bottom: 40px;
}
section#sec_02 .point-wrapper h3 {
  color: #094fa4;
  font-weight: 700;
}
section#sec_02 .point-wrapper h3 span {
  color: #094fa4;
  font-size: 30px;
  font-weight: 700;
  margin-right: 10px;
}
section#sec_02 .point-wrapper .btn-wrapper {
  display: flex;
  justify-content: center;
  align-content: center;
  margin-top: 30px;
  width: 100%;
  padding: 15px 0;
  background-color: #e2e2e2;
  box-sizing: border-box;
}
section#sec_02 .point-wrapper .btn-wrapper a {
  position: relative;
  display: inline-block;
  width: 90%;
  max-width: 300px;
  padding: 10px;
  background-color: rgb(255, 255, 255);
  border: 2px solid #333;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
}
section#sec_02 .point-wrapper .btn-wrapper a::before {
  content: "▲";
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  font-size: 2px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  background-color: rgb(196, 52, 52);
  border-radius: 2px;
  transform: rotate(90deg);
}

section#sec_03 table {
  margin-bottom: 20px;
}
section#sec_03 table,
section#sec_03 tbody {
  width: 100%;
}
section#sec_03 table tr:nth-child(even) th {
  background-color: #bfbfbf;
}
section#sec_03 table tr:nth-child(even) td {
  background-color: #ededed;
}
section#sec_03 table tr:nth-child(odd) th {
  background-color: #ededed;
}
section#sec_03 table tr th {
  width: 30%;
  vertical-align: middle;
}
section#sec_03 table tr th,
section#sec_03 table tr td {
  padding: 15px;
}
section#sec_03 table + ul li {
  position: relative;
  padding-left: 20px;
}
section#sec_03 table + ul li::before {
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
}
section#sec_03 table + ul li.circle {
  list-style: circle;
  margin-left: 20px;
  padding-left: 0;
}
section#sec_03 table + ul li.circle::before {
  display: none;
}

section#sec_04 ul {
  margin: 20px auto;
  padding-left: 20px;
}
section#sec_04 ul li {
  position: relative;
  padding-left: 20px;
  font-size: 90%;
}
section#sec_04 ul li::before {
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
}
section#sec_04 .ex-wrapper h4 {
  margin: 30px auto;
  padding: 10px;
  background-color: #c1c1c1;
}
section#sec_04 .ex-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  margin: 30px auto;
}

section#sec_06 {
  margin-bottom: 30px;
}