/********************
 page-contact
********************/
#page-contact {
  padding-top: 200px;
}
#page-contact h1 {
  text-align: center;
  margin-bottom: 80px;
}
#page-contact h1 span {
  display: block;
}
#page-contact h1 span:nth-of-type(1) {
  font-size: 62px;
  color: #9fb0c3;
  margin-bottom: 15px;
  font-weight: bold;
}
#page-contact h1 span:nth-of-type(2) {
  color: #000;
  font-size: 20px;
}
#page-contact .contact-wrap {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
#page-contact input[type="text"],
#page-contact input[type="email"],
#page-contact input[type="tel"],
#page-contact textarea {
  width: 100%;
}
#page-contact table {
  border-top: 1px solid #eee;
}
#page-contact table td p {
  margin-bottom: 0;
}
#page-contact th,
#page-contact td {
  padding: 30px;
  vertical-align: middle;
}
#page-contact th span {
  display: block;
}
#page-contact th .required {
  color: red;
  font-size: 14px;
}
#page-contact .privacy {
  text-align: center;
  margin-top: 30px;
}
#page-contact .privacy a {
  text-decoration: none;
  color: blue;
  font-size: 18px;
}
#page-contact .acceptance {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 20px;
}
#page-contact .submit {
  text-align: center;
}
#page-contact .submit input {
  max-width: 300px;
  width: 100%;
  border: none;
  background: #9fb0c3;
  color: #000;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  #page-contact th,
  #page-contact td {
    width: 100%;
    display: block;
  }
  #page-contact th {
    background: #9fb0c3;
  }
}
