@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: none;
  font-style: normal;
  text-align: left;
  zoom: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

table {
  border-collapse: collapse;
  font-family: inherit;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

input, textarea, select {
  font-family: inherit;
  font-size: 16px;
}

input[type=button], input[type=text], input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

textarea {
  resize: none;
  -webkit-appearance: none;
  border-radius: 0;
}

th, td {
  border-collapse: collapse;
}

ul, ol {
  list-style-type: none;
}

img {
  vertical-align: text-bottom;
  vertical-align: -webkit-baseline-middle;
  max-width: 100%;
  height: auto;
  width: auto;
}

a {
  text-decoration: none;
}

a:active {
  color: #333;
}

body {
  font-family: "Arial", "メイリオ";
}

/* margin */
.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt1em {
  margin-top: 1em;
}

.mt05em {
  margin-top: 0.5em;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb1em {
  margin-bottom: 1em;
}

/* font */
.fb {
  font-weight: bold;
}

.fred {
  color: #f00;
}

a.aline {
  text-decoration: underline;
}

.fblue {
  color: #3079a2;
}

.mbHeader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  background-color: #59A7DC;
  z-index: 9999;
}
@media screen and (max-width: 767px) {
  .mbHeader {
    height: auto;
    padding: 10px;
  }
}
.mbHeader__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
@media screen and (max-width: 767px) {
  .mbHeader__logo {
    width: 100%;
  }
}
.mbHeader__logo--img {
  width: 180px;
  padding-top: 8px;
}
@media screen and (max-width: 767px) {
  .mbHeader__logo--img {
    width: 100px;
    padding-top: 0;
  }
}
.mbHeader__logo--txt {
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .mbHeader__logo--txt {
    font-size: 80%;
  }
}
.mbHeader__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 95vw;
  height: 80px;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .mbHeader__flex {
    width: initial;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
}
.mbHeader__search {
  font-size: 14px;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  text-align: end;
}
@media screen and (max-width: 767px) {
  .mbHeader__search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background-color: #59a7dc;
    padding: 10px 0 0;
    display: none;
  }
}
.mbHeader button#searchButton {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  top: 3px;
  background: #1f79b7;
  outline: none;
  border: none;
  border-radius: 0 5px 5px 0;
  margin: 0;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  height: 32px;
  width: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
@media screen and (max-width: 767px) {
  .mbHeader button#searchButton {
    width: 20%;
  }
}
.mbHeader button#searchButton :hover {
  opacity: 0.2;
}
.mbHeader button#searchButton img {
  width: 16px;
  height: 16px;
  display: block;
  vertical-align: middle;
}

input[type=text] {
  position: relative;
  left: 4px;
  border: none;
  border-radius: 4px 0 0 4px;
  padding: 0 0 0 5px;
  font-size: 14px;
  width: 175px;
  height: 31px;
}
@media screen and (max-width: 767px) {
  input[type=text] {
    width: calc(80% - 10px);
    font-size: 14px;
  }
}
input[type=text] :focus-visible {
  outline: 0;
}

.suggestionBox {
  max-width: 230px;
  width: 100%;
  display: none;
  position: absolute;
  background-color: #fff;
  border: solid 1px #ddd;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .suggestionBox {
    font-size: 14px;
    max-width: 100vW;
    top: 90px;
    left: 0;
  }
}

