@charset "utf-8";

.main_img {
  margin-top: 166px;
  width: 100%;
}
section {
  box-sizing: border-box;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 120px;
  padding: 0 60px;
}
section h1 {
  margin: 50px 0 20px;
  color: #656565;
  font-size: 26px;
  font-weight: 100;
  text-align: center;
}
section h2 {
  margin: 40px 0 10px;
  color: #656565;
  font-size: 20px;
  font-weight: 100;
}
section hr {
  margin: 3px auto 0;
  border-top: 2px solid #135dac;
}
section .sub_title {
  margin: 3px 0 0;
}
.form_notes {
  margin-top: 40px;
}
.form_notes h3 {
  margin: 20px 0 8px;
  color: #656565;
  font-size: 18px;
  font-weight: 600;
}
.form_notes p {
  margin-bottom: 20px;
  color: #656565;
  line-height: 30px;
}
.form_notes p b {
  color: red;
  font-weight: bold;
}
.input_wrapper {
  margin-top: 30px;
}
.input_wrapper.select {
  max-width: 300px;
}
.input_wrapper.age {
  max-width: 150px;
}
.input_wrapper.submit {
  margin-top: 40px;
}

@media all and (max-width: 980px) {
  .main_img {
    margin-top: 0;
  }
}
@media all and (max-width: 480px) {
  section {
    padding: 0 20px;
  }
}