@charset "UTF-8";
/* CSS Document */

.lead {
  text-align: center;
  line-height: 2;
  padding: 40px 0 0;
  margin: 0 0 30px;
}
.contact-label {
  margin: 0 0 10px;
}
.contact-input {
  width: 310px;
  height: 20px;
  margin: 10px 0 20px;
}
.contact-textarea {
  width: 625px;
  height: 150px;
  margin: 10px 0 50px;
}
.btn {
  text-align: center;
  margin: 0 0 40px;
}

.note {
  text-align: center;
  line-height: 2;
  margin: 0 0 1em;
}