#news_page h3.title {
    font-size: 17px;
}

#news_page .container .inner .pager span.pages,
#news_page .container .inner .pager span.current {
    font-size: 17px;
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #E2472A;
    border-radius: 32px;
    color: white;
    margin: 5px;
}

#news_page .container .inner .pager span.pages,
#news_page .container .inner .pager a.larger,
#news_page .container .inner .pager a.smaller {
    font-size: 17px;
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e4e4e4;
    border-radius: 32px;
    color: white;
    margin: 5px;
}

.wp-pagenavi {
    width: fit-content;
}

.wp-pagenavi .pages {
    display: none;
}

body .wp-pagenavi a,
body .wp-pagenavi span {
    border: none;
}

.wp-pagenavi span.current {
    color: #8CB808;
}

.wp-pagenavi {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: fit-content;
    position: relative;
    margin-top: 64px;
}

#news_page .container .inner dl a dd {
    float: left;
    display: flex;
    align-items: center;
    font-size: 15px;
    line-height: 20px;
    width: max-content;
    padding: 6px 0px 6px 20px;
}

#news_page .container .inner dl a dt {
    display: flex;
    font-size: 17px;
    justify-content: space-between;
    align-items: center;
}

#news_page .container .inner dl a dt span {
    padding: 17px;
    line-height: 17px;
}

#news_page .container .inner dl>a {
    display: block;
    /* height: 78px; */
}

#news_page .container {
    padding-bottom: 128px;
}

@media only screen and (max-width: 768px) {
    #news_page .container {
        padding-bottom: 100px;
    }
}

@media screen and (max-width: 960px) {
    #news_page .container .inner dl {
        padding-left: 20px;
        padding-right: 20px;
    }
    #news_page .container .inner dl a dd {
        height: 50px;
        padding: 28px 10px 0px 20px;
        margin-bottom: 0px;
        width: 100%;
    }
    #news_page .container .inner dl a dt {
        width: 100%;
        /* height: 68px; */
        padding: 16px 0px 27px 10px;
    }
    #news_page .container .inner dl a dt span {
        position: relative;
        margin-top: -35px;
    }
}

#news_page .date .blog,
#front_news_page .date .blog {
    color: #DB8B38;
}

#news_page .date .news,
#front_news_page .date .news {
    color: #CB6290;
}


/* @media screen and (max-width: 640px) {
    #news_page {
        margin-bottom: 280px;
    }
} */


/*# sourceMappingURL=news.min.css.map */