@charset "utf-8";
/**
 * style.css
 */

/* index
--------------------------------------------------*/
/* layout */
#pageTitle {
	background-image: url(../imgs/bg-pagetitle.jpg);
}
#term .title {
	margin-top: 50px;
	text-align: left;
}
#term .title:first-child {
	margin-top: -5px;
}
#term p {
	margin-top: 2em;
}
#term .title + p {
	margin-top: 0;
}
/* SP */
@media only screen and (max-width:767px) {
	#term .title {
		margin-top: 30px;
	}
}