/* .login-title2.css */

.login-title2 {
  font-size: 18px;
  text-align: center;          /* 中央寄せ */
  color: #000;                 /* 黒字 */
  padding-bottom: 8px;
  border-bottom: 1px solid #000; /* 下線（黒） */
  margin-bottom: 24px;
}