/**
 * c-front-list-item-2
 * /index 専用のlist-item
 *
 * 自動生成: node _research/emit-component.mjs c-front-list-item-2
 * 生成元: _archive/css/index.css の .list-2__item
 * 手で編集しない（_research/component-defs.json を直して再生成する）
 */
.c-front-list-item-2 {
	align-content: center;
	align-items: center;
	border-bottom: 2px dotted var(--an-color-border);
	border-left: 0px dotted var(--an-color-border);
	border-right: 0px dotted var(--an-color-border);
	border-top: 0px dotted var(--an-color-border);
	flex: 1;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 0px;
	height: auto;
	justify-content: flex-start;
	padding: 32px 16px;
	width: 100%;
	max-width: 100%;
}
.c-front-list-item-2 > * {
	--gap-h: 0px;
	--gap-v: 0px;
}
.c-front-list-item-2__box {
	align-content: center;
	align-items: center;
	flex: none;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 24px;
	justify-content: flex-start;
	padding: 0px;
	width: 100%;
	max-width: 100%;
}
.c-front-list-item-2__box > *,
.c-front-list-item-2__box-2 > * {
	--gap-h: 24px;
	--gap-v: 0px;
}
.c-front-list-item-2__box-2 {
	align-content: center;
	align-items: center;
	background: var(--an-color-brand);
	border-radius: 50%;
	flex: none;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 24px;
	height: 48px;
	justify-content: center;
	padding: 0px;
	width: 48px;
	max-width: 100%;
}
.c-front-list-item-2__text {
	color: var(--an-color-white);
	flex: none;
	font-family: var(--an-font-display);
	font-size: 24px;
	font-weight: 500;
	height: auto;
	line-height: 1;
	padding: 0px;
	text-align: center;
	width: auto;
	justify-content: center;
	max-width: 100%;
}
.c-front-list-item-2__text-2 {
	color: var(--an-color-brand);
	flex: 1;
	font-family: var(--an-font-base);
	font-size: 18px;
	font-weight: 500;
	height: auto;
	line-height: 1.6;
	text-align: left;
	width: auto;
	justify-content: flex-start;
	max-width: 100%;
	min-width: 0;
}
.c-front-list-item-2__box-3 {
	align-content: flex-start;
	align-items: flex-start;
	background: transparent;
	flex: none;
	flex-direction: column;
	flex-wrap: nowrap;
	height: auto;
	justify-content: center;
	opacity: 1;
	padding: 16px 0px 0px;
	width: 100%;
	max-width: 100%;
}
.c-front-list-item-2__text-3 {
	color: var(--an-color-text);
	flex: none;
	font-family: var(--an-font-base);
	font-size: 16px;
	font-weight: 400;
	height: auto;
	line-height: 1.6;
	padding: 0px 8px;
	text-align: left;
	width: 100%;
	justify-content: flex-start;
	max-width: 100%;
}

@media (max-width: 540px) {
	.c-front-list-item-2 {
		gap: 8px;
		padding: 24px 8px;
	}
	.c-front-list-item-2 > * {
		--gap-h: 0px;
		--gap-v: 8px;
	}
	.c-front-list-item-2__box {
		gap: 8px;
	}
	.c-front-list-item-2__box > *,
	.c-front-list-item-2__box-2 > * {
		--gap-h: 8px;
		--gap-v: 0px;
	}
	.c-front-list-item-2__box-2 {
		flex: none;
		gap: 8px;
		height: 40px;
		width: 40px;
		max-width: 100%;
	}
	.c-front-list-item-2__text {
		font-size: 18px;
	}
	.c-front-list-item-2__text-2 {
		font-size: 16px;
	}
	.c-front-list-item-2__box-3 {
		padding: 0px;
	}
	.c-front-list-item-2__text-3 {
		font-size: 14px;
		padding: 0px 4px;
	}
}
