@charset "utf-8";

#archive-news_section-cintent {
    margin-bottom: 5rem;
}

/* ARCHIVE NEWS SECTION CONTENT L */

.archive-news_section-content_l {
    width: 63%;
}

@media screen and (max-width: 800px) {
    .archive-news_section-content_l {
        width: 100%;
        margin-bottom: 3.13rem;
    }
}

.archive-news_section-content_l li {
    margin-bottom: 1.56rem;
}

.archive-news_section-content_l .border-bottom_dashed {
    margin-bottom: 1.56rem;
    padding-bottom: 1.56rem;
}

.archive-news_section-content_l .border-bottom_dashed:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
}

.archive-news_section-content_l h4 {
    font-size: 1.16rem;
    line-height: 1em;
}

@media screen and (max-width: 800px) {
    .archive-news_section-content_l h4 {
        line-height: 1.8em;
    }
}

.archive-news_section-content_l .news_info {
    display: flex;
    align-items: center;
    margin-bottom: 1.56rem;
    line-height: 1em;
}

/* TOP / ARCHIVE 共通 */

.news_info .day {
    font-weight: normal;
    margin-right: 1.25rem;
}

.news_info .category {
    height: 1.2rem;
    font-size: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #1C92B2;
    border-radius: 0.2rem;
    margin-right: 1.25rem;
    padding: 0 0.62rem;
}

/* ARCHIVE-NEWS PAGER */

.pager-box {
    display: flex;
    width: 23%;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6.25rem;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 800px) {
    .pager-box {
        width: 50%;
        margin-bottom: 5rem;
    }
}

@media screen and (max-width: 414px) {
    .pager-box {
        width: 85%;
    }
}

.pager-box li {
    width: 2.8rem;
    height: 2.8rem;
    border: 1px solid #222;
    border-radius: 0.62rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 414px) {
    .pager-box li {
        width: 2rem;
        height: 2rem;
        border-radius: 0.31rem;
    }
}

.pager-box li.current {
    border: 1px solid #1C92B2;
    background-color: #1C92B2;
}

.pager-box li.current span {
    color: #fff;
}

.pager-box li:nth-of-type(4) {
    border: none;
}

.pager_before {
    position: relative;
}

.pager_before::before {
    position: absolute;
    content: "";
    display: inline-block;
    height: 0.6rem;
    width: 1.4rem;
    border-left: 2.3px solid #222;
    border-bottom: 1.6px solid #222;
    left: 1rem;
    transform: skewX(-45deg);
    transition: .5s all;
}

@media screen and (max-width: 414px) {
    .pager_before::before {
        height: 0.3rem;
        width: 0.6rem;
        left: 0.8rem;
    }
}

.pager_next {
    position: relative;
}

.pager_next::after {
    position: absolute;
    content: "";
    display: inline-block;
    height: 0.6rem;
    width: 1.4rem;
    border-right: 2.3px solid #222;
    border-bottom: 1.7px solid #222;
    right: 1rem;
    transform: skewX(45deg);
    transition: .5s all;
}

@media screen and (max-width: 414px) {
    .pager_next::after {
        height: 0.3rem;
        width: 0.6rem;
        right: 0.8rem;
    }
}

/* SINGLE NEWS */


#single-news_section-cintent {
    margin-bottom: 5rem;
}

.single-news_section-content_l {
    width: 63%;
}

@media screen and (max-width: 800px) {
    .single-news_section-content_l {
        width: 100%;
        margin-bottom: 3.13rem;
    }
}

.single-news_section-content_l .news_info {
    display: flex;
    align-items: center;
    margin-bottom: 1.88rem;
    line-height: 1em;
}

.single-news_section-content_l h4 {
    margin-bottom: 1.88rem;
}

.wp-block-image img {
    border-radius: 0.62rem;
}

#single-news_section-cintent .img-box {
    width: 100%;
    margin-bottom: 1.88rem;
}

@media screen and (max-width: 800px) {
    .single-news_link-box.wrapper_03 {
        padding: 0 15%;
        margin-bottom: 5rem;
    }
}

@media screen and (max-width: 414px) {
    .single-news_link-box.wrapper_03 {
        padding: 0 5%;
    }
}

.single-news_link-box {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 6.25rem;
}

.single-news_link-box .common-btn {
    width: initial;
    margin-left: auto;
    margin-right: auto;
}

.single-news_link-box .common-btn a {
    justify-content: center;
    padding-left: 0;
}

@media screen and (max-width: 414px) {
    .single-news_link-box .common-btn a {
        width: 13rem;
        height: 3.3rem;
    }
}

.single-news_link-box .common-btn a::after {
    display: none;
}

.single-news_link-box .prev-btn {
    position: relative;
    font-size: 0.88rem;
}

.single-news_link-box .prev-btn:hover {
    transition: .5s;
    opacity: .7;
}

.single-news_link-box .prev-btn::before {
    position: absolute;
    content: "";
    display: inline-block;
    height: 0.5rem;
    width: 1.3rem;
    border-left: 2.5px solid #333;
    border-bottom: 2px solid #333;
    right: 4.2rem;
    top: 35%;
    transform: skewX(-45deg);
    transition: .5s all;
}

@media screen and (max-width: 414px) {
    .single-news_link-box .prev-btn::before {
        display: none;
    }
}

.single-news_link-box .prev-btn:hover::before {
    right: 4rem;
    transition: .5s;
    opacity: .7;
}

.single-news_link-box .next-btn {
    position: relative;
    font-size: 0.88rem;
}

.single-news_link-box .next-btn:hover {
    transition: .5s;
    opacity: .7;
}

.single-news_link-box .next-btn::before {
    position: absolute;
    content: "";
    display: inline-block;
    height: 0.5rem;
    width: 1.3rem;
    border-right: 2.5px solid #333;
    border-bottom: 2px solid #333;
    left: 4.2rem;
    top: 35%;
    transform: skewX(45deg);
    transition: .5s all;
}

@media screen and (max-width: 414px) {
    .single-news_link-box .next-btn::before {
        display: none;
    }
}

.single-news_link-box .next-btn:hover::before {
    left: 4rem;
    transition: .5s;
    opacity: .7;
}

/* ARCHIVE NEWS SECTION CONTENT R / SIDEBAR*/

.news_section-content_r {
    position: sticky;
    width: 30%;
    top: 18rem;
    align-self: flex-start;
}

@media screen and (max-width: 800px) {
    .news_section-content_r {
        width: 100%;
    }
}

.news_section-content_r h4 {
    background: #1C92B2;
    color: #fff;
    border-radius: 1.25rem 1.25rem 0 0;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 3.75rem;
    font-size: 1.16rem;
}

.news_section-content_r ul {
    width: 100%;
    border: 1px solid #1C92B2;
    border-radius: 1.25rem;
    height: fit-content;
    padding: 5rem 1.88rem 1.88rem 1.88rem;
    box-sizing: border-box;
    background: #fff;
}

@media screen and (max-width: 800px) {
    .news_section-content_r ul {
        padding: 5rem 5% 5% 5%;
    }
}

.news_section-content_r .border-bottom_dashed {
    border-bottom: 1px dashed #1C92B2;
}

.news_section-content_r a {
    display: block;
}

.news_section-content_r a:hover {
    transition: .5s;
    opacity: .7;
}