.top-contents-news{
    padding-top: 60px;
}
.news-text{
    display: flex;
    border-bottom: solid #C4C8CC 1px;
    padding: 24px 0;
}
.news-list{
    border-top: solid #C4C8CC 1px;
    margin-top: 70px;
}
.news-list ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.news-text .date{
    line-height: 75px;
    margin: 0 20px 0 0;
    font-weight: 400;
    color: #72777D;
}
.news-text .news-btn a{
    color: #000;
    text-decoration: none;
}
.news-text .news-btn h2{
    font-weight: 400;
    line-height: 45px;
}


section{
    margin-bottom: 50px;
}
section .informations-header{
    text-align: center;
}
.informations-header .pc-display{
    height: 320px;
}
@media screen and (max-width: 768px){
    .news-text{
        display: block;
    }
    .news-text .date{
        line-height: 0;
        display: inline;
    }
    .news-btn h2{
        margin: 0;
    }
    .news-list ul{
        margin: 0;
    }
    .news-text{
        padding: 32px 0;
    }
    .informations-header .sp-display{
        width: 100%;
    }
}
