@charset "utf-8";

img+.no-img {
    display: none;
}

.news-link {
    padding: 18px 60px 17px 4%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-bottom: 1px solid #DCDEE0;
    position: relative;
    transition: all .3s;
}

.news-item:first-child .news-link {
    padding: 0 60px 17px 4%;
}

.news-link:hover {
    opacity: 0.7;
}

.news-link::before {
    content: "";
    display: block;
    max-width: 9px;
    width: 100%;
    height: 10px;
    background: url(/system_panel/uploads/images/arrow_blue.svg) center / contain no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2%;
    margin: auto;
    transform: translateX(0);
    transform-origin: center center;
    transition: all .3s;
}

.news-link:hover::before {
    transform: translateX(10px);
}

.news-cate-flex {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.news-cate {
    flex: 1;
    padding: 1px 15px 2px;
    display: block;
    width: 100%;
    max-width: max-content;
    min-width: 96px;
    font-size: clamp(12px, calc(0.75rem + ((1vw - 3.75px) * 0.2589)), 16px);
    font-weight: 400;
    letter-spacing: 0.05em;
    color: var(--primary);
    text-align: center;
    border: 1px solid var(--primary);
    /* background: #F5EEE4; */
    /* word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
}

.news-date {
    display: block;
    font-size: clamp(12px, calc(0.75rem + ((1vw - 3.75px) * 0.1942)), 15px);
    font-weight: 400;
    letter-spacing: 0.05em;
    color: var(--secondary);
}

.news-title {
    margin: 16px 0 0;
    font-size: clamp(16px, calc(1rem + ((1vw - 3.75px) * 0.1294)), 18px);
    font-weight: 500;
    font-family: var(--font-family01);
    letter-spacing: 0.05em;
    color: var(--base-font-color);
    flex: 1;
}

/* 下層 */
.newsFl {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
}

.newsFlSide,
.newsFlMain {
    width: 100%;
}

.newsFlSide {
    margin: 30px 0 0;
}

.newsCateTit {
    padding: 6px 10px;
    background: var(--primary);
    color: var(--white);
}

.newsCateTit:nth-of-type(n + 2) {
    margin: 20px 0 0;
}

.cateLink {
    color: var(--black);
}

.cateLink:hover {
    color: var(--black);
    text-decoration: underline;
}

/* 下層 */

/* 詳細 */

.btn01.back-btn::before {
	left: 5%;
	right: auto;
	transform: scale(-1, 1) translateX(0);
}

.btn01.back-btn:hover::before {
    transform: scale(-1, 1) translateX(6px);
}

.detail section {
    display: block;
}

.detail .newsDate {
    margin: 0;
}

.newsDtl .newsCateFl {
    display: flex;
    align-items: center;
    gap: 15px;
}

.newsDtl .newsCate {
    position: static;
}

.newsDtl .img {
    display: flex;
    justify-content: center;
}

.detail .news-title {
    padding: 0 0 5px 0;
    border-bottom:1px solid #DCDEE0;
}

/*
.pdf::before,
.backBtn::before {
    display: none;
}
*/

.pdf p,
.backBtn p {
    margin: 0;
}

/* 詳細 */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:375px) {
    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


    /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}

/* min-width: 375px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:414px) {}

/* min-width: 414px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:544px) {


}

/* min-width: 544px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:768px) {

    .news-link {
        padding: 28px 40px 28px 4%;
    }

    .news-item:first-child .news-link {
        padding: 0 40px 28px 3%;
    }

    .news-cate-flex {
        gap: 32px;
    }

    /* 下層 */
    .newsFl {
        flex-direction: row;
        align-items: flex-start;
    }

    .newsFlSide {
        width: 22%;
        margin: 0;
    }

    .newsFlMain {
        width: 72%;
    }

    .newsFlMain section {
        gap: 40px 20px;
    }

    .tNewsBx .newsCateBx,
    .newsFlMain .newsCateBx {
        flex-direction: row;
    }

    .newsArrow {
        width: 25.5px;
        margin: 0 27px 0 0;
    }

    /* 詳細 */


    .newsCateFl {
        flex-direction: row;
        align-items: center;
    }


}

/* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1024px) {

/*===========================================================
お知らせ
===========================================================*/

.news-link {
	padding: 28px 40px 28px 2%;
}

.news-item:first-child .news-link {
	padding: 0 40px 28px 2%;
}

.news-cate-flex {
	gap: 32px;
}

}

/* min-width: 1024px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1200px) {}

/* min-width: 1024px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1920px) {}

/* min-width: 1920px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */