.p-form {
  width: 100%;
  border-collapse: collapse;
  margin-top: 37px;
}

.p-form tr {
  display: table-row;
}

.p-form th {
  position: relative;
  border-right: none;
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle !important;
  width: 300px;
  text-align: left;
  padding-left: 90px;
  letter-spacing: 0.1em;
}


.p-form th::after {
  position: absolute;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  border-radius: 3px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 30px;
  height: 30px;
  padding: 2px 5px 4px;
}

.p-form td {
  width: calc(100% - 300px);
  border-left: none;
  padding: 0 50px 0 0;
  position: relative;
}
.p-form p {
  margin: 0;
  padding: 0;
  line-height: 1;
}

.p-form .u-must th::after {
  content: "必須";
  background-color: #c90903;
  border: 1px solid #c90903;
}


.p-form input {
  border: 1px solid #cbcbcb;
  border-radius: 5px;
  height: 2.5em;
  padding-left: 14px;
  font-size: 16px;
  letter-spacing: 0.1em;
}
.wpcf7-list-item {
  display: block !important;
  font-size: 0.85em;
}

.p-form input[type="text"]:focus {
  border: 2px solid #c90903;
  outline: 0;
}

.p-form input::-webkit-input-placeholder {
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #999999;
}

.p-form input:-ms-input-placeholder {
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #999999;
}

.p-form input::-ms-input-placeholder {
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #999999;
}

.p-form input::placeholder {
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #999999;
}

.p-form input.u-small {
  max-width: 72px;
  margin-right: 5px;
}

.p-form textarea {
  border: 1px solid #cbcbcb;
  border-radius: 5px;
  height: 80px;
  max-width: 557px;
  width: 100%;
  padding: 7px 14px;
  font-size: 16px;
  letter-spacing: 0.07em;
}

.p-form textarea[type="text"]:focus {
  border: 2px solid #c90903;
  outline: 0;
}

.p-form textarea.u-big {
  margin-top: 8px;
  min-height: 200px;
}

.p-form .u-must input {
  border: 1px solid #cbcbcb;
}

.p-form .p-form__groupTitle {
  font-size: 16px;
  letter-spacing: 0.2em;
  font-weight: 700;
  margin-bottom: 4px;
  line-height: 1.4;
}

.p-form .p-form__comment {
  font-size: 13px;
  margin-top: 5px;
  line-height: 1.4;
}
.btn_type_submit a input {
  color: #000;
}
.btn_type_submit a:hover input {
  color: #fff;
}

@media screen and (max-width: 1000px) {

  .p-form th {
    font-size: 1.6vw;
    width: 30vw;
    text-align: left;
    padding-left: 9vw;
    letter-spacing: 0.1em;
  }
  .p-form th::after {
    position: absolute;
    color: #fff;
    font-size: 1.6vw;
    font-weight: normal;
    border-radius: 3px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 3vw;
    height: 3vw;
    padding: 2px 5px 4px;
  }

  .p-form td {
    width: calc(100% - 30vw);
    border-left: none;
    padding: 0 5vw 0 0;
    position: relative;
  }

  .lower .contentArea .block_center .block_center_inner {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 4vw;
    position: relative;
  }

}

