@CHARSET "UTF-8";

h1 {
	font-family: "M PLUS Rounded 1c", sans-serif;
	word-break: keep-all;
	line-break: strict;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

p {
	font-family: sans-serif;
}

.contentBase {
	padding-bottom: 2em;
}

.partition {
	margin: 2em auto;
}

.smallTitle {
	font-size: 24px;
}

/* ■ 画面幅 640px 以上の指定 */
@media screen and (min-width : 640px) {
	.smallTitle {
		font-size: 28px;
	}
}
