/**
 * c-front-list-item
 * /index 専用のlist-item
 *
 * 自動生成: node _research/emit-component.mjs c-front-list-item
 * 生成元: _archive/css/index.css の .list-1__item
 * 手で編集しない（_research/component-defs.json を直して再生成する）
 */
.c-front-list-item {
	align-content: stretch;
	align-items: stretch;
	background: transparent;
	border-bottom: 1px solid transparent;
	border-left: 0px solid transparent;
	border-right: 0px solid transparent;
	border-top: 0px solid transparent;
	flex: none;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 0px;
	height: auto;
	justify-content: flex-start;
	padding: 0px;
	width: calc(33.33% - (var(--gap-h) * 0.67));
	max-width: calc(33.33% - (var(--gap-h) * 0.67));
}
.c-front-list-item.an-appear {
	opacity: 0;
	transition-delay: 400ms;
	transition-duration: 800ms;
	translate: 0px 16px;
}
[data-boolean].c-front-list-item {
	flex-direction: row-reverse;
	flex-wrap: nowrap;
}
.c-front-list-item > *,
.c-front-list-item.an-appear > * {
	--gap-h: 0px;
	--gap-v: 0px;
}
.c-front-list-item__box {
	align-content: center;
	align-items: center;
	border-radius: 0;
	flex: none;
	flex-direction: column;
	flex-wrap: nowrap;
	height: 240px;
	justify-content: center;
	width: 100%;
	max-width: 100%;
}
.c-front-list-item__box-2 {
	flex: none;
	height: 0px;
	width: 0px;
	max-width: 100%;
}
.c-front-list-item__box-3 {
	align-content: flex-start;
	align-items: flex-start;
	background: var(--an-color-white);
	border-radius: 0;
	flex: 1;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 8px;
	justify-content: flex-start;
	padding: 32px 40px;
	width: auto;
	max-width: 100%;
	min-width: 0;
}
.c-front-list-item__box-3 > * {
	--gap-h: 0px;
	--gap-v: 8px;
}
.c-front-list-item__text {
	color: var(--an-color-brand);
	flex: none;
	font-family: var(--an-font-base);
	font-size: 13px;
	font-weight: 500;
	height: auto;
	line-height: 1.4;
	text-align: left;
	width: auto;
	justify-content: flex-start;
	max-width: 100%;
}
.c-front-list-item__title {
	color: var(--an-color-text);
	flex: none;
	font-family: var(--an-font-base);
	font-size: 18px;
	font-weight: 500;
	height: auto;
	line-height: 1.4;
	text-align: left;
	width: auto;
	justify-content: flex-start;
	max-width: 100%;
}
.c-front-list-item__text-2 {
	color: var(--an-color-text);
	flex: none;
	font-family: var(--an-font-base);
	font-size: 14px;
	font-weight: 400;
	height: auto;
	line-height: 2;
	text-align: left;
	width: auto;
	justify-content: flex-start;
	max-width: 100%;
}

@media (max-width: 1140px) {
	.c-front-list-item__box {
		flex: none;
	}
}

@media (max-width: 840px) {
	.c-front-list-item {
		border-bottom: 1px solid transparent transparent;
		border-left: 0px solid transparent transparent;
		border-radius: 8px;
		border-right: 0px solid transparent transparent;
		border-top: 0px solid transparent transparent;
		flex: none;
		flex-direction: column;
		flex-wrap: nowrap;
		overflow-x: hidden;
		overflow-y: hidden;
		width: 100%;
		max-width: 100%;
	}
	[data-boolean].c-front-list-item {
		flex-direction: column;
		flex-wrap: nowrap;
	}
	.c-front-list-item > *,
	.c-front-list-item.an-appear > * {
		--gap-h: 0px;
		--gap-v: 0px;
	}
	.c-front-list-item__box {
		flex: none;
		height: 320px;
		width: 100%;
		max-width: 100%;
	}
	.c-front-list-item__box-3 {
		padding: 32px;
	}
	.c-front-list-item__box-3 > * {
		--gap-h: 0px;
		--gap-v: 8px;
	}
}

@media (max-width: 540px) {
	.c-front-list-item__box {
		flex: none;
		height: 200px;
	}
	.c-front-list-item__box-3 {
		padding: 24px;
	}
	.c-front-list-item__box-3 > * {
		--gap-h: 0px;
		--gap-v: 8px;
	}
	.c-front-list-item__title {
		font-size: 20px;
	}
	.c-front-list-item__text-2 {
		font-size: 14px;
	}
}
