@charset "UTF-8";
.important {
  color: #ff0000;
  font-size: 16px;
  border-bottom: 1px solid #ff0000;
}

.trial-section {
  padding: 30px 0 120px;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
@media screen and (min-width: 501px) {
  .trial-section {
    padding: 50px 0 110px;
  }
}
.trial-section.--confirm .wpcf7-form.init {
  text-align: center;
}
.trial-section.--confirm .wpcf7cf-hidden {
  border: 2px solid red;
}
.trial-section .trial-form {
  max-width: 840px;
  margin: 0 auto;
}
.trial-section .trial-form__table {
  width: 100%;
  margin: 0 auto;
}
.trial-section .trial-form__block {
  display: block;
}
@media screen and (min-width: 1025px) {
  .trial-section .trial-form__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 1025px) {
  .trial-section .trial-form__block:nth-child(n+2) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .trial-section .trial-form__block:nth-child(n+2) {
    margin-top: 45px;
  }
}
.trial-section .trial-form__block.--date {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.trial-section .trial-form__block.--radio02 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.trial-section .trial-form__block.--tel {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.trial-section .trial-form__block.--textarea {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.trial-section .trial-form__block.--textarea .trial-form__label {
  margin-top: 6px;
}
.trial-section .trial-form__block .wpcf7-form-control-wrap {
  display: block;
}
.trial-section .trial-form__block.--second {
  margin-top: 20px;
}
.trial-section .trial-form__block .small {
  margin-top: 15px;
  font-size: 14px;
}
.trial-section .trial-form__label {
  display: block;
}
@media screen and (min-width: 1025px) {
  .trial-section .trial-form__label {
    width: 297px;
    margin-right: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 1024px) {
  .trial-section .trial-form__label {
    margin-bottom: 5px;
  }
}
.trial-section .trial-form__entry {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .trial-section .trial-form__entry {
    width: calc(100% - 360px);
  }
}
.trial-section .trial-form__entry ::-webkit-input-placeholder {
  color: #A5A5A5;
}
.trial-section .trial-form__entry ::-moz-placeholder {
  color: #A5A5A5;
}
.trial-section .trial-form__entry :-ms-input-placeholder {
  color: #A5A5A5;
}
.trial-section .trial-form__entry ::-ms-input-placeholder {
  color: #A5A5A5;
}
.trial-section .trial-form__entry ::placeholder {
  color: #A5A5A5;
}
.trial-section .trial-form__entry--select, .trial-section .trial-form__entry--select02 {
  width: 190px;
}
.trial-section .trial-form__entry--select .wpcf7-form-control-wrap, .trial-section .trial-form__entry--select02 .wpcf7-form-control-wrap {
  position: relative;
  background-color: #fff;
  border: 1px solid #BCC5CE;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .trial-section .trial-form__entry--select .wpcf7-form-control-wrap, .trial-section .trial-form__entry--select02 .wpcf7-form-control-wrap {
    display: block;
  }
}
.trial-section .trial-form__entry--select .wpcf7-form-control-wrap:after, .trial-section .trial-form__entry--select02 .wpcf7-form-control-wrap:after {
  content: "";
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto 0;
  z-index: 0;
  display: inline-block;
  color: rgba(51, 51, 51, 0.9);
  line-height: 1;
  width: 12px;
  height: 12px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-20%) rotate(135deg);
          transform: translateY(-20%) rotate(135deg);
}
.trial-section .trial-form__entry--select select, .trial-section .trial-form__entry--select02 select {
  width: 100%;
  cursor: pointer;
  padding: 4px 15px;
}
@media screen and (min-width: 1025px) {
  .trial-section .trial-form__entry--select02 {
    width: calc(100% - 360px);
  }
}
@media screen and (max-width: 1024px) {
  .trial-section .trial-form__entry--select02 {
    width: 100%;
  }
}
.trial-section .trial-form__entry--radio .wpcf7-list-item, .trial-section .trial-form__entry--radio02 .wpcf7-list-item {
  position: relative;
  margin: 0;
}
.trial-section .trial-form__entry--radio .wpcf7-list-item:nth-child(n+2), .trial-section .trial-form__entry--radio02 .wpcf7-list-item:nth-child(n+2) {
  margin-left: 30px;
}
.trial-section .trial-form__entry--radio .wpcf7-list-item-label, .trial-section .trial-form__entry--radio02 .wpcf7-list-item-label {
  display: inline-block;
  cursor: pointer;
  margin-left: 30px;
}
.trial-section .trial-form__entry--radio input[type=radio], .trial-section .trial-form__entry--radio02 input[type=radio] {
  cursor: pointer;
  position: absolute;
  -webkit-appearance: none;
  margin-top: 5px;
}
.trial-section .trial-form__entry--radio input[type=radio]:checked:before, .trial-section .trial-form__entry--radio02 input[type=radio]:checked:before {
  opacity: 1;
}
.trial-section .trial-form__entry--radio input[type=radio]:checked:after, .trial-section .trial-form__entry--radio02 input[type=radio]:checked:after {
  opacity: 1;
}
.trial-section .trial-form__entry--radio input[type=radio]:before, .trial-section .trial-form__entry--radio input[type=radio]:after, .trial-section .trial-form__entry--radio02 input[type=radio]:before, .trial-section .trial-form__entry--radio02 input[type=radio]:after {
  content: "";
  display: block;
  position: absolute;
}
.trial-section .trial-form__entry--radio input[type=radio]:before, .trial-section .trial-form__entry--radio02 input[type=radio]:before {
  border-radius: 50%;
  border: 1px solid #BCC5CE;
  background-color: #fff;
  width: 20px;
  height: 20px;
}
.trial-section .trial-form__entry--radio input[type=radio]:after, .trial-section .trial-form__entry--radio02 input[type=radio]:after {
  opacity: 0;
  border-radius: 50%;
  background-color: #8E2247;
  height: 14px;
  width: 14px;
  -webkit-transform: translate(21%, 21%);
          transform: translate(21%, 21%);
}
.trial-section .trial-form__entry--radio02 .wpcf7-list-item {
  margin-left: 0 !important;
  display: block;
}
@media screen and (max-width: 1024px) {
  .trial-section .trial-form__entry--radio02 .wpcf7-list-item:nth-child(n+2) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .trial-section .trial-form__entry--date {
    width: 100%;
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  .trial-section .trial-form__entry--date {
    width: calc(100% - 360px);
  }
}
.trial-section .trial-form__entry--date .wpcf7-form-control-wrap {
  display: inline;
}
.trial-section .trial-form__entry--date .wpcf7-form-control-wrap:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #333 transparent transparent transparent;
  position: absolute;
  top: 0;
  right: 15px;
  pointer-events: none;
}
.trial-section .trial-form__entry--date .wpcf7-form-control-wrap:nth-of-type(n + 2) {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .trial-section .trial-form__entry--date .wpcf7-form-control-wrap:nth-of-type(n + 2) {
    margin-left: 20px;
  }
}
.trial-section .trial-form__entry--date .wpcf7-form-control-wrap:nth-of-type(n + 2) .wpcf7-form-control {
  width: 125px;
}
@media screen and (min-width: 1025px) {
  .trial-section .trial-form__entry--date .wpcf7-form-control-wrap:nth-of-type(n + 2) .wpcf7-form-control {
    width: 140px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .trial-section .trial-form__entry--date .wpcf7-form-control-wrap:nth-of-type(n + 2) .wpcf7-form-control {
    width: calc(100% - 210px);
  }
}
.trial-section .trial-form__entry--date .wpcf7-form-control-wrap input:after {
  display: none;
}
.trial-section .trial-form__entry--date .wpcf7-form-control-wrap .wpcf7-date {
  height: 44px;
}
.trial-section .trial-form__entry--date .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  top: 23px;
}
.trial-section .trial-form__entry--date .wpcf7-form-control {
  border: none;
  position: relative;
  padding: 6px 15px;
  border: 1px solid #B1B1B1;
  color: #333;
  cursor: pointer;
  margin-bottom: 20px;
}
@media screen and (min-width: 1025px) {
  .trial-section .trial-form__entry--date .wpcf7-form-control {
    width: 210px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 501px) {
  .trial-section .trial-form__entry--date .wpcf7-form-control {
    width: calc(100% - 145px);
  }
}
@media screen and (max-width: 500px) {
  .trial-section .trial-form__entry--date .wpcf7-form-control {
    width: 100%;
  }
}
.trial-section .trial-form__entry--date .wpcf7-form-control::-webkit-calendar-picker-indicator {
  cursor: pointer;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .trial-section .trial-form__entry--textarea {
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  .trial-section .trial-form__entry--textarea {
    width: calc(100% - 360px);
  }
}
.trial-section .trial-form__entry--textarea textarea.wpcf7-form-control.wpcf7-textarea {
  width: 100% !important;
  background-color: rgba(188, 197, 206, 0.2);
  border: none;
  　outline: none;
  padding: 15px;
}
.trial-section .trial-form__entry--textarea .wpcf7-not-valid-tip {
  position: relative !important;
  top: 2px !important;
}
.trial-section .trial-form__entry input {
  background-color: rgba(188, 197, 206, 0.2);
  width: 100%;
  padding: 8px 15px;
  line-height: 1;
}
.trial-section .trial-form__approval {
  line-height: 1;
  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;
  margin: 60px auto;
}
@media screen and (max-width: 1024px) {
  .trial-section .trial-form__approval {
    margin: 40px auto;
  }
}
.trial-section .trial-form__approval .trial-form__link {
  display: inline-block;
  text-decoration: underline;
  margin-left: 10px;
  color: #8E2247;
}
.trial-section .trial-form__approval .wpcf7-acceptance {
  width: 25px;
  height: 25px;
  display: block;
}
.trial-section .trial-form__approval .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
  width: 100%;
  height: 100%;
}
.trial-section .trial-form__approval input[type=checkbox] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  display: block;
}
.trial-section .trial-form__approval input[type=checkbox]:checked:before {
  background-color: #8E2247;
  opacity: 1;
}
.trial-section .trial-form__approval input[type=checkbox]:checked:after {
  opacity: 1;
}
.trial-section .trial-form__approval input[type=checkbox]:before, .trial-section .trial-form__approval input[type=checkbox]:after {
  content: "";
  display: block;
  position: absolute;
}
.trial-section .trial-form__approval input[type=checkbox]:before {
  width: 25px;
  height: 25px;
  background-color: #E8EAEE;
}
.trial-section .trial-form__approval input[type=checkbox]:after {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  opacity: 0;
  height: 6px;
  width: 11px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 10px;
  left: 7px;
}
.trial-section .trial-form__approval .wpcf7-form-control-wrap {
  display: inline-block;
}
.trial-section .trial-form__approval .wpcf7-list-item {
  margin: 0;
}
.trial-section .wpcf7 form.invalid .wpcf7-response-output,
.trial-section .wpcf7 form.unaccepted .wpcf7-response-output,
.trial-section .wpcf7 form.payment-required .wpcf7-response-output {
  text-align: center !important;
  line-height: 2;
}
.trial-section .wpcf7 form.sent .wpcf7-response-output {
  text-align: center !important;
}
.trial-section .head {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  line-height: 1.875;
}
.trial-section .required {
  color: #fff;
  background-color: #8E2247;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 700;
  padding: 3px 8px 2px;
  margin: auto;
  margin-right: 0;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}
.trial-section .required.--any {
  background-color: #BCC5CE;
}
.trial-section span.wpcf7-not-valid-tip {
  position: absolute;
  top: 40px;
  left: 0;
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 14px;
}
.trial-section .trial-form__confirm {
  position: relative;
  width: 100%;
  max-width: 345px;
  border-radius: 50px;
  height: 50px;
  margin: 0 auto;
}
.trial-section .trial-form__confirm:after {
  content: "";
  position: absolute;
  top: 70%;
  right: 10px;
  -webkit-transform: translate(-10px, -70%);
          transform: translate(-10px, -70%);
  display: inline-block;
  background-color: #fff;
  -webkit-mask: url("../img/common/arrow02.svg") no-repeat center/contain;
          mask: url("../img/common/arrow02.svg") no-repeat center/contain;
  width: 22px;
  height: 16px;
}
.trial-section .trial-form__confirm .input {
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 13px;
  width: 100%;
  color: #fff;
  font-size: 20px;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 600;
  border-radius: 50px;
  background-color: #8E2247;
}
.trial-section .trial-form__confirm .input:disabled {
  background-color: #BCC5CE;
}
.trial-section .trial-confirm {
  max-width: 840px;
  margin: 0 auto;
}
.trial-section .trial-confirm .trial-section__checkWrap {
  display: none;
}
.trial-section .trial-confirm .trial-section__item {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 500px) {
  .trial-section .trial-confirm .trial-section__item {
    display: block;
  }
}
.trial-section .trial-confirm .trial-section__item.--top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 1025px) {
  .trial-section .trial-confirm .trial-section__item {
    padding: 30px 0;
  }
}
@media screen and (max-width: 1024px) {
  .trial-section .trial-confirm .trial-section__item {
    padding: 15px 0;
  }
}
.trial-section .trial-confirm .trial-section__item:nth-child(n+2) {
  border-top: 1px solid #BCC5CE;
}
.trial-section .trial-confirm .trial-section__itemTitle {
  text-align: left;
}
@media screen and (min-width: 501px) {
  .trial-section .trial-confirm .trial-section__itemTitle {
    width: 180px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 501px) {
  .trial-section .trial-confirm .trial-section__itemTitle {
    margin-right: 10px;
  }
}
.trial-section .trial-confirm .trial-section__itemTitle {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
}
.trial-section .trial-confirm .trial-section__itemData {
  text-align: left;
  width: calc(100% - 180px);
}
@media screen and (max-width: 500px) {
  .trial-section .trial-confirm .trial-section__itemData {
    width: 100%;
    margin-top: 5px;
  }
}
.trial-section .trial-section__buttonConfirmWrap {
  max-width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 70px auto 0;
}
@media screen and (max-width: 1024px) {
  .trial-section .trial-section__buttonConfirmWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.trial-section .trial-section__buttonConfirmWrap .trial-form__confirm {
  position: relative;
  width: 100%;
  max-width: 345px;
  border-radius: 50px;
  height: 50px;
  margin: 0 auto;
}
.trial-section .trial-section__buttonConfirmWrap .trial-form__confirm:after {
  content: "";
  position: absolute;
  top: 70%;
  right: 10px;
  -webkit-transform: translate(-10px, -70%);
          transform: translate(-10px, -70%);
  display: inline-block;
  background-color: #fff;
  -webkit-mask: url("../img/common/arrow02.svg") no-repeat center/contain;
          mask: url("../img/common/arrow02.svg") no-repeat center/contain;
  width: 22px;
  height: 16px;
}
@media screen and (min-width: 1025px) {
  .trial-section .trial-section__buttonConfirmWrap .trial-form__confirm.--correction {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .trial-section .trial-section__buttonConfirmWrap .trial-form__confirm.--correction {
    margin-bottom: 20px;
  }
}
.trial-section .trial-section__buttonConfirmWrap .trial-form__confirm.--correction:after {
  right: inherit;
  left: 10px;
  -webkit-transform: translate(10px, -50%) rotate(180deg);
          transform: translate(10px, -50%) rotate(180deg);
}
.trial-section .trial-section__buttonConfirmWrap .trial-form__confirm.--correction:hover:after {
  background-color: #B1B1B1;
}
.trial-section .trial-section__buttonConfirmWrap .trial-form__confirm.--correction:hover .input_button {
  background-color: #fff;
  color: #B1B1B1;
}
.trial-section .trial-section__buttonConfirmWrap .trial-form__confirm.--correction .input_button {
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 13px;
  width: 100%;
  color: #fff;
  font-size: 20px;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 600;
  border-radius: 50px;
  background-color: #B1B1B1;
  border: 1px solid #B1B1B1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.trial-section .trial-section__buttonConfirmWrap .trial-form__confirm.--send:hover:after {
  background-color: #8E2247;
}
.trial-section .trial-section__buttonConfirmWrap .trial-form__confirm.--send:hover .input {
  background-color: #fff;
  border: 1px solid #8E2247;
  color: #8E2247;
}
.trial-section .trial-section__buttonConfirmWrap .trial-form__confirm .input {
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 13px;
  width: 100%;
  color: #fff;
  font-size: 20px;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 600;
  border-radius: 50px;
  border: 1px solid #fff;
  background-color: #8E2247;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.trial-section .trial-form__thanks {
  position: relative;
  width: 100%;
  max-width: 345px;
  border-radius: 50px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  background-color: #8E2247;
}
.trial-section .trial-form__thanks .trial-section__button {
  border-radius: 50px;
  color: #fff;
  font-size: 20px;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 600;
  display: block;
  padding: 13px;
  border: 1px solid #8E2247;
}
.trial-section .trial-form__thanks:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(-10px, -50%);
          transform: translate(-10px, -50%);
  display: inline-block;
  background-color: #fff;
  -webkit-mask: url("../img/common/arrow02.svg") no-repeat center/contain;
          mask: url("../img/common/arrow02.svg") no-repeat center/contain;
  width: 22px;
  height: 16px;
}
.trial-section .trial-form__thanks:hover:after {
  background-color: #8E2247;
}
.trial-section .trial-form__thanks:hover .trial-section__button {
  background-color: #fff;
  border: 1px solid #8E2247;
  color: #8E2247;
}