@charset "UTF-8";

/*============================
news__mv
============================*/
.news__mv {
    background: linear-gradient(#F0EFEA, #EAE7DE);
    height: 188px;
    min-height: auto;
}

.news__mv .pmv__flex {
    padding: 20px 0 0;
}

@media screen and (max-width:1024px) {
    .news__mv {
        height: 188px;
    }

}

@media screen and (max-width:767px) {
    .news__mv {
        height: 160px;
    }

}

/*============================
n__contents
============================*/

.n-contents {
    padding: 100px 0 150px;
}

.nc__btnwrap {
    background: #F5F4F0;
    padding: 40px 3% 40px 0;
}

.ncb__left {
    width: 25%;
   
}

.ncb__right {
    width: 75%;
    padding: 0 0 0 3%;
    border-left: solid 1px #B3A86F;
}

.ncb__ttl {
    font-weight: 500;
    text-align: center;
}

.ncb__ul {
    align-items: flex-start;
}

.ncb__tab {
    width: 24%;
    background: #fff;
    border: solid 1px #B3A86F;
    line-height: 28px;
    white-space: nowrap;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 500;
    margin: 0 .5%;
    cursor: pointer;
}

.ncb__tab:first-child {
    margin-bottom: 20px;
}

.ncb__tab.active {
    background: #B3A86F;
    color: #fff;
}
.ncb__tab a {
    display: block;
    width: 100%;
    height: 100%;
}
.ncb__tab.active a {
    color: inherit;
}

@media screen and (max-width:1024px) {
    .n-contents {
        padding: 80px 0 100px;
    }

    .nc__btnwrap {
        padding: 30px 3% 30px;
    }

    .ncb__left {
        width: 25%;
    }

    .ncb__right {
        width: 75%;
        padding: 0 0 0 3%;
    }

    .ncb__tab {
        width: 24%;
        line-height: 28px;
        font-size: min(1.4rem,1.4vw);
        margin: 0 .5%;
    }

    .ncb__tab:first-child {
        margin-bottom: 15px;
    }
}

@media screen and (max-width:767px) {
    .n-contents {
        padding: 60px 0 80px;
    }

    .nc__btnwrap {
        padding: 20px 3% 20px;
    }

    .ncb__left {
        width: 100%;
        padding-bottom: 10px;
        border: none;
        border-bottom: solid 1px #B3A86F;
    }

    .ncb__right {
        width: 100%;
        padding: 20px 0 0;
        border: none;
    }

    .ncb__ul {
        display: flex;
    }

    .ncb__tab {
        width: 48%;
        line-height: 30px;
        font-size: min(1.4rem,3.3vw);
        margin: 0 1% 10px;
    }

    .ncb__tab:first-child {
        margin-bottom: 10px;
    }
}



/*============================
	nd-contents / news-detail page
============================*/
.nd-contents {
    padding: 100px 0 150px;
}
.ndc__ttl .txt{
    width: calc(100% - 300px);
}
.ndc__ttl .info{
    width: 280px;
    line-height: 1.5;
}
.ndc__ttl .news__ctg{
    margin: 0 15px 0 0;
}
.ndc__ttl .news__date{
    margin: 0;
}
.nd__txt{
    max-width: 900px;
    margin: 0 auto;
}
.ndc__btn a{
    margin: 0 auto;
}
@media screen and (max-width:1024px) {
    .nd-contents {
        padding: 80px 0 100px;
    }
    .ndc__ttl .txt{
        width: calc(100% - 200px);
    }
    .ndc__ttl .info{
        width: 180px;
    }
    .ndc__ttl .news__ctg{
        margin: 0 ;
        display: block;
    }
    .ndc__ttl .news__date{
        margin: 0;
    }
}


@media screen and (max-width:767px) {
    .nd-contents {
        padding: 60px 0 80px;
    }
    .ndc__ttl{
        display: flex;
        flex-direction: column-reverse;
    }
    .ndc__ttl .txt{
        width: 100%;
    }
    .ndc__ttl .info{
        width: 100%;
        margin-bottom: 10px;
    }
    .ndc__ttl .news__ctg{
        margin: 0 10px 0 0;
        display: inline-block;
    }
    .ndc__ttl .news__date{
        margin: 0;
        position: relative;
        right: auto;
        top: auto;
    }
}