/* newsのcssから引用 */
.o-news__item--date .o-news__tab--icn-important {
    border: 2px solid #ff0000;
    background: #fff;
    font-weight: 600;
    color: #ff0000;
    font-size: 1.1rem;
}

.o-news__item--date .o-news__tab--icn-sale {
    border: 2px solid #ff0000;
    background: #ff0000;
    font-weight: 600;
    color: #fff;
    font-size: 1.1rem;
}

.o-news__item--date .o-news__tab--icn-shop {
    border: 2px solid #f6ac19;
    background: #f6ac19;
    font-weight: 600;
    font-size: 1.1rem;
}

.o-news__item--date .o-news__tab--icn-product {
    border: 2px solid #009de0;
    background: #009de0;
    font-weight: 600;
    color: #fff;
    font-size: 1.1rem;
}

.o-news__item--date .o-news__tab--icn-news {
    border: 2px solid #cccccc;
    background: #cccccc;
    font-weight: 600;
    font-size: 1.1rem;
}
.icon-new{
    width: 24px;
    height: 18px;
}
.o-news__item--list .o-static__list--text{
    padding-right: 40px;
}
.o-static__list li::after{
    right: 8px;
}
.o-news__item--list.o-static__list{
    padding: 10px;
}
