@charset "UTF-8";
/* CSS Document */
/*PC*/
@media print, screen and (min-width: 768px) {


#sitemap {
position:relative;
margin: 0 auto 150px;
z-index: 5;
}


#sitemap .section_wrap{
width: 1000px;
margin: 0 auto;
}

#sitemap .sitemap_box{
width: 100%;
margin:0 auto 30px;
border: 1px solid rgba(0,0,0,.1);
padding:25px 25px 10px;
box-sizing: border-box;
background: #FFF;
}

#sitemap .sitemap_box a{
color: #121212;
}

#sitemap .sitemap_box a:hover{
color: #0a7fd3;
}

#sitemap .sitemap_box h3{
font-size: 1.2rem;
font-weight: 600;
border-bottom: 1px solid #0a7fd3;
margin-bottom: 20px;
padding-bottom: 10px;
box-sizing: border-box;
line-height: 1;
}

#sitemap .sitemap_box h4{
font-size: 1rem;
font-weight: 500;
margin-bottom: 20px;
padding: 10px;
box-sizing: border-box;
line-height: 1;
background: rgba(0,0,0,.05);
}

#sitemap .sitemap_box h5{
font-size: .8rem;
font-weight: 500;
margin-bottom: 20px;
line-height: 1;
border-bottom: 1px dotted rgba(0,0,0,.2);
padding-bottom: 10px;
box-sizing: border-box;
}

#sitemap .sitemap_box .list{
display: flex;
flex-wrap: wrap;
font-size: .8rem;
margin: 0 0 20px 20px;
list-style-type: disc;
}

#sitemap .sitemap_box .list li{
width: 22.75%;
line-height: 1.4;
margin-right: 3%;
margin-bottom: 1%;
}

#sitemap .sitemap_box .list li:nth-child(4n){
margin-right: 0;
}

}
/*sp*/
@media only screen and (max-width: 767px) {


#sitemap {
position:relative;
margin: 0 auto 80px;
z-index: 5;
}

#sitemap .section_wrap{
width: 90%;
margin: 0 auto;
}

#sitemap .sitemap_box{
width: 100%;
margin:0 auto 20px;
border: 1px solid rgba(0,0,0,.1);
padding:10px;
box-sizing: border-box;
background: #FFF;
}

#sitemap .sitemap_box a{
color: #121212;
}

#sitemap .sitemap_box a:hover{
color: #0a7fd3;
}

#sitemap .sitemap_box h3{
font-size: .9rem;
font-weight: 600;
border-bottom: 1px solid #0a7fd3;
margin-bottom: 20px;
padding-bottom: 10px;
box-sizing: border-box;
line-height: 1;
}

#sitemap .sitemap_box h4{
font-size: .9rem;
font-weight: 500;
margin-bottom: 10px;
padding: 6px;
box-sizing: border-box;
line-height: 1;
background: rgba(0,0,0,.05);
}

#sitemap .sitemap_box h5{
font-size: .75rem;
font-weight: 500;
margin-bottom: 10px;
line-height: 1;
border-bottom: 1px dotted rgba(0,0,0,.2);
padding-bottom: 10px;
box-sizing: border-box;
}

#sitemap .sitemap_box .list{
font-size: .75rem;
margin: 0 0 20px 20px;
list-style-type: disc;
}

#sitemap .sitemap_box .list li{
line-height: 1.8;
margin-bottom: 1%;
}




}