@charset "UTF-8";
/* CSS Document */

h2 {
	margin-bottom: 0.75em;
	font-size: 1.25em;
	color: #008800;
	text-align: center;
	font-weight: bold;
}

article {
	clear:both; 
	margin-top: 1.5em;
	padding-top:0.5em;
}

article:first-child {
	margin-top: 0;
}

article:before {
	margin-bottom: 0.5em;
	content: '';
	width: 100%;
	height: 2px;
	background: #008800;
	display: block;
	order: -1;
}

.flow-img {
	float: right;
	margin-bottom: 30px;
	margin-left: 25px;
}

.flow-list-title {
	display: flex;
	align-items: center;
}

.flow-list-num {
	margin-right: 10px;
	width: 24px;
	height: 24px;
	display: inline-block;
}

.list-num {
	display: none;
}

h3 {
	display: inline-block;
}

.flow-list-con {
	margin-top: 10px;
}

.how {
	margin-bottom: 5px;
	margin-top: 15px;
	line-height: 2em;
}

.how span {
	margin-right: 2em;
	padding: 0.5em 1em;
	background-color: #ff0000;
	color: #ffffff;
	font-weight: bold;
}
