﻿.horizontal-list {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    display: flex;
    align-items: center;
}

.historyTabList {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    display: flex;
    align-items: center;
}

.item {
    /* 横スクロール用 */
    display: inline-block;
    margin: 0 2.666666666666667vw;
}
