@charset "utf-8";


/* -----------------------------------------------------------
    サイトマップ
-------------------------------------------------------------- */
#sitemap .f-sitemap-title,
#sitemap .f-sitemap-wrap01 a,
#sitemap .f-sitemap-block > li::before {
	color: #333;
}

#sitemap .f-sitemap-title {
	border-bottom:1px solid #333;
}
.f-sitemap-wrap01 {
    display: flex;
    justify-content: space-between;
    padding: 40px 0 70px;
    font-size: 1.3rem;
    flex-wrap: nowrap;
}

.f-sitemap-block > li {
    margin: 25px 20px 0 15px;
    position: relative;
	font: 600 1.6rem / 1 'Noto Serif JP', sans-serif;
}

.f-sitemap-block > li::before {
    display: block;
    content: "\f105";
    color: #fff;
    font: 700 1.3rem / 1 "Font Awesome 5 Free";
    position: absolute;
    top: calc((100% - 1em) / 2);
    left: -15px;
}



@media screen and (max-width: 768px){
	#sitemap .f-sitemap-wrap01,
	#sitemap .f-sitemap-wrap02 {
		display: block;
		padding: 0 20px;
	}
	
	#sitemap .f-sitemap-wrap01 li,
	#sitemap .f-sitemap-wrap02 li {
		line-height: 2.3;
	}
	
	.f-sitemap-wrap01 li {
		width: 100%;
		margin: 0;
	}
	
	.f-sitemap-block li {
		margin: 0 0 0 15px;
	}
	
	.f-sitemap-wrap01 li.last > div {
		display: block;
	}
	
	#sitemap .f-sitemap-title {
		margin: 0 0 15px;
		padding: 0 0 10px;
		font-size: 1.6rem;
	}
}
