@charset "utf-8";

/******************* 各セクション *******************/
#sec01{
	width:95%;
	max-width:1366px;
	margin:0 auto;
	padding:50px 0;
	position:relative;
}

#sec01 .sitemap{
	row-gap:50px;
	flex-direction:column;
}

#sec01 .sitemap .group{
	row-gap:15px;
	flex-direction:column;
}

#sec01 .sitemap .group h3{
	font-size:1.5em;
}

#sec01 .sitemap .group .items{
	row-gap:20px;
	column-gap:50px;
	flex-wrap:wrap;
}

#sec01 .sitemap .group .items a{
	padding-bottom:3px;
	border-bottom:solid 2px #000;
}


@media (max-width:999px){
}

@media (max-width:767px){
	#sec01 .sitemap .group .items{
		row-gap:15px;
		flex-direction:column;
	}

	#sec01 .sitemap .group .items a{
		width:fit-content;
		width:-moz-fit-content;
	}
}
