@charset "UTF-8";
/* CSS Document */

/* 中身-モバイルファースト======================================================================================================== */
#sitemap .logo{
text-align: center;
}
#sitemap .logo img{
display: block;
width: 240px;
margin: 0 auto;
}
#sitemap .box{
margin-top: 20px;
}
#sitemap em{
display: block;
font-weight: bold;
width: 100%;
margin-bottom: 5px;
}
#sitemap ul{
display: flex;
flex-wrap: wrap;
}
#sitemap li{
width: 50%;
font-size: 12px;
margin-bottom: 5px;
}
#sitemap li a{
}
#sitemap li a::before{
content: "";
display: inline-block;
vertical-align: middle;
width: 5px;
height: 5px;
margin-right: 5px;
border-top: 1px solid #111;
border-right: 1px solid #111;
transform: rotate(45deg);
}
#sitemap li li{
margin-left: 1em;
}



/* PCのみ======================================================================================================== */
@media print, screen and (min-width: 751px){

#sitemap{
display: flex;
align-items: flex-start;
flex-wrap: wrap;
}
#sitemap .logo{
width: 100%;
}
#sitemap .logo img{
width: 400px;
}
#sitemap .alpha,
#sitemap .beta,
#sitemap .gamma,
#sitemap .delta{
width: 25%;
}
#sitemap .box{
margin-top: 40px;
}
#sitemap ul{
display: block;
}
#sitemap li{
width: 100%;
font-size: 14px;
margin-bottom: 5px;
}





}

