/*--------------
　　kv
--------------*/
.sitemapkv {
    margin: 0.1rem auto 0;
    width: 100%;
    height: 216px;
    background: url(../image/sitemap_kv_pc.jpg) center center / cover no-repeat;
    position: relative;
}
.sitemapkv_text {
    color: #F8F8F8;
    padding-top: 85px;
}
.sitemapkv_text p {
    display: inline;
}
.bigtitle {
    font-family: 'Noto Serif JP', serif;
    font-size: 34px;
}
.smalltitle {
    font-size: 16px;
    padding-left: 10px;
    vertical-align: middle;
}
@media (max-width: 750px){
    .sitemapkv {
        margin: 7rem auto 0;
        width: 100%;
        height: 12rem;
        background: url(../image/sitemap_kv_sp.jpg) center center / cover no-repeat;
        position: relative;
    }
    .sitemapkv_text {
        padding-top: 4.5rem;
        padding-left: 1rem;
    }
    .bigtitle {
        font-size: 2rem;
    }
    .smalltitle {
        font-size: 0.8rem;
        padding-left: 1rem;
    }
}

/*--------------
　　タイトル
--------------*/
.sitemaptitle {
    width: 100%;
    padding: 80px 0 100px;
    background-color: #F8F8F8;
}
.sitemaptitle h2 span.decoration::before {
    background-image: url("../image/h2_decoration_b.svg");
}
.sitemap-name{
    font-size:16px;
}
.sitemap-name span.decoration::before {
    background-image: url("../image/sitemap.svg");
    height: 17px;
    margin-left: 18px;
    margin-right: 6px;
    margin-bottom: 20px;
    width: 21px;
}
.sitemap-name2{
    font-size:16px;
}
.sitemap-name2 span.decoration::before {
    background-image: url("../image/sitemap.svg");
    height: 17px;
    margin-left: 68px;
    margin-right: 6px;
    margin-bottom: 20px;
    width: 21px;
}
.sitemap-mb{
    margin-bottom: 25px;
}
@media (max-width: 750px){
    .sitemaptitle {
        padding: 4rem 0 6rem;
    }
    .sitemap-name span.decoration::before {
        margin-left: 14px;
    }
    .sitemap-name2 span.decoration::before {
        margin-left: 44px;
    }    
}
.sitemap {
    width: 100%;
    background-color: #F8F8F8;
    padding-bottom: 195px;
}

.sitemap_content_item {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1030px;
    margin: 0 auto;
}
.sitemap_content_item a{
    color: #2e3192;
    text-decoration: underline;
}
.sitemap_content_items{
    display: flex;
    margin-bottom: 95px;
    position: relative;
}
.sitemap_content_items_child {
    width: 29%;
    padding-right: 10px;
    padding-left: 10px;
}
.sitemap_content_items_child2 {
    width: 50%;
    padding-right: 10px;
    padding-left: 10px;
}
.sitemap_content_items_child3 {
    width: 21%;
    padding-right: 10px;
    padding-left: 10px;
}

.sitemap_content_items_child_title {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 30px;
    padding-left: 10px;
    border-left: solid 3px #000000;
}
.sitemap_content_items_child_title2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 20px;
    padding-left: 10px;
    border-left: solid 3px #000000;
}

.sitemap_content_items_child_detail {
    font-size: 16px;
    line-height: 31px;
    letter-spacing: -0.08em;
}
.pc-none{
    display: none;
}

@media (max-width: 750px){
    .sitemap{
        padding-bottom: 20px;
    }
    .sitemaptitle {
        padding: 4rem 0 6rem;
    }
    .sitemap_content_item {
        width: 90%;
        max-width: 90%;
    }
    .sitemap_content_items {
        margin-bottom: 4.7rem;
        flex-direction: column;
        align-items: center;
    }
    .sitemap_content_items_child_title {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 20px;
        border-left: solid 2px #000000;
    }
    .sitemap_content_items_child_title2 {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 15px;
        border-left: solid 2px #000000;
    }    
    .sitemap_content_items_child {
        width: 94%;
        margin-bottom: 2.2rem;
    }
    .sitemap_content_items_child2 {
        width: 94%;
        margin-bottom: 2.2rem;
    }
    .sitemap_content_items_child3 {
        width: 94%;
        margin-bottom: 2.2rem;
    }
    .sitemap_content_items_child_tite {
        font-size: 1.2rem;
        line-height: 1.6rem;
        margin-bottom: 1.3rem;
        padding-left: 1rem;
    }
    .sitemap_content_items_child_detail {
        font-size: 0.8rem;
        line-height: 1.5rem;
    }
    .sitemap-name span.decoration::before {
        height: 13px;
        width: 16.5px;
        margin-bottom: 14px;
    }
    .sitemap-name{
        font-size:1.2rem;
    }
    .sitemap-name2 span.decoration::before {
        height: 13px;
        width: 16.5px;
        margin-bottom: 14px;
    }    
    .sitemap-name2{
        font-size:1.2rem;
    }
    .pc-none{
        display: inline;
    }
    .sp-left{
        margin-left:68px;
    }
    .mb5{
        margin-bottom: 5px;
    }
}
