@charset "UTF-8";
.c-step {
	margin: 1.5em 0;
}
.c-step .container {
	
}
.c-step .container ol {
	margin: 0;
	padding: 0;
	counter-reset: ranking-mark;
}
.c-step .container ol li {
	display: flex;
	position: relative;
	margin:  0 0 1em;
	padding: 0 0 0 2.5em;
	list-style: none;
	counter-increment: ranking-mark;
}
.c-step .container ol.has-image li {
	padding: 0;
}
.c-step .container ol li:last-child {
	margin:  0;
}
.c-step .container ol li::before {
	position: absolute;
	top: .125em;
	left: 0;
	width: 2em;
	height: 2em;
	border-radius: 50%;
	background-color: var(--color-main);
	line-height: 2em;
	text-align: center;
	color: #fff;
	font-size: 0.875em;
	content: counter(ranking-mark, decimal);
}
.c-step .container ol li figure {
	margin: 0 1em 0 0;
	width: calc(20% - 1em);
}
.c-step .container ol li figure img {
	display: block;
	width: 100%;
}
.c-step .container ol li .body {
	width: 100%;
}
.c-step .container ol.has-image li .body {
	width: 75%;
}
.c-step .container ol li .body .title {
	margin: 0 0 .25em;
	font-size: 1.125em;
	line-height: 1.4;
}
/*.is-style-c-step-002*/
.is-style-c-step-002 .container ol {
	overflow-x: scroll;
	white-space: nowrap;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.is-style-c-step-002 .container ol li {
	position: relative;
	display: inline-block;
	margin: 0 1% 0 0;
	padding: 0;
	width: 30%;
	max-width: 12.5em;
	vertical-align: top;
}
.is-style-c-step-002 .container ol li figure {
	margin: 0 0 .5em;
	width: 100%;
}
.is-style-c-step-002 .container ol li figure img {
	display: block;
	width: 100%;
}
.is-style-c-step-002 .container ol li .body {
	white-space: normal;
}
.is-style-c-step-002 .container ol.has-image li .body {
	width: 100%;
}
.is-style-c-step-002 .container ol li .body .title {
	margin: 0 0 .25em;
	font-size: 1em;
	text-align: center;
}
.is-style-c-step-002 .container ol li .body .content {
	font-size: .875em; 
}
@media (max-width: 769px) {
	.is-style-c-step-002 .container ol {
		width: 96vw;
	}
	.is-style-c-step-002 .container ol li {
		width: 160px;
	}
	.is-style-c-step-002 .container ol li:after {
		font-size: .875em;
	}
	.is-style-c-step-002 .container ol li .content .title {
		font-size: .875em;
	}
	}
}




