@charset "UTF-8";
/* Scss Document */
/* Scss Document */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* Scss Document */
/*お問い合わせ*/
.contact section table.date {
  width: 740;
  margin-bottom: 30px;
}
@media only screen and (max-width: 759px) {
  .contact section table.date {
    margin-bottom: 15px;
  }
}
.contact section table.date th {
  width: 250px;
}
@media only screen and (max-width: 759px) {
  .contact section table.date th {
    width: 100%;
  }
}
@media only screen and (max-width: 759px) {
  .contact section table.date td {
    padding-top: 0px;
  }
}
.contact section table.date td input {
  margin-right: 10px;
  font-size: 15px;
  border: 1px solid #DDDDDD;
}
@media only screen and (max-width: 759px) {
  .contact section table.date td input {
    font-size: 13px;
  }
}
.contact section table.date td label {
  margin-right: 20px;
}
.contact section table.date td select {
  font-size: 18px;
}
.contact section table.date td textarea {
  font-size: 15px;
  border: 1px solid #DDDDDD;
}
@media only screen and (max-width: 759px) {
  .contact section table.date td textarea {
    font-size: 13px;
  }
}
