.news-archive{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.news-list{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 10px;
    width: 311px;
}

.news-item{
    width: 100%;
    padding: 10px 0 10px;
    border-bottom: #100169 dotted 2px;
    color: #242424;
}

.news-date{
    font-weight: bold;
    margin-right: 10px;
    color: #737373;
    font-size: 12px;
    margin-bottom: 8px;
}

.news-title{
    font-weight: bold;
    font-size: 14px;
}

.pagination {
    margin-top: 26px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #100169;
}

.pagination .page-numbers {
    display: inline-block;
    padding: 12px 16px;
    margin: 0 4px;
    border: 1px solid #100169;
    border-radius: 999px;
}

.pagination .current {
    background: #100169;
    color: #f2f2f2;
    border-color: #100169;
}

.no-post{
    font-size: 16px;
    color: #242424;
}

/* お知らせ詳細 */
.news-article{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 20px;
}

.single-news-wrap{
    width: 311px;
}

.single-news-date{
    font-size: 14px;
    font-weight: bold;
    color: #737373;
    margin-bottom: 12px;
}

.single-news-content{
    max-width: 100%;
    font-size: 14px;
    font-weight:medium;
    color: #242424;
    line-height: 1.6;
}

.back-link-wrap{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.back-link{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 123px;
    height: 44px;
    background-color: #100169;
    color: #f2f2f2;
    font-size: 16px;
    font-weight: bold;
    border-radius: 8px;
}