/*##################################################################/*
/* --------------------------------
* Keyvisual
* -------------------------------- */
.child_key_v {
  background-image: url("/wp-content/themes/gulliver_wp/images/bg_child_main_1.jpg");
  min-height: 92px;
  height: 134px;
}

.child_key_v .copy_area {
  padding: 42px 0 28px;
}

.child_key_v .copy_area h2 {
  margin-bottom: 0;
}

.section.ta-l {
  padding: 0;
}

#contactIntro {
  position: relative;
  z-index: 0;
  box-sizing: border-box;
  background: #00817a url("/wp-content/themes/gulliver_wp/images/contact/bg_main-contact_pc.webp") center / cover no-repeat;
  padding: 67px 0 0;
  height: 450px;
}

#contactIntro .inner {
  box-sizing: border-box;
  border-radius: 12px;
  background: rgba(255,255,255,0.90);
  margin: 0 auto;
  padding: 42px 0 0;
  width: 560px;
  height: 265px;
}

#contactIntro .inner h2 {
  background: url("/wp-content/themes/gulliver_wp/images/contact/img_txt-contact.webp") center / 100% 100% no-repeat;
  margin: 0 auto;
  width: 451px;
  height: 183px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.alphabet-error,
.error {
  display: block;
  box-sizing: border-box;
  padding: 10px 0 10px 215px;
  width: 600px;
  height: 12px;
  line-height: 1;
  font-size: 12px !important;
  color: red !important;
}

.contact_introduction .wrapper {
  position: relative;
  z-index: 1;
  background: #fff;
  margin: -55px auto 0;
  width: 1000px;
}

.mw_wp_form {
  margin: 0 auto 120px;
  padding: 50px 0 0;
  max-width: 730px;
}

.mw_wp_form p {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.mw_wp_form br {
  display: none;
}

.mw_wp_form p label {
  position: relative;
  display: block;
  box-sizing: border-box;
  margin: 35px 0 0;
  padding: 0 0 0 48px;
  width: 200px;
  font-weight: bold;
  font-size: 16px;
}

.mw_wp_form p label:before {
  content: '必須';
  position: absolute;
  top: 6px;
  left: 0;
  display: block;
  border-radius: 3px;
  background: #c53a45;
  width: 36px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: #fff;
}

.mw_wp_form input,
.mw_wp_form select,
.mw_wp_form textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fff;
  margin: 30px 0 0;
  padding: 10px 15px 10px 15px;
  width: 400px;
  height: 40px;
  line-height: 1.4;
  font-size: 14px;
}

.mw_wp_form textarea {
  height: 160px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.mw_wp_form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
}

.mw_wp_form input::placeholder,
.mw_wp_form select::placeholder,
.mw_wp_form textarea::placeholder {
  color: #999 !important;
}

.mw_wp_form .select_wrap {
  position: relative;
  display: block;
  width: 400px;
}

.mw_wp_form .select_wrap:after {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  position: absolute;
  top: 35px;
  right: 20px;
  color: #999;
  height: 0;
  font-weight: bold;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-color: #fff;
  -webkit-text-stroke-width: 1px;
}

.mw_wp_form .select_wrap .error {
  padding: 10px 0 10px 15px;
  width: 100%;
}

.mwform-checkbox-field-text {
  display: none;
}

.mw_wp_form .policy {

}

.prplbtn {
	position: relative;
	display: flex;
  align-items: center;
	margin: 30px 0 30px 220px;
  font-size: 14px;
}

.prplbtn label {
}

.prplbtn .error {
	position: absolute;
	bottom: -20px;
  padding: 0;
  width: auto;
}

input[type="checkbox"] {
  position:relative;
  margin-right: 20px;
	display: none;

}

.mw_wp_form .checkbox-parts a {
  text-decoration: underline;
}

.new_check_box::before{
  content: "";
  display: block;
  border: 1px solid #e80c1e;
  border-radius: 3px;
  background: #fff;
  width: 20px;
  height: 20px;
}

.new_check_box::after{
  content: "";
  color: #999;
  display: none;
  position: absolute;
  top: 8px;
  left: 8px;
  width: 5px;
  height: 10px;
  transform: rotate(40deg);
  border-bottom: 2px solid #ccc;
  border-right: 2px solid #ccc;
}


.privacy_policy_link {
	position: relative;
  left: 10px;
}

.privacy_policy_link a {
	text-decoration: underline;
}

