/* ===========================
   確認画面
=========================== */
/* .cf7-confirm-screen {
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 32px;
  margin-top: 16px;
} */
[v-cloak] {
    display: none !important;
}
.wpcf7 form .wpcf7-validation-errors {
  border-color: #ffb900;
  background-color: #fff;
  color: #dc3232;
}

/*
.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232;
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900;
} */

.cf7-confirm-title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 2px solid #333;
}

.wpcf7-form .is_preview {
  display: none;
}

/* 確認画面 */
.cf7-confirm-screen .flx_box {
  margin-bottom: 0 !important;
}

.cf7-confirm-screen .form-field:not(.submit-field) {
  border-bottom: 1px solid #9f9f9f;
}

.cf7-confirm-screen .is_input,
.cf7-confirm-screen .required,
.cf7-confirm-screen .date-field::before,
.cf7-confirm-screen .policy-box {
  display: none;
}

.cf7-confirm-screen .is_preview {
  display: block;
}

.cf7-confirm-screen .form-box h4:last-of-type {
  margin-top: 2em;
}

.cf7-confirm-screen .accept {
  background: none;
  text-align: left;
}

.cf7-confirm-screen .accept .field-input {
  width: 72%;
  justify-content: flex-start;
}

.cf7-confirm-screen .accept-check {
  color: #000;
  text-align: left;
}

.mw_wp_form .error {
  width: 100%;
}

.cf7-confirm-note {
  /* color: #555; */
  font-size: 1.8rem !important;
  font-weight: bold;
  margin-bottom: 24px;
  text-align: center;
}

.detail .cf7-confirm-screen .cf7-confirm-note {
  margin-top: 4em;
}
.detail .cf7-confirm-screen .submit-field {
  margin-top: 4em;
}

.cf7-confirm-screen .zipcode-field::before {
  position: relative;
  top: inherit;
  left: inherit;
  display: inline-block;
  transform: inherit;
}

.cf7-confirm-screen .select-field::before {
  content: none;
}

.cf7-confirm-screen .form-box .auto,
.cf7-confirm-screen .form-box .note,
.cf7-confirm-screen .notice {
  display: none;
}

.cf7-confirm-screen .form-field {
  border-bottom: 1px solid #9f9f9f;
}

.morinaga .cf7-confirm-screen .form-field.products:first-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

.cf7-confirm-screen .form-field.submit-field {
  border: none;
}

.submit-field .field-input {
  row-gap: 20px;
}

.cf7-confirm-screen .submit-field .btn {
  min-width: 280px;
}

.cf7-confirm-screen .is-checked+.mwform-checkbox-field-text {
  background: #fff38e;
  border-color: #000;
}

.cf7-confirm-screen .form-field.align-top {
  align-items: center;
}

/* ===========================
   完了画面
=========================== */

.cf7-complete-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 16px;
}

.cf7-complete-message {
  line-height: 1.8;
  margin-bottom: 24px;
  color: #444;
}

.is_complete {
  text-align: center;
}

.cf7-complete-screen .btn {
  margin: 4rem auto 0;
}

#form:has(.cf7-complete-screen) .show_input {
  display: none;
}
