body {
  min-width: 100%;
  background: #F3F3F3;
}
.newmypage-password-forget .error-message-value {
  margin: 0 0 50px;
}
.newmypage-container {
  padding: 30px 5%;
}
.newmypage-password-forget__title {
  font-size: 1.8rem;
}
.newmypage-password-forget p {
  font-size: 1.3rem;
  line-height: 1.5;
}
.newmypage-password-forget__text {
  margin-top: 20px;
  letter-spacing: -0.01px;
  font-weight: bold;
}
.newmypage-password-forget__group {
  margin-top: 20px;
}
.newmypage-password-forget div.form-next-button {
  max-width: 220px;
}
.newmypage-password-forget div.form-next-button span {
  color: #000;
}
.newmypage-password-forget__input-text {
  font-weight: bold;
}
.newmypage-password-forget__group input::placeholder {
  color: var(--placeholder-color);
}
.newmypage-password-forget__group input {
  width: 100%;
  height: 40px;
  margin-top: 5px;
  border-radius: 8px;
  background-color: white;
  padding: 12px 18px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 17px;
  border: none;
  outline: 1px solid #707070;
}
input.input-focus-yellow-color:focus {
  outline: 2px solid var(--yellow300-color);
  border: none;
}
.newmypage-password-forget__attention {
  margin-top: 5px;
}
.newmypage-password-forget__attention p {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.1rem;
  line-height: 1.5;
}
.newmypage-password-forget .newmypage-button-wrapper {
  margin-top: 40px;
}
.newmypage-password-forget__desc {
  line-height: 18px;
  margin-top: 20px;
}
.newmypage-password-forget__bottom {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #000;
}
.newmypage-password-forget__bottom p {
  font-size: 1.1rem;
}

@media screen and (max-width: 767px) {
  .newmypage-password-forget .error-message-value {
    margin: 0 0 35px;
  }
}