@charset "utf-8";
/* CSS Document */
#flow {
}
#flow .cate {
	width:90%;
	margin:0 auto;
	margin-bottom: 20px;
}
#flow .cate .cate_txt {
	width:90%;
	margin:0 auto;
	padding:10px 0;
	background:#fff;
}
#flow .cate .cate_box {
	width:100%;
	margin:0 auto;
	border:3px solid #26b51f;
	margin-bottom: 20px;
}
#flow .cate .cate_box .cate_gr {
}
#flow .cate .cate_box .cate_gr h4 {
	text-align: center;
	padding:5px 0;
	margin:10px 5%;
	background: #e1ffe7;
	border:3px solid #26b51f;
	color:#26b51f;
}
#flow .cate .cate_box .cate_gr .text_box {
	width:95%;
	margin:10px auto;
	padding-bottom: 10px;
}
#flow .cate .cate_box .cate_gr .text_box figure img {
	width:90%;
	margin:0 5%;
	margin-bottom: 10px;
}
#flow .cate .cate_box .cate_gr .text_box p {
	width:90%;
	margin:0 auto;
	margin-bottom: 10px;
}
#flow .cate .cate_box .cate_gr .text_box .flow {
	text-align: center; 
	width:50%;
	
}
