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

/************************************

pagetitle

************************************/

#pagetitle .image3{
background-image: url(../images/sitemap/pagetitle_pc.jpg);
}
@media only screen and (max-width:480px){
#pagetitle .image3{
background-image: url(../images/sitemap/pagetitle_sp.jpg);
}
}
/************************************

#sitemap_list

************************************/
#sitemap_list{
}
#sitemap_list article{
float:left;
width:45%;
text-align: left;
margin:0 5% 0 0 ;
}
#sitemap_list article li {
margin:0 0 25px;
}
#sitemap_list article li ul{
margin:25px;
}
#sitemap_list article h3 {
font-size:100%;
padding-left:20px;
position: relative;
margin:0 0 5px;
}
#sitemap_list article h3::before{
position: absolute;
top: 0px;
left: 0px;
color: #EDA3B0;
font-size: 15px;
font-family: 'FontAwesome';
content: "\f105";
}
#sitemap_list article li ul li h3::before{
content: "\f0da";
font-size:12px;
top:3px;
}
#sitemap_list article h3 a:hover{
color:#EDA3B0;
}
#sitemap_list article p{
font-size:85%;
padding-left:20px;
}


@media only screen and (max-width:768px){
#sitemap_list{
}
#sitemap_list article{
float:none;
width:100%;
text-align: left;
margin:0 0 0 0 ;
}
}