@charset "UTF-8";
/**************************************************
* ページ: ログインページ
**************************************************/
#wpmem_login fieldset, #wpmem_reg fieldset {
  margin: 0 !important;
}

#wpmem_login .button_div, #wpmem_reg .button_div {
  margin-top: -20px !important;
}

#wpmem_msg, .wpmem_msg[class] {
  padding: 20px 3%;
}

.login__container {
  padding: 130px 0 130px;
}
@media (max-width: 767px) {
  .login__container {
    padding: 85px 0 50px;
  }
}

.login__wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 999px) {
  .login__wrapper {
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .login__wrapper {
    display: block;
  }
}

.login__content {
  width: 48%;
}
@media screen and (max-width: 999px) {
  .login__content {
    width: 35%;
  }
}
@media (max-width: 767px) {
  .login__content {
    width: 100%;
  }
}

.login__logo {
  width: 360px;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .login__logo {
    width: 277px;
  }
}

.login__text {
  margin-top: 50px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 767px) {
  .login__text {
    margin-top: 25px;
  }
}

.login__form {
  margin-top: 24px;
  background: #fff;
  padding: 5% 7%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .login__form {
    margin-top: 15px;
    padding: 25px 35px;
  }
}

#wpmem_login, #wpmem_msg, #wpmem_reg, .wpmem_msg {
  width: 100% !important;
}

#wpmem_login legend, #wpmem_reg legend {
  display: none;
}

#wpmem_login label, #wpmem_reg label {
  display: block !important;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 10px;
}

#wpmem_login .button_div label, #wpmem_reg .button_div label {
  display: none !important;
}

#wpmem_login input[type=submit] {
  display: inline-block;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  background: transparent linear-gradient(94deg, #4ACE82 0%, #24A780 100%) 0% 0% no-repeat padding-box;
  border-radius: 5px;
  padding: 0.5em 0;
  border: none;
}

.login__trouble {
  width: 365px;
  max-width: 90%;
  margin: 0 auto;
  margin-top: 13%;
}
.login__trouble a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5;
  color: #30B280;
  background: rgba(36, 147, 2, 0.1);
  border-radius: 5px;
  padding: 6px 1em;
}
.login__trouble a::before {
  display: inline-block;
  content: "";
  position: relative;
  background: url(../img/icon_question.png) no-repeat center center/contain;
  width: 1.5em;
  aspect-ratio: 40/40;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .login__trouble {
    width: 100%;
    max-width: 100%;
    margin-top: 23%;
  }
  .login__trouble a {
    padding: 6px 14%;
    font-size: min(1.4rem, 3.7333333333vw);
  }
}

.login__overview {
  width: 46%;
}
@media screen and (max-width: 999px) {
  .login__overview {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .login__overview {
    display: none;
  }
}

.about__heading {
  font-size: clamp(17.6px, 1.5277777778vw, 22px);
  font-weight: 800;
  color: #259401;
}
@media screen and (max-width: 999px) {
  .about__heading {
    font-size: 1.8rem;
  }
}

.about__text {
  margin-top: 2em;
  font-size: 1.6rem;
  font-size: clamp(12.8px, 1.1111111111vw, 16px);
  font-weight: 400;
  line-height: 1.875;
}

.about__content {
  margin-top: 5%;
}

.about__subheading {
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1.875;
}

.about__list li {
  font-size: clamp(9.6px, 1.1111111111vw, 16px);
  font-weight: 400;
  line-height: 1.875;
}
@media screen and (max-width: 999px) {
  .about__list li {
    font-size: 1.3rem;
  }
}

.step {
  margin-top: 5%;
  background: rgba(36, 147, 2, 0.1);
  padding: 2%;
  padding-right: 11%;
  border-radius: 6px;
  position: relative;
}
.step::after {
  content: "";
  position: absolute;
  background: url(../img/login.png) no-repeat center center/100%;
  aspect-ratio: 259/468;
  width: 23%;
  right: 0;
  top: 50%;
  transform: translate(30%, -53%);
}
@media screen and (max-width: 999px) {
  .step {
    padding-right: 5%;
  }
  .step::after {
    width: 17%;
  }
}

.step__heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.875;
  color: #249302;
  border-top: 1px solid #249302;
  border-bottom: 1px solid #249302;
}

.step__list {
  display: flex;
  margin-top: 15px;
}

.step__item {
  width: 30%;
}
.step__item:nth-child(2) {
  width: 40%;
}

.step__icon {
  text-align: center;
}
.step__icon img {
  height: auto;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}

.step__label {
  width: 60px;
  margin: 0 auto;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4166666667;
  color: #fff;
  text-align: center;
  background: #249302;
  margin-top: 7px;
}

.step__description {
  margin-top: 7px;
  font-size: clamp(10px, 0.8333333333vw, 12px);
  font-weight: 500;
  line-height: 1.4166666667;
  text-align: center;
}
/*# sourceMappingURL=login.css.map */