@charset "utf-8";


/* 「年報・統計データ」エリア
-------------------------------------------*/
.activityBl {
    padding: 37px 0 126px;
}

.no-post {
    font-weight: bold;
    margin-top: 50px;
}

@media screen and (max-width: 767px) {
    .activityBl {
        padding: 22px 0 65px;
    }

}