.formArea {
  padding-bottom: 80px;
}

@media screen and (min-width: 768px) {
  .formArea .headWrap, .formArea .innerWrap {
    max-width: 600px;
    margin: 0 auto;
    width: 90%;
  }
  .formArea {
    max-width: 800px;
    margin: 0 auto;
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .formArea, .headWrap {
    width: 100%;
    padding: 0 clamp(30px, 30px + 15 * (100vw - 375px) / 15, 45px);
  }
}
.secForm {
  margin: 0 auto;
}
.secForm .form-description {
  font-size: 0.9rem;
  line-height: 1.8;
  margin-bottom: 40px;
  text-align: center;
}
.secForm label {
  display: block;
  margin-bottom: 70px;
  font-size: clamp(15px, 1.33vw, 16px);
  font-weight: 500;
  color: #080808;
  width: 100%;
}
.secForm input[type=text],
.secForm input[type=email],
.secForm input[type=tel],
.secForm select {
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #878787;
  background: transparent;
  padding: 10px 0;
  margin-top: 50px;
  border-radius: 0;
  outline: none;
  font-size: 1rem;
  font-family: inherit;
  transition: border-color 0.3s;
}
.secForm input[type=text]:focus,
.secForm input[type=email]:focus,
.secForm input[type=tel]:focus,
.secForm select:focus {
  border-bottom-color: #000;
}
.secForm input[type=text]::-moz-placeholder, .secForm input[type=email]::-moz-placeholder, .secForm input[type=tel]::-moz-placeholder, .secForm select::-moz-placeholder {
  color: #ccc;
}
.secForm input[type=text]::placeholder,
.secForm input[type=email]::placeholder,
.secForm input[type=tel]::placeholder,
.secForm select::placeholder {
  color: #ccc;
}
.secForm select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  color: #333;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2724%27%20height%3D%2724%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27%23333%27%20stroke-width%3D%271%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Cpolyline%20points%3D%276%209%2012%2015%2018%209%27%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 0 center;
  background-size: 20px;
  padding-right: 25px;
}
.secForm textarea {
  display: block;
  width: 100%;
  height: 200px;
  border: 1px solid #878787;
  padding: 15px;
  margin-top: 10px;
  resize: vertical;
  font-family: inherit;
  font-size: 1rem;
  outline: none;
}
.secForm textarea:focus {
  border-color: #000;
}
.secForm .privacy-policy {
  margin-top: 60px;
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 1.8;
  color: #080808;
}
.secForm .privacy-policy h3 {
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: 700;
  margin-bottom: 15px;
}
.secForm .privacy-policy a {
  color: #0066cc;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.secForm input[type=submit] {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  border-bottom: 1px solid #080808;
  color: #080808;
  font-size: 16px;
  cursor: pointer;
  padding: 10px 0;
  position: relative;
  transition: opacity 0.3s;
  width: 160px;
  background-image: url(../../shared/images/arrow.svg);
  background-repeat: no-repeat;
  background-position: right 0px center;
  background-size: 12px;
  text-align: left;
}
.secForm input[type=submit]:hover {
  opacity: 0.7;
}
.secForm .wpcf7-not-valid-tip {
  font-size: 0.8rem;
  margin-top: 5px;
}

.formArea .headWrap {
  padding-bottom: 100px;
}
.formArea .headWrap h2 {
  font-size: clamp(22px, 2vw, 24px);
  text-align: center;
  font-weight: 500;
  padding-bottom: 20px;
}
.formArea .headWrap h2 + p {
  font-size: 14px;
  line-height: 200%;
}/*# sourceMappingURL=style.css.map */