
#archive_news_list .news_item {
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
    width: 840px;
    background: #f3f3f3;
    padding: 25px;
    margin: 0 auto 30px;
}
#archive_post_list a.image {
    width: 390px;
    height: 195px;
    display: block;
    position: relative;
    text-decoration: none;
}
.news_item a.image img {
    width: 390px;
    object-fit: contain;
}
.news_item div.right_content h3.title {
    font-size: 20px;
    margin: 0 0 5px 0;
    font-weight: 400;
    line-height: 170%;
    max-height: 120px;
    overflow: hidden;
    font-family: Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.news_item div.right_content h3.title a {
    color: #73889A;
    text-decoration: none;
}
.news_item div.right_content h3.title a:hover {
    color: #2D8696;
    text-decoration: underline;
}
.news_item div.right_content p.excerpt {
    line-height: 220%;
    font-size: 13px;
}