@charset "UTF-8";

.news_list {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 30px;
    padding: 0 20px;
}

.news_list a {
    display: block;
    width: calc((100% - 60px) / 3);
}

.news .news_list h2 {
    color: #DB2F3A;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    margin: 5px 0 0;
}

.news .news_list .date {
    margin: 10px 0 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.news .news_list .date .date_txt {
    font-size: 14px;
    font-weight: 600;
}

.news_list .date .category {
    display: inline-block;
    color: #DB2F3A;
    font-weight: 600;
    border: solid 1px #DB2F3A;
    padding: 5px 12px 2px;
    border-radius: 50px;
    font-size: 12px;
}

.news .news_list .thumb img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.pagination {
    margin: 2rem auto 0;
    width: fit-content;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
}

.pagination .page-numbers {
    font-size: 16px;
    font-weight: 600;
}

.pagination .page-numbers.current {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background-color: #DB2F3A;
    padding: 3px 11px 0px 12px;
    border-radius: 50px;
}

.low_page section .inner_section {
    max-width: 1080px;
}

.low_page section .news_category_filter {
    max-width: 1080px;
    margin: 0 auto 40px;
    padding: 0 20px;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 10px;
}

.low_page section .news_category_filter a {
    display: block;
    border: solid 1px #EC9797;
    background-color: #fff;
    color: #EC9797;
    width: fit-content;
    font-size: 14px;
    font-weight: 600;
    min-width: 200px;
    padding: 10px 0 8px;
    text-align: center;
    position: relative;
}

.low_page section .news_category_filter a::before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    right: 16px;
}

.low_page section .news_category_filter a.active {
    background-color: #EC9797;
    color: #fff;
}

.zen {
    font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}

.news_single h1.page_ttl {
    font-size: 32px;
    color: #DB2F3A;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 16px;
}

.news_single .txt_info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 10px 0 0;
}

.news_single .post_info .date {
    font-size: 14px;
    font-weight: 600;
    padding-top: 3px;
}

.news_single .post_info .category {
    display: inline-block;
    color: #DB2F3A;
    font-weight: 600;
    border: solid 1px #DB2F3A;
    padding: 5px 12px 2px;
    border-radius: 50px;
    font-size: 12px;
}

.news_single .news_single_img {
    margin: 80px auto 0;
    max-width: 600px;
    width: 100%;
}

.news_single .news_content {
    margin: 80px 0 0;
}

.news_single h2 {
    margin: 50px 0 35rem;
    font-weight: 600;
    font-size: 28px;
    background-color: rgba(236, 151, 151, 0.15);
    color: rgb(236, 151, 151);
    font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
    padding: 10rem 30rem;
}

.news_single h3 {
    position: relative;
    color: #ad8b2f;
    border-bottom: 1px solid #ad8b2f;
    font-size: 24px;
    font-weight: 500;
    padding: 0 15rem 5rem 0;
    margin-bottom: 20rem;
    font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}

.news_single h4 {
    position: relative;
    color: #ec9797;
    border-bottom: 1px solid #ec9797;
    font-size: 20px;
    font-weight: 500;
    padding: 0 0 5rem 0;
    margin-bottom: 10rem;
    font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}

.news_single h5 {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    padding-left: 24px;
    margin-bottom: 10px;
}

.news_single h5::before {
    content:"●";
    position: absolute;
    color: #ec9797;
    left: 0;
}

.news_single h2,
.news_single h3,
.news_single h4 {
    margin-top: 50px;
    margin-bottom: 20px;
}

.news_single h5 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.news_single ol {
	counter-reset: li; 
    list-style: none;
    background-color: #FCEFEF;
    padding: 20px 30px;
    border-radius: 10px;
    margin: 16px auto;
}

.news_single ul {
    background-color: #FCEFEF;
    padding: 20px 30px;
    border-radius: 10px;
    margin: 16px auto;
}

.news_single ol li,
.news_single ul li {
    margin-bottom: 10px;
    font-weight: 500;
    text-indent: -16px;
    padding-left: 16px;
}

.news_single ol li:last-of-type,
.news_single ul li:last-of-type {
    margin-bottom: 0;
}

.news_single ol > li::before {
    content:counter(li) ".";
    counter-increment: li;
    font-weight: 600;
    margin-right: 5px;
    color: #ec9797;
}

.news_single ul li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 10px;
}

.news_single ul li::before {
    content:"●";
    position: absolute;
    color: #ec9797;
    left: 0;
}

.news_single table {
    margin: 16px 0;
}

.news_single table tr:first-of-type td {
    background-color: #FCEFEF;
    font-weight: 600;
}

.news_single table td {
    text-align: center;
    padding: 10px;
    vertical-align: middle;
    border-color: #ec9797;
    line-height: 1.6;
}

.back_to_btn a {
    display: block;
    background-color: #EC9797;
    width: fit-content;
    color: #fff;
    font-weight: 600;
    min-width: 240px;
    padding: 10px 0 8px;
    text-align: center;
    margin: 32px auto 0;
    position: relative;
}

.back_to_btn a::before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    right: 16px;
}

@media screen and (min-width:768px) and ( max-width:1079px) {
    .low_page section .inner_section {
        max-width: calc(100% - 40px);
    }

    .low_page section .news_category_filter {
        max-width: calc(100% - 40px);
        margin: 0 auto;
        padding: 0 20px;
    }

    .news_single .news_single_img {
        margin: 60px auto 0;
        max-width: 400px;
    }

    .news_single .news_single_img {
        margin: 60px auto 0;
    }

    .news_single .news_content {
        margin: 60px 0 0;
    }
}

@media screen and (max-width: 767px) {
    .news .news_list {
        padding: 0;
    }

    .news_list a {
        width: 100%;
    }

    .breadcrumb_wrapper .breadcrumb ol {
        flex-wrap: wrap;
        line-height: 1.6;
        word-break: auto-phrase;
        margin-top: 10px;
    }

    .news_single .news_single_img {
        margin: 40px auto 0;
    }

    .news_single .news_content {
        margin: 40px 0 0;
    }

    .low_page section .news_category_filter {
        padding: 0;
    }

    .low_page section .news_category_filter a {
        width: calc(50% - 5px);
        font-size: 12px;
        min-width: auto;
    }
}