div.mypage-section-container {
  max-width: 600px;
  margin: 60px auto 0;
}
div.mypage-content-box {
  background: unset;
}
div.mypage-content-box-inner {
  margin: 0;
  padding: 0;
}
div.mypage-container.mypage-forget {
  min-height: calc(100vh - (66px + 124.5px));
}
.mypage-forget div.mypage-title-area-icon {
  width: auto;
}
.mypage-forget div.mypage-title-area-icon img {
  padding-left: 0;
}
.mypage-forget form {
  margin-top: 40px;
}
.mypage-forget p.password-forget-explanation {
  margin-top: 15px;
  font-size: 1.175rem;
  color: #c3c3c3;
}
.mypage-forget .button-body {
  width: calc((1100px - 250px - 20em) / 3);
  height: 30px;
  padding: 20px 30px;
  border: 2px solid #fff;
}
.mypage-forget .button-body p {
  color: var(--zeus-subsc-yellow);
}
.mypage-forget div.mypage-section-container div.mypage-forget-button {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.mypage-forget .mypage-forget-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mypage-forget .mypage-input {
  width: calc(100% - 130px);
}
.mypage-forget .mypage-forget-text {
  font-size: 1.6rem;
  font-weight: bold;
  color: #FFF;
  word-break: break-word;
  text-align: left;
}
/*********************/
/*完了画面固有*/
/*********************/
.mypage-complete .mypage-content-box-title p {
  text-align: left;
  color: #fff;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  line-height: 25px;
}
.mypage-complete .mypage-complete-inner {
  margin-top: 30px;
}
.mypage-complete .mypage-complete-inner {
  color: #fff;
}
@media screen and (max-width: 767px) {
  div.mypage-container.mypage-forget {
    min-height: calc(100vh - (64px + 124.5px));
  }
  .mypage-forget div.mypage-title-area-icon {
    max-width: 70px;
    margin-top: 15px;
  }
  .mypage-forget div.mypage-section-container {
    max-width: 90%;
    margin: 40px auto 0;
  }
  .mypage-forget div.mypage-section-container div.mypage-forget-button {
    flex-direction: column;
  }
  .mypage-forget .button-body {
    margin: 15px auto 0;
  }
  .mypage-forget .mypage-forget-inner {
    display: block;
  }
  .mypage-forget .mypage-input {
    width: 100%;
    margin-top: 5px;
  }
  .mypage-forget .mypage-forget-text {
    font-size: 1.4rem;
  }
}