body {
  min-width: 100%;
  background: #F3F3F3;
}
.newmypage-login .error-message-value {
  margin: 0 0 50px;
}
.newmypage-container {
  padding: 30px 5%;
}
.newmypage-login__title {
  font-size: 1.8rem;
}
.newmypage-login p {
  font-size: 1.3rem;
  line-height: 1.5;
}
.newmypage-login__text {
  margin-top: 20px;
  font-weight: bold;
}
.newmypage-login__input-group {
  margin-top: 20px;
}
.newmypage-login__input-text {
  font-weight: bold;
}
.newmypage-login__input-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-login__inner {
  position: relative;
}
.newmypage-login__inner + .newmypage-login__inner {
  margin-top: 10px;
}
.newmypage-login__inner span {
  position: absolute;
  top: 40px;
  right: 18px;
}
p.newmypage-login__forgot {
  margin-top: 5px;
  text-align: right;
  font-size: 1.1rem;
}
.newmypage-login__input-group input::placeholder {
  color: var(--placeholder-color);
}
.newmypage-button-wrapper {
  margin-top: 20px;
}
.newmypage-button-wrapper .decoration-button-wrapper + .decoration-button-wrapper {
  margin-top: 20px;
}
.newmypage-login div.form-next-button {
  max-width: 220px;
  padding: 0;
}
.newmypage-login div.form-next-button span {
  display: block;
  width: 100%;
  padding: 1em;
  color: #000;
}
.newmypage-login div.form-next-button a {
  width: 100%;
}
.newmypage-button-entry {
  margin-top: 40px;
}
.newmypage-button-entry__deco {
  position: relative;
  border-top: 1px solid #000;
}
.newmypage-button-entry__deco span {
  width: 60px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #F3F3F3;
  text-align: center;
}
p.newmypage-button-entry__text {
  margin-top: 30px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
}
.newmypage-button-entry .decoration-button-wrapper {
  margin-top: 20px;
}
.newmypage-login__bottom {
  background-color: var(--grey200-color);
}
.newmypage-login__description {
  padding: 20px 0 58px;
}
.newmypage-login__description p {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 18px;
  padding: 0 20px;
  margin-bottom: 28px;
}
.newmypage-login__link-login a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--yellow400-color);
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 14px;
  height: 43px;
  border-radius: 3px;
  margin-top: 11px;
  color: var(--primary-color);
}
.newmypage-login .form-back-button {
  background: #fff;
}
.newmypage-login .error-text-link {
  color: #ff0000;
  text-decoration: underline;
}

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