@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%;
box-sizing: border-box;
}

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

#sitemap .sitemap_box a:hover{
color: #443E6E;
}

#sitemap .sitemap_box .list{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
font-size: 1.2rem;
margin: 0 0 0px 20px;
}
#sitemap .sitemap_box .list::after{
content: '';
display: block;
width: 30%;
}

#sitemap .sitemap_box .list li{
width: 30%;
line-height: 1.4;
margin-bottom: 60px;
border-bottom: 1px dashed #443E6E;
padding-bottom: 10px;
}


}





/*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: #00488a;
}

#sitemap .sitemap_box h3{
font-size: .9rem;
font-weight: 300;
border-bottom: 1px solid #00488a;
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%;
}




}