//「text-overflow: ellipsis;」を使用すると、テキストがはみ出した場合に省略記号「…」に自動で変換されます。 p { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }