.section-banner {
    height: 380px;
    display: flex;
    padding-top: 120px;
    justify-content: center;
    background: url(../../images/sub-pc/information-disclosure-banner.jpg) no-repeat center / cover;
}

.section-title {
    height: 83px;
    background: url(../../images/sub-pc/information-disclosure-title.png) no-repeat left / 189px 83px;
}

.section-content {
    padding: 12px 0 125px;
}

.article-list {
    margin-top: 60px;
}

.article-item {
    padding: 20px;
    border-bottom: 1px solid #EEEEEE;
}

.article-date {
    padding-left: 20px;
    text-wrap: nowrap;
}
