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

.flow__eye-chatch {
	width: 100%
}
section.flow {
	padding: 0 1% 1%;
	height: auto;
	margin: 0 0 8%
}
.flow .flow__icon {
	margin: 6% auto;
	width: 30%
}
.flow .flow__inner .image {
	width: 48%;
	margin-right: 4%;
	display: inline-block;
	float: left
}
.flow .flow__inner .text {
	border: solid 2px red;
	border-radius: 10px;
	width: 48%;
	display: inline-block;
	float: left;
	font-size: .6em;
	padding: 13% 8%;
	line-height: 130%;
	color: #5f5454
}
.flow .flow__inner .text .text__innner {
	margin-bottom: 1.7em
}
.flow .flow__inner .text .text__innner:last-child {
	margin-bottom: 0
}
.flow .flow__inner .text .red {
	color: red
}
.flow .flow__inner .text .middle {
	font-size: .9em
}
.flow .flow__inner .text .mini {
	font-size: .8em
}
.flow .flow__inner .text .text__icon {
	margin: 0 auto 1em;
	width: 20%
}
.flow:after {
	content: "　";
	width: 100%;
	height: 0;
	position: absolute;
	background: url(../images/sp/flow/flow_line.png) no-repeat;
	left: 0;
	padding-top: 4%;
	bottom: -12%;
	background-size: 100%
}
.flow.flow--step02 {
	margin: 0 0 12%
}
.flow.flow--step02 .text {
	padding: 7% 2%
}
.flow.flow--step03 .text {
	padding: 8.8% 2%
}
.flow.flow--step04 .text {
	padding: 4% 2%
}
.flow.flow--step05 .text {
	padding: 13% 5%
}
.flow.flow--step06 .text {
	padding: 13% 2%
}
.flow.flow--step07 .image {
	margin-top: 5%
}
.flow.flow--step07 .text {
	padding: 7% 2% 3%
}
.flow.flow--step08:after {
	content: none
}
.flow.flow--step08 .flow__inner {
	width: 100%;
	height: auto;
	margin: 8% 0
}
.flow.flow--step08 .text {
	float: none;
	width: 100%;
	padding: 4%
}
