@charset "utf-8";

.newsItem {
    margin: 20px 0 0;
}

.newsItem:first-of-type {
    margin: 0;
}


.newsAccordionWr {
    margin: -150px 0 0;
    padding: 150px 0 0;
}

.newsAccordionInr {
    box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.2);
}

.accordionBtn {
    position: relative;
    transition: all .3s;
    padding: 5px 15px 15px 10px;
}

.accordionBtn:hover {
    opacity: .7;
}

.accordionContent {
    padding: 5px 15px 15px 10px;
}

/* .accordionBtn::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 12px;
    width: calc(100% - 12px);
    height: 1px;
    margin: 0 auto;
    background: var(--black);
} */

.newsCateFl {
    display: flex;
    align-items: center;
}

.newsDate {
    width: max-content;
    max-width: 100px;
    margin: 0 10px 0 0;
    font-size: 15px;
    color: #9E9E9E;
    line-height: 1.4em;
    text-wrap: nowrap;
}

.newsCate {
    display: inline;
    align-items: center;
    width: fit-content;
    max-width: 720px;
    height: 26px;
    padding: 3px 10px 0;
    color: var(--white);
    line-height: 1.5;
    font-size: 14px;
    background: var(--secondary);
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}

.newsTit {
    border-bottom: 1px solid var(--black);
}

.newsImgArea {
    display: flex;
    justify-content: center;
}

.accordionIcon {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 31px;
    height: 31px;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto 0;
    background: url(/system_panel/uploads/images/arrow02.svg) no-repeat center /contain;
    transition: all .3s;
}

.accordionIcon.active {
    transform: rotate(90deg);
    margin: auto;
}

/* .accordionIcon::before,
.accordionIcon::after {
    content: "";
    position: absolute;
    display: block;
    background: var(--black);
    transition: all .3s;
    width: 100%;
    height: 3px;
}

.accordionIcon::after {
    transform: rotate(90deg);
}

.accordionIcon.active::after {
    transform: rotate(0deg);
} */

.accordionContent {
    display: none;
}

.inNewsCateBx {
    padding: 0 15px;
}

.inNewsFlR a {
    font-size: 14px;
    color: var(--black);
}

.inNewsFlR a:hover {
    text-decoration: underline;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

    .newsItem {
        margin: 30px 0 0;
    }

    .accordionBtn {
        padding: 20px 20px 20px 40px;
    }

    .accordionContent {
        padding: 20px 20px 20px 40px;
    }

    .newsDate {
        max-width: 115px;
        margin: 0 20px 0 0;
        font-size: 18px;
    }

    .newsCate {
        height: 31px;
        font-size: 15px;
    }

    .accordionIcon {
        right: 40px;
        width: 41px;
        height: 41px;
    }

    .inNewsFlR a {
        font-size: 15px;
    }


}

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