@charset "UTF-8";
/**
* rem変換 ※375以下ではvwとする
* $number 数値
* 例) 32pxをremに変換 (32);
*/
.login_contentsWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
  margin-top: 3.4rem;
}
@media screen and (960px <= width) {
  .login_contentsWrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.login_contents {
  border-radius: 1rem;
  border: max(0.1rem, 1px) solid #707070;
  padding-block: 3rem;
  padding-inline: 1.5rem;
}
@media screen and (960px <= width) {
  .login_contents.__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 9rem;
  }
}
@media screen and (960px <= width) {
  .login_contents {
    width: calc(50% - 1.25rem);
    padding-block: 5rem;
    padding-inline: 5.75rem;
  }
}
.login_contents_head {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.7rem;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
}
@media screen and (960px <= width) {
  .login_contents_head {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    line-height: 1;
  }
}
.login_contents_explain {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.4285714286;
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (960px <= width) {
  .login_contents_explain {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 1.5;
    margin-top: 5.7rem;
    width: 31.7rem;
    margin-inline: auto;
    text-align: left;
  }
}
.login_contents_passView {
  margin-top: 1.4rem;
}
.login_contents_passReset {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #B1B1B1;
  text-decoration: underline;
  text-align: center;
  margin-top: 2.8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  display: block;
}
@media screen and (width < 960px) {
  .login_contents_signupBtn {
    margin-top: 3rem;
  }
}
.login_contents_btn {
  width: 23rem;
  margin-inline: auto;
}
.login_contents .bl_form {
  margin-top: 3rem;
}
@media screen and (960px <= width) {
  .login_contents .bl_form {
    margin-top: 4.4rem;
  }
}
.login_contents .bl_form .login_contents_btn {
  margin-top: 4.4rem;
}/*# sourceMappingURL=login.css.map */