@charset "UTF-8";

.news_list_wrap{
    border-top: #004639 solid 1px;
}

.news_list_item{
    padding: 25px 0;
    border-bottom: #004639 solid 1px;
}

.news_list_main{
    display: flex;
}

.news_list_date{
    font-family: 'Roboto', sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 18px 4px 0;
}

.news_list_tags{
    font-size: 1.2rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex: 1;
}

.news_list_tags li{
    padding: 0 6px;
    margin: 0 4px 4px 0;
}

.news_list_tags li:last-chid{
    margin-right: 0;
}

.news_list_new{
    font-family: 'Roboto', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
    background: #ee780c;
    border: #ee780c solid 1px;
}

.news_list_cat{
    line-height: 1.6;
    color: #fff;
    background: #004639;
    border: #004639 solid 1px;
}

.news_list_shop{
    line-height: 1.6;
    border: #004639 solid 1px;
}

.news_list_title{
    font-size: 1.4rem;
    margin: 4px auto -4px;
}

@media (min-width: 769px) {

    .news_list_date{
        font-size: 1.2rem;
        margin: 0 16px 4px 0;
    }

    .news_list_title{
        font-size: 1.5rem;
    }
    
    .news_list_shop a:hover{
        color: #004639;
    }

}
