@charset "UTF-8";


/*  ====================================================
  プラグインCSS上書き
===================================================== */
.mw_wp_form .vertical-item {
  display: inline-block !important;
}
.vertical-item + .vertical-item {
  margin-left: 20px;
}


.mwform-radio-field input[type="radio"] {
  display: none;
}


.form-item.req01 {
  margin-bottom: 30px;
}

.mwform-radio-field-text {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 0 16px 0 30px;
  cursor: pointer;
  z-index: 10;
  font-size: 14px;
  box-sizing: border-box;
}

.mwform-radio-field .mwform-radio-field-text::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  content: ' ';
  border: 4px solid var(--c-white);
  border-radius: 12px;
  transition: 0.25s all ease;
  box-sizing: border-box;
}

.mwform-radio-field input[type="radio"]:checked + .mwform-radio-field-text {
  padding: 0 23px;
  color: var(--c-black);
  transition: 0.25s all ease;
}
.mwform-radio-field input[type="radio"]:checked + .mwform-radio-field-text::before {
  top: 0;
  width: 100%;
  height: 24px;
  background: var(--c-white);
  transition: 0.25s all ease;
}

@media screen and (max-width: 767px) {
.vertical-item {
  margin-top: 10px !important;
}

.vertical-item + .vertical-item {
  margin-left: 0 !important;
}

}



.form-style .mwform-radio-field .mwform-radio-field-text::before {
  border: 4px solid var(--c-black);
}
.form-style .mwform-radio-field input[type="radio"]:checked + .mwform-radio-field-text {
  color: var(--c-white);
}
.form-style .mwform-radio-field input[type="radio"]:checked + .mwform-radio-field-text::before {
  background: var(--c-black);
}


/*  ====================================================
  オリジナル
===================================================== */
.form-style .main-ttl {
  margin-bottom: 40px;
  padding-bottom: 30px;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.2;
  color: var(--c-blue);
  border-bottom: solid 1px var(--c-border);
}

.form-item {
  margin-bottom: 18px;
}

.label {
  margin-bottom: 8px;
  line-height: 1.1;
  font-size: 18px;
  font-weight: bold;
  color: var(--c-white);
}

.form-style input[type="text"],
.form-style input[type="email"] {
  width: 100%;
  line-height: 46px;
  padding: 0 20px;
  font-size: 14px;
  border: 2px solid #eee;
  background: #f3f3f3;
  border-radius: 10px;
}

.form-style textarea {
  width: 100%;
  padding: 20px;
  font-size: 14px;
  border: 2px solid #eee;
  background: #f3f3f3;
  border-radius: 10px;
  outline: none;
}

.form-style input[type="text"]:focus,
.form-style input[type="email"]:focus,
.form-style textarea:focus {
  border: 2px solid var(--c-black);
}

/* 必須 / 任意ラベル */
.contact-nes {
  margin-right: 6px;
  padding: 0 8px;
  line-height: 22px;
  font-size: 14px;
  font-weight: normal;
  color: var(--c-white);
  border-radius: 4px;
  background: rgba(255, 0, 0, 0.65);
  text-shadow: 0 0 3px rgba(139,0,0, 0.35);
  display: inline-block;
}

.contact-free {
  margin-right: 6px;
  padding: 0 8px;
  line-height: 20px;
  font-size: 14px;
  font-weight: normal;
  color: var(--c-white);
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.85);
  text-shadow: 0 0 3px rgba(0,0,0, 0.75);
  display: inline-block;
}


.form-submit {
  display: flex;
  justify-content: center;
}

.form-style button {
  margin: 0 15px;
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;
}


.btn {
  width: fit-content;
  margin: 0 auto;
  padding: 0 73px 0 10px;
  display: block;
  line-height: 55px;
  border: none;
}

.btn-form-go {
  width: 100%;
  max-width: 240px;
  padding: 0;
  display: block;
  line-height: 42px;
  background: var(--c-black);
  color: var(--c-white);
  font-weight: bold;
  border-radius: 21px;
}

.btn-form-back {
  width: 100%;
  max-width: 240px;
  margin-right: 40px;
  padding: 0;
  display: block;
  line-height: 42px;
  background: var(--c-bg);
  color: var(--c-black);
  font-weight: bold;
  border-radius: 21px;
}


/* エラー */
.contact-style input.ebg,
.contact-style textarea.ebg {
  background: #fff3f3 !important;
  border: 2px solid #ff6f6f !important;
  box-shadow: none !important;
}


/* disclaimer */
.form-disclaimer {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.25;
  text-align: center;
}
.form-disclaimer a {
  color: var(--c-pitchblack);
  text-decoration: underline;
}
.form-disclaimer a:hover {
  text-decoration: none;
}


@media screen and (max-width: 767px) {
.form-style input[type="text"],
.form-style input[type="email"] {
  padding: 0 17px;
}

.form-style textarea {
  padding: 17px;
}
}



/* TOP用 */
.mw_wp_form .lower-section-ttl {
  display: none;
}

.form-lead {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 30px;
}


/* TOP：確認 */
.mw_wp_form.mw_wp_form_confirm .lower-section-ttl {
  display: block;
}

.mw_wp_form.mw_wp_form_confirm .form-disclaimer,
.mw_wp_form_confirm .form-lead {
  display: none;
}

/* 完了 */
.mw_wp_form.mw_wp_form_complete .lower-section-ttl {
  display: block;
}
.mw_wp_form_complete .form-lead {
  display: none;
}


@media screen and (max-width: 767px) {
.mw_wp_form_confirm,
.mw_wp_form_complete {
  padding: 15px;
}
}


/*  ================================================================================
  確認画面
================================================================================= */
.form-style .header-menu-wrap,
.form-style .hamburger-menu-icon-wrap,
.form-style .btn-search,
.form-style .footer-info-wrap,
.form-style .breadcrumbs,
.form-style .footer-link-wrap {
  display: none;
}


.form-style .main-ttl {
  font-size: 24px;
  line-height: 1.25;
}

.form-style .label {
  color: var(--c-black);
}

.form-style header {
  height: 70px;
}



.form-style .form-submit {
  margin-top: 30px;
}


/* 必須 / 任意ラベル */
.mw_wp_form_confirm .contact-nes {
  display: none;
}

.mw_wp_form_confirm .contact-free {
  display: none;
}






