@charset "UTF-8";
/* CSS Document */

/* 中身-モバイルファースト======================================================================================================== */
#sitemap {
display: flex;
}
#sitemap ul{
width: 50%;
}
#sitemap li{
margin-bottom: 10px;
}
#sitemap li a{
font-weight: bold;
text-decoration: none;
}
#sitemap li p a{
font-weight: normal;
color: #666;
}

/* PCのみ======================================================================================================== */
@media print, screen and (min-width: 751px){
#sitemap{
}
#sitemap ul{
width: 50%;
font-size: 1vw;
display: flex;
flex-wrap: wrap;
}
#sitemap ul li{
width: 50%;
}
#sitemap li a:hover{
padding-left: 10px;
}



}

