/*　WebP対応の場合　*/
.webp #flow #subimage{
background: url(../images_webp/flow/subimage.webp) no-repeat left center;
}
/*　WebP非対応の場合　*/
.no-webp #flow #subimage{
	background: url("../images/flow/subimage.jpg") no-repeat left center;
}
.steplist {
	position: relative;
}
.steplist::before{
	content: " ";
	width: 6px;
	height: 99%;
	position: absolute;
	left: 50%;
	top:10px;
	margin-left: -3px;
	background: #fff;
}
.steplist::after{
	content: " ";
	width: 20px;
	height: 20px;
	position: absolute;
	left: 50%;
	bottom:0;
	margin-left: -10px;
	border-radius: 50%;
	background: #fff;
}
.steplist li{
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 50px;
}
.steplist li:nth-of-type(odd){
	flex-direction: row-reverse;
}
.steplist li .step{
	position: absolute;
	top:10px;
	left: 50%;
	margin-left: -58px;
	padding-top: 30px;
	width: 115px;
	height: 115px;
	font-family: "Encode Sans Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
	color: #fff;
	font-size:300%;
	background: url("../images/flow/step.png") no-repeat center center;
	text-align: center;
	z-index: 2;
}
.steplist li figure,.steplist li .text{
	width: 40%;
}
#flow02,#flow03{
	position: relative;
	padding-top: 50px;
}
#flow02::before,#flow03::before{
	content: " ";
	position: absolute;
	left: 0;
	top:0;
	background: url("../images/common/bg04.png");
	width: 100%;
	height: 100px;
}
#flow02 .container,#flow03 .container{
	position: relative;
	z-index: 2;
}
#flow02 .steplist,#flow03 .steplist{
	margin-bottom: 100px;
}
.ansinpoint{
	max-width: 1300px;
	margin: 0 auto;
	padding-bottom: 40px;
	background: url("../images/common/bg06.png");
}
.ansinpoint .en img{
	margin-top: -40px;
}
.ansinpoint ul li{
	margin-bottom:40px;
	padding: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #e8c0d3;
	border-radius: 0 30px 0 30px;
}
.ansinpoint ul li:last-of-type{
	margin-bottom: 0;
}
.ansinpoint ul li figure{
	width: 26%;
	text-align: center;
}
.ansinpoint ul li .text{
	width: 70%;
}
/*-------------------------sp----------------------------*/
@media screen and (min-width: 767px) and (max-width: 1099px) {
	.steplist li{
		align-items: flex-start;
	}

}
@media (max-width: 767px) {
	.steplist li{
		margin-bottom: 30px;
	}
.steplist li figure,.steplist li .text{
	width: 100%;
}
	.steplist li figure{
		margin-bottom: 10px;
	}
	.steplist li .text{
		padding-left: 40px;
		padding-right: 10px;
	}
	.steplist li .step{
		top:-5px;
		left: -5px;
		padding-top: 16px;
		margin-left: 0;
		width: 70px;
		height: 70px;
		background-size:contain;
		font-size:200%;
	}
	.steplist::before{
		left: 15px;
	}
	.steplist::after{
		left: 5px;
		margin-left: 0;
	}
	.ansinpoint{
		padding: 0 10px 20px;
	}
	.ansinpoint ul li{
		flex-wrap: wrap;
		padding: 20px;
		margin-bottom: 20px;
	}
	.ansinpoint ul li figure{
		width: 100%;
		padding: 0 20%;
		margin-bottom: 10px;
	}
	.ansinpoint ul li .text{
		width: 100%;
	}
	.ansinpoint .en img{
		margin-top: -30px;
		width: 100px;
	}
	#flow02, #flow03{
		padding-top:20px;
	}
	#flow02::before, #flow03::before{
		height: 50px;
	}
}