#news-contents{
    width:100%;
    padding:60px 0px;
    background:#FFF;
}
#news-contents h2{
    color: #947F28;
    text-align: center;
    font-size: 27px;
    font-weight: 600;
    line-height: 46px;
    letter-spacing: 1.35px;
}
.news-box{
    width:100%;
    max-width:840px;
    margin:auto;
}
.news-list{
    padding:40px 0px;
    width:100%;
}
.top-link{
    display: block;
    content:url(./images/news/btn_top_normal.png);
    width:180px;
    height:36px;
    margin:auto;
}
.top-link:hover{content: url(./images/news/btn_top_over.png);}
#news-contents .news-title{
    border-left:5px solid #AE923A;
    padding:0px 0px 0px 10px;
    color: #737277;
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.2px;
    text-align:left;
}
.news-title > .title_date{
    font-family: "Noto Sans JP";
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.5px;
    display: block;
}
.news-detail{
    padding:30px 0px 40px 0px;
    color: #333F38;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 1.5px;
}
.news-bottom{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.news-bottom .news-full{
    display: block;
    content:url(./images/news/btn_newslist_normal.png);
    width:180px;
    height:36px;
}
.news-bottom .news-full:hover{content:url(./images/news/btn_newslist_over.png)}
.news-bottom .top-link{margin:0;}
@media screen and (max-width: 768px){
    body{background-color: #FFF;}
    header{height:60px;}
    #news-contents{padding:20px 0px 40px 0px;}
    #news-contents h2{
        font-size: 20px;
        font-weight: 600;
        line-height: 30px;
        letter-spacing: 1px;
    }
    #news-contents .news-title{
        font-size: 18px;
        font-weight: 600;
        line-height: 24px;
        letter-spacing: 0.9px;
    }
    .news-list{
        padding:20px 20px 40px 20px;
        width:calc(100% - 40px);
    }
    .news-box{
        width:calc(100% - 40px);
        margin:auto;
    }
    .news-title{
        font-size: 20px;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 1px;
    }
    .news-title > .title_date{
        font-size: 13px;
        font-weight: 400;
        letter-spacing: 1.3px;
    }
    .news-detail{
        padding:20px 0px 30px 0px;
        font-size: 13px;
        font-weight: 400;
        line-height: 18px;
    }
    .news-bottom{
        flex-wrap: wrap;
        gap: 10px;
        
    }
    
}