@charset "UTF-8";
/******************************************************
// その他の変数定義
*******************************************************/
/******************************************************
// mixin定義
*******************************************************/
.p-box {
  max-width: 80rem;
  margin-inline: auto;
  border: 1.2rem solid #ebf9a1;
}
.p-box .c-section-head {
  margin-bottom: 0 !important;
}

.p-form {
  padding-block: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-form {
    padding-inline: 4rem;
  }
}
.p-form__form {
  width: 100%;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-form__form {
    margin-top: 7rem;
  }
}
.p-form__wrap {
  max-width: 50rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-form__wrap {
    max-width: none;
  }
}
.p-form__wrap:nth-of-type(n + 2) {
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-form__wrap:nth-of-type(n + 2) {
    margin-top: 6rem;
  }
}
.p-form__head {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-form__head {
    font-size: 3.2rem;
  }
}
.p-form .c-link {
  margin-inline: auto;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-form .c-link {
    margin-top: 6rem;
  }
}
.p-form .c-btn2 {
  margin-top: 3rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-form .c-btn2 {
    margin-top: 6rem;
  }
}

.p-bottom {
  background-color: #ebf9a1;
  margin-top: 4.8rem;
  padding-block: 4.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-bottom__text {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-bottom__text {
    font-size: 3.2rem;
    margin-top: 5rem;
  }
}
.p-bottom .c-btn2 {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-bottom .c-btn2 {
    margin-top: 3rem;
  }
}
.p-bottom .c-link {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-bottom .c-link {
    margin-top: 6rem;
  }
}

/*# sourceMappingURL=login.css.map */
