@charset "UTF-8";
.contents-row:not(:last-of-type) {
  margin-bottom: 32px;
}

.entry-form {
  max-width: 690px;
}

.repassword-title {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

.captcha-area {
  margin-top: 15px;
  text-align: center;
}

.captcha_1_img {
  display: inline-block;
  vertical-align: middle;
}

.captcha_1 {
  display: inline-block;
  vertical-align: middle;
}

input[name=hncaptcha_private_key] {
  font-size: 2rem;
  text-align: center;
}

.repassword-message {
  text-align: center;
}
.repassword-message p:not(:last-of-type) {
  margin-bottom: 16px;
}

/*-------------------------------------------------
メールアドレス入力画面
-------------------------------------------------*/
#repassword .entry-form-table th {
  min-width: 160px;
  width: 160px;
}

/*-------------------------------------------------
パスワード更新画面
-------------------------------------------------*/
#repasswordUpdate .entry-form-table th {
  min-width: 200px;
  width: 200px;
}