@charset "utf-8";

/*------------- お知らせ --------------*/

.news{
    margin: 10px 0 200px 0;
}

.news-list time{
    font-size: 16px;
    font-weight: bold;
}

.news h2{
    font-size: 20px;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
    margin-bottom: 20px;
    margin-top: 10px;
}

.news-list p{
    margin-bottom: 40px;
}

.news-list{
    margin-top: 40px;
    border-bottom: 2px dashed #4EB4B8;
}

.news-contents{
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.news-contents p{
    width: 60%;
}

.news-contents img{
    width: 38%;
    height: auto;
    border-radius: 10px;
}

/* ページ内リンク位置調整 */
.article-news li::before {
    content: '';
    display: block;
    padding-top: 175px;
    margin-top: -175px;
}
