@charset "utf-8";

#sitemap  {
}

#sitemap .sitemap_wrap {
	font-size: 1.6rem;
	padding: 0 0 100px;
    justify-content: space-around;
}

#sitemap .sitemap_list_under {
	margin: 0px 0 0 0;
}

#sitemap .sitemap_list_under .under-item {
	font-size: 1.6rem;
	position: relative;
}

#sitemap .sitemap_list_under .under-item::before {
	content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-size: 1.6rem;
    line-height: 1;
    margin: 0 10px 0 0;
    color: var(--red);
    font-weight: bold;
    height: 0;
    top: 24px;
    left: 18px;
    position: absolute;
    width: inherit;
}

#sitemap .sitemap_list_under .under-item a {
	padding: 0 0 0 35px;
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    width: 280px;
    height: 60px;
    border-radius: 5px;
    border: solid 1px var(--white01);
}

#sitemap .sitemap_list_under .under-item a:hover {
    border: solid 1px var(--red);
}

#sitemap .sitemap_list_under .under-item i{
    font-size: 1.4rem;
    padding: 0 0 0 5px;
}


@media screen and (max-width: 768px){
	
	#sitemap .colorful-bg::before {
		top: 210px;
	}
	
	#sitemap .sitemap_wrap {
		padding: 0 20px 40px;
		display: block;
		margin: 0 auto;
	}

	#sitemap .sitemap_list.sp {
		padding: 0px 0 0;
	}
	
	#sitemap .sitemap_list .sitemap_item {
		margin: 0 0 22px;
	}

	#sitemap .sitemap_list_under {
		margin: 10px 0 0 0;
	}

	#sitemap .sitemap_list_under .under-item {
		font-size: 1.5rem;
		margin: 0 0 15px;
	}
	
	#sitemap .sitemap_list_under .under-item a {
		padding: 0 0 0 30px;
		width: 100%;
		height: 60px;
	}

}
