.my-page .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.my-page .inner ul li a {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.my-page .inner ul li a:hover {
  color: #245c29;
}

.customize-support .my-page .inner {
  text-align: center;
}
.customize-support .my-page .inner #wpmem_reg,
.customize-support .my-page .inner #wpmem_login {
  text-align: left;
}

#wpmem_login {
  margin-inline: auto;
}
#wpmem_login legend {
  color: #245c29;
  font-size: 30px;
  line-height: 2.5666666667;
  margin-bottom: 8px;
}
@media screen and (max-width: 600px) {
  #wpmem_login legend {
    font-size: 24px;
    line-height: 1.6;
  }
}
#wpmem_login fieldset .link-text:last-child {
  display: none;
}

.drop-box__link {
  display: inline-block;
  color: #ffffff;
  padding: 13px 33px;
  border: 1px solid #245c29;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.75;
  border-radius: 8px;
  background-color: #245c29;
}
.drop-box__link:hover {
  background-color: #ffffff;
  color: #245c29;
}
.drop-box__link::before {
  content: "";
  display: block;
  background: url("../img/icon/tryangle-white.png") no-repeat center center/contain;
  width: 6px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.wpmem_loginout_link {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.wpmem_loginout_link:hover {
  color: #245c29;
}

.login_status a {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.login_status a:hover {
  color: #245c29;
}

/* ページごとのログイン画面 */
.post-password-form {
  height: calc(100vh - 486px);
  padding-block: 100px 100px;
  padding-inline: 20px;
  max-width: 1040px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .post-password-form {
    height: calc(100vh - 176px - 384px);
  }
}
@media screen and (max-width: 768px) {
  .post-password-form {
    height: calc(100vh - 200px - 246px);
  }
}