.mod-p a[href="/password_reminder"]::after {
    content: "パスワードを初回設定される方"; /* 新しいテキストを追加表示 */
    display: inline-block; /* ブロック要素として表示 */
    color: inherit; /* テキストの色を変更 */
    text-decoration: underline; /* 下線を引く */
}