@charset "UTF-8";
p {
    line-height: normal;
    margin-block-end: 0;
}

ul, li{
	margin: 0;
	padding: 0;
}
/*
.year-menu {
    max-width: 350px;
    border: 1px solid #bab7b7;
    border-radius: 5px;
    margin: 0 auto 30px;   
}

.year-menu summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    height: 45px;
    color: #707070;
    cursor: pointer;
    padding-left: 25px;
}

.year-menu summary::-webkit-details-marker {
    display: none;
}

.year-menu summary::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    border: 6px solid transparent;
    border-top: 7px solid #9D9D9D;
}

.year-menu[open] summary::after {
    top: auto;
    border: 6px solid transparent;
    border-bottom: 7px solid #9D9D9D;
}

.year-menu div {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 0 25px;
    color: #bab7b7;
    transition: transform .5s, opacity .5s;
}

.year-menu[open] div {
    transform: none;
    opacity: 1;
}

.year-list-sp ul li{
    border-top: 1px solid #BAB7B7;
    height: 45px;
    display: flex;
    align-items: center;
    color: #BAB7B7;
}

.year-list-sp ul li a{
    color: #707070;
}

.news-flex{
    display: flex;
}
*/
.news-flex .news{
    width: 100%;
}

.news-list{
    list-style: none outside;
    margin: 0;
    padding: 0;
}

.news-list .item{
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid #CCC;
    padding: 40px 20px;
}
.item div{
    display: flex;
    align-items: center;
}
.news-list li:first-child {
    border-top: 1px solid #CCC;
}

.news-list .item .date{
    font-weight: 500;
    min-width: 90px;
    padding-right:20px;
    font-family: Roboto, sans-serif;
}

.news-list .item .category{
    padding-right: 30px;
}

.news-list .item .category span{
    text-align: center;
    display: inline-block;
    font-size: 1.3rem;
    border: 1px solid #9EA9B7;
    border-radius: 5px;
    width: 115px;
    height: 22px;
    line-height: 22px;
}

.news-list .item .content{
    margin: 0;
    width: 100%;
}

.news-list .item .content a{
    display: inline-block;
    width: 100%;
}

/*
.year-list li{
    border-bottom: 1px solid #EEE;
    width: 200px;
    height: 50px;
}

.year-list li a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.year-point{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1E272E;
    color: #FFF;
}

.year-list li:first-child{
    border-top: 1px solid #EEE;
}
*/
/* NEWS詳細ページ */
.news_con{
    max-width: 1000px;
}
.news_con p{
    letter-spacing: 0.8px;
    line-height: 26px;
    text-align: justify;
}
.news_category{
    display: flex;
    margin-bottom: 35px;
    align-items: center;
}
.news_date{
    font-size: 1.8rem;
    font-weight: 500;
    font-family: Roboto, sans-serif;
    line-height: 21px;
    text-decoration: underline;
    text-decoration-thickness: 10px;
    text-decoration-color: #FFFBAC;
    text-underline-offset: -5px;
    text-decoration-skip-ink: none;
}
.news_tag{
    margin-left: 25px;
}
.news_tag span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.3rem;
    border: 1px solid #9EA9B7;
    border-radius: 5px;
    width: 115px;
    height: 22px;
}
.news_ttl{
    font-size: 2.4rem;
    font-weight: 500;
    text-align: justify;
}
.noimage_mb{
    margin-bottom: 60px;
}
.news_img{
    text-align: center;
    margin:84px 0;
}
.news_img img{
    width: 100%;
    max-width: 700px;
}
.btn03{
    width: 266px;
    margin-top: 100px;
    color: #1e272e;
    background-color: #FFF;
}
.btn03::before{
    background-color: #333;
    right: 13px;
}
.btn03::after{
    right: 17px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
}
.news_btn_left{
    margin: 0 auto;
    position: absolute;
    left: 0;
    top: 100px;
}
.news_btn_left::before{
    left: 12px;
}
.news_btn_left::after{
    left: 22px;
    transform: translate(-50%, 0) rotate(-135deg);
}
.news_btn_right{
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 100px;
}
.btn_flex{
    display: flex;
    position: relative;
}

.news_arrow_left::before{
    content: '';
    width: 17px;
    height: 17px;
    position: absolute;
    left: 16px;
    border-top: 1.5px solid #1E272E;
    border-left: 1.5px solid #1E272E;
    transform: translate(-50%, 0) rotate(-45deg);
    transition-duration: 0.5s;
    top: 125px;
}
.news_arrow_left::after{
    content: '';
    width: 17px;
    height: 17px;
    position: absolute;
    left: 23px;
    border-top: 1.5px solid #1E272E;
    border-left: 1.5px solid #1E272E;
    transform: translate(-50%, 0) rotate(-45deg);
    transition-duration: 0.5s;
    top: 125px;
}

.news_arrow_right::before {
    content: '';
    width: 17px;
    height: 17px;
    position: absolute;
    right: 0;
    border-top: 1.5px solid #1E272E;
    border-right: 1.5px solid #1E272E;
    transform: translate(-50%, 0) rotate(45deg);
    transition-duration: 0.5s;
    top: 125px;
}
.news_arrow_right::after {
    content: '';
    width: 17px;
    height: 17px;
    position: absolute;
    right: 7px;
    border-top: 1.5px solid #1E272E;
    border-right: 1.5px solid #1E272E;
    transform: translate(-50%, 0) rotate(45deg);
    transition-duration: 0.5s;
    top: 125px;
}

/* 960px以上に適用されるCSS */
@media print, screen and (width >= 960px) {
    .pc-n-hidden{
        display: none;
    }
}

/* 768px以上に適用されるCSS */
@media print, screen and (width >= 768px) {
    .title{
        background: url(img/title.webp) top right / auto 100% no-repeat #171e24;
    }
}

/* 960px未満に適用されるCSS */
@media print, screen and (width < 960px) {

    .news-flex{
        flex-direction: column-reverse;
    }

    .news-flex .news{
        margin-right: 0;
    }

    .tb-n-hidden{
        display: none;
    }

}


/* 768px未満に適用されるCSS */
@media screen and (width < 768px) {
    .title {
        background: url(img/title_sp.webp) center / 100% no-repeat #171e24;
    }

    .news-list .item{
        flex-direction: column;
        align-items: normal;
    }

    .news-list .item .date{
        min-width: 100px;
    }
    .news-list .item .content{
        margin-top: 10px;
    }
    /* お知らせ詳細ページ */
    .news_date{
        font-size: 1.6rem;
    }
    .news_tag{
        margin-left: 18px;
    }
    .news_tag span{
        width: 105px;
        height: 22px;
        font-size: 1.3rem;
    }
    .news_ttl{
        font-size: 1.8rem;
    }
    .news_img{
        margin: 36px 0;
    }
    .noimage_mb{
        margin-bottom: 30px;
    }
    .btn_flex{
        gap:0;
    }
    .btn03{
        margin-top: 50px;
        width: 215px;
        height: 45px;
        font-size: 1.6rem;
    }
    .btn03::after{
        right: 18px;
    }
    .news_arrow_left::before{
        top: 65px;
    }
    .news_arrow_left::after{
        top: 65px;
    }
    .news_arrow_right::before {
        top: 65px;
    }
    .news_arrow_right::after{
        top: 65px;
    }
}