@charset "utf-8";
/* CSS Document */
/* キービジュアル */
.new_mainimage_sabu_site_map {
    background-image: url("../img/site_map/kv_site_map01.jpg");
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 200px;
}

.new_sitemap_box_area {
    display: flex; /* 横並び */
    flex-wrap: wrap;
    margin-top: 20px;
    justify-content: space-between; /* 残り余白の均等割り */
}
.new_sitemap_box_area::after {
    content: "";
    display: block;
    width: 350px;
}
.new_sitemap_box {
    width: 350px;
}
.new_sitemap_box ul a {
    color: #001c58;
    font-size: 15px;
}
.new_sitemap_box ul a:hover {
    color: #ff704f;
}
.new_sitemap_box li {
    list-style-type: disc;
    color: #6bc8f2;
    font-size: 18px;
    line-height: 1.5em;
    padding-bottom: 10px;/*ul下幅*/
}

@media screen and (max-width:767px) {
/*fee767*/
/*メイン画像*/
.new_mainimage_sabu_site_map {
    background-image: url("../img/site_map/kv_site_map01_sp.jpg");
    background-position: center top;
    background-size: cover;
    height: 300px;
}
.new_site_map_sec1,
.new_site_map_sec2,
.new_site_map_sec3,
.new_site_map_sec4,
.new_site_map_sec5,
.new_site_map_sec6,
.new_site_map_sec7,
.new_site_map_sec8,
.new_site_map_sec9,
.new_site_map_sec10,
.new_site_map_sec11,
.new_site_map_sec12,
.new_site_map_sec13,
.new_site_map_sec14,
.new_site_map_sec15 {
    width: 100%;
}
.new_sitemap_box {
    text-align: center;
    width: 100%;
}
.new_sitemap_box li {
    list-style-type: none;
}
.new_sitemap_box {
    /*margin-top: 20px;*/
}
.new_sitemap_box_area {
    display: block;
    margin-top: 0px;
}  
    
    
    
    
    
    
    
    
    
}    
