#news_single {
    margin-bottom: 170px;
}

@media screen and (max-width: 576px) {
    #news_single {
        margin-bottom: 128px;
    }
}

#news_single article .container .sub-title {
    margin-bottom: 40px;
}

#news_single .date {
    margin-top: 20px;
}

#news_single .date .blog {
    color: #DB8B38;
}

#news_single .date .news {
    color: #F45B22;
}


/* ボタン */

#news_single .btns {
    display: flex;
    justify-content: center;
    background: #FAF8F4;
    padding: 20px;
}

#news_single .post-btn {
    margin: 10px;
    height: 48px;
}

#news_single .post-btn a {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    line-height: 48px;
}

@media screen and (max-width: 960px) {
    #news_single .btns {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 540px) {
    #news_single .btns .post-btn {
        margin: 10px auto;
    }
}


/* 前の記事　ボタン previous */

#news_single .btns .previous:after {
    left: 19px;
    transform: rotate(-180deg);
}

#news_single .btns .previous:hover::after {
    left: 10px;
}


/* 一覧　ボタン  */

#news_single .btns .post-btn:last-child:after {
    transform: rotate(-90deg);
    right: 19px;
    left: auto;
}

#news_single .btns .post-btn:last-child:hover::after {
    top: 10px;
    left: auto;
}


/* ボタン */

#news_single .container .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    grid-gap: 20px 20px;
    margin-top: 64px;
}

#news_single .container .content img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 960px) {
    #news_single .container .content img {
        width: 100%;
        left: 0;
        transform: none;
    }
}

.wp-block-image {
    margin: auto;
}

.wp-block-image img {
    height: auto;
}


/*# sourceMappingURL=news-style.css.map */