/* ================================
   HD 表示用 font-size 定義
   ================================ */

/* HD 見出し（ユーザー名／パスワード） */
.hd-label {
  font-size: 16pt;
}

/* HD 入力欄 */
.hd-input {
  font-size: 15pt;
  width: 160px;
}

/* HD リンク風 input（ログイン／クリア） */
.login-link {
  font-size: 16pt;
  border: 0;
  background-color: transparent;
  text-decoration: underline;
  color: #0000ff;
  cursor: pointer;
}

/* フォーカス時（JSで class 付与） */
.login-link.is-focus {
  color: #ff0000;
}

/* 非表示制御 */
.hd-hidden {
  display: none;
}