@charset "UTF-8";
.p-request {
  padding-top: 30px;
  padding-bottom: 12rem;
  border-bottom: 0.1rem solid #d6d6d6;
}
@media screen and (max-width: 767px) {
  .p-request {
    padding-top: 8vw;
    padding-bottom: 16vw;
  }
}
.p-request .p-heading-txt-wrapper .p-ttl {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-request .p-heading-txt-wrapper .p-ttl {
    font-size: 4.2666666667vw;
    line-height: 2;
  }
}
.p-request .p-heading-txt-wrapper .p-txt {
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-request .p-heading-txt-wrapper .p-txt {
    margin-top: 10.6666666667vw;
    font-size: 4vw;
  }
}

/* ----------------------------------------------------------------------------------------------------
*	確認画面
* --------------------------------------------------------------------------------------------------*/
.p-confirm .p-heading-txt-wrapper {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-confirm .p-heading-txt-wrapper {
    margin-top: 10.6666666667vw;
  }
}

/* ----------------------------------------------------------------------------------------------------
*	完了画面
* --------------------------------------------------------------------------------------------------*/
.p-thanks .p-heading-txt-wrapper {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-thanks .p-heading-txt-wrapper {
    margin-top: 13.3333333333vw;
  }
}
.p-thanks .p-ttl + .p-txt {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-thanks .p-ttl + .p-txt {
    margin-top: 8vw;
  }
}

.p-input-content .p-check-radio-wrapper {
  padding: 2rem 4rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-input-content .p-check-radio-wrapper {
    padding: 2.6666666667vw;
  }
  .p-input-content .p-check-radio-wrapper.p-sp-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.m-inner-size-narrow {
  width: calc(1100px + 10%);
}
@media screen and (max-width: 767px) {
  .m-inner-size-narrow {
    width: 100%;
  }
}

.p-page-flownum {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.p-pageflownum-3 .p-page-flownum-list {
  width: 33.333%;
  background-color: #eeeeee;
  height: 6.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-pageflownum-3 .p-page-flownum-list {
    height: 17.8666666667vw;
  }
}

.p-page-flownum-list {
  position: relative;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-page-flownum-list {
    font-size: 4.2666666667vw;
  }
  .p-page-flownum-list:nth-of-type(n + 2) {
    padding-left: 5.3333333333vw;
  }
}
.p-page-flownum-list::before, .p-page-flownum-list::after {
  position: absolute;
  content: "";
  -webkit-clip-path: polygon(0.4rem 0, 100% 50%, 0.4rem 100%, 0 100%, 0 0);
          clip-path: polygon(0.4rem 0, 100% 50%, 0.4rem 100%, 0 100%, 0 0);
  display: block;
  width: 2.6rem;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 10;
}
.p-page-flownum-list::before {
  right: -2.6rem;
  background-color: #fff;
}
.p-page-flownum-list::after {
  right: -2.2rem;
  background-color: #eee;
}
.p-page-flownum-list:last-of-type::before, .p-page-flownum-list:last-of-type::after {
  display: none;
}

.p-page-flownum-list.m-current {
  background-color: #c5786f;
  color: #fff;
}

.p-page-flownum-list.m-current::after {
  background-color: #c5786f;
}

.p-form {
  font-size: 1.5rem;
  margin-top: 4rem;
  /* inputの位置と枠　*/
  /*　チェックマーク　*/
  /* ラジオボタンのチェック　*/
}
@media screen and (max-width: 767px) {
  .p-form {
    font-size: 4vw;
    margin-top: 10.6666666667vw;
  }
}
.p-form input,
.p-form button,
.p-form select,
.p-form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
.p-form textarea {
  resize: vertical;
  width: 100%;
  background-color: #fff;
  border: 1px solid #d0d0d0;
  padding: 0.5em 1em;
  line-height: 2;
  min-height: 30rem;
}
@media screen and (max-width: 767px) {
  .p-form textarea {
    max-height: 62.1333333333vw;
  }
}
.p-form input[type=checkbox],
.p-form input[type=radio] {
  visibility: hidden;
  width: 1px;
  position: absolute;
  top: 0;
  left: 0;
}
.p-form input[type=submit],
.p-form input[type=button],
.p-form button,
.p-form select {
  cursor: pointer;
}
.p-form select::-ms-expand {
  display: none;
}
.p-form input[type=text] {
  line-height: normal;
}
.p-form input[type=checkbox],
.p-form input[type=radio] {
  visibility: hidden;
  width: 1px;
}
.p-form input + span {
  display: inline-block;
  position: relative;
  padding-left: 3.2rem;
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-form input + span {
    font-size: 3.7333333333vw;
    padding-left: 8.5333333333vw;
  }
}
.p-form input + span:before {
  display: block;
  position: absolute;
  border: 1px solid #707070;
  content: "";
  background-color: #fff;
}
.p-form input[type=checkbox] + span:before {
  top: 50%;
  left: 0;
  width: 1.8rem;
  height: 1.8rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-form input[type=checkbox] + span:before {
    width: 4.8vw;
    height: 4.8vw;
  }
}
.p-form input[type=checkbox]:checked + span:before {
  background-color: #707070;
}
.p-form input[type=checkbox]:checked + span:after {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0.3rem;
  width: 1.4rem;
  height: 1.4rem;
  content: "";
  background: url(../../images/siryo/icn_checkmark.svg) no-repeat top 0.3rem center/100% auto;
}
@media screen and (max-width: 767px) {
  .p-form input[type=checkbox]:checked + span:after {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    background-position: top 0.8vw center;
  }
}
.p-form input[type=radio] + span:before {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 10rem;
}
@media screen and (max-width: 767px) {
  .p-form input[type=radio] + span:before {
    width: 4.8vw;
    height: 4.8vw;
  }
}
.p-form input[type=radio]:checked + span:after {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0.5rem;
  width: 1rem;
  height: 1rem;
  border-radius: 1rem;
  background-color: #3a3a3a;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-form input[type=radio]:checked + span:after {
    width: 2.8vw;
    height: 2.8vw;
    left: 1.2vw;
  }
}
.p-form select {
  padding: 0.7em 1em;
}
.p-form select,
.p-form option {
  width: 100%;
  font-size: 1.4rem;
  color: #3a3a3a;
}
@media screen and (max-width: 767px) {
  .p-form select,
.p-form option {
    font-size: 3.7333333333vw;
  }
}

.p-field {
  border-top: 0.4rem solid #fff;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-field {
    display: block;
    border-width: 1rem;
  }
}

