.form-wrapper {
  width: 80%;
  margin: 20px auto 0;
}

.error_messsage {
  width: 70%;
  border: 1px solid #ff0000;
  color: #ff0000;
  border-radius: 5px;
  padding: 10px 20px;
  margin: 0 auto;
  text-align: center;
}

.error_messsage p {
  margin-top: 0;
}

.table-00 {
  width: 100%;
}

.table-00 th {
  width: 30%;
}

.table-00 td {
  width: 70%;
}

.table-01 {
  margin: 0 auto;
}

.table-01 th {
  width: 50%;
}

.table-01 td {
  width: 50%;
}

.contact-form input, .contact-form select {
  width: 25vw;
  background-color: #fff;
}

.contact-form #agreement {
  width: auto;
}

.contact-form input, .contact-form select, .contact-form textarea {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #aaa;
}

.contact-form input[type="submit"] {
  background-color: #00743f;
  border: none;
  color: #fff;
  padding: 6px;
  font-size: 18px;
  margin: 20px 0;
}

.contact-form input[type="submit"]:hover {
  cursor: pointer;
}

.contact-form input[type="submit"]:active {
  opacity: 0.8;
}

.contact-form .table-01 input[type="submit"] {
  width: 200px;
}

.contact-form .table-01 input[type="submit"]:first-child {
  margin-right: 30px;
}

.contact-form th, .contact-form td {
  padding-bottom: 20px;
  vertical-align: middle;
}

.contact-form #message {
  width: 50vw;
  height: 150px;
}

.contact-form .desc_policy {
  padding: 10px 0;
}

.contact-form .agreement-wrapper {
  background-color: #e7e5d5;
  padding: 10px 0;
}

.contact-form #agreement {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  vertical-align: middle;
  margin: 3px;
}

.contact-form input[type="text"]:focus, .contact-form input[type="tel"]:focus,
.contact-form input[type="email"]:focus, .contact-form select:focus, .contact-form textarea:focus {
  background-color: rgba(255, 215, 0, 0.05);
}

.sent-message-wrapper {
  text-align: center;
  margin: 0 auto;
}

@media only screen and (max-width: 799px) {
  .form-wrapper {
    width: 100%;
    margin: 20px auto 0;
  }
  .contact-form input[type="text"],
  .contact-form input[type="tel"],
  .contact-form input[type="email"],
  .contact-form input[type="submit"],
  .contact-form select, .contact-form textarea {
    font-size: 16px;
    -webkit-appearance: none;
  }
  .contact-form th {
    padding-top: 15px;
    padding-bottom: 5px;
  }
  .contact-form th, .contact-form td {
    width: 100%;
    display: block;
    text-align: left;
  }
  .contact-form #message {
    height: 400px;
  }
  .contact-form input, .contact-form select, .contact-form #message {
    width: 100%;
  }
  .contact-form #agreement {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .contact-form input[type="submit"] {
    padding: 15px;
  }
  .table-01 {
    width: 100%;
  }
  .table-01 input[type="submit"] {
    width: 100% !important;
    margin: 10px 0 !important;
  }
  .error_messsage {
    width: 100%;
  }
}
