@charset "utf-8";

.contact {
  font-size: 120%;
}
.contact .koumoku {
  margin: 0% 1% 2% 1%;
}
.contact select {
  font-size: 120%;
  padding: 2%;
}
.contact input {
  font-size: 120%;
  padding: 2%;
  width: 96%;
}
.contact textarea {
  font-size: 120%;
  padding: 2%;
  width: 96%;
}
.contact dl dt {}
.contact dl dd {
  padding: 0% 0% 0% 3%;
  margin: 0% 0% 2% 0%;
}

.toi-form {

}
.toi-form tbody tr th label {
  font-size: large;
}
.toi-form tbody tr td input {
  font-size: large;
}
.helptext {
  color: red;
}

@media screen and (max-width:800px){}

@media screen and (max-width:480px){}

