#contentBody .catList ul {
    margin-top: 0;
    padding: 0;
    border-top: 0;
}

#contentBody .box {
    margin-bottom: 64px;
}

@media screen and (max-width: 768px) {
	#contentBody .box {
		margin-bottom: 56px;
	}
}

.siteMap .col,
.siteMap .col3 {
	flex-wrap: wrap;
}

.siteMap .col3 > .linkB {
	width: calc((100% - 96px) / 3);
	flex: unset;
}

#section5,
#section7,
#section8,
#section9,
#section10 {
	width: calc((100% - 96px) / 3);
}

#section5 h2,
#section7 h2,
#section8 h2,
#section9 h2,
#section10 h2 {
    margin-top: 88px;
}

#section5 .col3 > .linkB,
#section7 .col3 > .linkB,
#section8 .col3 > .linkB,
#section9 .col3 > .linkB,
#section10 .col3 > .linkB {
	width: 100%;
}

#section6 .col3 > .linkB {
	width: calc((100% - 48px) / 2);
}

@media screen and (max-width: 768px) {
	.siteMap .col3 > .linkB,
	#section6 .col3 > .linkB {
		width: 100%;
	}
	#section5,
	#section7,
	#section8,
	#section9,
	#section10 {
		width: 100%;
	}

	#section5 h2,
	#section7 h2,
	#section8 h2,
	#section9 h2,
	#section10 h2 {
		margin-top: 58px;
	}
}
	
.siteMap ul.linkB > li {
    font-weight: bold;
	margin-top: 40px;
}

.siteMap ul.linkB ul {
	width: 100%;
    margin-top: 0.75em;
	padding-left: 1.5em;
}

.siteMap ul.linkB ul li {
	margin-top: 0;
	margin-right: 20px;
    font-weight: normal;
}



