.news-news{
    margin: 20vh auto;
    width: 98vw;
    max-width: 972px;
    display: flex;
    justify-content: space-between;
}
.news-c-box{
    display: flex;
    justify-content: space-between;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #000;
    margin-bottom: 30px;
}
.news-item{
    width: 90%;
    /* margin: 0; */
    padding: 0;
}
.news-img-n{
    width: 100px;
    height: 100px;
    margin: 0;
    padding: 0;
    img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
.news-box{
    width: 75%;
}
.news-hl{
    margin-right: 5%;
}
.news-dt{
    font-size: 1.2rem;
}
.news-name{
    padding: 3px;
    color: #fff;
    background-color: #DDD7D0;
    width: 64px;
    font-size: 1rem;
    margin: 12px 0 0 5px;
}
.news-p{
    font-size: 1rem;
    margin-left: 5%;
    width: 50%;
}



.n-c-hl{
    font-size: 1.4rem;
    margin-bottom: 10px;
}
.categolize-box{
    display: flex;
    flex-direction: column;
    border-left: #000 1px solid;
}
.category-item{
    color: #000;
    margin: 10px 0 0 10px;
}
.category-item:nth-child(1){
    margin: 0 0 0 10px;
}

/* 特定のお知らせ用 */
.p-n-title{
    font-size: 1.7rem;
    margin-bottom: 50px;
}
.p-n-img{
    width: 100%;
    margin-bottom: 50px;
    img{
        width: 100%;
    }
}
.p-n-sentence{
    font-size: 1.2rem;
    margin-bottom: 50px;
}

.newses-link{
    text-align: center;
    margin: 10vh auto;
    a{
        color: #000;
        padding-bottom: 5px;
        border-bottom: #000 solid 1px;
    }
}