#nsl-custom-login-form-main::after {
  content: "※ 将来の外部サービス連携機能に備え、Googleアカウントでの登録を推奨しています。";
  display: block;
  margin-top: 8px;
  margin-bottom: 16px;

  font-size: 14px;      /* ← 13 → 14 */
  line-height: 1.7;
  color: #444;          /* ← 少し濃く */
  font-weight: 500;    /* ← 太字ではないが存在感あり */
}
