form table {
  max-width: 720px;
  margin-inline: auto;
}
form tr, form th, form td {
  display: block;
}
form th {
  padding-bottom: 0;
  width: 100%;
  max-width: none;
}
form td {
  padding-top: 0;
  width: 100%;
  max-width: none;
}
form span.required {
  color: #7C5900;
}
form input, form textarea {
  width: 100%;
  height: 60px;
  border-radius: 8px !important;
}
form textarea {
  height: 200px;
}

input[type=submit] {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 120px;
  height: 47px;
  padding: 8px 44px;
  margin: 32px auto 0;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  word-break: break-word;
  color: #fff;
  background-color: #34644F;
  border-radius: 8px;
  transition: background-color 0.4s ease;
}
input[type=submit]:hover {
  background-color: #408b6a;
}
input[type=submit]:visited {
  color: #fff;
}

.txt-check {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
}
.txt-check input[type=checkbox] {
  width: 20px;
  height: 20px;
}

.caption {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 720px) {
  .caption {
    text-align: left;
  }
}/*# sourceMappingURL=contact.css.map */