@charset "UTF-8";
/**
* rem変換 ※375以下ではvwとする
* $number 数値
* 例) 32pxをremに変換 (32);
*/
.signup_explain {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.4285714286;
  margin-top: 1.8rem;
}
@media screen and (960px <= width) {
  .signup_explain {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    line-height: 1.4444444444;
  }
}
.signup_explain span {
  color: #D01F1F;
}

.signup_form {
  margin-top: 3rem;
  border-radius: 0.5rem;
  border: max(0.1rem, 1px) solid #707070;
  padding: 3rem 1.5rem;
}
@media screen and (960px <= width) {
  .signup_form {
    border-radius: 1rem;
    padding-block: 8.7rem 9.7rem;
    padding-inline: 8.5rem 9.3rem;
  }
}
.signup_form .bl_form {
  margin-top: 3.9rem;
}
.signup_form .el_checkbox {
  pointer-events: none;
  margin-top: 5.6rem;
  margin-inline: auto;
}
@media screen and (960px <= width) {
  .signup_form .el_checkbox {
    margin-top: 7.1rem;
  }
}
.signup_form .el_buttonType2 {
  margin-top: 3.4rem;
  width: 23rem;
  margin-inline: auto;
}
.signup_form .el_error {
  margin-top: 3rem;
}

.signup_term {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0em;
  line-height: 1.4166666667;
  overflow-y: auto;
  width: 100%;
  height: 24.5rem;
  padding: 2rem;
  margin-top: 5.6rem;
  -webkit-box-shadow: inset 0 0.3rem 0.6rem rgba(21, 21, 21, 0.16);
          box-shadow: inset 0 0.3rem 0.6rem rgba(21, 21, 21, 0.16);
}
.signup_term::-webkit-scrollbar {
  width: 10px;
}
.signup_term::-webkit-scrollbar-track {
  background: transparent;
}
.signup_term::-webkit-scrollbar-thumb {
  background-color: #DBDBDB;
  border-radius: 100vh;
}
@media screen and (960px <= width) {
  .signup_term {
    width: 69.1rem;
    padding: 2.8rem;
    margin-top: 7.1rem;
  }
}/*# sourceMappingURL=signup.css.map */