@charset "UTF-8";

.cls-1 {
fill: #d9d9d9;
}

.cls-2, .cls-3, .cls-4 {
isolation: isolate;
}

.cls-3, .cls-4 {
font-family: KozGoPr6N-Regular-83pv-RKSJ-H, 'Kozuka Gothic Pr6N';
font-size: 14px;
}

.cls-5 {
fill: #e50000;
}

.cls-4 {
fill: #fff;
}

.cls-6 {
fill: #f5f5f5;
stroke: #d9d9d9;
stroke-miterlimit: 10;
}

.mind_map {
	width: 100%;
	margin-bottom: 50px;
}
.mind_map_sp {
	display: none;
	width: 100%;
	margin-bottom: 50px;
}


@media only screen and (max-width:767.98px){
	.mind_map_sp {
		display: block;
	}
	.mind_map {
		display: none;
	}
}