@charset "UTF-8";
/*
 * index.css
 *
 */
 
/*==================================
           sitemap page
==================================*/

#main .sitemap_01 {
	display:inline-block;
	vertical-align:top;
	margin:0 20px;
}
.top_sitemap li a::before {
    margin: 0 10px 0 0;
    color: #35ADDA;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f152';
}
.top_sitemap li > ul > li a::before {
    margin: 0 10px 0 0;
    color: #35ADDA;
    font-family: 'Font Awesome 5 Free';
    font-weight: 100;
    content: '\f152';
}
.top_sitemap li > ul > li a {
	font-weight:100;
	color:#000;
	text-decoration:none;
}
.top_sitemap li a {
    font-weight:bold;
	color:#000;
	text-decoration:none;	
}
.top_sitemap li > ul > li a:hover,
.top_sitemap li a:hover {
	text-decoration:underline;
	opacity:1;
}
.top_sitemap .menber_link p::before {
	color:#CADA29;
}