@charset "utf-8";

.entry_meta-flex {
    display: flex;
    margin-right: 13px;
}

.news-wrap.inner {
    max-width: 1100px;
    margin: 0 auto;
}

.news-wrap.inner {
    padding: 60px 0 90px;
}

h1.news-title {
    margin-bottom: 28px;
}

article.entry_item {
    padding: 21px 0;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: baseline;
}

span.entry_date {
    display: block;
    width: 100%;
    max-width: fit-content;
}

p.entry_meta-flex {
    display: flex;
    max-width: fit-content;
    width: 100%;
    margin-right: 22px;
}

.entry_category {
    width: 119px;
    margin-left: 11px;
    display: block;
    text-align: center;
    background: #ccc;
}

.post-title p.entry_category {
    margin: 0 11px 0 0;
}

.entry_category a {
    display: block;
    background-color: #999;
    color: #fff;
    padding: 4px 0 5px;
    line-height: 1;
    text-align: center;
    font-size: 14px;
    width: 100%;
}

span.page-numbers.current,
a.page-numbers {
    margin-right: 11px;
    display: block;
}

.nav-links {
    margin: 0 auto;
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.nav_select {
    display: flex;
    justify-content: right;
    margin-top: 50px;
}

section.entry_list {
    margin-bottom: 50px;
}

p.news-entry-title {
    font-size: 24px;
    font-weight: 700;
    width: 100%;
}

.post-title {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding: 0 0 20px;
    margin-bottom: 24px;
    max-width: 100%;
    width: 100%;
}

.date-category-wrap {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: right;
}


p.news-date {
    width: 100%;
    display: block;
}

.back-to-list {
    display: table;
    margin: 55px auto 200px auto;
    max-width: fit-content;
}

p.entry_meta-flex {
    display: flex;
    align-items: center;
}

.post-thumbnail {
    margin-bottom: 20px;
}

img.attachment-large.size-large.wp-post-image {
    width: 100%;
    height: auto;
}

/* ==============================
ショートコード アイキャッチあり
==============================*/
.top-news-list-thumbnail {
    display: flex;
    flex-direction: column;
}

.top-news-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.top-news-thumbnail {
    flex-shrink: 0;
}

.top-news-thumbnail img {
    max-width: 150px;
    height: 80px;
    object-fit: cover;
    width: 100%;
    vertical-align: top;
}

.top-news-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 12px;
}

.top-news-date {
    font-size: 14px;
    margin-bottom: 5px;
}

.wrap.news-wrap {
    padding-bottom: 64px;
}

.news__inner {
    padding-top: 200px;
}

@media screen and (max-width: 1100px) {
    .news__inner {
    padding-top: 120px;
}
}


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

    .top-news-thumbnail img {
        max-width: 99px;
        height: 53px;
    }

    .top-news-item {
        margin-bottom: 5px;
    }

}

/* ==============================
ショートコード アイキャッチなし
==============================*/
span.top-news-date {
    max-width: 111px;
    width: 100%;
    display: block;
    color: #000000;
    font-weight: normal;
}

ul.top-news-list li {
    display: flex;
    align-items: baseline;
    margin-bottom: 6px;
    width: 100%;
}

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

    span.top-news-date {
        max-width: 85px;
    }
}

/* ==============================
    スマホ
============================== */

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

    .wrap.news-wrap {
        padding-bottom: 86px;
    }

    .nav_select {
        justify-content: center;
    }

    .news-wrap.inner {
        max-width: 800px;
        width: 90%;
        padding: 50px 0;
    }

    article.entry_item {
        padding: 14px 0;
        border-bottom: 1px solid #ccc;
        display: block;
    }

    .entry_category a {
        padding: 3px 10px 4px;
        font-size: 12px;
    }

    .entry_category {
        max-width: 100px;
        margin-right: 13px;
        display: block;
    }

    p.entry_meta-flex {
        display: flex;
    }

    .post-title {
        display: block;
    }

    p.news-entry-title {
        font-size: 20px;
        margin-bottom: 6px;
    }

    .post-title {
        display: block;
        padding: 0 0 16px;
        margin-bottom: 19px;
    }

    .back-to-list a {
        font-size: 14px;
    }
}


/* ==============================
    タブレット横/縦のみ
============================== */

@media (max-width: 1650px) and (min-width: 800px) {

    .news-wrap.inner {
        width: 90%;
    }
}