@charset "UTF-8";
/* モバイルファースト */

/* ---------------------
セクション
------------------------*/
.un_sitemapSection > .un_sitemapSection_inner {
    margin-top: 45px;
    margin-bottom: 80px;
}

.un_sitemapSection_inner > h1 {
    font-size: 1.5rem;
    margin-bottom: 30px;
    text-align: center;
}

/*コンテンツ*/
.un_sitemapSection_inner > .un_sitemapCont {
    margin-bottom: 30px;
}

.un_sitemapSection_inner .un_sitemapCont:last-child {
    padding-bottom: 0;
}

.un_sitemapCont {
    width: 100%;
    max-width: 375px;
    margin-left: auto;
    margin-right: auto;
}

    .un_sitemapCont > h2 {
        font-size: 1.5rem;
        border-bottom: 1px solid #D6E0E5;
        padding-bottom: 9px;
    }

.un_sitemapList {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

    .un_sitemapList.un_sitemapList__col1 {
        display: flex;
        flex-direction: column;
    }

.un_sitemapList_item {
    width: 180px;
    font-size: 1.5rem;
    color: #0065B8;
    margin-bottom: 10px;
}

    .un_sitemapList_item > a {
        color: #0065B8;
    }

.un_sitemapList.un_sitemapList__col1 > .un_sitemapList_item {
    width: auto;
}

.un_sitemapBottom {
    margin-top: 50px;
}

/* =============================
レスポンシブ
 PC
=============================*/
@media (min-width: 850px) {
    /* ---------------------
    セクション
    ------------------------*/
    .un_sitemapSection > .un_sitemapSection_inner {
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .un_sitemapSection_inner > h1 {
        font-size: 2.6rem;
        margin-bottom: 51px;
        text-align: center;
    }

    /*コンテンツ*/
    .un_sitemapSection_inner > .un_sitemapCont {
        margin-bottom: 61px;
    }

    .un_sitemapSection_inner .un_sitemapCont:last-child {
        padding-bottom: 0;
    }

    .un_sitemapCont {
        width: 844px;
        max-width: 844px;
        margin-left: auto;
        margin-right: auto;
    }

        .un_sitemapCont > h2 {
            font-size: 1.8rem;
            padding-bottom: 9px;
        }

    .un_sitemapList {
        display: flex;
        flex-wrap: wrap;
        margin-top: 20px;
    }

        .un_sitemapList.un_sitemapList__col1 {
            display: flex;
            flex-direction: row;
        }

    .un_sitemapList_item {
        width: 243px;
        font-size: 1.6rem;
        color: #0065B8;
        margin-bottom: 20px;
    }

    .un_sitemapList.un_sitemapList__col1 > .un_sitemapList_item {
        width: 270px;
    }

    .un_sitemapBottom {
        margin-top: 50px;
    }
}