.mw_wp_form button[type="submit"] {
  position: relative;
  display: block;
  background: #e62d44;
  border-radius: 12px;
  margin: 30px auto 0;
  width: 420px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
}

.mw_wp_form button[type="submit"]::after {
  content: "\f105";
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  line-height: 1.15;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-color: #e62d44;
  -webkit-text-stroke-width: 1px;
}

.mw_wp_form button[type="submit"]:hover::after {
  padding: 0 !important;
  color: #fff !important;
}

.mw_wp_form button[type="submit"]:disabled {
  background: #ccc !important;
  color: #fff !important;
  border: none !important;
}

.mw_wp_form button[type="submit"]:disabled::after {
  -webkit-text-stroke-color: #ccc;
}




/* --------------------------------
* Main Contents
* -------------------------------- */
.contact_introduction {}


  /*##################################################################/*
  /* --------------------------------
  * SP
  * -------------------------------- */
  @media screen and (max-width: 768px) {
    .child_key_v {
      height: 126px;
    }
    .child_key_v .copy_area {
      padding: 42px 0 0 0;
    }
    .key_v .btn_lang, .child_key_v .btn_lang {
      bottom: -50px;
      right: 10px;
    }

    #contactIntro {
      background: #00817a url("/wp-content/themes/gulliver_wp/images/contact/bg_main-contact_sp.webp") center / cover no-repeat;
      padding: 13.0666667vw 0 0;
      height: 60vw;
    }

    #contactIntro .inner {
      border-radius: 1.6vw;
      padding: 5.6vw 0 0;
      width: 74.666667vw;
      height: 35.333333vw;
    }

    #contactIntro .inner h2 {
      width: 60.133333vw;
      height: 24.533333vw;
    }
    
    .mw_wp_form {
      margin: 0 auto 36vw;
      padding: 8vw 0 0;
      max-width: 100%;
    }

    .alphabet-error,
    .error {
      padding: 2.666667vw 0;
      width: 100%;
      height: 3.2vw;
      font-size: 3.2vw;
    }
    
    .contact_introduction .wrapper {
      margin: 0 auto;
      width: 100vw;
    }
    
    .mw_wp_form p {
      display: block;
    }
    
    .mw_wp_form p label {
      margin: 10vw 0 0;
      padding: 0 0 0 12.8vw;
      width: auto;
      font-size: 4.2666667vw;
    }

    .mw_wp_form p label:before {
      top: 1.6vw;
      border-radius: 0.8vw;
      width: 9.6vw;
      height: 5.3333333vw;
      line-height: 5.3333333vw;
      font-size: 3.2vw;
    }

    .mw_wp_form input,
    .mw_wp_form select,
    .mw_wp_form textarea {
      border: 0.2666667vw solid #ddd;
      border-radius: 1.6vw;
      margin: 2.666667vw 0 0;
      padding: 2.666667vw 4vw 2.666667vw 4vw;
      width: 100%;
      height: 10.666667vw;
      font-size: 3.733333vw;
    }

    .mw_wp_form textarea {
      height: 42.666667vw;
    }
    
    .mw_wp_form .select_wrap {
      width: 100%;
    }

    .mw_wp_form .select_wrap:after {
      top: 4vw;
      right: 4vw;
      font-size: 4.2666667vw;
      -webkit-text-stroke-width: 0.2666667vw;
    }

    .mw_wp_form .select_wrap .error {
      padding: 2.666667vw 0;
    }

    .prplbtn {
      margin: 8vw 0 8vw 4vw;
      font-size: 3.733333vw;
    }

    .mw_wp_form button[type="submit"] {
      border-radius: 3.2vw;
      margin: 8vw auto 0;
      width: 84vw;
      height: 18vw;
      line-height: 18vw;
      font-size: 4vw;
    }

    .mw_wp_form button[type="submit"]::after {
      top: 6vw;
      right: 4vw;
      font-size: 5.3333333vw;
      -webkit-text-stroke-width: 0.2666667vw;
    }

    /*.assessment_heart .text br { display: none; }*/
    .child_key_v .copy_area p {
      width: 86%;
      line-height: 14px;
    }
    .child_key_v .copy_area h2 {
      line-height: 20px;
      margin-bottom: 15px;
    }
    .child_key_v .copy_area p {
      width: 75%;
      line-height: 16px;
      position: absolute;
      bottom: 0px;
    }
  }

@media screen and (max-width: 480px) {
  .contact_introduction .mw_wp_form {
  }
}
