/*
Theme Name: 2chiikipf2026
Author URI: https://www.mlit.go.jp/2chiiki_pf/
Description: 2Chiiki Platform Theme
Version: 1.0.0
*/

@charset "utf-8";

/*=========================================*/
/* support */
/*=========================================*/


.support-list-area {
    margin-top: 48px;
}

.support-section:not(:first-of-type) {
    margin-top: 160px;
}

.news-list .box {
    padding-top: 24px;
}

.support-post-empty {
    margin:24px 0;
}


.contentArea .btn_area {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    margin: 40px auto 0;
}

@media (max-width: 960px) {
    .btn_area .btn .btn_more {
        max-width: 322px;
        height: 48px;
    }

    .support-section-title {
        font-size: 18px;
        margin-bottom: 0;
    }

    .support-section:not(:first-of-type) {
        margin-top: 80px;
    }

    .news-list div.favorite_area {
        top: 18px;
    }

    section.contents-area-large {

        grid-template-areas:
            "pankuzu"
            "left"
            "title"
            "right";
    }

    section.contents-area-large {
        display: grid;
        grid-template-columns: 1fr;
        row-gap: 12px;
        width: 100%;
        padding: 0;
        margin: 0;
    }

    section.contents-area-large .pankuzu,
    section.contents-area-large .contents-right {
        width: calc(100% - 30px);
        padding: 0 15px;
    }

    ul.pankuzu {
        grid-area: pankuzu;
    }

    h1 {
        grid-area: title;
    }

    .contents-two-columns {
        display: contents;
    }

    .contents-left {
        margin: 24px auto 0 auto;
        grid-area: left;
    }

    .contents-right {
        grid-area: right;
    }
}