.p-label-container {
  width: 37.5rem;
  background-color: #eeeeee;
  padding: 4rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-label-container {
    width: 100%;
    padding: 2rem;
    min-height: 18.1333333333vw;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-label-container .p-label {
  line-height: 1.8;
}

.p-content-container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #f8f8f8;
  padding: 3rem 5rem;
  border-left: 0.4rem solid #fff;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mw_wp_form_confirm .p-content-container {
  line-height: 1.8;
}
.p-content-container p {
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-content-container {
    padding: 5.3333333333vw;
    border-left: none;
    border-top: 0.4rem solid #fff;
  }
}
.p-content-container input {
  border: 0.1rem solid #d0d0d0;
  padding: 0.5em 1em;
  font-size: 1.4rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-content-container input {
    font-size: 3.7333333333vw;
  }
}
.p-content-container .p-size-wide {
  width: 100%;
}
.p-content-container ::-webkit-input-placeholder {
  font-size: 1.4rem;
  color: #b7b7b7;
}
.p-content-container ::-moz-placeholder {
  font-size: 1.4rem;
  color: #b7b7b7;
}
.p-content-container :-ms-input-placeholder {
  font-size: 1.4rem;
  color: #b7b7b7;
}
.p-content-container ::-ms-input-placeholder {
  font-size: 1.4rem;
  color: #b7b7b7;
}
.p-content-container ::placeholder {
  font-size: 1.4rem;
  color: #b7b7b7;
}
@media screen and (max-width: 767px) {
  .p-content-container ::-webkit-input-placeholder {
    font-size: 3.7333333333vw;
  }
  .p-content-container ::-moz-placeholder {
    font-size: 3.7333333333vw;
  }
  .p-content-container :-ms-input-placeholder {
    font-size: 3.7333333333vw;
  }
  .p-content-container ::-ms-input-placeholder {
    font-size: 3.7333333333vw;
  }
  .p-content-container ::placeholder {
    font-size: 3.7333333333vw;
  }
}

.p-ro-mark {
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #fff;
  font-size: 1.3rem;
  padding: 0.5em 1em;
}
@media screen and (max-width: 767px) {
  .p-ro-mark {
    font-size: 3.4666666667vw;
  }
}
.p-ro-mark.p-required {
  background-color: #d21708;
}
.p-ro-mark.p-optional {
  background-color: #9e9e9e;
}

.p-check-radio {
  margin: 1rem;
}
@media screen and (max-width: 767px) {
  .p-check-radio {
    margin: 2.6666666667vw;
  }
}

.p-select-wrapper {
  display: inline;
  position: relative;
  border: 0.1rem solid #d0d0d0;
  background-color: #fff;
  width: 30rem;
}
@media screen and (max-width: 767px) {
  .p-select-wrapper {
    padding: 0;
    width: 100%;
  }
}
.p-select-wrapper.p-size-middle {
  width: 18rem;
}
@media screen and (max-width: 767px) {
  .p-select-wrapper.p-size-middle {
    width: 100%;
  }
}
.p-select-wrapper::after {
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 0;
  height: 0;
  margin-top: -0.4rem;
  border-width: 1.2rem 0.8rem 0 0.8rem;
  border-style: solid;
  border-color: #3a3a3a transparent transparent transparent;
  content: "";
  pointer-events: none;
}

.p-zip-wrapper {
  width: 30rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  .p-zip-wrapper {
    width: 100%;
  }
}
.p-zip-wrapper input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-zip-wrapper input {
    width: 80%;
  }
}

