@charset "UTF-8";
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.tab {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tab {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  body.lower main > div.inner {
    padding: 0;
  }
}
body.lower main > div.inner section.contents p, body.lower main > div.inner section.contents li, body.lower main > div.inner section.contents th, body.lower main > div.inner section.contents td {
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  body.lower main > div.inner section.contents p, body.lower main > div.inner section.contents li, body.lower main > div.inner section.contents th, body.lower main > div.inner section.contents td {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  body.lower main > div.inner section.contents p, body.lower main > div.inner section.contents li, body.lower main > div.inner section.contents th, body.lower main > div.inner section.contents td {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  body.lower main > div.inner section.contents p + p, body.lower main > div.inner section.contents li + p, body.lower main > div.inner section.contents th + p, body.lower main > div.inner section.contents td + p {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  body.lower main > div.inner section.contents p + p, body.lower main > div.inner section.contents li + p, body.lower main > div.inner section.contents th + p, body.lower main > div.inner section.contents td + p {
    margin-top: 2vw;
  }
}
body.lower main > div.inner section.contents em {
  color: #888b8c;
}
@media screen and (min-width: 768px) {
  body.lower main > div.inner section.contents em {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  body.lower main > div.inner section.contents em {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  body.lower main > div.inner section.contents ul {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  body.lower main > div.inner section.contents ul {
    margin-top: 2vw;
  }
}
body.lower main > div.inner section.contents ul li {
  display: flex;
  align-items: center;
}
body.lower main > div.inner section.contents ul li:before {
  content: "・";
  font-size: inherit;
}
@media screen and (min-width: 768px) {
  body.lower main > div.inner section.contents ul li:before {
    margin-right: 5px;
  }
}
@media screen and (max-width: 767px) {
  body.lower main > div.inner section.contents ul li:before {
    margin-right: 1.3333333333vw;
  }
}
body.lower main > div.inner section.contents ol {
  counter-reset: num;
}
@media screen and (min-width: 768px) {
  body.lower main > div.inner section.contents ol {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  body.lower main > div.inner section.contents ol {
    margin-top: 2vw;
  }
}
body.lower main > div.inner section.contents ol > li {
  counter-increment: num;
}
@media screen and (min-width: 768px) {
  body.lower main > div.inner section.contents ol > li {
    padding-left: 28px;
  }
}
@media screen and (max-width: 767px) {
  body.lower main > div.inner section.contents ol > li {
    padding-left: 4.2666666667vw;
  }
}
body.lower main > div.inner section.contents ol > li {
  position: relative;
}
body.lower main > div.inner section.contents ol > li:before {
  content: counter(num) ".";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: inherit;
}
@media screen and (min-width: 768px) {
  body.lower main > div.inner section.contents ol > li + li {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  body.lower main > div.inner section.contents ol > li + li {
    margin-top: 1.3333333333vw;
  }
}
body.lower main > div.inner section.contents ol > li > ol, body.lower main > div.inner section.contents ol > li > ul {
  counter-reset: num2;
}
@media screen and (min-width: 768px) {
  body.lower main > div.inner section.contents ol > li > ol, body.lower main > div.inner section.contents ol > li > ul {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  body.lower main > div.inner section.contents ol > li > ol, body.lower main > div.inner section.contents ol > li > ul {
    margin-top: 2vw;
  }
}
body.lower main > div.inner section.contents ol > li > ol > li, body.lower main > div.inner section.contents ol > li > ul > li {
  counter-increment: num2;
}
@media screen and (min-width: 768px) {
  body.lower main > div.inner section.contents ol > li > ol > li, body.lower main > div.inner section.contents ol > li > ul > li {
    padding-left: 45px;
  }
}
@media screen and (max-width: 767px) {
  body.lower main > div.inner section.contents ol > li > ol > li, body.lower main > div.inner section.contents ol > li > ul > li {
    padding-left: 9.3333333333vw;
  }
}
body.lower main > div.inner section.contents ol > li > ol > li:before, body.lower main > div.inner section.contents ol > li > ul > li:before {
  content: "（" counter(num2) "）";
}
@media screen and (min-width: 768px) {
  body.lower main > div.inner section.contents h2 {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  body.lower main > div.inner section.contents h2 {
    margin-top: 9.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  body.lower main > div.inner section.contents h2 + p {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  body.lower main > div.inner section.contents h2 + p {
    margin-top: 2vw;
  }
}
body.lower main > div.inner section.contents h3 {
  display: flex;
  align-items: center;
  font-weight: 700;
  color: #fff;
  background-color: #494b4d;
}
@media screen and (min-width: 768px) {
  body.lower main > div.inner section.contents h3 {
    margin-top: 40px;
    padding: 10px 20px;
    margin-bottom: 25px;
    border-radius: 10px;
    font-size: 21px;
  }
}
@media screen and (max-width: 767px) {
  body.lower main > div.inner section.contents h3 {
    margin-top: 6.6666666667vw;
    margin-bottom: 3.3333333333vw;
    padding: 2.4vw 4vw;
    border-radius: 2.1333333333vw;
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  body.lower main > div.inner section.contents + p {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  body.lower main > div.inner section.contents + p {
    margin-top: 2vw;
  }
}
body.lower main > div.inner section.contents h4 {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  body.lower main > div.inner section.contents h4 {
    margin-top: 40px;
    font-size: 21px;
  }
}
@media screen and (max-width: 767px) {
  body.lower main > div.inner section.contents h4 {
    margin-top: 5.3333333333vw;
    font-size: 4vw;
  }
}
@media screen and (min-width: 768px) {
  body.lower main > div.inner section.contents h4 + p {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  body.lower main > div.inner section.contents h4 + p {
    margin-top: 2vw;
  }
}
body.lower main > div.inner section.contents h5 {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  body.lower main > div.inner section.contents h5 {
    margin-top: 30px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  body.lower main > div.inner section.contents h5 {
    margin-top: 4vw;
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  body.lower main > div.inner section.contents h5 + p {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  body.lower main > div.inner section.contents h5 + p {
    margin-top: 2vw;
  }
}
@media screen and (min-width: 768px) {
  body.lower main > div.inner section.contents div.wp-block-group {
    max-width: 1050px;
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) {
  body.lower main > div.inner section.contents div.wp-block-group p {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  body.lower main > div.inner section.contents div.wp-block-group p {
    margin-top: 1.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  body.lower main > div.inner section.contents table {
    margin-top: 30px;
  }
}
body.lower main > div.inner section.contents table thead {
  border: none;
}
body.lower main > div.inner section.contents table thead tr, body.lower main > div.inner section.contents table tbody tr {
  border-bottom: 1px solid #d4d5d6;
}
@media screen and (min-width: 768px) {
  body.lower main > div.inner section.contents table thead tr, body.lower main > div.inner section.contents table tbody tr {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  body.lower main > div.inner section.contents table thead tr:nth-of-type(1) th, body.lower main > div.inner section.contents table tbody tr:nth-of-type(1) th {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  body.lower main > div.inner section.contents table thead tr:nth-of-type(1) th, body.lower main > div.inner section.contents table tbody tr:nth-of-type(1) th {
    padding-top: 1.3333333333vw;
  }
}
body.lower main > div.inner section.contents table thead tr th, body.lower main > div.inner section.contents table thead tr td, body.lower main > div.inner section.contents table tbody tr th, body.lower main > div.inner section.contents table tbody tr td {
  text-align: left;
  border: none;
  line-height: 1.65;
}
@media screen and (min-width: 768px) {
  body.lower main > div.inner section.contents table thead tr th, body.lower main > div.inner section.contents table thead tr td, body.lower main > div.inner section.contents table tbody tr th, body.lower main > div.inner section.contents table tbody tr td {
    padding: 25px 65px 25px 0;
  }
}
@media screen and (max-width: 767px) {
  body.lower main > div.inner section.contents table thead tr th, body.lower main > div.inner section.contents table thead tr td, body.lower main > div.inner section.contents table tbody tr th, body.lower main > div.inner section.contents table tbody tr td {
    text-align: left;
    padding: 3.3333333333vw 2vw;
  }
}
@media screen and (min-width: 768px) {
  body.lower main > div.inner section.contents table thead tr th:nth-of-type(1), body.lower main > div.inner section.contents table thead tr td:nth-of-type(1), body.lower main > div.inner section.contents table tbody tr th:nth-of-type(1), body.lower main > div.inner section.contents table tbody tr td:nth-of-type(1) {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  body.lower main > div.inner section.contents table thead tr th:nth-of-type(1), body.lower main > div.inner section.contents table thead tr td:nth-of-type(1), body.lower main > div.inner section.contents table tbody tr th:nth-of-type(1), body.lower main > div.inner section.contents table tbody tr td:nth-of-type(1) {
    width: 35%;
  }
}
@media screen and (min-width: 768px) {
  body.lower main > div.inner section.contents table thead tr th:nth-of-type(2), body.lower main > div.inner section.contents table thead tr td:nth-of-type(2), body.lower main > div.inner section.contents table tbody tr th:nth-of-type(2), body.lower main > div.inner section.contents table tbody tr td:nth-of-type(2) {
    width: 43%;
  }
}
@media screen and (max-width: 767px) {
  body.lower main > div.inner section.contents table thead tr th:nth-of-type(2), body.lower main > div.inner section.contents table thead tr td:nth-of-type(2), body.lower main > div.inner section.contents table tbody tr th:nth-of-type(2), body.lower main > div.inner section.contents table tbody tr td:nth-of-type(2) {
    width: 35%;
  }
}
@media screen and (min-width: 768px) {
  body.lower main > div.inner section.contents table thead tr th:nth-of-type(3), body.lower main > div.inner section.contents table thead tr td:nth-of-type(3), body.lower main > div.inner section.contents table tbody tr th:nth-of-type(3), body.lower main > div.inner section.contents table tbody tr td:nth-of-type(3) {
    width: 17%;
  }
}
@media screen and (max-width: 767px) {
  body.lower main > div.inner section.contents table thead tr th:nth-of-type(3), body.lower main > div.inner section.contents table thead tr td:nth-of-type(3), body.lower main > div.inner section.contents table tbody tr th:nth-of-type(3), body.lower main > div.inner section.contents table tbody tr td:nth-of-type(3) {
    width: 22%;
  }
}
body.lower main > div.inner section.contents table thead tr th, body.lower main > div.inner section.contents table tbody tr th {
  font-weight: 500;
  color: #888b8c;
}