/* 項目の幅調整 */
.text-omit {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}