@charset "UTF-8";

/* ==========================================================
Name:
    survey.css

Description:
    アンケート一覧/詳細のCSS

Contents:

========================================================== */
.c-sub-article-section {
    padding-block: 82px 0;
}

.c-sub-article-section:last-child {
    padding-block: 106px;
}

.c-h2-center--small {
    margin-bottom: 33px;
    font-size: 30px;
}

.c-sub-pagenation {
    margin-top: 57px;
}

@media screen and (max-width: 768px) {
    .c-sub-article-section {
        padding-block: 50px 0;
    }

    .c-sub-article-section:last-child {
        padding-block: 50px 80px;
    }

    .c-h2-center--small {
        margin-bottom: 38px;
        font-size: 24px;
    }

    .c-sub-pagenation {
        margin-top: 55px;
    }
}

.c-survey-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.c-survey-list:after {
    content: '';
    display: block;
    width: 30.796%;
}

.c-survey-list__item {
    width: 30.796%;
    max-width: 372px;
    margin-bottom: 42px;
}

.c-survey-list__inner {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.c-survey-list__pic {
    width: 100%;
    height: auto;
    margin-bottom: 16px;
}

.c-survey-list__pic img {
    width: 100%;
    height: 100%;
    aspect-ratio: 372/209;
    -o-object-fit: cover;
    object-fit: cover;
}

.c-survey-list__title {
    font-size: 14.9px;
    line-height: 1.6;
}

.c-survey-list__date {
    font-size: 14.9px;
    line-height: 1.6;
    font-weight: 700;
}

@media screen and (max-width: 768px) {
    .c-survey-list {
        flex-direction: column;
    }

    .c-survey-list__item {
        max-width: initial;
        width: 100%;
        margin-bottom: 36px;
    }

    .c-survey-list__item:last-child {
        margin-bottom: 0;
    }

    .c-survey-list__pic {
        margin-bottom: 13px;
    }

    .c-survey-list__title {
        font-size: 15px;
        margin-bottom: 6px;
    }

    .c-survey-list__date {
        font-size: 15px;
    }
}

.c-sub-article-content {
    margin-block: 100px 90px;
}

@media screen and (max-width: 768px) {
    .c-sub-article-content {
        margin-block: 53px 75px;
    }
}
