@charset "utf-8";

.news-main-wrapper{
    width: 80%;
    margin: auto;
}

.news-main-wrapper > div{
    margin-bottom: 5rem;
}

/*
.news-list{

}
*/
.news-block-size80{
    width: 60%;
    margin: 2rem auto;
}

.news-list a{
    display: block;
}

@media(max-width: 700px) {
    .news-block-size80{
        width: 90%;
    }
}


/*----news-details----*/
.header_date{
    margin: 0;
    font-size: 1rem;
    color: #999;
}

.news-detail_header{
    text-align: center;
    border-bottom: 1px dashed #333;
}

.news-list-back{
    display: block;
    width: 100px;
    border-radius: 100vh;
    background: #5bc8ac;
    letter-spacing: 0.05em;
    font-weight: 600;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
}
.news-list-back > span{
    margin-right: 3rem;
}


@media(max-width: 700px) {
    .news-list-back{
        margin: auto;
    }
}

