.-news:has(.news_single) {
    padding-top: 210px;
}

.news {
    padding: 97px 0 140px;
    background-color: #F7F7F7;
}

.news_single {
    padding-top: 20px;
    margin-bottom: 178px;
}

.news_nav {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-bottom: 28px;
}

select {
    width: 190px;
    padding: 13px 10px;
    border: solid 1px #C4C4C4;
    background: url(/img/cmn/img-select-arrow.svg) center right 15px / 8px auto no-repeat;
    background-color: #fff;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px;
}

.news_ttl {
    margin-bottom: 12px;
    font-size: 60px;
}

.news_single .news_ttl {
    font-size: 24px;
}

.news_list {
    flex: 1;
    margin-bottom: 72px;
    border-top: 1px solid #000;
}

.news_list li {
    border-bottom: 1px solid #000;
}

.news_list li a {
    display: inline-flex;
    align-items: flex-start;
    gap: 48px;
    width: 100%;
    font-weight: 500;
    padding: 25px 18px;
}

.news_list li .cat,
.news_single .cat {
    display: inline-flex;
    justify-content: center;
    width: 100px;
    color: #00B7C6;
}

.news_list li p {
    width: 100%;
}

.news_single .cat {
    margin-left: 18px;
}

.post_head {
    margin-bottom: 39px;
}

.post_ttl {
    margin-top: 34px;
    font-size: 24px;
    font-weight: 500;
}

.post_body {
    margin-bottom: 59px;
    padding-bottom: 101px;
    border-bottom: solid 1px #C4C4C4;
}

.wp-pagenavi {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.previouspostslink,
.nextpostslink {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #000;
    color: #fff;
}

.wp-pagenavi .page,
.wp-pagenavi .current {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #E5E5E5;
    color: #000;
}

.wp-pagenavi .current {
    background-color: #0067BF;
    color: #fff;
}

.cmn_btn a {
    margin: auto;
}

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

@media screen and (max-width:640px) {
    .-news:has(.news_single) {
        padding-top: 64px;
    }

    .news {
        padding: 32px 0 52px;
    }

    .news_single {
        padding-top: 32px;
        margin-bottom: 52px;
    }

    .news_list {
        margin-bottom: 28px;
    }

    .news_list li a {
        flex-wrap: wrap;
        gap: 10px;
        padding: 18px 12px;
    }

    .post_body {
        margin-bottom: 32px;
        padding-bottom: 26px;
    }

    .wp-pagenavi {
        gap: 6px;
    }

    .previouspostslink,
    .nextpostslink {
        width: 37px;
        height: 37px;
    }

    .wp-pagenavi .page,
    .wp-pagenavi .current {
        width: 37px;
        height: 37px;
    }

    .cmn_btn a {
        width: 161px;
        height: 38px;
        padding: 0 19px;
    }

    .cmn_btn span {
        font-size: 14px;
    }

    .cmn_btn.-small .cmn_btn_icon {
        width: 15px;
        height: 15px;
    }

    .cmn_btn.-small .cmn_btn_icon::before {
        width: 10px;
        height: 10px;
    }

    .cmn_btn.-small .cmn_btn_icon::after {
        width: 10px;
        height: 10px;
    }
}