@charset "utf-8";

.single-news #h2-title .h2-titleInner,
.archive #h2-title .h2-titleInner {
    background-image: url(../images/news/bg-h2-title.jpg);
}

.single-news #h2-title h2::before,
.archive #h2-title h2::before {
    background-image: url(../images/news/h2-title.svg);
}

/*一覧*/

.archive #contents ul li::before {
    display: none;
}

.archive #contents .news-list a {
    text-decoration: none;
}

.archive #contents .news-list ul li dl {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.archive #contents .news-list ul li dl dd {
    width: 100%;
    max-width: 290px;
    letter-spacing: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
    position: relative;
    z-index: 10;
}

.archive #contents .news-list ul li dl dt {
    width: 100%;
    margin: 0 0 0 -290px;
    padding: 0 0 0 315px;
}

.archive #contents .news-list ul li dl dd span.cat.news {
    color: #004098;
    padding: 5px 30px;
    border-radius: 14.5px;
    font-weight: 600;
    margin: 0 0 0 25px;
    border: solid 0.5px #004098;
    line-height: 1;
}

.archive #contents .news-list li {
    padding: 0;
    border-bottom: 1.0px dotted #DDDDDD;
    position: relative;
}

.archive #contents .news-list li:first-child {
    border-top: 1.0px dotted #DDDDDD;
}

.archive #contents .news-list li::after {
    position: absolute;
    content: "\f054";
    top: 50%;
    right: 20px;
    font-weight: 900;
    line-height: 1;
    font-family: 'Font Awesome\ 5 Free';
    color: #004098;
    margin-top: -7.5px;
}

.archive #contents .news-list li:hover {
    background-color: #f5f5f5;
}

.archive #contents .news-list li a {
    padding: 40px 50px 40px 25px;
    display: block;
}

/*お知らせ記事*/
.single-news .section-area {
    margin: 0 auto !important;
    max-width: 1024px;
    width: 100%;
}

.single-news .section-area .section-head {
    margin: 0 auto 60px;
}

.single-news .article-head h3 {
    margin: 0 !important;

}

.single-news .article-head .p-head {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding: 20px 0 0;

}

.single-news #contents .section-head span.cat.news {
    color: #004098;
    padding: 2px 40px;
    border-radius: 50px;
    font-weight: 600;
    border: solid 0.5px #004098;
}

.single-news #contents .section-head span.day {
    color: #999999;
}

.single-news #contents .section-head h3 {
    font-size: 2.0rem;
    font-weight: 500;
    margin: 10px 0;
}

.single-news #contents .section-body {
    padding: 0 40px;

}

.single-news .section-foot {
    margin: 60px 0 0;
}

.archive .pagination {
    margin: 50px 0 0;
}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1024px) {


    /* 一覧 */

    .archive #contents .news-list li a {
        padding: 30px 50px 30px 25px;
    }

    .archive #contents .news-list ul li dl dd {
        max-width: 275px;
    }

    .archive #contents .news-list ul li dl dt {
        margin: 0 0 0 -275px;
        padding: 0 0 0 300px;
    }

    /* 詳細 */
    .single-news .section-area .section-head {
        margin: 0 auto 50px;
    }

    .single-news #contents .section-body {
        padding: 0 30px;
    }

    .single-news .section-foot {
        margin: 50px 0 0;
    }
}

@media screen and (max-width: 960px) {
    .archive #contents .news-list ul li dl dd {
        max-width: 275px;
    }
}

@media screen and (max-width: 835px) {

    /* 一覧 */


    .archive #contents .news-list li a {
        padding: 25px 50px 25px 25px;
    }

    /* 詳細 */
    .single-news .section-area .section-head {
        margin: 0 auto 40px;
    }

    .single-news #contents .section-body {
        padding: 0 25px;
    }

    .single-news .section-foot {
        margin: 40px 0 0;
    }
}

@media screen and (max-width: 750px) {

    /* 一覧 */
    .archive #contents .inner {
        padding: 0;
    }


    .archive #contents .news-list ul li dl {
        display: block;
    }

    .archive #contents .news-list ul li dl dd {
        margin: 0 0 10px;
        max-width: 100%;
        width: 100%;
        font-size: 90%;
    }

    .archive #contents .news-list ul li dl dd span.cat.news {
        padding: 2px 15px;
        border-radius: 11.5px;
        margin: 0 0 0 15px;
    }

    .archive #contents .news-list ul li dl dt {
        margin: 0;
        padding: 0;
    }

    .archive #contents .news-list li a {
        padding: 20px 50px 20px 25px;
    }

    /* 詳細 */
    .single-news #contents .section-head h3 {
        font-size: 1.8rem;
    }

    .single-news #contents .section-head span.cat.news {
        font-size: 90%;
        padding: 2px 25px;
        letter-spacing: 0;
    }

    .single-news #contents .section-head span.day {
        letter-spacing: 0;
    }

    .single-news #contents .section-body {
        padding: 0;
    }
}

@media screen and (max-width: 640px) {


    .single-news #contents .section-head span.day,
    .archive #contents .news-list ul li dl dd span.date {
        font-size: 1.5rem;
    }


    /* 詳細 */
    .single-news #contents h3 {
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 480px) {}

@media screen and (max-width: 350px) {}