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

.about_sitemap a {
	position:relative;
	z-index:110;
}
.about_sitemap {
	padding:30px 0;
	background:#E7155F;
}
.machi {
    background-color: #E7155F;
}
.about_sitemap .box {
    margin: 20px auto;
	padding:100px;
    background: #fff;
    border-radius: 20px;
	text-align:left;
	line-height:2em;
}
#sitemap_list li::before {
    font-family: 'Font Awesome 5 Free';
    content: '\f138';
    font-weight: 900;
	color:#E7155F;
    position: relative;
    right: 10px;
    top: 0px;
}
#sitemap_list li {
	padding: 10px 0px 0px;
}
#sitemap_list li:not(.home-item) {
	padding: 10px 0px 0px 50px;
}