@charset "utf-8";
.fs-p-newsLists,
.fs-p-news-details {
    border-top: solid 1px #d6d6d6;
    margin: 65px auto 30px;
    max-width: 1300px;
    width: calc(100% - 16px);
}

.fs-p-news-details {
    border: none;
    margin-top: 30px;
}

@media screen and (max-width: 896px) {
    .fs-p-newsLists,
    .fs-p-news-details {
        margin: 25px auto 0;
        width: 100%;
    }
}

.fs-p-newsLists__item {
    border-bottom: solid 1px #d6d6d6;
}

.fs-p-newsLists__item a {
    display: flex;
    font-size: 1.4rem;
    letter-spacing: 0.2em;
    min-height: 75px;
    align-items: center;
    justify-content: flex-start;
    padding-right: 60px;
    background-image: url(https://kzonline.itembox.design/item/koizumi/images/icon-angleRight_blue.svg?d=20201215013911);
    background-repeat: no-repeat;
    background-position: right 20px center;
}

.fs-p-newsLists__item a:hover {
    text-decoration: none;
}

@media screen and (max-width: 896px) {
    .fs-p-newsLists__item a {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        min-height: 45px;
        background-position: right 10px center;
        background-size: 16px;
        padding-right: 30px;
    }
}

.news-date {
    color: #043C79;
    width: 120px;
}

.news-title {
    color: #232426;
}

.fs-p-newsLists__item a:hover .news-title {
    color: #043C79;
    text-decoration: underline;
}

@media screen and (max-width: 896px) {
    .news-date {
        margin: 10px 0 3px;
        font-size: 1rem;
    }
    .news-title {
        margin: 0 0 10px;
        font-size: 1.1rem;
    }
}

.fs-p-newsLists+.fs-c-productList__controller {
    margin-bottom: 0;
}

@media screen and (max-width: 896px) {
    .fs-p-newsLists+.fs-c-productList__controller {
        margin: 15px 0 0;
    }
}

.fs-p-news-details .fs-p-newsButton {
    margin-bottom: 0;
}

.entry-date {
    margin: 30px 0 10px;
    font-size: 1.7rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    color: #043C79;
}

.entry-title {
    margin: 0;
    font-size: 3rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #232426;
}

@media screen and (max-width: 896px) {
    .entry-date {
        margin: 20px 0 10px;
        font-size: 1.1rem;
    }
    .entry-title {
        font-size: 2rem;
    }
}

.entry-content {
    margin: 20px 0 50px;
    padding: 30px 0;
    border-top: solid 1px #D6D6D6;
    border-bottom: solid 1px #D6D6D6;
    font-size: 1.6rem;
    line-height: 1.625;
    letter-spacing: 0.1em;
    color: #232426;
}

/* 2022.01.04 お知らせフォントサイズ 1.0→1.3rem */

@media screen and (max-width: 896px) {
    .entry-content {
        margin: 20px 0 35px;
        padding: 15px 0;
        font-size: 1.3rem;
    }
}

.fs-p-newsButton {
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 896px) {
    .fs-p-newsButton {
        margin-top: 40px;
        margin-bottom: 50px;
        flex-wrap: wrap;
    }
}

.fs-p-newsButton .previous-post-link,
.fs-p-newsButton .next-post-link {
    font-size: 1.5rem;
    color: #414141;
    font-weight: 500;
}

.fs-p-newsButton .previous-post-link:before {
    font-family: 'fs-icon' !important;
    content: '?';
    border-radius: 18px;
    border: solid 1px #A09E9E;
    width: 36px;
    height: 36px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 14px;
    font-size: 0.9em;
}

.fs-p-newsButton .next-post-link:after {
    font-family: 'fs-icon' !important;
    content: '?';
    border-radius: 18px;
    border: solid 1px #A09E9E;
    width: 36px;
    height: 36px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 14px;
    font-size: 0.9em;
}

.fs-p-newsButton__button {
    background: #043C79;
    color: #fff;
    font-family: Poppins;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    width: 175px;
    height: 50px;
    display: flex;
    border-radius: 5px;
    margin: 0 auto;
    align-items: center;
}

.fs-p-newsButton__button span {
    flex-grow: 1;
    text-align: center;
    margin: 0 0 0 30px;
}

.fs-p-newsButton__button img {
    margin: 0 10px 0 auto;
    width: 21px;
}

.fs-p-newsButton__button:hover,
.fs-p-newsButton__button:focus,
.fs-p-newsButton__button:visited {
    color: #fff;
    text-decoration: none;
}

@media screen and (max-width: 896px) {
    .fs-p-newsButton__button {
        order: 1;
        width: 100%;
        margin-bottom: 20px;
        font-size: 1.3rem;
        border-radius: 3px;
        height: 45px;
    }
    .fs-p-newsButton .previous-post-link,
    .fs-p-newsButton .next-post-link {
        order: 2;
        font-size: 1rem;
    }
    .fs-p-newsButton .next-post-link {
        margin-left: auto;
    }
    .fs-p-newsButton .previous-post-link:before,
    .fs-p-newsButton .next-post-link:after {
        width: 22px;
        height: 22px;
    }
    .fs-p-newsButton .previous-post-link:before {
        margin-right: 10px;
    }
    .fs-p-newsButton .next-post-link:after {
        margin-left: 10px;
    }
}