@charset "UTF-8";
.entry-form {
  max-width: 640px;
}

/*-------------------------------------------------
ログイン
-------------------------------------------------*/
.login-type-area:not(:last-of-type) {
  padding-bottom: 40px;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 40px;
}
.login-type-area h2 {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin: 10px 0 20px 0;
}

.account-option-area {
  margin-top: 15px;
  text-align: center;
}
.account-option-area a {
  color: var(--link-text-color);
  font-weight: 500;
}

.site-top-link {
  display: none;
}

.entry-form-table th {
  min-width: 270px;
  width: 270px;
}

/*-------------------------------------------------
ログアウト
-------------------------------------------------*/
#logout .site-top-link {
  display: none;
}

.center-message {
  text-align: center;
  line-height: 2;
  padding: 100px 0;
}