.section-form {
  padding: 40px 0;
}
@media screen and (max-width: 640px) {
  .section-form {
    padding: 20px 0;
  }
}
.section-form h2 {
  font-size: 40px;
  font-weight: normal;
  line-height: 1;
  color: #895024;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 640px) {
  .section-form h2 {
    font-size: 24px;
  }
}
.section-form .box {
  margin-top: 40px;
}
.section-form .box iframe {
  height: 840px;
  width: 100%;
  border: 0;
}
@media screen and (max-width: 640px) {
  .section-form .box iframe {
    height: 1200px;
  }
}
.section-notice {
  padding: 20px 0;
}
.section-notice h2 {
  font-size: 14px;
  font-weight: normal;
}
.section-notice .box {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 14px;
}
.section-notice .box h3 {
  font-size: 14px;
  font-weight: normal;
}
.section-privacy {
  padding: 20px 0;
}
.section-privacy h2 {
  font-size: 14px;
  font-weight: normal;
}
.section-privacy .box {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 14px;
}
