div.content-box.news a:link,
div.content-box.news a:active,
div.content-box.news a:visited {
    color: #6b5251;
}

div.content-box.news .fv {
    aspect-ratio: 750 / 521;
    background-image: url(../img/news/fv-img.webp);
    height: auto;
    width: 100%;
}

div.content-box.news h2 {
    background-color: transparent;
    letter-spacing: .2em;
 margin: 0 10px 50px;
 font-size: 29px;
}

div.content-box.news .contents {
    color: #6b5251;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.8;
    padding: 0 60px;
}

div.content-box.news .bg-circle {
    height: 800px;
}

div.content-box.news .bg-circle img {
    position: relative;
    width: 220% !important;
    top: 50%;
    left: 50%;
    animation: rotate360-3 120s linear infinite;
}

div.content-box.news .contents-area {
    position: relative;
}

div.content-box.news .contents-area .news-area {
    width: 100%;
    margin: auto;
    padding: 0 60px;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    box-sizing: border-box;
    height: 500px;
}

div.content-box.news .contents-area .news-list {
    height: 300px;
    overflow-y: scroll;
}

div.content-box.news .contents-area .news-list > div {
    background-image: url(../img/news/news-line.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

div.content-box.news .contents-area .news-list p.date,
div.content-box.news .contents-area .news-list p.category {
    display: inline-block;
    font-family: "Noto Sans JP", sans-serif;
}

div.content-box.news .contents-area .news-list p.date {
    color: #ac9a86;
    font-size: 16px;
}

div.content-box.news .contents-area .news-list p.category {
    background-color: #6b5251;
    border-radius: 20px;
    color: #fff;
    padding: 1px 15px 2px;
    font-size: 15px;
    letter-spacing: .1em;
}

div.content-box.news .contents-area .news-list p.title {
    font-size: 20px;
    font-family: "Zen Old Mincho", serif;
    margin-top: 5px;
}

@media screen and (max-width: 900px) {

    div.content-box.news .contents {
        padding: 0 40px;
    }

    div.content-box.news .bg-circle {
        height: 800px;
    }

    div.content-box.news .contents-area .news-area {
        padding: 0 40px;
    }
 
 div.content-box.news h2{
  font-size: 22px;
 }

}