@charset "utf-8";
/* CSS Document */

/* TabL+PC */
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb70 {
  margin-bottom: 70px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb90 {
  margin-bottom: 90px;
}
.mb100 {
  margin-bottom: 100px;
}

.sp-only {
  display: none;
}

.topBrand {
  width: 100%;
  margin-bottom: 2em;
}
.intro,.u_tit {
  position: relative;
  z-index: 1;
}
.u_tit  {
  margin-top: -10%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.contArea {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  border-radius: 20px;
}
.contArea02 {
  width: 90%;
  margin: -17% auto 0;
  background-color: #fff;
  position: relative;
  z-index: 2;
  border-radius: 20px;
  padding: 5% 3.5%;
}
.topTit {
  margin-bottom: 1.5em;
}
.topArrow {
  max-width: 80px;
  width: 12%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3em;
}
.topAttTxtBox {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  background-color: #EFEFEF;
  padding: 1em;
  color: #E60012;
  text-align: center;
  font-size: 4vw;
  margin-bottom: 2em;
  line-height: 1.6em;
}

.txt01 {
  font-size: 15px;
}
.btn01 a,
.btn01 button {
  position: relative;
  display: block;
  letter-spacing: 0.1em;
  width: 100%;
  font-size: 18px;
  color: #fff;
  padding: 1em 1.5em;
  border-radius: 100px;
  text-decoration: none;
  background: rgb(0, 102, 188);
  background-image: linear-gradient(90deg, #0066bc, #179ec3);
  text-align: left;
}
.btn01.off a,
.btn01.off button {
  pointer-events: none;
  background: #999;
}
.btn01 .btn01Arrow {
  position: absolute;
  width: 24px;
  height: auto;
  right: 8%;
  top: 50%;
  transform: translate(0%, -50%);
}

.btn02 a,
.btn02 button {
  position: relative;
  display: block;
  letter-spacing: 0.1em;
  width: 100%;
  font-size: 18px;
  color: #fff;
  padding: 1em 1.5em;
  border-radius: 100px;
  text-decoration: none;
  background: #0066BC;
}
.btn02 .btn02Arrow {
  position: absolute;
  width: 24px;
  height: auto;
  left: 8%;
  top: 50%;
  transform: translate(0%, -50%) scale(-1, 1);
}
.anqBtn .btn01 a,
.anqBtn .btn01 button {
  text-align: left;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 3.5em;
}
.anqBtn .btn02 a,
.anqBtn .btn02 button {
  text-align: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding: 0.8em 1.5em 0.8em 3.5em;
  font-size: 95%;
  min-width: 220px;
}
.anqBtnHr {
  border-top: 1px solid #ccc;
  padding-top: 1.5em;
}

.attTxt01 {
  font-size: 11px;
  text-align: center;
}
.cheLi01 {
  list-style: none;
}
.cheLi01 li.cheLi01Dtl {
  border-top: 1px solid #0066BC;
  border-bottom: 1px solid #0066BC;
  padding: 0em 0.5em 1.8em;
  position: relative;
  margin-bottom: 100px;
}
.cheLi01 li.cheLi01Dtl.last {
  padding: 1.8em 1em 2.8em;
}
.cheLi01 li.cheLi01Dtl::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #dcdddd;
}
.bt01 {
  border-top: 1px solid #0066BC;
  padding: 0 1em 1em;
  position: relative;
}
.bt02 {
  border-top: 1px solid #0066BC;
  position: relative;
}
.cheLiTit01 {
  color: #898989;
  text-align: center;
  margin-top: -1em;
}
.cheLiTit01 span {
  display: inline-block;
  background-color: #fff;
  padding: 0 10px;
  font-size: 16px;
}
.cheLiTxt01 {
  color: #00829C;
  font-size: 20px;
  text-align: center;
  line-height: 1.5em;
}
.cheLiTxt01Siz {
  font-size: 80%;
  color: #727171;
  text-align: center;
}
.cheLiTxt01 span.cheLiTxt01Siz2 {
  font-size: 75%;
  color: #666;
}


/*.c01Li01 {
  width: 80%;
  margin: 0 auto;
  list-style: none;
}
.c01Li01 li {
  padding: 0;
  border: none;
  margin-bottom: 2%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.c01Li01 li:first-child {
  margin-bottom: 6%;
}
.c01Li01 li label {
  display: inline-block;
  font-size: 18px;
  line-height: 1.4em;
  cursor: pointer;
}
.c01Li01 li input {
  min-width: 20px;
  cursor: pointer;
}
.cheImg01 {
  margin-top: 10%;
}
.noTit {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.noImg {
  width: 20%;
  max-width: 68px;
  margin-right: 10px;
}
.noTxt {
  color: #0066BC;
  font-size: 30px;
  margin-bottom: -10px;
  letter-spacing: 0.1em;
}*/


.reTxtColGre { color: #00913A; }
.reTxtColYel { color: #F39800; }
.reTxtColRed { color: #C30D23; }

.reTxt01 {
  /*font-size: 3.5vw;*/
  font-size: inherit;
}

.resLi01 {
  list-style: none;
  margin-bottom: 6em;
}
.resLi01 li {
  padding: 0 0 3em;
  border-bottom: 1px solid #0066BC;
}

.resLiDtl {
  margin-bottom: 20px;
}
.resLiTit {
  margin-bottom: 1em;
}
.resTxtArea {
  display: flex;
  justify-content: space-between;
}
.resLiTxt {
  font-size: 13px;
}

.scTxt {
  color: #036eb8;
  font-size: 90%;
  line-height: 1.6em;
}
.scBox {
  width: 100%;
  border: 1px solid #036eb8;
  padding: 1em;
  background-color: #f9fafd;
}
.scLi {
  list-style: none;
}
.scLi li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.8em;
}
.scLi li:last-child {
  margin-bottom: 0;
}
.scLiTxt01 {
  width: 100%;
  font-size: 12px;
  line-height: 1.5em;
}
.scLiTxt02 {
  min-width: 180px;
  max-width: 180px;
  margin-left: 10px;
  font-size: 15px;
  text-align: center;
  color: #F65D5B;
  line-height: 1.5em;
}

/*チェックボックス装飾ここから*/
input[type="checkbox"] {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid #0066BC;
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: 8px;
  margin-top: 0vw;
  background-color: #EEF4FA;
}

input[type="checkbox"]:checked:before {
  position: absolute;
  top: 1px;
  left: 4px;
  transform: rotate(50deg);
  width: 8px;
  height: 12px;
  border-right: 2px solid #0066BC;
  border-bottom: 2px solid #0066BC;
  content: "";
}
/*チェックボックス装飾ここまで*/

.cheLiBtnLi01 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.cheLiBtnLi01 li {
  width: 46%;
  margin-bottom: 4%;
}
.cheLiBtnLi01 li.long {
  width: 95%;
}

/*ラジオボタン装飾ここから*/
input[type="radio"] {
  display: none;
}
input[type="radio"]:checked + label {
  background: #0066BC;
  color: #ffffff;
}
.cheLiBtnLi01 label {
  display: block;
  width: 100%;
  padding: 0.5em 0.1em;
  color: #0066BC;
  text-align: center;
  text-decoration: none;
  background-color: #EEF4FA;
  border: 2px solid #0066BC;
  border-radius: 100px;
  font-size: 19px;
  cursor: pointer;
}
/*ラジオボタン装飾ここまで*/

/*セレクトボックスここから*/
.sbArea {
  display: inline-flex;
  align-items: center;
  position: relative;
  width: 100%;
}

.sbArea::after {
  position: absolute;
  right: 15px;
  width: 10px;
  height: 7px;
  background-color: #333;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  pointer-events: none;
}

.sbArea select {
  appearance: none;
  width: 100%;
  padding: 1em calc(0.8em + 30px) 0.8em 1em;
  border: 2px solid #0066BC;
  border-radius: 3px;
  background-color: #EEF4FA;
  color: #000000;
  font-size: 1.2em;
  cursor: pointer;
}
/*セレクトボックスここまで*/

/*テキストボックスここから*/
.txtBoxLi {
  list-style: none;
}
.txtBoxLi li {
  margin-bottom: 1em;
  text-align: center;
}
.txtBox {
    width: 90%;
    box-sizing: border-box;
    padding: 5px 10px;
    border: 2px solid #0066BC;
    background: #EEF4FA;
}
/*テキストボックスここまで*/

/*フッター*/
.footer {
  padding: 0 0 5%;
  text-align: center;
}
.footLogo {
  max-width: 90px;
  width: 16%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2%;
}
.footTxt01 {
  font-size: 13px;
}

.thxtxt {
  font-size: 6.4vw;
  margin: 0 0 3em;
}

/* youtube */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* /TabL+PC */
@media screen and (min-width: 600px) {
.reTxt01 {
  font-size: 24px;
}
.topAttTxtBox {
   font-size: 16px;
}

  .txt01 {
    font-size: 24px;
  }
  .attTxt01 {
    font-size: 13px;
  }
  .cheLiTit01 span {
    padding: 0 10px;
    font-size: 22px;
    margin-top: -5px;
  }
  .noImg {
    width: 20%;
    max-width: 68px;
    margin-right: 10px;
  }
  .noTxt {
    font-size: 34px;
    margin-bottom: -10px;
    letter-spacing: 0.1em;
  }

  

  .resLiDtl {
    margin-bottom: 30px;
  }
  .resLiTit {
    font-size: 22px;
    color: #00a29a;
    margin-bottom: 2%;
  }

  .resLiImg {
    width: 28%;
  }
  .resLiTxt {
    width: 67%;
    font-size: 16px;
  }

  .scTxt {
    font-size: 20px;
  }
  .scLiTxt01 {
    font-size: 16px;
  }
  .scLiTxt02 {
    font-size: 18px;
  }
}

/* SPP */
@media screen and (max-width: 599px) {
  .mb10 {
    margin-bottom: 7px;
  }
  .mb20 {
    margin-bottom: 10px;
  }
  .mb30 {
    margin-bottom: 15px;
  }
  .mb40 {
    margin-bottom: 20px;
  }
  .mb50 {
    margin-bottom: 25px;
  }
  .mb60 {
    margin-bottom: 30px;
  }
  .mb70 {
    margin-bottom: 35px;
  }
  .mb80 {
    margin-bottom: 40px;
  }
  .mb90 {
    margin-bottom: 45px;
  }
  .mb100 {
    margin-bottom: 13vw;
  }

  .sp-only {
    display: block;
  }

  .contArea {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    position: relative;
    z-index: 2;
    border-radius: 10px;
  }
  .btn01 a {
    font-size: 4vw;
    padding: 3.4vw 1.5em;
  }
  .btn01 button {
    font-size: 4.8vw;
    padding: 3.4vw 1.5em;
  }
  .btn01 .btn01Arrow {
    width: 20px;
    right: 8%;
  }
  .btn02 a {
    font-size: 4vw;
    padding: 3.4vw 1.5em;
  }
  .btn02 .btn02Arrow {
    width: 20px;
    left: 8%;
  }
  .c01Li01 li {
    margin-bottom: 3vw;
  }
  .c01Li01 li:first-child {
    margin-bottom: 6vw;
  }
  .cheLiTxt01 {
    font-size: 4.4vw;
    line-height: 1.5em;
  }
  .c01Li01 li label {
    display: inline-block;
    font-size: 4vw;
    line-height: 4.2vw;
  }
  .cheLi01 li.cheLi01Dtl {
    margin-bottom: 70px;
  }
  .cheLi01 li.cheLi01Dtl.last {
    margin-bottom: 50px;
  }
  .cheLiBtnLi01 label {
    font-size: 4.3vw;
  }

  .noTxt {
    font-size: 6vw;
    margin-bottom: -1vw;
  }
  .scTxt {
    font-size: 3.4vw;
    line-height: 1.6em;
  }
  .scLi li {
    margin-bottom: 18px;
  }
  .scLiTxt01 {
    font-size: 2.8vw;
    line-height: 1.5em;
  }
  .scLiTxt02 {
    width: 50%;
    min-width: 80px;
    max-width: 180px;
    margin-left: 10px;
    font-size: 3vw;
    line-height: 1.5em;
  }

  .sbArea select {
    font-size: 3.8vw;
  }

  .footTxt01 {
    font-size: 3vw;
  }
} /* /SPP */