.p-zip-wrapper + .p-select-wrapper {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-zip-wrapper + .p-select-wrapper {
    margin-top: 1rem;
  }
}

.p-select-wrapper + input {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-select-wrapper + input {
    margin-top: 1rem;
  }
}

.p-privacypolicy-aggrey {
  margin-top: 2rem;
  background-color: #f8f8f8;
  padding: 2.7rem 2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-privacypolicy-aggrey {
    padding: 5.3333333333vw 6.6666666667vw;
  }
}
.p-privacypolicy-aggrey .txt {
  color: #707070;
  line-height: 1.8;
  text-align: left;
}
.p-privacypolicy-aggrey a {
  color: #c5786f;
  text-decoration: underline;
}

.p-btn-wrapper {
  max-width: 22.5rem;
  margin: 5rem auto 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-btn-wrapper {
    max-width: 60vw;
    margin-top: 8vw;
  }
}
.p-btn-wrapper .p-send {
  min-height: 6.5rem;
  padding: 0;
  border-right: 0.1rem solid #000;
  border-bottom: 0.1rem solid #000;
  width: 100%;
  color: #000;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-btn-wrapper .p-send {
    min-height: 17.3333333333vw;
  }
}
.p-btn-wrapper span {
  font-size: 1.6rem;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .p-btn-wrapper span {
    font-size: 4.2666666667vw;
  }
}

.p-return {
  margin-top: 4rem;
  display: inline-block;
  text-align: center;
  padding-bottom: 1rem;
  border-bottom: 1px solid #1e1e1e !important;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-return {
    margin-top: 10.6666666667vw;
  }
}
.p-return span {
  padding-left: 2.5rem;
  display: inline-block;
  position: relative;
  color: #333 !important;
}
.p-return span::before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #1e1e1e;
  border-left: 1px solid #1e1e1e;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  top: 54%;
}

.p-year {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-year__txt {
    margin-bottom: 0.5em;
  }
  .mw_wp_form_confirm .p-year__txt {
    margin-bottom: 0;
  }
  .p-year__txt:last-of-type {
    margin-bottom: 0;
  }
}
.p-year__inner {
  margin: 0 0.5em;
}
@media screen and (max-width: 767px) {
  .p-year__inner {
    margin-bottom: 0.5em;
  }
  .mw_wp_form_confirm .p-year__inner {
    margin-bottom: 0;
  }
  .p-year__inner:last-of-type {
    margin-bottom: 0;
  }
}
.p-year__select {
  display: block;
  width: 10em;
}
.mw_wp_form_confirm .p-year__select {
  width: auto;
}

.p-guardian {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-guardian__long {
  width: 100%;
  margin-top: 0.3em;
}
@media screen and (max-width: 767px) {
  .p-guardian__long {
    font-size: 3.4666666667vw;
  }
}
.p-guardian__select {
  display: block;
  width: 100%;
}
.p-guardian__selectWrap {
  width: 8em;
  margin: 0 0.5em;
}
.mw_wp_form_confirm .p-guardian__selectWrap {
  width: auto;
}
/*　同伴者注意書き用　20230912追加　*/
@media screen and (max-width: 767px) {
.p-companion__txt {
    font-size: 3.200vw !important ;
    }
}


/*　同伴者注意書き用　20230912追加ここまで　*/

.p-before {
  line-height: 2;
  margin: 0 0 1.5em;
}
@media screen and (max-width: 767px) {
  .p-before {
    margin: 0;
  }
}
.mw_wp_form_confirm .p-before {
  display: none;
}
.mw_wp_form_thanks .p-before {
  display: none;
}

.mw_wp_form span.error {
  display: block;
  padding: 0.5rem 0;
  width: 100%;
}
.mw_wp_form span.error:before {
  content: none;
}
.mw_wp_form .p-check-radio-wrapper span.error {
  margin-left: 1rem;
}
.mw_wp_form .p-select-wrapper + span.error {
  margin-bottom: 2rem;
}
.mw_wp_form .p-select-wrapper + span.error:last-of-type {
  margin-bottom: 0;
}
.mw_wp_form .p-zip-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-catch-txt {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .l-pagehead {
    height: 50vw;
  }
  .p-catch-txt {
    font-size: 3.7333333333vw;
    margin-bottom: 4vw;
  }
}