@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&display=swap");
#contact .formtable {
  margin: 8rem auto 0;
  border-radius: 4rem;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.3);
  padding: 4rem 2.5rem;
  background-color: #fff;
}
@media only screen and (max-width:839px) {
  #contact .formtable {
    margin: 4rem auto 0;
    border-radius: 2rem;
    padding: 2rem 0.5rem;
  }
}
#contact .formtable table {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}
#contact .formtable table tr th, #contact .formtable table tr td {
  padding: 2rem;
  vertical-align: middle;
}
@media only screen and (max-width:839px) {
  #contact .formtable table tr th, #contact .formtable table tr td {
    padding: 1.5rem 0.5rem;
  }
}
#contact .formtable table tr th {
  width: 30%;
}
#contact .formtable table tr td {
  width: 70%;
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
#contact .formtable table tr input[type=text], #contact .formtable table tr input[type=email], #contact .formtable table tr input[type=tel] {
  width: 100%;
  padding: 1rem;
  border: 1px solid #999;
  border-radius: 1rem;
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
#contact .formtable table tr textarea {
  width: 100%;
  padding: 1rem;
  border: 1px solid #999;
  border-radius: 1rem;
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
#contact .formtable .actionarea {
  margin: 0 auto;
}
#contact .formtable .actionarea .send_btn, #contact .formtable .actionarea .back_btn {
  display: block;
  margin: 4rem auto;
  font-size: 1.125rem;
  line-height: 3.3333333333;
  letter-spacing: 0.08em;
  font-weight: bold;
}
#contact .formtable .actionarea .send_btn {
  display: block;
  width: 320px;
  height: 60px;
  padding: 0 4rem;
  background-color: #E83829;
  color: #ffffff;
  border: 2px solid #E83829;
  border-radius: 1rem;
  transition: all 0.3s ease;
  text-align: center;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.3);
}
#contact .formtable .actionarea .send_btn:hover {
  opacity: 0.6;
  text-decoration: none;
}
#contact .formtable .actionarea .back_btn {
  display: block;
  width: 320px;
  height: 60px;
  padding: 0 4rem;
  background-color: #ffffff;
  color: #E83829;
  border: 2px solid #E83829;
  border-radius: 1rem;
  transition: all 0.3s ease;
  text-align: center;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.3);
}
#contact .formtable .actionarea .back_btn:hover {
  opacity: 0.6;
  text-decoration: none;
}
#contact .formtable .fin_box {
  margin: 4rem auto;
}
#contact .formtable .fin_box p {
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
}/*# sourceMappingURL=contact.css.map */