.pageCatch {
	background-image: url(../../images/second/business/catch.jpg);
}
.pageCatchTitle {
	top: 50%;
	left: 50%;
	color: #fff;
	transform: translate(-50%,-50%);
}

@media only screen and (max-width: 640px) {
	.pageCatch {
		background-image: url(../../images/second/business/catchBussinessSp.jpg);
	}
}

#siteMapArea {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;	
}
#siteMapArea>div {
	width: 30%;
}
#siteMapArea .siteMapList {
	margin-bottom: 3em;
}
#siteMapArea a.topCat {
	display: block;
	position: relative;
	width: 100%;
	margin: 0 auto 1em;
	padding: 0 0 10px 10px;
	color: #0097E0;
	font-size: 18px;
	text-decoration: none;
	line-height: 1.5em;
	border-bottom: 1px solid #0097E0;
	transition: all 0.2s 0s ease;
}
#siteMapArea a.topCat:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 8px;
	transform: translate(-50%, -50%) rotate(45deg);
	width: 5px;
	height: 5px;
	border: 1px solid #0097E0;
	border-left: none;
	border-bottom: none;
}
#siteMapArea a.topCat:hover {
	opacity: 0.7;
}
/*
#siteMapArea a.topCat:hover:after {
	border-color: #0097E0;
}
*/
#siteMapArea ul {
	margin-left: 2em;
}
#siteMapArea li {
	line-height: 2em;
}
#siteMapArea li a {
	color: #0097E0;
	text-decoration: underline;
}

@media only screen and (max-width: 640px) {
	#siteMapArea>div {
		width: 100%;
	}
	#siteMapArea ul {
		margin-left: 2em;
	}
	#siteMapArea li {
		line-height: 2em;
	}
}