/**
 * c-front-list-3
 * /index 専用のlist
 *
 * 自動生成: node _research/emit-component.mjs c-front-list-3
 * 生成元: _archive/css/index.css の .list-4
 * 手で編集しない（_research/component-defs.json を直して再生成する）
 */
.c-front-list-3 {
	align-content: stretch;
	align-items: stretch;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: flex-start;
	margin: 0px;
	padding: 0px;
	width: auto;
	max-width: 100%;
}
.c-front-list-3 > * {
	--gap-h: 16px;
	--gap-v: 16px;
}
