@charset "UTF-8";

/*============================
	news__contents
============================*/
.wp-singular,
body.archive,
body.blog{
    background: url(../img/cmn/skv_bg.png);

    .sub-kv01 {
        background: none;
        padding: 150px 0 0;
    }
}

.news__contents {
    padding: 100px 0 0;
}

.news__left {
    width: 260px;
}

.news__right {
    width: calc(100% - 260px);
}

.new__ttl {
    .txt {
        margin-top: 1em;
    }
}

.news__filters li {
    margin-bottom: 1em;
    position: relative;

    & a {
        display: flex;
        align-items: center;
        white-space: nowrap;
        position: relative;

        &::before {
            content: "";
            position: relative;
            display: block;
            width: 29px;
            height: 29px;
            background: url(../img/news/news_ico.png) no-repeat center center/contain;
            margin-right: .5em;
        }


    }


}

.news__atc {
    margin-bottom: 20px;

    &:last-child {
        margin-bottom: 0;
    }

    & a {
        display: block;
        align-items: center;
        width: 100%;
        height: 100%;
        padding: 1.5em;
        background: #fff;
        border-radius: 5px;

    }
}

.news__info {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.news__data {
    margin-right: 1em;
    font-weight: 500;
}

.news__cat {
    font-weight: 500;
}

.news__atc--ttl {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}





@media screen and (max-width:1024px) {
.wp-singular
	body.archive,
body.blog{
        .sub-kv01 {
            padding: 80px 0 0;
        }
    }

    .news__contents {
        padding-top: 80px;
    }

    .news__left {
        width: 220px;
    }

    .news__right {
        width: calc(100% - 220px);
    }

    .new__ttl {
        .txt {
            margin-top: 1em;
        }
    }


    .news__filters li {
        margin-bottom: 1em;

        & a {

            &::before {
                width: 22px;
                height: 22px;
            }
        }

    }


    .news__atc {
        margin-bottom: 20px;

        & a {
            padding: 1.5em;
        }
    }

    .news__data {
        margin-right: 1em;
    }

}

@media screen and (max-width:767px) {
    .news__contents {
        padding-top: 80px;
    }

    .news__left {
        width: 100%;
        margin-bottom: 30px;
    }

    .news__right {
        width: 100%;
    }

    .new__ttl {
        .txt {
            margin-top: 1em;
        }
    }

    .news__filters {
        display: flex;
        flex-wrap: wrap;
    }

    .news__filters li {
        width: 50%;
        margin-bottom: 1em;

        & a {
            &::before {
                width: 22px;
                height: 22px;
            }
        }


        &:first-child {
            width: 100%;
        }

    }


    .news__atc {
        margin-bottom: 20px;

        & a {
            padding: 1.5em;
        }
    }

    .news__data {
        margin-right: 1em;
    }


}


/*============================
	news-ditail 
============================*/
.news-detail__box {
    background: #fff;
    padding: 50px 5%;
    border-radius: 5px;

    & h1 {
        line-height: 1.5;
    }

    & h2 {
        line-height: 1.5;
        font-weight: bold;
    }

    & p {
        line-height: 2;
    }
}

.news-backbtn {
    width: fit-content;
    margin: 0 auto;
    text-decoration: underline;
    display: block;
    color: #464D83;
    font-weight: 500;
}

@media screen and (max-width:1024px) {
    .news-detail__box {
        padding: 30px 5%;
    }

}

@media screen and (max-width:767px) {
    .news-detail__box {
        padding: 30px 5%;
    }

}