@charset "UTF-8";

/*--------------------------------------------------------------------
future.html
future.css
--------------------------------------------------------------------*/

/*------------future---------------------------------------------------------------*/
.phoCent { text-align: center; }

#future { text-align: center; }
#future .phoCent { margin-bottom: 90px; }
#future ul { margin-top: 1em; }
#future ul li {
	padding-left: 1.3em;
	text-indent: -1.3em;
}
#future ul li::before {
	padding-right: 0.3em;
	content: "・";
}
#future .bulBtn {
	margin: 50px auto 0;
}

#start p:not(:first-of-type) { margin-top: 1em; }
#start p:not(:first-of-type).phoCent { margin-top: 80px; }