@charset "utf-8";





@import url("/common/css/reset.css");
@import url("/common/css/base.css");





#flow_box {
	padding: 0 0 80px;
}
#flow {
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
}

.step {
	margin-bottom: 20px;

	-webkit-box-pack:justify;
	-webkit-justify-content:space-around;
	-ms-flex-pack:justify;
	justify-content:space-around;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;

	-webkit-align-items: center;
	align-items: center;
}
.step_img {
	width: 220px;
	margin-right: 20px;
	text-align: center;
}
.step_desc {
	width: 560px;
	text-align: center;
}
@media screen and (max-width: 1120px) {
	.step_img {
		width: 26%;
		margin-right: 4%;
	}
	.step_desc {
		width: 70%;
	}
}/* 閉じカッコ */
@media screen and (max-width: 768px) {
	.step_desc {
		text-align: left;
	}
}/* 閉じカッコ */

.step_desc_text {
	font-size: 100%;
}
.step_desc_text18 {
	font-size: 112.5%;
}
.step_desc_text24 {
	font-size: 150%;
}
#step1_p {
	margin-bottom: 0.6em
}









