.container {
    padding-top: 5vw;
}

.news_list {
    margin: auto 8.4vw;
}
.news_list .news_item {
    font-family: UDShinGoPr6-Regular;
    font-weight: normal;
    font-size: 1.56vw;
    line-height: 2.22vw;
    text-align: left;
    color: #140b0b;
    cursor: pointer;
    display: block;
    margin-bottom: 1vw;
}
.news_list .news_item:hover {
    text-decoration: underline;
}

@media(max-width: 768px) {
    .contanier {
        padding-top: 10vw;
    }
    .news_list {
        width: 85%;
        margin: auto;
    }
    .news_list .news_item {
        font-size: 3.7vw;
        line-height: 5.56vw;
    }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .news_list .news_item {
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 400;
    }
}