#contact {
  width: 90vw;
  max-width: 780px;
  margin: 10vw auto;
}

@media (min-width: 900px) {
  #contact {
    margin: 100px auto;
  }
}

#contact .contact-text {
  text-align: center;
  font-weight: bold;
}

#contact table {
  border-top: 1px solid #BFBFBF;
  width: 100%;
  margin: 10vw 0;
}

@media (min-width: 900px) {
  #contact table {
    margin: 100px 0 80px;
  }
}

#contact table tr {
  border-bottom: 1px solid #BFBFBF;
}

#contact table th {
  font-weight: bold;
  vertical-align: middle;
  padding: 3vw 0 3vw 3vw;
}

@media (min-width: 900px) {
  #contact table th {
    width: 35%;
    padding: 10px 0 10px 45px;
  }
}

#contact table td {
  vertical-align: middle;
  padding: 3vw;
}

@media (min-width: 900px) {
  #contact table td {
    padding: 10px 45px;
  }
}

#contact .tag {
  display: inline-block;
  background-color: #00ADDD;
  color: #fff;
  padding: 0 3vw;
  border-radius: 5px;
  margin-top: 1vw;
}

@media (min-width: 900px) {
  #contact .tag {
    padding: 3px 15px;
    margin: 0 0 0 20px;
  }
}

.mw_wp_form_input .confirm {
  display: none;
}

.mw_wp_form_preview .input {
  display: none;
}

#contact-thanks {
  width: 90vw;
  max-width: 780px;
  margin: 10vw auto;
  text-align: center;
  font-weight: bold;
}

@media (min-width: 900px) {
  #contact-thanks {
    margin: 100px auto;
  }
}

#contact-thanks h3 {
  font-size: 5vw;
  margin-bottom: 5vw;
}

@media (min-width: 900px) {
  #contact-thanks h3 {
    font-size: 26px;
    margin-bottom: 90px;
  }
}

#contact-thanks p {
  margin-bottom: 5vw;
}

@media (min-width: 900px) {
  #contact-thanks p {
    margin-bottom: 50px;
  }
}

#contact-thanks .caution {
  border: 1px solid #E00429;
  padding: 2vw;
  border-radius: 5px;
}

@media (min-width: 900px) {
  #contact-thanks .caution {
    font-size: 14px;
  }
}

#contact-thanks .caution p {
  margin-bottom: 0;
}

#contact-thanks .caution .red {
  color: #E00429;
}

.screen-reader-response, .wpcf7-response-output {
  display: none;
}

form input[type="text"], form input[type="tel"], form input[type="email"], form textarea {
  width: 100%;
  border: 1px solid #BFBFBF;
  border-radius: 5px;
  padding: 1vw;
}

form input[type="checkbox"] {
  border: 1px solid #BFBFBF;
  border-radius: 3px;
}

form .privacy-check {
  width: 70vw;
  max-width: 780px;
  margin: 0 auto;
}

@media (min-width: 900px) {
  form .privacy-check {
    text-align: center;
  }
}

form .privacy-check a {
  text-decoration: underline;
}

form .privacy-check a:hover {
  text-decoration: none;
}

form .privacy-check img {
  vertical-align: middle;
  width: auto;
  height: 1em;
}

form .submit-btn {
  margin: 5vw auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border-radius: 50px;
  background-color: #001D6A;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  width: 60vw;
  height: 10vw;
  border: 1px solid #001D6A;
}

@media (min-width: 900px) {
  form .submit-btn {
    margin: 20px auto 0;
    background-color: #001D6A;
    font-size: 16px;
    width: 350px;
    height: 60px;
  }
  form .submit-btn:hover {
    color: #001D6A;
    background-color: #fff;
  }
}

form .btn-prev {
  margin: 5vw auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border-radius: 50px;
  background-color: #0071A6;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  width: 60vw;
  height: 10vw;
  border: 1px solid #0071A6;
}

@media (min-width: 900px) {
  form .btn-prev {
    margin: 20px auto 0;
    background-color: #0071A6;
    font-size: 16px;
    width: 350px;
    height: 60px;
  }
  form .btn-prev:hover {
    color: #0071A6;
    background-color: #fff;
  }
}

form .wpcf7-not-valid-tip {
  display: block;
  color: red;
  font-weight: bold;
  font-size: 3vw;
}

@media (min-width: 900px) {
  form .wpcf7-not-valid-tip {
    font-size: 14px;
  }
}
/*# sourceMappingURL=contact.css.map */