@charset "UTF-8";

#page-news {
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 142px 24px 138px;
}

@media (max-width: 768px) {
    #page-news {
        padding: 132px 20px 120px;
    }
}

#page-news .news-header{
    max-width: 790px;
    margin: 0 auto;
}

#page-news .content-area {
    margin: 80px auto 0;
    max-width: 790px;
}

@media (max-width: 768px) {
    #page-news .content-area {
        width: 100%;
        margin: 40px auto 0;
    }
}

#page-news .content-area .btn-area {
    margin-top: 44px;
}

#page-news .content-area .btn-area .btn-view-more {
    border: 1px solid #B9B9B9;
    border-radius: 50px;
    display: grid;
    padding: 12px 12px;
    max-width: 180px;
    place-items: center;
    overflow: hidden;
    color: #000;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    width: 100%;
    text-decoration: none;
}

#page-news .content-area .btn-area .btn-view-more:hover{
    background-color: #2C2C2C;
    color: #fff;
    transition: all 0.3s ease;
}

#page-news .content-area .tag-area {
    margin-bottom: 60px;
}

@media (max-width: 768px) {
    #page-news .content-area .tag-area {
        margin-bottom: 44px;
    }
}

#page-news .content-area .tag-area .tag-list {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    #page-news .content-area .tag-area .tag-list {
        flex-wrap: wrap;
        gap: 12px;
    }
}

@media (max-width: 500px) {
    #page-news .content-area .tag-area .tag-list {
        justify-content: center;
    }
}

#page-news .content-area .tag-area .tag-list>li span,
#page-news .content-area .tag-area .tag-list>li a {
    cursor: pointer;
    align-items: center;
    justify-content: center;
    width: 185px;
    height: 30px;
    flex-shrink: 0;
    color: #000;
    display: flex;
    text-align: center;
    font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", "MS PGothic", "Roboto", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 12px;
    border: 1px solid #B9B9B9;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 768px) {

    #page-news .content-area .tag-area .tag-list>li span,
    #page-news .content-area .tag-area .tag-list>li a {
        width: 152px;
        height: 23px;
    }
}

#page-news .content-area .tag-area .tag-list>li a:hover {
    border-color: #7A192A;
    background: #7A192A;
    color: #fff;
}

#page-news .content-area .tag-area .tag-list>li a.active {
    color: #fff;
    background: #7A192A;
    border: 1px solid #7A192A;
}

#page-news .content-area .article-list>li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    gap:24px;
    transition: all 0.3s ease;
    color: #434343;
    border-bottom: 1px solid #B9B9B9;
    padding: 23px 0;
}

#page-news .content-area .article-list>li a:hover {
    color: #7A192A;
}

@media (max-width: 768px) {

    #page-news .content-area .article-list>li a {
        justify-content: flex-start;
        flex-wrap: wrap;
        gap:0 24px;
        padding: 24px 0;
    }
}

#page-news .content-area .article-list>li a .date {
    width: max-content;
    font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", "MS PGothic", "Roboto", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0.7px;
}

#page-news .content-area .article-list>li a .tag {
    background: #EAEAEA;
    display: flex;
    max-width: 90px;
    width: 100%;
    height: 21px;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    color: #000;
    text-align: center;
    font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", "MS PGothic", "Roboto", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 12px;
    white-space: nowrap;
}

#page-news .content-area .article-list>li a .title {
    width: 514px;
    overflow: hidden;
    font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", "MS PGothic", "Roboto", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    flex:1;
    letter-spacing: 0.7px;
}

@media (max-width: 768px) {
    #page-news .content-area .article-list>li a .title {
        margin-top: 12px;
        width: 100%;
        flex:auto;
    }
}

.hidden-article {
    display: none;
}

.hidden-article.visible {
    display: block;
}
