@charset "UTF-8";
.c-flow {
	
}
.c-flow .container {
	margin: 0 auto;
}
.c-flow .container ol {
	overflow-x: scroll;
	white-space: nowrap;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.c-flow .container ol li {
	position: relative;
	display: inline-block;
	margin: 0 1% 0 0;
	width: 17%;
	max-width: 12.5em;
	vertical-align: top;
}
.c-flow .container ol li:after {
	position: absolute;
	top: 0;
	left: .5em;
	display: inline-block;
	width: 2em;
	height: 2em;
	font-size: 1.125em;
	font-family: 'Ubuntu', sans-serif;
	line-height: 2;
	text-align: center;
	border: 2px solid #1a1a1a;
	border-radius: 50%;
}
.c-flow .container ol li:nth-child(1):after { content: "1"; }
.c-flow .container ol li:nth-child(2):after { content: "2"; }
.c-flow .container ol li:nth-child(3):after { content: "3"; }
.c-flow .container ol li:nth-child(4):after { content: "4"; }
.c-flow .container ol li:nth-child(5):after { content: "5"; }
.c-flow .container ol li:nth-child(6):after { content: "6"; }
.c-flow .container ol li:nth-child(7):after { content: "7"; }
.c-flow .container ol li:nth-child(8):after { content: "8"; }
.c-flow .container ol li:nth-child(9):after { content: "9"; }
.c-flow .container ol li:nth-child(10):after { content: "10"; }
.c-flow .container ol li figure {
	margin: 0 auto;
	width: 75%;
	max-width: 80px;
}
.c-flow .container ol li figure img {
	display: block;
	width: 100%;
}
.c-flow .container ol li .body {
	white-space: normal;
}
.c-flow .container ol li .body h3 {
	margin: 0;
	font-size: 1em;
	text-align: center;
}
.c-flow .container ol li .body .content {
	font-size: .875em; 
}
.c-flow .container ol li .body .content p {
	margin: 0; 
}
.c-flow .container ol li .body .content p:nth-child(n+1) {
	margin: .25 0 0; 
}
.c-flow .container ol li .body .content p small {
	display: block;
	margin: .25em 0 0;
	font-size: .75em;
}
@media (max-width: 769px) {
	.c-flow .container ol {
		width: 96vw;
	}
	.c-flow .container ol li {
		width: 160px;
	}
	.c-flow .container ol li:after {
		font-size: .875em;
	}
	.c-flow .container ol li .content h3 {
		font-size: .875em;
	}
	.c-flow .container ol li .content p {
		font-size: .75em;
	}
}