.suggestion-item {
  padding: 15px 10px;
  border-bottom: dotted 1px #ddd;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
.suggestion-item :hover {
  background-color: #ddd;
}

.search__hitCount {
  position: relative;
  top: 5px;
  color: #fff;
  font-size: 15px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .search__hitCount {
    padding: 5px 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.search__hitCount button {
  display: inline-block;
  background: #fff;
  font: inherit;
  font-weight: bold;
  color: #1f79b7;
  outline: none;
  padding: 7px 20px;
  margin: 0;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.search__hitCount button :hover {
  background-color: #ddd;
}
@media screen and (max-width: 767px) {
  .search__hitCount button {
    padding: 10px calc(1px + 8vw);
  }
}
.search__hitCount #nextBtn:after {
  display: block;
  position: relative;
  top: -2px;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-left: 1px solid #59a7dc;
  border-bottom: 1px solid #59a7dc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.search__hitCount #prevBtn:after {
  display: block;
  position: relative;
  top: 2px;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-left: 1px solid #59a7dc;
  border-bottom: 1px solid #59a7dc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.search__hitCount #hitCount {
  padding-right: 5px;
  position: relative;
  top: 2px;
}

.searchSP_Button {
  display: none;
}
@media screen and (max-width: 767px) {
  .searchSP_Button {
    display: block;
    margin-left: auto;
    border: 1px solid rgba(255, 255, 255, 0.431372549);
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
.searchSP_Button :hover {
  background-color: rgba(0, 0, 0, 0.1411764706);
}
.searchSP_Button img {
  padding: 5px 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.searchSP_Button .searchSP_Button_close {
  display: none;
}

.mbMain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 2vw;
  width: 95vw;
  max-width: 1350px;
  margin: 130px auto 0;
}
@media screen and (max-width: 767px) {
  .mbMain {
    margin-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.mbNavigation {
  position: sticky;
  width: 30vw;
  top: 130px;
  height: 80vh;
  padding-right: 5px;
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  .mbNavigation {
    position: static;
    width: 100%;
    height: auto;
    overflow-y: none;
  }
}
.mbNavigation::-webkit-scrollbar {
  width: 5px;
}
.mbNavigation::-webkit-scrollbar-thumb {
  width: 5px;
  border-radius: 10px;
  background: #81b7b0;
}
.mbNavigation__spMenuTitle {
  display: none;
}
@media screen and (max-width: 767px) {
  .mbNavigation__spMenuTitle {
    display: block;
    padding: 1em;
    text-align: center;
    background-color: #59A7DC;
    color: #fff;
  }
}
.mbNavigation__listWrp {
  display: block;
}
.mbNavigation__listWrp > li {
  display: block;
  position: relative;
  border-bottom: 1px solid #aaa;
  font-size: clamp(14px, (100vw - 375px) * 10 / 905 + 14px, 16px);
}
.mbNavigation__listWrp--arrow {
  display: block;
  padding: 0.8em 20px 0.8em 0.5em;
  cursor: pointer;
  font-weight: bold;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.mbNavigation__listWrp--arrow:hover {
  color: #81b7b0;
}
.mbNavigation__listWrp--arrow:after {
  display: block;
  position: absolute;
  top: 16px;
  right: 8px;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.1s;
  transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s;
}
.mbNavigation__listWrp--arrow.open:after {
  top: 18px;
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}
.mbNavigation__listWrp--noarrow {
  display: block;
  padding: 0.8em 20px 0.8em 0.5em;
  cursor: pointer;
  color: #333;
  font-weight: bold;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.mbNavigation__listWrp--noarrow:hover {
  color: #81b7b0;
}
.mbNavigation__listWrpInner {
  display: none;
  padding-top: 0.5em;
  margin-bottom: 2em;
}
.mbNavigation__listWrpInner li a {
  display: block;
  margin: 0;
  padding: 0.3em 0 0.3em 1em;
  font-size: 90%;
  border-radius: 3px;
  color: #333;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.mbNavigation__listWrpInner li a:hover {
  background-color: #ededed;
  color: #81b7b0;
}
@media screen and (max-width: 767px) {
  .mbNavigation__listWrpInner li a {
    font-size: 100%;
  }
}

.mbContents {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mbContents {
    margin-top: 3vh;
  }
}
.mbContents__ttlh2 {
  margin: 110px 0 1rem;
  padding: 2%;
  border-radius: 5px;
  font-size: clamp(16px, (100vw - 375px) * 10 / 905 + 16px, 25px);
  background-color: #81b7b0;
  color: #fff;
  font-weight: bolder;
}
.mbContents__ttlh2.first {
  margin-top: 0;
}
.mbContents__ttlh3 {
  margin: 70px 0 1rem;
  padding: 0 1% 10px;
  border-bottom: 3px solid #81b7b0;
  font-size: clamp(14px, (100vw - 375px) * 10 / 905 + 14px, 20px);
  font-weight: bold;
  color: #3079a2;
}
.mbContents__ttlh3.first {
  margin: 1rem 0;
}
.mbContents__ttlh4 {
  margin: 60px 0 0.5rem;
  font-size: clamp(14px, (100vw - 375px) * 10 / 905 + 14px, 18px);
  font-weight: bold;
  color: #3079a2;
}
.mbContents__ttlh4.first {
  margin: 1rem 0 0.5rem;
}
.mbContents__ttlh4:before {
  display: inline-block;
  margin-right: 5px;
  content: "●";
  color: #81b7b0;
}
.mbContents__txt1 {
  font-size: clamp(14px, (100vw - 375px) * 10 / 905 + 14px, 16px);
  line-height: 1.8;
}
.mbContents__asterisk {
  display: block;
  text-indent: -1em;
  margin-left: 1em;
}
.mbContents__circleNumber {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
  margin: 1em 0;
  font-size: clamp(14px, (100vw - 375px) * 10 / 905 + 14px, 16px);
}
.mbContents__circleNumber--number {
  width: 30px;
}
.mbContents__circleNumber--number span {
  display: block;
  width: 1.8em;
  height: 1.8em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  border-radius: 50%;
  border: 3px solid #f00;
  font-weight: bold;
  color: #f00;
  line-height: 1.4;
}
.mbContents__circleNumber--txt {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-top: 0.1em;
}
.mbContents__imgBorder {
  display: block;
  width: 80%;
  border: 2px solid #333;
}
@media screen and (max-width: 767px) {
  .mbContents__imgBorder {
    width: 100%;
  }
}
.mbContents__imgBorder2 {
  display: block;
  width: 30%;
  border: 2px solid #333;
}
@media screen and (max-width: 767px) {
  .mbContents__imgBorder2 {
    width: 50%;
  }
}
.mbContents__imgBorder3 {
  display: block;
  width: 50%;
  border: 2px solid #333;
}
@media screen and (max-width: 767px) {
  .mbContents__imgBorder3 {
    width: 75%;
  }
}
.mbContents__imgBorder4 {
  display: block;
  width: 20%;
  border: 2px solid #333;
}
@media screen and (max-width: 767px) {
  .mbContents__imgBorder4 {
    width: 75%;
  }
}
.mbContents__imgBorder5 {
  display: block;
  width: 100%;
  border: 2px solid #333;
}
@media screen and (max-width: 767px) {
  .mbContents__imgBorder5 {
    width: 100%;
  }
}
.mbContents__redBlock {
  padding: 2% 3%;
  margin: 3% 0;
  border: 2px dotted #c4292b;
  font-size: clamp(14px, (100vw - 375px) * 10 / 905 + 14px, 16px);
}
.mbContents__redBlock--ttl {
  color: #c4292b;
  font-weight: bold;
}
.mbContents__lastSpacer {
  padding-bottom: 10vh;
}
.mbContents__table1 {
  table-layout: fixed;
  width: 100%;
}
.mbContents__table1 th, .mbContents__table1 td {
  width: 50%;
  padding: 0.5em 1em;
  font-size: 14px;
  border: 1px solid #333;
}
@media screen and (max-width: 767px) {
  .mbContents__table1 th, .mbContents__table1 td {
    padding: 0.3em 0.5em;
    font-size: 12px;
  }
}
.mbContents__table1 th {
  text-align: center;
  color: #fff;
  background-color: #59A7DC;
}
.mbContents__table2 {
  table-layout: fixed;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mbContents__table2 {
    width: 500px;
  }
}
.mbContents__table2--th1 {
  text-align: center;
  font-size: 0.8em;
  color: #fff;
  background-color: #59A7DC;
}
.mbContents__table2--th2 {
  color: #333;
  font-size: 0.8em;
  font-weight: normal;
  background-color: #ddf1ff;
}
.mbContents__table2 th, .mbContents__table2 td {
  padding: 0.5em 1em;
  border: 1px solid #333;
}
@media screen and (max-width: 767px) {
  .mbContents__table2 th, .mbContents__table2 td {
    padding: 0.3em;
    font-size: 10px;
  }
}
.mbContents__table2 td {
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .mbContents__table2 td {
    width: 3%;
    font-size: 0.8em;
  }
}
.mbContents__tableScroll {
  overflow-x: auto;
}
.mbContents__faq {
  padding: 0.7em 0;
  border-bottom: 1px solid #81b7b0;
  font-size: clamp(14px, (100vw - 375px) * 10 / 905 + 14px, 16px);
}
.mbContents__faq dt {
  padding: 0.5em 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .mbContents__faq dt {
    gap: 10px;
  }
}
.mbContents__faq dt:after {
  display: block;
  position: absolute;
  top: 16px;
  right: 8px;
  content: "";
  width: 0.7em;
  height: 0.7em;
  border-left: 3px solid #81b7b0;
  border-bottom: 3px solid #81b7b0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.1s;
  transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s;
}
.mbContents__faq dt.open:after {
  top: 18px;
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}
.mbContents__faq--q {
  display: block;
  text-align: center;
  padding: 0.3em 0.5em;
  border-radius: 3px;
  background-color: #81b7b0;
  color: #fff;
  font-weight: bold;
}
.mbContents__faq--qtxt {
  padding-top: 0.1em;
  padding-right: 20px;
  font-weight: bold;
}
.mbContents__faq dd {
  padding: 0.5em 0;
  display: none;
}
.mbContents__faq--aWrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.mbContents__faq--a {
  display: block;
  text-align: center;
  padding: 0.3em 0.5em;
  background-color: #ebebeb;
  border-radius: 3px;
  color: #81b7b0;
  font-weight: bold;
}
.mbContents__faq--atxt {
  padding-top: 0.1em;
  line-height: 1.8;
}

.area_08 .mbContents__ttlh3 {
  margin: 50px 0 1rem;
}

.QAarea {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5px 1fr 5px 1fr 5px 1fr;
  grid-template-columns: repeat(4, 1fr);
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0;
  gap: 5px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .QAarea {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.QAarea li {
  width: 100%;
}

.QAarea a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #3079a2;
  font-weight: bold;
  border: 2px solid #81b7b0;
  border-radius: 10px;
  text-align: center;
  min-height: 80px;
}

.area_04_1 .mbContents__ttlh4 {
  margin-top: 30px;
}

.pdf-link {
  color: #000;
  border: 1px solid #000;
  padding: 20px;
  -webkit-box-shadow: 1px 3px #ddd;
          box-shadow: 1px 3px #ddd;
}

.pdf-link img {
  max-width: 25px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .pagetop {
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: #fff;
    border: solid 2px #59A7DC;
    border-radius: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 2;
    cursor: pointer;
  }
}

@media screen and (max-width: 767px) {
  .pagetop__arrow {
    display: block;
    width: 10px;
    height: 10px;
    border-top: 3px solid #59A7DC;
    border-right: 3px solid #59A7DC;
    -webkit-transform: translateY(20%) rotate(-45deg);
            transform: translateY(20%) rotate(-45deg);
  }
}

.match {
  background-color: yellow;
  color: black;
}

.match.current {
  background: orange !important;
}
/*# sourceMappingURL=style.css.map */