@charset "UTF-8";
::placeholder {
  color: #bbbbbb;
}

/* 旧Edge対応 */
::-ms-input-placeholder {
  color: #bbbbbb;
}

/* IE対応 */
:-ms-input-placeholder {
  color: #bbbbbb;
}

.formwrapper {
  background-color: #f9f6f1;
  font-family: sans-serif;
  padding: 4em 0;
  /* reset(https://qiita.com/takeshisakuma/items/4218822871af486c8469) */
  /* スピンボタン非表示 chrome,safari */
  /* スピンボタン非表示(firefox) */
  /* クリアボタン非表示 */
  /* input */
  /* inputにフォーカスが当たっている時 */
}
.formwrapper .text-center {
  text-align: center;
}
.formwrapper input,
.formwrapper button,
.formwrapper textarea,
.formwrapper select {
  /* デフォルトスタイルをリセット */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* font-familyを継承しないので、継承させる */
  font-family: inherit;
  /* iOSの角丸をリセット */
  border-radius: 0;
  /* box-size */
  box-sizing: border-box;
  /* 文字の大きさ iOSでズームさせないために16px以上を指定 */
  font-size: 16px;
  /* 文字色を親から継承 */
  color: inherit;
}
.formwrapper label {
  /* iOSでのlabelとinput,select,textareaの関連付け */
  cursor: pointer;
}
.formwrapper label .label-discription {
  font-size: 0.9em;
}
.formwrapper input[type=number]::-webkit-outer-spin-button,
.formwrapper input[type=number]::-webkit-inner-spin-button,
.formwrapper input[type=month]::-webkit-outer-spin-button,
.formwrapper input[type=month]::-webkit-inner-spin-button,
.formwrapper input[type=datetime-local]::-webkit-outer-spin-button,
.formwrapper input[type=datetime-local]::-webkit-inner-spin-button,
.formwrapper input[type=week]::-webkit-outer-spin-button,
.formwrapper input[type=week]::-webkit-inner-spin-button,
.formwrapper input[type=time]::-webkit-outer-spin-button,
.formwrapper input[type=time]::-webkit-inner-spin-button,
.formwrapper input[type=date]::-webkit-outer-spin-button,
.formwrapper input[type=date]::-webkit-inner-spin-button {
  /*-webkit-appearance: none;
  margin: 0;*/
  display: none;
}
.formwrapper input[type=number],
.formwrapper input[type=month],
.formwrapper input[type=datetime-local],
.formwrapper input[type=week],
.formwrapper input[type=time],
.formwrapper input[type=date] {
  -moz-appearance: textfield;
}
.formwrapper input[type=date]::-webkit-clear-button,
.formwrapper input[type=month]::-webkit-clear-button,
.formwrapper input[type=datetime-local]::-webkit-clear-button,
.formwrapper input[type=time]::-webkit-clear-button,
.formwrapper input[type=week]::-webkit-clear-button {
  -webkit-appearance: none;
}
.formwrapper input {
  /* inputの枠線を消す */
  border: 1px solid transparent;
  transition: border 0.2s ease-out;
  /* 文字色を親から継承 */
  color: inherit;
  /*inputのフォーカス時の枠線を消す*/
  outline: 0;
}
.formwrapper input:focus {
  border-bottom: 1px solid #e74c3c;
}
.formwrapper textarea {
  display: block;
  background-color: white;
  border: solid 2px #e5e5e5;
  border-radius: 7px;
  width: 100%;
  box-sizing: border-box;
  font-size: 1.15em;
  padding: 0.5em 0.75em;
  transition: 0.3s ease all;
}
.formwrapper .intro-flow {
  line-height: 1.5;
  margin-top: calc(1.5em + 21px);
  margin-bottom: calc(21px + 2em);
  margin-left: max(1em, 5vw);
  margin-right: max(1em, 5vw);
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
  border-radius: 4px;
}
@media print, screen and (min-width: 751px) {
  .formwrapper .intro-flow {
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
  }
}
.formwrapper .intro-flow .intro-head {
  background-color: #31a193;
  font-weight: bold;
  color: white;
  padding: 0.5em 2em;
  border-radius: 100px;
  margin-top: -21px;
}
.formwrapper .intro-flow .intro-list {
  padding: 0.5em 0 1.5em;
  margin: 0 auto;
}
@media print, screen and (min-width: 751px) {
  .formwrapper .intro-flow .intro-list {
    padding: 2em;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 1em;
    max-width: calc(720px + 4em);
  }
}
.formwrapper .intro-flow .intro-list li {
  margin-top: 1.5em;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 270px;
}
@media print, screen and (min-width: 751px) {
  .formwrapper .intro-flow .intro-list li {
    max-width: auto;
    margin-top: 0;
  }
}
.formwrapper .intro-flow .intro-list li img {
  display: block;
}
.formwrapper .intro-flow .intro-list li p {
  margin-top: 0.5em;
  text-align: justify;
}
.formwrapper .btn-siryo {
  margin-bottom: -21px;
}
.formwrapper .btn-siryo .btn-siryo-img {
  height: 42px;
  display: block;
}
.formwrapper .btn-siryo .btn-siryo-img:hover {
  opacity: 0.8;
}
.formwrapper .form-lead {
  margin-top: 2.5em;
}
.formwrapper .form-lead li {
  text-align: center;
}
.formwrapper .form-lead li:not(:first-child) {
  margin-top: 1em;
}
.formwrapper .form-lead li .kantan-img {
  width: 320px;
}
.formwrapper .form-lead li .btn-tojitsu .btn-tojitsu-img {
  height: 42px;
}
.formwrapper .form-lead li .btn-tojitsu-p .btn-tojitsu-img {
  height: auto;
  width: 100%;
  max-width: 320px;
}
.formwrapper .form-lead-envelope {
  font-size: min(3.3vw, 1em);
  font-weight: bold;
  text-align: center;
  display: block;
  margin: 0 auto 1em;
  padding: 0.5em;
  color: #d42323;
  border-top: solid 2px #d42323;
  border-bottom: solid 2px #d42323;
}
.formwrapper .present-episodebook {
  margin-top: 1em;
  text-align: center;
}
.formwrapper .present-episodebook img {
  display: block;
  width: 270px;
  margin: 0 auto;
}
.formwrapper .present-episodebook p {
  color: #31a193;
  font-weight: bold;
  font-size: 14px;
  margin-top: 1em;
  line-height: 1.5;
}
.formwrapper input[type=text],
.formwrapper input[type=number],
.formwrapper input[type=tel],
.formwrapper input[type=email],
.formwrapper input[type=url],
.formwrapper input[type=password],
.formwrapper input[type=search] {
  background-color: white;
  border: solid 2px #e5e5e5;
  border-radius: 7px;
  width: 100%;
  box-sizing: border-box;
  font-family: sans-serif;
  font-size: 1.15em;
  padding: 0.5em 0.75em;
  transition: 0.3s ease all;
}
.formwrapper select {
  background-color: white;
  border: solid 2px #e5e5e5;
  border-radius: 7px;
  width: 100%;
  box-sizing: border-box;
  font-family: sans-serif;
  font-size: 1.15em;
  padding: 0.5em 0.75em;
  transition: 0.3s ease all;
}
.formwrapper select.option-center option {
  text-align: center;
}
.formwrapper .confirmation {
  display: block;
  max-width: 620px;
  font-family: serif;
  padding: 0 1em;
}
@media print, screen and (min-width: 751px) {
  .formwrapper .confirmation {
    padding: 0;
  }
}
.formwrapper .confirmation h3, .formwrapper .confirmation h4, .formwrapper .confirmation h5, .formwrapper .confirmation h6 {
  font-weight: bold;
  font-size: 0.9rem;
  line-height: 2;
}
.formwrapper .confirmation h3:not(:first-child), .formwrapper .confirmation h4:not(:first-child), .formwrapper .confirmation h5:not(:first-child), .formwrapper .confirmation h6:not(:first-child) {
  margin-top: 1.5em;
}
.formwrapper .confirmation p {
  font-size: 0.8rem;
  line-height: 2;
}
.formwrapper .confirmation .terms {
  overflow-y: scroll;
  margin-bottom: 1em;
  background-color: #fff;
  border: solid 1px #e5e5e5;
  height: 30vh;
  padding: 1.5em;
}
@media print, screen and (min-width: 751px) {
  .formwrapper .confirmation .terms {
    height: 25vh;
  }
}
.formwrapper .confirmation .terms .form-table__head {
  text-align: center;
  font-size: 1.2rem;
}
@media print, screen and (min-width: 751px) {
  .formwrapper .confirmation .terms .form-table__head {
    font-size: 1.4rem;
  }
}
.formwrapper .confirmation .terms .form-table__head:after {
  content: "";
  display: block;
  border-bottom: dotted 2px #ede4d9;
  width: 150px;
  margin: 1em auto 2em;
}
@media print, screen and (min-width: 751px) {
  .formwrapper .confirmation .terms {
    padding: 2.5em;
  }
}
.formwrapper input.required:valid,
.formwrapper textarea.required:valid,
.formwrapper select.required:valid {
  border-color: #009a9a;
}
.formwrapper .mwform-checkbox-field,
.formwrapper .mwform-radio-field {
  display: inline-block;
  position: relative;
  margin: 0 !important;
}
.formwrapper .mwform-checkbox-field label,
.formwrapper .mwform-radio-field label {
  display: block;
}
.formwrapper .mwform-checkbox-field input,
.formwrapper .mwform-radio-field input {
  width: 1px;
  margin: 0;
  padding: 0;
  border: unset;
  background-color: transparent;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
}
.formwrapper .mwform-checkbox-field .mwform-checkbox-field-text,
.formwrapper .mwform-checkbox-field .mwform-radio-field-text,
.formwrapper .mwform-radio-field .mwform-checkbox-field-text,
.formwrapper .mwform-radio-field .mwform-radio-field-text {
  background-color: white;
  border: solid 2px #e5e5e5;
  border-radius: 7px;
  display: block;
  padding: 1em 1em 1em 2.8em;
  line-height: 1;
  transition: background-color 0.15s;
  user-select: none;
  position: relative;
}
.formwrapper .mwform-checkbox-field .mwform-checkbox-field-text::before,
.formwrapper .mwform-checkbox-field .mwform-radio-field-text::before,
.formwrapper .mwform-radio-field .mwform-checkbox-field-text::before,
.formwrapper .mwform-radio-field .mwform-radio-field-text::before {
  content: "";
  position: absolute;
  display: block;
  top: calc(50% - 10px);
  left: 1em;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background-color: #f2f2f2;
}
.formwrapper .mwform-checkbox-field input:checked + .mwform-checkbox-field-text,
.formwrapper .mwform-checkbox-field input:checked + .mwform-radio-field-text,
.formwrapper .mwform-radio-field input:checked + .mwform-checkbox-field-text,
.formwrapper .mwform-radio-field input:checked + .mwform-radio-field-text {
  border-color: #009a9a;
}
.formwrapper .mwform-checkbox-field input:checked + .mwform-checkbox-field-text::after,
.formwrapper .mwform-checkbox-field input:checked + .mwform-radio-field-text::after,
.formwrapper .mwform-radio-field input:checked + .mwform-checkbox-field-text::after,
.formwrapper .mwform-radio-field input:checked + .mwform-radio-field-text::after {
  content: "";
  display: block;
  position: absolute;
  transform: rotate(40deg);
  border-bottom: 5px solid #009a9a;
  border-right: 5px solid #009a9a;
  bottom: calc(50% - 5px);
  left: calc(4px + 1em);
  width: 10px;
  height: 20px;
  line-height: 30px;
}
.formwrapper .bd {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 5px;
}
.formwrapper .bd .bd-confirm {
  display: none;
}
.formwrapper .button {
  display: inline-block;
  width: 260px;
  max-width: 100%;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  cursor: pointer;
  font-size: 22px;
  color: white;
  line-height: 1.5;
}
.formwrapper .button .agreement {
  font-size: 0.725em;
  display: block;
}
.formwrapper .button.btn__submit {
  background-color: #ad9973;
}
.formwrapper .button.btn__submit.submitted {
  background-color: #eee4d1;
  color: #eee4d1;
}
.formwrapper .button.btn__submit.submitted + .dot-wave {
  display: flex;
  position: absolute;
  top: calc(50% - 4px - 8px);
  left: calc(50% - 24px);
  width: 48px;
  height: 8px;
}
.formwrapper .button.btn__back {
  background-color: #b4b4b4;
  color: black;
}
.formwrapper h2 {
  font-weight: bold;
  text-align: center;
  font-size: 1.5em;
  line-height: 1.4;
}
.formwrapper .form-step {
  display: block;
  width: 100px;
  margin: 2.5em auto 0;
}
.formwrapper .hissu {
  display: none;
  font-size: 0.8em;
  background-color: #ff8888;
  padding: 0.25em 0.5em;
  border-radius: 3px;
  color: white;
  font-weight: bold;
  margin-left: 0.5em;
}
@media print, screen and (min-width: 751px) {
  .formwrapper .hissu {
    margin-left: 0;
  }
}
.formwrapper .formList {
  margin: 2.5em auto 0;
  padding: 0 1em;
  line-height: 1.5;
}
.formwrapper .formList .select-branch select {
  max-width: 9em;
}
.formwrapper .formList .yoyaku > *:not(:first-child) {
  margin-top: 0.5em;
}
.formwrapper .formList .yoyaku .picker {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  column-gap: 5px;
}
.formwrapper .formList .radio1 {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 5px;
  row-gap: 5px;
}
.formwrapper .formList .radio1 .mwform-radio-field.horizontal-item {
  margin-left: 0;
}
.formwrapper .formList .radio2 {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 5px;
  row-gap: 5px;
}
.formwrapper .formList .radio2 .mwform-radio-field.horizontal-item {
  margin-left: 0;
}
@media print, screen and (min-width: 751px) {
  .formwrapper .formList .radio2 {
    grid-template-columns: 1fr 1fr;
  }
}
.formwrapper .formList .radio3 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 5px;
  row-gap: 5px;
}
.formwrapper .formList .radio3 .mwform-radio-field.horizontal-item {
  margin-left: 0;
}
@media print, screen and (min-width: 751px) {
  .formwrapper .formList .radio3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.formwrapper .formList .address .zip {
  width: 7em;
  text-align: center;
}
.formwrapper .formList .address .supportzip {
  font-size: 0.8em;
}
.formwrapper .formList .address > input, .formwrapper .formList .address > select {
  margin-top: 0.5em;
}
@media print, screen and (min-width: 751px) {
  .formwrapper .formList__horizontal {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    max-width: 720px;
  }
}
.formwrapper .formList__horizontal dt {
  margin-top: 1.5em;
}
@media print, screen and (min-width: 751px) {
  .formwrapper .formList__horizontal dt {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1em;
  }
}
.formwrapper .formList__horizontal dt label {
  font-weight: bold;
}
.formwrapper .formList__horizontal dd {
  margin-top: 1em;
  border-left: solid 3px #009a9a;
  padding-left: 1em;
  box-sizing: border-box;
}
@media print, screen and (min-width: 751px) {
  .formwrapper .formList__horizontal dd {
    width: calc(75% - 1em);
  }
}
@media print, screen and (min-width: 751px) {
  .formwrapper .formList__vertical {
    max-width: 620px;
  }
}
.formwrapper .formList__vertical .formList-head {
  font-weight: bold;
  margin-top: 3.5em;
  color: #31a193;
  padding: 0.5em;
  line-height: 1;
}
.formwrapper .formList__vertical dt {
  margin-top: 1.5em;
  border-left: solid 3px #009a9a;
  padding-left: 1em;
}
.formwrapper .formList__vertical dt:not(:first-child) {
  margin-top: 2.5em;
}
.formwrapper .formList__vertical dt label {
  font-weight: bold;
}
.formwrapper .formList__vertical dd {
  margin-top: 1em;
}
.formwrapper .formList__vertical dd.form-horizontal {
  display: flex;
  justify-content: space-between;
}
.formwrapper .formList__vertical dd.form-horizontal > input {
  max-width: 49%;
}
.formwrapper .formList__vertical dd.form-horizontal > input.h-narrow {
  max-width: 30%;
}
.formwrapper .formList__vertical dd.form-horizontal > input.h-wide {
  max-width: 68%;
}
.formwrapper .formList__vertical .privacy-confirmation-check {
  text-align: center;
}
.formwrapper .formList__vertical .privacy-confirmation {
  max-width: 720px;
  margin: 3em auto 0;
}
.formwrapper .formList__vertical .privacy-confirmation article {
  width: 100%;
  box-sizing: border-box;
  padding: 1.4em;
  overflow-y: scroll;
  height: 20em;
  font-size: 0.75em;
  border: solid 1px #eee;
  line-height: 2;
  background-color: white;
}
.formwrapper .formList__vertical .privacy-confirmation article h1, .formwrapper .formList__vertical .privacy-confirmation article h2, .formwrapper .formList__vertical .privacy-confirmation article h3, .formwrapper .formList__vertical .privacy-confirmation article h4, .formwrapper .formList__vertical .privacy-confirmation article h5, .formwrapper .formList__vertical .privacy-confirmation article h6 {
  font-weight: bold;
}
.formwrapper .formList__vertical .privacy-confirmation article h1:not(:first-child), .formwrapper .formList__vertical .privacy-confirmation article h2:not(:first-child), .formwrapper .formList__vertical .privacy-confirmation article h3:not(:first-child), .formwrapper .formList__vertical .privacy-confirmation article h4:not(:first-child), .formwrapper .formList__vertical .privacy-confirmation article h5:not(:first-child), .formwrapper .formList__vertical .privacy-confirmation article h6:not(:first-child) {
  margin-top: 1em;
}
.formwrapper .formList__vertical .privacy-confirmation article, .formwrapper .formList__vertical .privacy-confirmation span {
  margin-top: 1em;
}
.formwrapper .invalid {
  margin-bottom: 4em !important;
  position: relative;
}
.formwrapper .invalid::after {
  position: absolute;
  top: calc(100% + 1em);
  left: 0;
  content: "必ずご入力をお願いいたします。";
  color: #ff8888;
  font-weight: bold;
  line-height: 1;
  font-size: 0.9em;
}
.formwrapper .invalid .mwform-checkbox-field-text,
.formwrapper .invalid .mwform-radio-field-text,
.formwrapper .invalid input.required,
.formwrapper .invalid textarea.required,
.formwrapper .invalid select.required {
  border-color: #ff8888;
}
.formwrapper .flip-confirm {
  display: flex;
  flex-direction: column-reverse;
}
.formwrapper .mw_wp_form .error {
  color: #ff8888;
  font-weight: bold;
  line-height: 1;
  font-size: 0.9em;
  margin-top: 1em;
}
.formwrapper .mw_wp_form .error + input, .formwrapper .mw_wp_form .error + select, .formwrapper .mw_wp_form .error + textarea {
  border-color: #ff8888;
}
.formwrapper .agreement-link {
  max-width: 540px;
  margin: 3em auto 0;
  padding: 0 1em;
  font-size: 0.85em;
}
.formwrapper .agreement-link p {
  line-height: 1.75;
}
.formwrapper .agreement-link ul {
  margin-top: 0.5em;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.formwrapper .agreement-link ul li {
  margin-top: 1em;
}
.formwrapper .formList__btn {
  max-width: 720px;
  margin: 2.5em auto 0;
  padding: 0 1em;
}
.formwrapper .formList__btn .button {
  margin: 0 auto;
  display: block;
}
.formwrapper .confirm__btnList {
  display: flex;
  justify-content: center;
}
@media (max-width: 766px) {
  .formwrapper .confirm__btnList {
    flex-direction: column-reverse;
  }
}
.formwrapper .confirm__btnList > li {
  flex: 0 1 260px;
  margin-right: 20px;
}
@media (max-width: 766px) {
  .formwrapper .confirm__btnList > li {
    flex: 0 1 auto;
    margin-right: 0;
    text-align: center;
  }
}
.formwrapper .confirm__btnList > li:last-child {
  margin-right: 0;
}
@media (max-width: 766px) {
  .formwrapper .confirm__btnList > li {
    margin-bottom: 4vw;
  }
}
.formwrapper .mw_wp_form_confirm.mw_wp_form_preview .upperSubmit {
  margin: 2.5em auto;
}
.formwrapper .mw_wp_form_confirm.mw_wp_form_preview .upperSubmit .button {
  display: block;
  margin: 0 auto;
}
.formwrapper .mw_wp_form_confirm.mw_wp_form_preview .hissu,
.formwrapper .mw_wp_form_confirm.mw_wp_form_preview .supportzip {
  display: none;
}
.formwrapper .mw_wp_form_confirm.mw_wp_form_preview .radio {
  justify-content: flex-start;
}
.formwrapper .mw_wp_form_confirm.mw_wp_form_preview .bd {
  display: block;
}
.formwrapper .mw_wp_form_confirm.mw_wp_form_preview .bd .bd-confirm {
  display: inline;
}
.formwrapper .mw_wp_form_confirm.mw_wp_form_preview .yoyaku p {
  font-weight: normal !important;
}
.formwrapper .mw_wp_form_confirm.mw_wp_form_preview .yoyaku .picker {
  display: block;
  font-weight: bold;
}
.formwrapper .mw_wp_form_confirm.mw_wp_form_preview .radio1,
.formwrapper .mw_wp_form_confirm.mw_wp_form_preview .radio2,
.formwrapper .mw_wp_form_confirm.mw_wp_form_preview .radio3 {
  display: block;
}
.formwrapper .mw_wp_form_confirm.mw_wp_form_preview .formList.formList__vertical .formList-head {
  font-weight: bold;
  margin-top: 3.5em;
  color: #31a193;
}
.formwrapper .mw_wp_form_confirm.mw_wp_form_preview .formList.formList__vertical dt {
  width: 100%;
  display: block;
  padding-left: 0;
  border-left: solid 3px transparent;
}
.formwrapper .mw_wp_form_confirm.mw_wp_form_preview .formList.formList__vertical dt label {
  font-weight: normal;
}
.formwrapper .mw_wp_form_confirm.mw_wp_form_preview .formList.formList__vertical dd {
  font-weight: bold;
  border-left: solid 3px #009a9a;
  padding-left: 1em;
  box-sizing: border-box;
  word-wrap: break-word;
}
.formwrapper .mw_wp_form_confirm.mw_wp_form_preview .formList.formList__vertical dd p,
.formwrapper .mw_wp_form_confirm.mw_wp_form_preview .formList.formList__vertical dd span {
  font-weight: bold;
}
.formwrapper .mw_wp_form_confirm.mw_wp_form_preview .formList.formList__vertical .privacy-confirmation {
  font-size: 1em;
  margin-top: 2.5em;
  display: block;
}
.formwrapper .mw_wp_form_confirm.mw_wp_form_preview .formList.formList__vertical .privacy-confirmation p {
  margin-top: 1.5em;
}
@media print, screen and (min-width: 751px) {
  .formwrapper .mw_wp_form_confirm.mw_wp_form_preview .formList.formList__vertical .privacy-confirmation p {
    margin-top: 1em;
  }
}
.formwrapper .mw_wp_form_confirm.mw_wp_form_preview .formList.formList__vertical .privacy-confirmation article {
  display: none;
}
.formwrapper .mw_wp_form_confirm.mw_wp_form_preview .formList.formList__vertical .privacy-confirmation span {
  border-left: solid 3px #009a9a;
  padding-left: 1em;
  display: block;
  font-weight: bold;
}
.formwrapper .mw_wp_form_confirm.mw_wp_form_preview .formList__btn {
  margin-top: 0;
}
.formwrapper .mw_wp_form_confirm.mw_wp_form_preview .confirm__btnList {
  margin-top: 3.5em;
}
.formwrapper .mw_wp_form_confirm.mw_wp_form_preview .privacy-confirmation-check {
  text-align: left;
}
.formwrapper .mw_wp_form_confirm.mw_wp_form_preview .confirmation {
  display: none;
}

.footer {
  margin-top: 0 !important;
}

.plz-valid {
  text-align: center;
  margin-top: 1.5em;
  line-height: 1.5;
  color: #ff8888;
  font-weight: bold;
}

.thanks {
  padding: 0 1em;
  box-sizing: border-box;
  max-width: 540px;
  margin: 1.5em auto 0;
}
.thanks p {
  margin-top: 1.5em;
  line-height: 1.5;
}
.thanks .img-telephone {
  width: 38vw;
  max-width: 200px;
}
.thanks .img-operator {
  width: 100%;
  max-width: 680px;
  margin: 2em auto 0;
  display: block;
}
.thanks + * {
  margin-top: 0 !important;
  padding-top: 0 !important;
  background-color: transparent !important;
}

.rainbow_btn {
  display: none;
}

.page-template-template-diagnosis-fixedcta.diagnose-child .grecaptcha-badge {
  display: none !important;
}

.inquiry_chart .chart-button {
  background-color: #31a193;
  color: white;
  padding: 1.75em 1.1em;
  line-height: 1;
  margin-top: 1em;
  border-radius: 4px;
  cursor: pointer;
}
.inquiry_chart a {
  display: block;
  text-decoration: none;
}
.inquiry_chart > dd > *:first-child {
  margin-top: 3em;
}
.inquiry_chart .chart-button:hover,
.inquiry_chart a:hover {
  opacity: 1;
}
.inquiry_chart details p {
  margin: 1.5em;
}
.inquiry_chart details summary {
  display: block;
}
.inquiry_chart details summary::-webkit-details-marker {
  /* Safariで表示されるデフォルトの三角形アイコンを消します */
  display: none;
}
.inquiry_chart details[open] ~ .chart-button {
  background-color: #aaa59b;
}
.inquiry_chart details[open] + * {
  margin-top: 4em;
}
.inquiry_chart details[open] details, .inquiry_chart details[open] .chart-button:not(:first-child) {
  margin-left: 2em;
}
.inquiry_chart details[open] > .chart-button:first-child:before {
  content: "▶  ";
}/*# sourceMappingURL=form.css.map */