h1.sec-title {
  font-size: 2.6rem;
}
.section-wrapper.regist {
  padding: 50px 0 0 0;
}
.section-wrapper form {
  width : 90%;
  font-size: 14px;
  padding-bottom: 12%;
  margin: 0 5%;
}
.section-wrapper form input[type="text"],
.section-wrapper form input[type="email"],
.section-wrapper form input[type="number"],
.section-wrapper form select {
  font-size: 16px;
}
.section-wrapper form .satori__custom_form {
  background: none;
}
@media screen and (max-width: 768px) {
  .section-wrapper form {
    width : calc(100% - 10vw);
    font-size: 16px;
  }
}
