#banner {
    background-color: #9A9A9A;
}
.news-page.news-post .menu-title-container .menu-title {
    display: block;
    width: auto;
}
.news-page.news-post .menu-title-container .menu-title span.horizontal-line {
    display: flex;
}
.news-page.news-post .menu-title-container .menu-title span.menu-en {
    margin: 0;
}
.news-page.news-post .news-ajax-container {
    margin: 0 auto;
    width: 100%;
    max-width: unset;
}
.news-page.news-post .news-title,
.news-page.news-post .news-filter {
    padding: 0;
    width: 90% !important;
    margin-top: 10px;
}
.news-page.news-post .news-content-container {
    width: 80%;
    margin: 0 auto;
    margin-top: 32px;
}
.news-page.news-post .news-content > a {
    color: #363636;
    text-decoration: none;
}
.news-page.news-post .news-categories > a:first-child {
    margin-left: -16px;
}
.news-page.news-post .news-archive {
    width: auto;
    height: 26px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}
.news-page.news-post .news-archive p {
    font-family: Montserrat;
    color: #181975;
    font-size: 1.4rem;
    line-height: 25px;
    margin: 0 32px 0 0;
}
select#archive-year {
    width: 100px;
    border: none;
    font-family: 'Montserrat';
    color: #363636;
    font-size: 1.2rem;
    line-height: 22px;
    position: static;
    height: 26px;
    left: 0px;
    top: 0px;
    border-bottom: 1px solid #181975;
    background-color: #fff !important;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance: none;
    background: url(https://spicefactory.xsrv.jp/client/mcf_corporate_dev/wp-content/uploads/2021/07/chevron-down-blue.svg) no-repeat;
    position: relative;
    display: inline-block;
    background-position: 90% 50%;
    border-radius: 0 !important;
}
select#archive-year option {
    background-color: #fff !important;
}
.news-page.news-post .news-filter {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: static;
    width: auto;
    height: 26px;
}
.news-page.news-post .news-filter p {
    font-size: 1.4rem;
    line-height: 25px;
    font-family: Montserrat;
    margin: 0;
    color: #181975;
    text-transform: uppercase;
}
section.news-page .news-page.news-post .link-to {
    display: none;
}
.pagination {
    width: 219px;
    margin: 0 auto;
    margin-top: 96px;
    margin-bottom: 96px;
    justify-content: space-evenly;
}
.pagination a {
    text-decoration: none;
    color: #363636;
}
.pagination span.page-numbers,
.pagination a.page-numbers {
    width: 30px;
    text-align: center;
    font-size: 14px;
    font-family: Montserrat;
    line-height: 29px;
}
.pagination a.prev:after {
    content: url(../../../../wp-content/uploads/2021/07/chevron-left-blue.svg);
    display: inline-block;
    position: relative;
    top: 1px;
}
.pagination a.next:after {
    content: url(../../../../wp-content/uploads/2021/07/chevron-right-blue.svg);
    display: inline-block;
    position: relative;
    top: 1px;
}
.pagination span.page-numbers.current {
    border-bottom: 1px solid #181975;
}
.current-link {
    color: #363636 !important;
}
/*.current-link:before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: -16px;
    left: calc(100%/2 - 4px);
    background-color: #181975;
    border-radius: 50%;
}*/

.bg-gray{
    background-color: #f8f8f8;
}

@media screen and (max-width: 991.98px) {
    .news-page.news-post .news-content-container {
        width: 100%;
    }
    .news-page.news-post .news-ajax-container {
        width: 100%;
    }
    .news-page.news-post {
        height: auto;
    }
    .news-post .news-title,
    .news-post .news-filter {
        margin-left: 0 !important;
        width: 100%;
    }
    .pagination {
        margin-bottom: 64px;
    }
}
@media screen and (max-width: 575.98px) {
    .news-page.news-post .news-ajax-container {
        padding-top: 64px;
        width: 100%;
    }
    .news-page.news-post .news-title {
        display: block !important;
        margin-top: 32px!important;
        width: 100%!important;
        margin-right: 0;
    }
    .news-page.news-post .news-categories {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .news-page.news-post .news-categories > a {
        font-size: 12px;
    }
    .news-page.news-post .news-archive {
        top: 32px;
    }
    .news-page.news-post .news-filter {
        top: 64px;
        position: relative;
    }
    .news-page.news-post .news-filter p,
    .news-page.news-post .news-archive p,
    .news-post .news-content-container .news-post-title {
        font-size: 12px;
    }
    .news-post .news-content-container .news-filters .cat-date p.category,
    .news-post .news-content-container .news-filters .cat-date p.pub-date {
        font-size: 10px;
    }
    .sub-header .title-head {
        padding-left: 0;
    }
    .pagination {
        margin-top: 64px;
    }

    select#archive-year {
        font-size: 12px;
    }
    
    .news-post .news-categories > a {
        padding: 0 5px;
    }

    
}