@charset "UTF-8";

.c-area {
    margin-bottom: 40px;
}
.c-area:last-of-type {
    margin-bottom: 120px;
}
.c-pagetitle_h1 h1 {
    font-size: 28px;
}
@container wrap-host (max-width: 767px) {
    .c-pagetitle_h1 h1 {
        font-size: 22px;
    }
}

