@charset "utf-8";

.newsLink {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 15px 15px 15px 0;
    border-bottom: 1px solid #333;
}

.newsItem:first-of-type .newsLink {
    padding-top: 0;
}

.newsCateBx{
    width: calc(100% - 55px);
}

.newsCateFl {
    display: flex;
    align-items: center;
}

.newsDate {
    width: max-content;
    max-width: 100px;
    margin: 0 10px 0 0;
    font-size: 15px;
    color: #9E9E9E;
    line-height: 1.4em;
    text-wrap: nowrap;
}

.newsCate {
    display: inline;
    align-items: center;
    width: fit-content;
    max-width: 720px;
    height: 26px;
    padding: 3px 10px 0;
    color: var(--white);
    line-height: 1.5;
    font-size: 14px;
    background: var(--secondary);
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}

.newsTit{
    margin: 15px 0 0;
    color: #333;
}

.newsArrow{
    width: 40px;
    height: 40px;
    margin: 0 0 0 15px;
    background: url(/system_panel/uploads/images/arrow02.svg) no-repeat center /contain;
    transition: all .3s;
}

.newsLink:hover .newsArrow{
    margin: 0 -15px 0 30px;
}


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:768px) {

    .newsLink {
        padding: 23px 30px 15.5px;
    }

    .newsDate {
        max-width: 115px;
        margin: 0 20px 0 0;
        font-size: 18px;
    }

    .newsCate {
        height: 31px;
        font-size: 15px;
    }

}

/* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */