.p-pattern02 .p-pattern11__list.c-list {
	max-width: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

/*.p-pattern02 .p-pattern11__list.c-list .c-list__item {
	width: calc(50% - 10px);
}*/

.p-pattern02 .p-pattern11__list.c-list .c-list__item:where(:nth-of-type(2)) {
	margin-top: 0;
}

@media (max-width: 525px) {
	.p-pattern02 .p-pattern11__list.c-list .c-list__item {
		width: auto;
		flex-direction: column;
	}

	.p-pattern02 .p-pattern11__list.c-list .c-list__item:where(:nth-of-type(n + 2)) {
		margin-top: var(--row-gap);
	}
}

.p-pattern05.progress .p-pattern05__item::before,
.p-pattern05.progress .p-pattern05__item::after {
	display: none;
}

.p-pattern05 .c-paragraph strong::before {
	color: var(--color-primary);
	content: "・";
}
