/*-----------------------------------------------------
	header
-----------------------------------------------------*/
#header {
  margin-bottom: 0;
}

/*-----------------------------------------------------
	contact_block
-----------------------------------------------------*/
.contact_block {
  position: relative;
  margin-bottom: 200px;
}
.contact_block:before {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  width: 50%;
  height: 100%;
  background: #f5f7f8;
  z-index: -10;
}
.contact_block .contact_inner {
  margin: 0 20px;
  padding: 90px 20px;
  background: #f5f7f8;
}
.contact_block .lead_txt {
  margin-bottom: 70px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.75;
}
.contact_block input, .contact_block textarea, .contact_block button, .contact_block select {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
          appearance: none;
}
.contact_block input[type="text"], .contact_block input[type="email"], .contact_block input[type="tel"] {
  padding: 20px 10px;
  font-size: 1.8rem;
  width: 100%;
  background: #fff;
}
.contact_block textarea {
  padding: 20px 10px;
  font-size: 1.8rem;
  line-height: 1.5;
  width: 100%;
  height: 180px;
  background: #fff;
}
.contact_block .txt-error {
  background: #ffebee !important;
  border: 1px solid #f44336;
}
.contact_block [aria-invalid=false] {
  background: #fff !important;
  border: none !important;
}
.contact_block input[type="radio"] {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  position: absolute;
}
.contact_block input[type="radio"] + label {
  position: relative;
  display: inline-block;
  padding-left: 22px;
  line-height: 1.5;
}
.contact_block input[type="radio"] + label:before, .contact_block input[type="radio"] + label:after {
  position: absolute;
  display: block;
  content: "";
}
.contact_block input[type="radio"] + label:before {
  top: 4px;
  left: 0;
  width: 17px;
  height: 17px;
  background: #dee2e7;
  border-radius: 50%;
}
.contact_block input[type="radio"]:checked + label:after {
  top: 7.5px;
  left: 3.5px;
  width: 10px;
  height: 10px;
  background: #81d4fa;
  border-radius: 50%;
}

@media print, screen and (min-width: 768px) {
  .contact_block {
    margin-bottom: 300px;
  }
  .contact_block .contact_inner {
    margin: 0 auto;
    padding: 120px 185px;
    width: 1080px;
  }
  .contact_block .lead_txt {
    margin-bottom: 90px;
  }
  .contact_block input[type="text"], .contact_block input[type="email"], .contact_block input[type="tel"] {
    padding: 30px 20px;
  }
  .contact_block textarea {
    padding: 30px 20px;
  }
}
/*-----------------------------------------------------
	contact_form
-----------------------------------------------------*/
.contact_form {
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}
.contact_form dt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 20px;
  width: 100%;
  font-weight: bold;
}
.contact_form .icon {
  display: inline-block;
  padding: 0 8px;
  font-size: 1.2rem;
  line-height: 1.75;
  color: #fff;
}
.contact_form .icon.required {
  background: #81d4fa;
}
.contact_form .icon.optional {
  background: #78909c;
}
.contact_form dd {
  margin-bottom: 30px;
}
.contact_form .radio_list li {
  margin-bottom: 20px;
}
.contact_form .msg {
  margin-top: 10px;
  padding: 5px;
  font-size: 1.4rem;
  color: #ff2126;
}

.contact_privacy {
  margin-bottom: 60px;
  padding: 10px 40px;
  height: 180px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 2.0;
  background: #FAFBFD;
  overflow: hidden;
}
.contact_privacy .privacy_content {
  margin-bottom: 20px;
}
.contact_privacy .privacy_content:first-child {
  margin-top: 30px;
}
.contact_privacy .privacy_content:last-child {
  margin-bottom: 30px;
}

.contact_btn .btn_inner {
  padding: 0;
}
.contact_btn .btn_inner:after {
  background: #263238;
}
.contact_btn .btn_inner:before {
  background: #263238;
}
.contact_btn input[type="button"] {
  display: block;
  padding: 30px 25px;
  width: 100%;
  text-align: left;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #263238;
}

.form_mes p {
  font-weight: bold;
  margin: 10px 0;
  letter-spacing: 0.1em;
  line-height: 1.75;
}

.espf-m-success p {
  margin-bottom: 60px;
}

@media print, screen and (min-width: 768px) {
  .contact_form {
    margin-bottom: 90px;
  }
  .contact_form dd {
    margin-bottom: 40px;
  }
  .contact_form .radio_list li {
    display: inline-block;
    margin: 0 30px 20px 0;
  }

  .contact_privacy {
    margin-bottom: 90px;
  }

  .contact_btn {
    margin: 0 auto;
    width: 300px;
  }
  .contact_btn input[type="button"] {
    padding: 30px 28px;
    transition: all 0.6s 0s ease-out;
  }
  .contact_btn input[type="button"]:hover {
    cursor: pointer;
    color: #fff;
    background: #00b4ff;
  }

  .espf-m-success p {
    margin-bottom: 90px;
  }
  .espf-m-success .btn {
    margin: 0 auto;
    width: 300px;
  }
}

/*# sourceMappingURL=../maps/contact.css.map */
