/**--------------------------------------- PC ---------------------------------------**/
/**--------- ページトップ ---------**/
.c-kv03 {
    position: relative;
    padding: 7.75vw 0 0 5.93vw;
    height: 14vw;
    width: 100%;
    box-sizing: border-box;
}
.c-kv03::before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    top: 50px;
    left: 0;
    bottom: 0;
    background: #2B4834;
}

/**--------- ブロック ---------**/
.site_mapList {
    display: flex;
    justify-content: center;
    margin: 2.5vw auto;

}
.left_side {
    padding-left: 20vw;
    flex: 1;
}
.right_side {
    padding-left: 5vw;
    padding-right: 5vw;
    flex: 1;
}

/**--------- リスト ---------**/
.site_map {
    text-align: left;
    margin :30px 0;
}
.site_map h2 {
    font-size: 20px;
}
.site_map ul {
    padding: 0.1vw 0;
    margin-top: 0.2vw;
    margin-left: 0.5vw;
}
.site_map ul li {
    font-size: min(1.6vw, 17px);
}

.sitemap_title {
    color: #333;
    background: transparent;
    border-left: solid 7px #308D74;
    font-weight:600;
}
h2.sitemap_title {
    padding-left: 1.2vw;
}
.sitemap_title a,
.site_map ul li a {
    color: #113c1f;
    text-decoration: underline;
}
.sitemap_title a:valid,
.site_map ul li a:valid {
    color: #ff4081;
    text-decoration: underline;
}
.site_map ul li {
    padding-left: 2em;
    padding-bottom: 10px;
}


/**--------------------------------------- smartphone ---------------------------------------**/
@media screen and (max-width: 780px){
    /**--------- ページトップ ---------**/
    .c-kv03 {
        height: auto;
        display: flex;
        flex-direction: column;
        padding: 0;
    }
    .c-kv03::before {
        display: none;
    }
    
    /**--------- ブロック ---------**/
    .site_mapList {
        display: block;
    }

    /**--------- リスト ---------**/
    .site_map h2 {
        font-size: min(5vw, 25px);
    }   
    .site_map ul li {
        font-size: min(4vw, 17px);
    }
    .c-kv03 .c-kv02-title {
        padding: 55px 20px 0 20px;
    }
    .left_side,
    .right_side {
        padding:0 0.5vw 0 7vw;
    }
}
    /**--------- 「応募受付中の訪問介護事業所検索」の改行調整 ---------**/
    @media (min-width: 931px) or (max-width: 780px){
    .sitemap_sp {
        display: none;
    }
}
