@media screen and (max-width:767px) {

    #headSection .head-bg{
        height: 200px;
    }
    #headSection .title-wrapper{
        width: 100%;
    }
    #headSection .title{
        font-size: 38px;
        line-height: 50px;
        padding-bottom: 0;
    }

    #news {
        padding: 55px 0px;
        padding-top: 10px;
    }

    .news-title {
        font-size: 32px;
        line-height: 45px;
        margin-bottom: 20px;
    }

    .news-list {
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .news-list div .date {
        line-height: 24px;
        font-size: 13px;
        margin-bottom: 6px;
    }

    .news-list div .txt {
        line-height: 27px;
        font-size: 20px;
        margin-bottom: 8px;
    }



    .news-list div .desc {
        line-height: 22px;
        font-size: 13px;
        height: 55px;
        margin-bottom: 10px;
    }

    .news-list {
        flex-direction: column;
        padding: 0 10px;
    }

    .news-list div {
        margin-bottom: 30px;
        width: 100%;
    }

    .blog-bottom{
        padding: 0 10px;
        flex-direction: column;
        align-items: flex-end;
        row-gap: 10px;
    }

    .news-list a::after{
        width: 20%;
      }

    /*
    文章詳情
    */

    #news_detail{
        padding: 30px 0;
    }
    .news-title {
        font-size: 28px;
        line-height: 39px;
        text-align: center;
    }

    .news-info a span{
        display: none;
    }

    .news-info a{
        width: 25px; height: 25px;
    }

    .news-content {
        line-height: 28px;
        font-size: 14px;
    }

    .news-box{
        justify-content: flex-start; flex-direction: column; margin-bottom: 50px;
    }

    .news-box a{
        display: block; line-height: 27px; font-size: 15px;
    }
}