.news01__list {
    background: #FAFAFA;
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 30px 40px;
}

.news01__list:nth-of-type(odd) {
    background: #ECEFF1;
}

.news01 .news__date {
    background: var(--point-color);
    margin: 0;
    color: var(--white);
}

.news__date .news__date__time {
    color: var(--sub-font-color);
}

.history_category .history_label {
    min-width: 113px;
    padding: 4px;
    border: 1px solid var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -2px 20px 0 0;
    font-size: 13px;
    color: var(--main-color);
    background-color: #fff;
    line-height: 1;
}
