.contact-title {
  width: 1500px;
  max-width: 90%;
  margin: 100px auto;
  text-align: center;
}
.contact-title .en {
  font-family: "STKaiti";
  font-size: 80px;
  color: #6a5757;
  margin-bottom: 10px;
}
.contact-title h1 {
  color: #6a5757;
  font-size: 20px;
  margin-bottom: 30px;
}
.contact-title p {
  color: #e7cbb4;
}

table {
  width: 1000px;
  margin: 100px auto;
  max-width: 90%;
}
table th {
  vertical-align: middle;
  text-align: left;
  padding-left: 5%;
  color: #e7cbb4;
  padding-right: 10px;
}
table td {
  padding-right: 5%;
}
table th,
table td {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: solid 2px #8e8e8e;
}
table th input,
table th textarea,
table td input,
table td textarea {
  width: 100%;
  padding: 10px;
  border: solid 1px #707070;
  border-radius: 5px;
}
table th input::-moz-placeholder, table th textarea::-moz-placeholder, table td input::-moz-placeholder, table td textarea::-moz-placeholder {
  color: #8e8e8e;
}
table th input::placeholder,
table th textarea::placeholder,
table td input::placeholder,
table td textarea::placeholder {
  color: #8e8e8e;
}
table .radio-b input {
  width: auto;
  padding: 0px;
}
table .radio-b input:checked {
  color: #9a9a9a;
  border: 6px solid black;
}
table .radio-b span {
  margin-right: 20px;
}
table .radio-b label {
  position: relative;
}
table .radio-b input[type=radio] {
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
}
table .radio-b .wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  padding-left: 26px;
  line-height: 2.2;
}
table .radio-b label::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #8e8e8e;
  content: "";
  border-radius: 50%;
  transform: translate(0, -50%);
}
table .radio-b label::after {
  position: absolute;
  top: 50%;
  left: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #9a9a9a;
  content: "";
  opacity: 0;
  transition: all 0.3s;
  transform: translate(0, -50%);
}
table .radio-b label:has(input:checked)::after {
  opacity: 1;
}

.accep-btn {
  text-align: center;
  color: #8e8e8e;
}

.wpcf7-submit {
  display: block;
  margin: 50px auto;
  border: 0;
  background: #6a5757;
  color: white;
  font-weight: 600;
  width: 250px;
  max-width: 90%;
  padding: 10px 20px;
  font-size: 20px;
  border-radius: 10px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.screen-reader-response {
  display: none;
}

.wpcf7-not-valid-tip {
  color: red;
}

.wpcf7-response-output {
  text-align: center;
}

@media (max-width: 700px) {
  .wpcf7-list-item.last {
    display: block;
    width: 100%;
  }
}/*# sourceMappingURL=contact.css.map */