@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
.pagecontents .error {
  margin: 10px 0;
}
.pagecontents .pagetitle {
  margin-bottom: 31px;
  font-size: 42px;
  line-height: 58px;
  color: #011388;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pagecontents .pagetitle {
    font-size: 28px;
    line-height: 38px;
  }
}
@media screen and (max-width: 767px) {
  .pagecontents .pagetitle {
    margin-bottom: 21px;
  }
}
.pagecontents .red {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 24px;
  color: #C34438;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pagecontents .red {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pagecontents .red {
    margin-bottom: 20px;
  }
}
.pagecontents .red .underline {
  -webkit-text-decoration: #C34438 underline;
  text-decoration: #C34438 underline;
}
.pagecontents .red br {
  display: none;
}
@media screen and (max-width: 767px) {
  .pagecontents .red br {
    display: block;
  }
}
.pagecontents .cv-btn-inpage {
  max-width: 350px;
  width: 100%;
  height: 64px;
  margin: 0 auto 20px;
}
.pagecontents .cv-btn-inpage .btn-cta {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 7px;
  background-color: #00AF49;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1607843137);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1607843137);
}
.pagecontents .cv-btn-inpage .btn-cta_linkText {
  font-family: "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .pagecontents .cv-btn-inpage .btn-cta_linkText {
    font-size: 18px;
    line-height: 24px;
  }
}
.pagecontents .cv-btn-inpage .btn-cta_pic {
  max-width: 32px;
  margin-right: auto;
}
.pagecontents .cv-btn-inpage .btn-cta_arrow {
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-left: auto;
  position: relative;
  -webkit-transform: scaleY(1.3) translateY(15%) rotate(45deg);
  -ms-transform: scaleY(1.3) translateY(15%) rotate(45deg);
  transform: scaleY(1.3) translateY(15%) rotate(45deg);
}
.pagecontents .cv-btn-inpage .btn-cta_arrow::before {
  content: "";
  height: 1.5px;
  position: absolute;
  background: #FFFFFF;
  border-radius: 1px;
  top: 0;
  left: 0;
  right: 0;
}
.pagecontents .cv-btn-inpage .btn-cta_arrow::after {
  content: "";
  width: 1.5px;
  position: absolute;
  background: #FFFFFF;
  border-radius: 1px;
  top: 0;
  right: 0;
  bottom: 0;
}
.pagecontents .bold {
  margin-bottom: 50px;
  font-size: 20px;
  line-height: 20px;
  color: #707070;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pagecontents .bold {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pagecontents .bold {
    margin-bottom: 34px;
  }
}
.pagecontents .bold a {
  color: #3782E7;
}
.pagecontents .bold a:hover {
  color: #0FA0CE;
}
.pagecontents .goriyou-nagare {
  height: 46px;
  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;
  font-size: 24px;
  line-height: 20px;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  background-color: #707070;
}
@media screen and (max-width: 767px) {
  .pagecontents .goriyou-nagare {
    font-size: 18px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pagecontents .goriyou-nagare {
    height: 36px;
  }
}
.pagecontents .web-reserve-flow {
  margin-bottom: 40px;
  padding: 40px 0;
  background-color: #F2F2F2;
}
@media screen and (max-width: 767px) {
  .pagecontents .web-reserve-flow {
    margin-bottom: 20px;
    padding: 20px 0;
  }
}
.pagecontents .web-reserve-flow .inner {
  max-width: 860px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .pagecontents .web-reserve-flow .inner {
    padding: 0 1.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .pagecontents .web-reserve-flow .inner {
    max-width: 350px;
    padding: 0 20px;
  }
}
.pagecontents .reserve {
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .pagecontents .reserve .wrapper-narrow {
    padding: 0 1.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .pagecontents .reserve .wrapper-narrow {
    padding: 0 20px;
  }
}
.pagecontents .reserve .wrapper-narrow .text-red {
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 20px;
  color: #C34438;
}
@media screen and (max-width: 767px) {
  .pagecontents .reserve .wrapper-narrow .text-red {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pagecontents .reserve .wrapper-narrow .text-red {
    margin-bottom: 13px;
  }
}
.pagecontents .mw_wp_form .table-2 {
  width: 100%;
  display: block;
}
.pagecontents .mw_wp_form .table-2 tbody {
  display: block;
}
.pagecontents .mw_wp_form .table-2 tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.pagecontents .mw_wp_form .table-2 tr + tr {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .pagecontents .mw_wp_form .table-2 tr + tr {
    margin-top: 30px;
  }
}
.pagecontents .mw_wp_form .table-2 th {
  margin-bottom: 14px;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #F2F2F2;
  font-size: 16px;
  line-height: 20px;
  color: #4d4d4d;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 767px) {
  .pagecontents .mw_wp_form .table-2 th {
    font-size: 16px;
    line-height: 20px;
  }
}
.pagecontents .mw_wp_form .table-2 .form-require::before {
  content: "※";
  margin-right: 3px;
  font-size: 14px;
  line-height: 20px;
  color: #C34438;
}
@media screen and (max-width: 767px) {
  .pagecontents .mw_wp_form .table-2 .form-require::before {
    font-size: 14px;
    line-height: 20px;
  }
}
.pagecontents .mw_wp_form .table-2 td {
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pagecontents .mw_wp_form .table-2 td input[type=text] {
  max-width: 330px;
  width: 100%;
  height: 38px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #C5C6CE;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .pagecontents .mw_wp_form .table-2 td input[type=text] {
    font-size: 16px;
    line-height: 24px;
  }
}
.pagecontents .mw_wp_form .table-2 td input[type=email] {
  max-width: 630px;
  width: 100%;
  height: 38px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #C5C6CE;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .pagecontents .mw_wp_form .table-2 td input[type=email] {
    font-size: 16px;
    line-height: 24px;
  }
}
.pagecontents .mw_wp_form .table-2 td .ml-caution {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  line-height: 18px;
  color: #4d4d4d;
}
@media screen and (max-width: 767px) {
  .pagecontents .mw_wp_form .table-2 td .ml-caution {
    font-size: 12px;
    line-height: 18px;
  }
}
.pagecontents .mw_wp_form .table-2 td .ml-caution.mb {
  margin-top: 16px;
}
.pagecontents .mw_wp_form .table-2 td .bold {
  display: block;
  margin: 21px 0 0;
  font-size: 16px;
  line-height: 20px;
  color: #4d4d4d;
  font-weight: normal;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .pagecontents .mw_wp_form .table-2 td .bold {
    font-size: 16px;
    line-height: 20px;
  }
}
.pagecontents .mw_wp_form .table-2 td .mwform-radio-field-text {
  font-size: 16px;
  line-height: 24px;
  color: #4d4d4d;
}
@media screen and (max-width: 767px) {
  .pagecontents .mw_wp_form .table-2 td .mwform-radio-field-text {
    font-size: 16px;
    line-height: 24px;
  }
}
.pagecontents .mw_wp_form .table-2 td .color-red {
  font-size: 14px;
  line-height: 20px;
  color: #C34438;
}
@media screen and (max-width: 767px) {
  .pagecontents .mw_wp_form .table-2 td .color-red {
    font-size: 14px;
    line-height: 20px;
  }
}
.pagecontents .mw_wp_form .table-2 td ul {
  margin-top: 14px;
}
.pagecontents .mw_wp_form .table-2 td li + li {
  margin-top: 20px;
}
.pagecontents .mw_wp_form .table-2 td li .kibou {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 24px;
  color: #4d4d4d;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .pagecontents .mw_wp_form .table-2 td li .kibou {
    font-size: 16px;
    line-height: 24px;
  }
}
.pagecontents .mw_wp_form .table-2 td li .hasDatepicker {
  margin-right: 14px;
}
@media screen and (max-width: 767px) {
  .pagecontents .mw_wp_form .table-2 td li .hasDatepicker {
    margin-right: 0;
    margin-bottom: 6px;
  }
}
.pagecontents .mw_wp_form .table-2 td li .form-time {
  max-width: 132px;
  width: 100%;
  height: 30px;
  padding: 0 20px 0 7px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 15px;
  color: #4d4d4d;
  border-radius: 4px;
  background: url("../../images/index/arrow.svg") 100% no-repeat #F2F2F2;
  background-size: 15px;
  background-position: right 15px center;
  -moz-appearance: none;
  -webkit-appearance: none;
}
@media screen and (max-width: 767px) {
  .pagecontents .mw_wp_form .table-2 td li .form-time {
    font-size: 15px;
    line-height: 15px;
  }
}
@media screen and (max-width: 767px) {
  .pagecontents .mw_wp_form .table-2 td li .form-time {
    display: block;
  }
}
.pagecontents .mw_wp_form .table-2 td .nondisp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 24px;
  color: #4c74a5;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .pagecontents .mw_wp_form .table-2 td .nondisp {
    font-size: 16px;
    line-height: 24px;
  }
}
.pagecontents .mw_wp_form .table-2 td .nondisp + .nondisp {
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .pagecontents .mw_wp_form .table-2 td .nondisp + .nondisp {
    margin-top: 8px;
  }
}
.pagecontents .mw_wp_form .table-2 td .nondisp:first-of-type {
  padding-top: 20px;
}
.pagecontents .pp-link {
  margin: 60px 0 8px;
  font-size: 18px;
  line-height: 36px;
  color: #2BC1F8;
  text-align: center;
  -webkit-text-decoration: #2BC1F8 underline;
  text-decoration: #2BC1F8 underline;
}
@media screen and (max-width: 767px) {
  .pagecontents .pp-link {
    font-size: 18px;
    line-height: 36px;
  }
}
@media screen and (max-width: 767px) {
  .pagecontents .text-pc {
    display: none;
  }
}
.pagecontents .text-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .pagecontents .text-sp {
    display: inline;
  }
}
.pagecontents .center-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  margin-bottom: 70px;
  font-size: 20px;
  line-height: 20px;
  color: #4d4d4d;
}
@media screen and (max-width: 767px) {
  .pagecontents .center-block {
    font-size: 20px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pagecontents .center-block {
    margin-bottom: 50px;
  }
}
.pagecontents .center-block .mwform-radio-field {
  border-bottom: 1px solid #4d4d4d;
}
.pagecontents .center-block .error {
  margin-top: 10px;
  margin-left: 20px;
}
.pagecontents .btn-part {
  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;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .pagecontents .btn-part {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 60px;
  }
}
.pagecontents .btn-part input, .pagecontents .btn-part button {
  max-width: 270px;
  width: 100%;
  height: 54px;
  border-radius: 28px;
  background-color: #011388;
  font-size: 18px;
  line-height: 26px;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pagecontents .btn-part input, .pagecontents .btn-part button {
    font-size: 18px;
    line-height: 26px;
  }
}
.pagecontents .btn-part input {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .pagecontents .btn-part input {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.thanks-pg {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .thanks-pg {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.thanks-pg .pagetitle {
  font-size: 28px;
  line-height: 14px;
  color: #011388;
}
@media screen and (max-width: 767px) {
  .thanks-pg .pagetitle {
    font-size: 21px;
    line-height: 16px;
  }
}
.thanks-pg .pagetitle span {
  font-size: 18px;
  line-height: 25px;
  color: #011388;
}
@media screen and (max-width: 767px) {
  .thanks-pg .pagetitle span {
    font-size: 16px;
    line-height: 33px;
  }
}
.thanks-pg .pagetitle br {
  display: none;
}
@media screen and (max-width: 575px) {
  .thanks-pg .pagetitle br {
    display: block;
  }
}
.thanks-pg p {
  font-size: 16px;
  line-height: 24px;
  color: #4d4d4d;
}
@media screen and (max-width: 767px) {
  .thanks-pg p {
    font-size: 14px;
    line-height: 20px;
  }
}
.thanks-pg .red {
  font-size: 16px;
  line-height: 24px;
  color: #C34438;
}
@media screen and (max-width: 767px) {
  .thanks-pg .red {
    font-size: 14px;
    line-height: 20px;
  }
}
.thanks-pg .btn {
  width: 100%;
  height: 54px;
  margin: 20px auto;
}
.thanks-pg .btn a {
  width: 100%;
  height: 100%;
  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;
  border-radius: 28px;
  background-color: #011388;
  font-size: 18px;
  line-height: 26px;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .thanks-pg .btn a {
    font-size: 18px;
    line-height: 26px;
  }
}

/*# sourceMappingURL=index.css.map */
