@charset "UTF-8";

/* ////////// ゲーム87書体(1) 専用目次 ////////// */

.mokuji_cfont {
	display: inline-block;
	text-align: center;
}

.mokuji_cfont ol {
	text-align: left;
	list-style-type: numeric;
	font-size: 14px;
	line-height: 1.3;
	display: grid;
	grid-auto-flow: column;
	grid-template-rows: repeat( 4, auto );
	column-gap: 5em;
	row-gap: 0.5em;
	padding: 0 0 0 1em;
}

@media screen and ( max-width: 720px ) {
	.mokuji_cfont ol {
		grid-template-rows: repeat( 5, auto );
	}
}

@media screen and ( max-width: 490px ) {
	.mokuji_cfont ol {
		grid-template-rows: repeat( 10, auto );
	}
}

/* ////////// CFONT(campaign) 専用目次 ////////// */

.mokuji_cfont_cp {
	display: inline-block;
	text-align: center;
}

.mokuji_cfont_cp ol {
	text-align: left;
	list-style-type: numeric;
	font-size: 14px;
	line-height: 1.3;
	display: grid;
	grid-auto-flow: column;
	grid-template-rows: repeat( 5, auto );
	column-gap: 5em;
	row-gap: 0.5em;
	padding: 0 0 0 1em;
}

@media screen and ( max-width: 720px ) {
	.mokuji_cfont_cp ol {
		grid-template-rows: repeat( 5, auto );
	}
}

@media screen and ( max-width: 490px ) {
	.mokuji_cfont_cp ol {
		grid-template-rows: repeat( 10, auto );
	}
}