@charset "utf-8";
/*------------------------------------------------------------
	activity
------------------------------------------------------------*/
#main p,
#main .textList li {
	margin-bottom: 3rem;
	line-height: 1.875;
	word-break: break-word;
}
#main .textList li {
	padding-left: 1.6rem;
	text-indent: -1.6rem;
}
#main p:last-child,
#main .textList li:last-child {
	margin-bottom: 0;
}
#main .practice {
	margin-bottom: 5.4rem;
}
#main .bigPhoto {
	margin-bottom: 10rem;
}
#main .bigPhoto img {
	width: 100%;
}
#main .assembly {
	margin-bottom: 9.4rem;
}
#main .support {
	margin-bottom: 9.2rem;
}
#main .support .headLine03,
#main .assembly .headLine03 {
	margin-bottom: 2.2rem;
}
@media all and (max-width: 896px) {
	#main .textList li {
		padding-left: 0;
		text-indent: 0;
	}
	#main p,
	#main .textList li {
		margin-bottom: 2.5rem;
		line-height: 1.6;
	}
	#main .practice {
		margin-bottom: 2.7rem;
	}
	#main .bigPhoto {
		margin-bottom: 5rem;
	}
	#main .support .headLine03, #main .assembly .headLine03 {
		margin-bottom: 1.6rem;
	}
	#main .assembly {
		margin-bottom: 4.6rem;
	}
	#main .support {
		margin-bottom: 4.5rem;
	}
}