@media screen and (max-width: 767px) {
  .p-form {
    border-collapse: collapse;
    margin-top: 20px;
  }
  .p-form .u-error {
    margin: 5px 0 0;
    color: #c90903;
  }
  .p-form input {
    border: 1px solid #cbcbcb;
    border-radius: 5px;
    height: 8vw;
    padding-left: 5px;
    font-size: 14px;
    letter-spacing: 0.07em;
  }

  .wpcf7-radio {
    margin-top: 2vw;
    display: block;
  }
  .wpcf7-list-item {
    display: block !important;
    font-size: 4vw;
  }

  .p-form input[type="text"]:focus {
    border: 2px solid #c90903;
    outline: 0;
  }
  .p-form textarea {
    border: 1px solid #cbcbcb;
    border-radius: 5px;
    height: 80px;
    max-width: 100%;
    width: 100%;
    padding: 4px;
    font-size: 16px;
    letter-spacing: 0.07em;
  }
  .p-form textarea[type="text"]:focus {
    border: 2px solid #c90903;
    outline: 0;
  }
  .p-form .u-must input {
    border: 1px solid #cbcbcb;
  }
  .p-form input::-webkit-input-placeholder {
    font-size: 14px;
    color: #999999;
  }
  .p-form input:-ms-input-placeholder {
    font-size: 14px;
    color: #999999;
  }
  .p-form input::-ms-input-placeholder {
    font-size: 14px;
    color: #999999;
  }
  .p-form input::placeholder {
    font-size: 14px;
    color: #999999;
  }
  .p-form tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-form th {
    position: relative;
    border-bottom: none;
    font-size: 3vw;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding: 15px 15px 0 15px;
    width: 100%;
    text-align: left;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .p-form .is-ng th,
  .p-form .is-ok th,
  .p-form .u-must th {
    padding: 15px 15px 0 75px;
  }
  .p-form td {
    width: 100%;
    border-top: none;
    padding: 3vw 3vw 5vw 3vw;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .p-form .is-ok:not(.p-form__checkbox_row) td,
  .p-form .u-must td {
    padding: 3vw 3vw 5vw 3vw;
  }
  .p-form .is-ng:not(.p-form__checkbox_row) td {
    padding: 50px 15px 15px 15px;
  }
  .p-form td label {
    position: relative;
  }
  .p-form .p-form__head th {
    line-height: 1.8;
  }
  .p-form .p-form__title {
    text-align: left;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0.09em;
  }
  .p-form .p-form__comment {
    font-size: 13px;
    padding-top: 3px;
    line-height: 1.4;
  }
  .p-form .p-form__radio input {
    display: none;
  }
  .p-form .p-form__radio input + label {
    padding-left: 25px;
    position: relative;
    margin-right: 28px;
    font-size: 14px;
    line-height: 0;
  }
  .p-form .p-form__radio input + label::before {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    left: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #000;
    border-radius: 50%;
  }
  .p-form .p-form__radio input:checked + label::after {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    left: 0;
    width: 12px;
    height: 12px;
    border: 3px solid #c90903;
    border-radius: 50%;
  }
  .p-form .p-form__radio input:checked + label::before {
    border: none;
  }
  .p-form .u-must th::after {
    content: "必須";
    position: absolute;
    color: #fff;
    font-size: 2vw;
    font-weight: normal;
    background-color: #c90903;
    border: 1px solid #c90903;
    border-radius: 3px;
    top: 13px;
    left: 8px;
    height: 100%;
    padding: 2px 1.5vw 2px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .p-form .is-ok th::after {
    content: "OK";
    position: absolute;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    background-color: #000;
    border: 1px solid #000;
    border-radius: 3px;
    top: 13px;
    left: 15px;
    padding: 2px 9px 4px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .p-form .is-ok td label.p-form__label::after {
    content: "";
    position: absolute;
    background-image: url(/assets/img/common/icon_check_white.svg?211015_01);
    background-repeat: no-repeat;
    background-size: 21px 16px;
    background-position: center center;
    width: 30px;
    height: 30px;
    font-weight: normal;
    background-color: #000;
    border-radius: 50%;
    top: -45px;
    right: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .p-form textarea.u-big {
    margin-top: 1.6vw;
    min-height: 40vw;
  }

}

@media screen and (max-width: 767px) and (max-width: 575px) {
  .p-form .is-ok td label.p-form__label::after {
    top: -48px;
  }
}

@media screen and (max-width: 767px) {
  .p-form .is-ng td label.p-form__label::after {
    content: "";
    position: absolute;
    background-image: url(/assets/img/common/icon_ng.svg?211015_01);
    background-repeat: no-repeat;
    background-size: 19px 19px;
    background-position: 6px 6px;
    width: 30px;
    height: 30px;
    font-weight: normal;
    background-color: #c90903;
    border-radius: 50%;
    top: -45px;
    right: 0px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media screen and (max-width: 767px) and (max-width: 575px) {
  .p-form .is-ng td label.p-form__label::after {
    top: -48px;
  }
}

@media screen and (max-width: 767px) {
  .p-form .is-ng td label.p-form__label span {
    display: inline-block;
    position: absolute;
    left: 0;
    top: -40px;
  }
  .p-form .is-ng td label.p-form__label span::before {
    color: #fff;
    background: #c90903;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 12px;
    z-index: 2;
    position: relative;
  }
  .p-form .is-ng.is-ng-must td label.p-form__label span::before {
    content: "！必須項目です";
  }
  .p-form .is-ng.is-ng-kana td label.p-form__label span::before {
    content: "！全角カタカナで入力ください";
  }
  .p-form .is-ng.is-ng-email td label.p-form__label span::before {
    content: "！メールアドレスが正しくありません";
  }
  .p-form .is-ng.is-ng-date td label.p-form__label span::before {
    content: "！値が正しくありません";
  }
  .p-form .is-ng td label.p-form__label span::after {
    content: "";
    width: 10px;
    height: 10px;
    background: #c90903;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -11px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    z-index: 1;
  }
  .p-form .p-form__groupTitle {
    font-size: 16px;
    letter-spacing: 0.15em;
    font-weight: 700;
    margin-top: 18px;
    margin-bottom: 2px;
  }
  .p-form .p-form__groupTitle:nth-of-type(1) {
    margin-top: 5px;
  }
}

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
フォーム｜チェックボックス
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
.p-form__checkbox {
  font-size: 14px;
  padding-top: 10px;
  /* ラベルの左に表示させる正方形のボックス□ */
}

.p-form__checkbox:first-child {
  padding-top: 0;
}

.p-form__checkbox:last-child {
  border-bottom: none;
}

.p-form__checkbox label {
  position: relative;
  display: block;
  margin-bottom: 14px;
}

.p-form__checkbox input[type=checkbox] {
  position: absolute;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 19px;
  width: 19px;
  -webkit-transition: all .15s ease-out 0s;
  transition: all .15s ease-out 0s;
  color: #fff;
  cursor: pointer;
  outline: none;
  border: 2px solid #d6d6d6;
  border-radius: 2px;
  left: 13px;
  z-index: 99;
  top: 45%;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-form__checkbox input[type=checkbox] + span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 45px;
  font-size: 16px;
  letter-spacing: 0.2em;
}

.p-form__checkbox input[type=checkbox]::before, .p-form__checkbox input[type=checkbox]::after {
  position: absolute;
  content: "";
  background: #c90903;
  -webkit-transition: 0s;
  transition: 0s;
}

.p-form__checkbox input[type=checkbox]::before {
  left: 2px;
  top: 6px;
  width: 0;
  height: 2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-form__checkbox input[type=checkbox]::after {
  right: 9px;
  bottom: 3px;
  width: 2px;
  height: 0;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.p-form__checkbox input[type=checkbox]:checked::before {
  left: 1px;
  top: 10px;
  width: 6px;
  height: 2px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.p-form__checkbox input[type=checkbox]:checked::after {
  right: 5px;
  bottom: 1px;
  width: 2px;
  height: 14px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.p-form__checkbox input[type=checkbox]:indeterminate:before, .p-form__checkbox input[type=checkbox]:indeterminate:after {
  width: 7px;
  height: 2px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.p-form__checkbox input[type=checkbox]:indeterminate:before {
  left: 1px;
  top: 7px;
}

.p-form__checkbox input[type=checkbox]:indeterminate:after {
  right: 1px;
  bottom: 7px;
}

.p-form__checkbox input[type=checkbox]:checked + span,
.p-form__checkbox input[type=checkbox]:indeterminate + span {
  position: relative;
  z-index: 9;
}

.p-form__checkbox input[type=checkbox]:checked + span::after,
.p-form__checkbox input[type=checkbox]:indeterminate + span::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  padding: 8px 5px 8px 25px;
  left: -25px;
  top: -8px;
  z-index: -1;
  border-radius: 5px;
}










.c-btn {
  position: relative;
  max-width: 312px;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #000;
  border: 2px solid #000;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  margin-top: 45px;
  margin-right: 38px;
  padding-top: 19px;
  padding-bottom: 19px;
  letter-spacing: 0.3em;
}

@media screen and (max-width: 575px) {
  .c-btn {
    width: 89%;
    font-size: 4.26667vw;
    margin-top: 12vw;
    margin-right: 10.13333vw;
    padding-top: 5.33333vw;
    padding-bottom: 5.33333vw;
    padding-right: 4vw;
    letter-spacing: 0.33em;
  }
}

.c-btn::before {
  position: absolute;
  content: "";
  width: 34px;
  height: 2px;
  background-color: #000;
  top: 50%;
  right: -2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 575px) {
  .c-btn::before {
    width: 6.66667vw;
    height: 0.53333vw;
  }
}

.c-btn::after {
  position: absolute;
  content: "";
  z-index: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-image: url(/assets/img/common/arrow_black.svg);
  width: 70px;
  height: 20px;
  top: 50%;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  right: 34px;
}

@media screen and (max-width: 575px) {
  .c-btn::after {
    width: 18.66667vw;
    height: 5.33333vw;
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
    right: 31px;
  }
}

.c-btn:hover {
  color: #fff;
  background-color: #000;
}

.c-btn:hover::before {
  width: 29px;
  background-color: #fff;
}

.c-btn:hover::after {
  right: 29px;
}

.c-btn--red {
  color: #fff;
  background-color: #d20000;
  border: 2px solid #d20000;
}

.c-btn--red::before {
  background-color: #fff;
}

.c-btn--red::after {
  background-image: url(/assets/img/common/arrow_red.svg);
}

.c-btn--red:hover {
  color: #d20000;
  background-color: rgba(255, 255, 255, 0);
}

.c-btn--red:hover::before {
  background-color: #d20000;
}
.c-btn--xl {
  display: inline-block;
  max-width: 508px;
  font-size: 22px;
  font-weight: 700;
  margin-top: 95px;
  padding-top: 22px;
  padding-bottom: 22px;
  left: calc(50% + -24px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 991px) {
  .c-btn--xl {
    margin-top: 50px;
  }
}

@media screen and (max-width: 575px) {
  .c-btn--xl {
    max-width: 100%;
    width: 89%;
    font-size: 4.26667vw;
    margin-top: 12vw;
    margin-right: 10.13333vw;
    padding-top: 5.33333vw;
    padding-bottom: 5.33333vw;
    padding-right: 4vw;
    letter-spacing: 0.25em;
    left: calc(50% - 4vw);
  }
}



.btn_type_submit {
  text-align: center;
  margin: 20px 0;
}
.btn_type_submit a {
  display: inline-block;
  margin: 0 auto;
  border: 2px solid #000;
  font-size: 18px;
  font-weight: 700;
  position: relative;
}

.wpcf7-submit {
  display: block;
  padding: 20px 100px 20px 80px;
}


.btn_type_submit a:hover {
  border: 2px solid #10457b;
  color: #fff;
}
.btn_type_submit a span {
  display: inline-block;
  position: relative;
}
.btn_type_submit a span:after {
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: rotate(45deg);
  position: absolute;
  right: 30px;
  top: 0;
  bottom: -2px;
  margin: auto;
  transition: .3s right ease;
}
.btn_type_submit a:hover span:after {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  right: 20px;
  transition: .3s right ease;
}

.btn_type_submit a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #10457b;
  content: '';
  transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  width: 0;
  z-index: 0;
}


.btn_type_submit a:hover::before {
  right: inherit;
  left: 0;
  width: 100%;
}



.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: transparent !important;
  text-align: center;
  color: #c90903;
}


