/**
 * c-empty-state
 * 空状態「0件です」
 *
 * 自動生成: node _research/emit-component.mjs c-empty-state
 * 生成元: _archive/css/jobs/category/midwife.css の .list-1
 * 手で編集しない（_research/component-defs.json を直して再生成する）
 */
.c-empty-state {
	align-content: stretch;
	align-items: stretch;
	flex: none;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: flex-start;
	padding: 0px;
	width: 100%;
	max-width: 100%;
}
.c-empty-state > * {
	--gap-h: 16px;
	--gap-v: 16px;
}
.c-empty-state__box {
	align-content: center;
	align-items: center;
	flex-direction: row;
	justify-content: flex-start;
	width: 100%;
	max-width: 100%;
}

@media (max-width: 840px) {
	.c-empty-state {
		align-content: flex-start;
		align-items: flex-start;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
	.c-empty-state > * {
		--gap-h: 0px;
		--gap-v: 16px;
	}
}
