@charset "utf-8";
/* CSS Document */
.result_half{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin-top:40px;
}
.result{
	margin:0 0 40px;
}
.result_half .result{
	width:327px;
}