@charset "UTF-8";
.contact_form {
  padding: 0 0 90px;
}
.form_lead {
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  margin: 50px auto;
}
form {
  max-width: 960px;
  margin: 0 auto;
}
.form-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 auto;
}
.form-item + .form-item {
  margin-top: 20px;
}
.form-q {
  width: 40%;
  margin: 0 0 0 10px;
  position: relative;
}
.form-a {
  width: 60%;
}
.contact_form input[type='text'],
.contact_form input[type='email'],
.contact_form input[type='tel'] {
  height: 2rem;
}
.contact_form input[type='text'],
.contact_form input[type='email'],
.contact_form input[type='tel'],
.contact_form textarea {
  width: 100%;
  padding: 0.5rem;
}
.req {
  font-size: 0.8em;
  padding: 4px 6px;
  background: #eb2a2a;
  color: #ffffff;
  margin-left: 10px;
  display: inline-block;
  position: absolute;
  right: 5em;
  font-size: 10px;
  border-radius: 3px;
}
.form-q span.cap {
  font-size: 12px;
}

.acceptance_txt {
  text-align: center;
  margin: 50px auto;
}

.cf7-accept-check {
  text-align: center;
  margin: 50px auto;
}
.privacy_link {
  text-decoration: underline;
}

.cf7-submit {
  width: 40%;
  margin: 30px auto 0;
  text-align: center;
}

.contact_form input[type='submit'] {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 1rem;
  color: #fff;
  text-align: center;
  padding: 1.5rem 0;
  font-weight: bold;
  border: none;
  border-radius: 30px;
  background: #036eb7;
  background: -moz-linear-gradient(#2ca6e0 0%, #036eb7 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#2ca6e0),
    to(#036eb7)
  );
  background: -webkit-linear-gradient(#2ca6e0 0%, #036eb7 100%);
  background: -o-linear-gradient(#2ca6e0 0%, #036eb7 100%);
  background: linear-gradient(#2ca6e0 0%, #036eb7 100%);
}

.cf7-btn {
  width: 40%;
  margin: 0 auto;
  text-align: center;
}
.wpcf7 .wpcf7-submit:disabled {
  opacity: 0.3;
}
.wpcf7 .wpcf7-submit:disabled:hover {
  opacity: 0.3;
  cursor: default;
}
.wpcf7 .wpcf7-submit:hover {
  cursor: pointer;
}

.cap {
  text-align: center;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0 auto 30px;
  padding: 1rem 1em;
  border: none !important;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #eb2a2a;
}
@media screen and (max-width: 1023px) {
  .contact_form {
    padding: 90px 0;
  }
  .form_lead {
    font-size: 14px;
  }
  form {
    max-width: 100%;
    padding: 0 20px;
  }
  .form-item {
    display: block;
  }
  .form-q {
    width: 100%;
    margin: 0;
  }
  .form-a {
    width: 100%;
  }
  .cf7-btn {
    width: 100%;
  }
}
