/**
 * c-flow-list-item
 * /flow 専用のlist-item
 *
 * 自動生成: node _research/emit-component.mjs c-flow-list-item
 * 生成元: _archive/css/flow.css の .list-1__item
 * 手で編集しない（_research/component-defs.json を直して再生成する）
 */
.c-flow-list-item {
	align-content: center;
	align-items: center;
	background: var(--an-color-surface);
	border-bottom: 0px solid var(--an-color-accent) var(--an-color-brand);
	border-left: 0px solid var(--an-color-accent) var(--an-color-brand);
	border-radius: 8px;
	border-right: 0px solid var(--an-color-accent) var(--an-color-brand);
	border-top: 0px solid var(--an-color-accent) var(--an-color-brand);
	flex: none;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 24px;
	height: auto;
	justify-content: flex-start;
	padding: 24px 40px;
	width: 100%;
	max-width: 100%;
}
.c-flow-list-item.an-appear {
	opacity: 0;
	transition-delay: 400ms;
	transition-duration: 800ms;
	translate: 0px 16px;
}
.c-flow-list-item > *,
.c-flow-list-item.an-appear > *,
.c-flow-list-item__box > * {
	--gap-h: 24px;
	--gap-v: 0px;
}
.c-flow-list-item__box {
	align-content: center;
	align-items: center;
	background: var(--an-color-white-64);
	border-radius: 50%;
	flex: none;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 24px;
	height: 120px;
	justify-content: center;
	padding: 0px;
	width: 120px;
	max-width: 100%;
}
.c-flow-list-item__image {
	flex: none;
	height: auto;
	opacity: 0.8;
	padding: 0px;
	width: 60px;
	max-width: 100%;
}
.c-flow-list-item__box-2 {
	align-content: flex-start;
	align-items: flex-start;
	flex: none;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 4px;
	justify-content: flex-start;
	padding: 0px;
	width: calc(28% - (var(--gap-h) * 0.72));
	max-width: calc(28% - (var(--gap-h) * 0.72));
}
.c-flow-list-item__box-2 > * {
	--gap-h: 0px;
	--gap-v: 4px;
}
.c-flow-list-item__text {
	color: var(--an-color-brand);
	font-family: var(--an-font-display);
	font-size: 14px;
	font-weight: 400;
	height: auto;
	line-height: 1;
	text-align: left;
	width: auto;
	justify-content: flex-start;
	max-width: 100%;
}
.c-flow-list-item__title {
	color: var(--an-color-brand);
	flex: 1;
	font-family: var(--an-font-base);
	font-size: 20px;
	font-weight: 500;
	height: auto;
	line-height: 1.4;
	text-align: left;
	width: auto;
	justify-content: flex-start;
	max-width: 100%;
	min-width: 0;
}
.c-flow-list-item__text-2 {
	color: var(--an-color-text);
	flex: 1;
	font-family: var(--an-font-base);
	font-size: 16px;
	font-weight: 400;
	height: auto;
	letter-spacing: 0;
	line-height: 2;
	text-align: left;
	width: auto;
	justify-content: flex-start;
	max-width: 100%;
	min-width: 0;
}

@media (max-width: 1140px) {
	.c-flow-list-item__box-2 {
		flex: none;
		gap: 16px;
		width: calc(34% - (var(--gap-h) * 0.66));
		max-width: calc(34% - (var(--gap-h) * 0.66));
	}
	.c-flow-list-item__box-2 > * {
		--gap-h: 0px;
		--gap-v: 16px;
	}
	.c-flow-list-item__text {
		color: var(--an-color-accent);
	}
	.c-flow-list-item__title {
		color: var(--an-color-accent);
		font-size: 20px;
	}
	.c-flow-list-item__text-2 {
		color: var(--an-color-text);
	}
}

@media (max-width: 840px) {
	.c-flow-list-item {
		flex-direction: column;
		flex-wrap: nowrap;
		gap: 16px;
		padding: 24px;
	}
	.c-flow-list-item > *,
	.c-flow-list-item.an-appear > * {
		--gap-h: 0px;
		--gap-v: 16px;
	}
	.c-flow-list-item__box-2 {
		align-content: center;
		align-items: center;
		flex: none;
		gap: 8px;
		justify-content: center;
		width: 100%;
		max-width: 100%;
	}
	.c-flow-list-item__box-2 > * {
		--gap-h: 0px;
		--gap-v: 8px;
	}
}

@media (max-width: 540px) {
	.c-flow-list-item {
		border-bottom: 0px solid var(--an-color-accent) var(--an-color-brand) var(--an-color-brand);
		border-left: 0px solid var(--an-color-accent) var(--an-color-brand) var(--an-color-brand);
		border-right: 0px solid var(--an-color-accent) var(--an-color-brand) var(--an-color-brand);
		border-top: 0px solid var(--an-color-accent) var(--an-color-brand) var(--an-color-brand);
		flex-direction: column;
		flex-wrap: nowrap;
		gap: 8px;
		padding: 16px;
	}
	.c-flow-list-item > *,
	.c-flow-list-item.an-appear > *,
	.c-flow-list-item__box > * {
		--gap-h: 0px;
		--gap-v: 8px;
	}
	.c-flow-list-item__box {
		flex-direction: column;
		gap: 8px;
	}
	.c-flow-list-item__box-2 {
		flex: none;
		gap: 16px;
		width: 100%;
		max-width: 100%;
	}
	.c-flow-list-item__box-2 > * {
		--gap-h: 0px;
		--gap-v: 16px;
	}
	.c-flow-list-item__text,
	.c-flow-list-item__title {
		color: var(--an-color-brand);
	}
	.c-flow-list-item__text-2 {
		font-size: 14px;
	}
}
