/*＝＝＝＝＝ 一覧 ＝＝＝＝＝*/
.important-area {
    display: block;
    margin: 0 auto 4.4%;
    max-width: 1000px;
    width: 84.1vw;
}
.important-area .important-area__title {
    display: inline-block;
    padding: 2px 16px;
    color: #fff;
    background-color: #D82F2F;
}
.important-area .important-area__list {
    border-top: 1px solid #CCCDCE;
}
.important-area .important-area__list li {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 24px 0;
    border-bottom: 1px solid #CCCDCE;
}
@media screen and (max-width: 768px) {
    .important-area {
        margin: 0 auto 11.7vw;
    }
    .important-area .important-area__list li {
        padding: 4.2vw 0;
    }
}

/*＝＝＝＝＝ 詳細 ＝＝＝＝＝*/
.news {
    background: #EAEAEA;
    padding: 100px 0;
}
.news .news__inner {
    width: 92%;
    max-width: 980px;
    margin: 0 auto;
}
.news .news__title {
    margin-bottom: 32px;
    font-size: 3.8rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-align: center;
    line-height: 1.4;
}
.news .news__contents {
    background: #FFF;
    padding: 56px 64px 64px;
    font-size: 1.5rem;
    line-height: 1.5;
}
.news .news__contents p {
    margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
    .news {
        padding: 14.8vw 0 13.5vw;
    }
    .news .news__title {
        margin-bottom: 10.4vw;
        font-size: 2.5rem;
        font-weight: bold;
        letter-spacing: 0.05em;
        text-align: center;
    }
    .news .news__contents {
        padding: 8.3vw 4.6vw 5.2vw;
    }
}
