@charset "UTF-8";
/* CSS Document */
/* mainArea */
.mainArea {
	margin-top: 70px;
	background-image: url("../img/flow/main_bg.webp");
}

/* flowArea */
.flowArea .inner {
	 padding: 60px 20px 0;
}
.flowArea .inner .flow {
	max-width: 970px;
	margin: 0 auto;
}
.flowArea .inner .flow li {
	position: relative;
	padding-bottom: 100px;
}
.flowArea .inner .flow li:last-of-type:after {
	 display: none;
}
.flowArea .inner .flow li:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 36px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #d4eded transparent transparent transparent;
	border-width: 30px 40px 0 40px;
}
.flowArea .inner .flow li .img {
	height: 120px;
	background-repeat: no-repeat;
	background-position: center center;
	box-shadow: 0 2px 13px rgb(0 0 0 / 20%);
}
.flowArea .inner .flow li .img01 {
	background-image: url("../img/flow/f01_pc.webp");
}
.flowArea .inner .flow li .img02 {
	background-image: url("../img/flow/f02_pc.webp");
}
.flowArea .inner .flow li .img03 {
	background-image: url("../img/flow/f03_pc.webp");
}
.flowArea .inner .flow li .img04 {
	background-image: url("../img/flow/f04_pc.webp");
}
.flowArea .inner .flow li .img05 {
	background-image: url("../img/flow/f05_pc.webp");
}
.flowArea .inner .flow li .img06 {
	background-image: url("../img/flow/f06_pc.webp");
}
.flowArea .inner .flow li dl {
	padding-top: 36px;
	text-align: center;
}
.flowArea .inner .flow li dl dt {
	width: 350px;
	margin: 0 auto;
	background-color: #008080;
	border-radius: 50px;
	line-height: 1;
	font-family: ten-mincho,serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	color: #fff;
	padding: 12px 0;
}
.flowArea .inner .flow li dl dd {
	padding-top: 16px;
}

@media screen and (max-width: 1000px) {
/* mainArea */
	.mainArea {
		margin-top: 60px;
		background-image: url("../img/flow/main_bg_sp.webp");
	}
	
/* flowArea */
	.flowArea .inner {
	 padding: 50px 6vw 0;
	}
}

@media screen and (max-width: 767px) {
/* flowArea */
	.flowArea .inner {
	 padding: 40px 6vw 0;
	}
	
	.flowArea .inner .flow li {
		padding-bottom: 80px;
	}
	.flowArea .inner .flow li:after {
		bottom: 36px;
		border-width: 26px 40px 0 40px;
	}	
	.flowArea .inner .flow li .img {
		width: 400px;
		margin: 0 auto;
		height: 300px;
		box-shadow: 0 2px 13px rgb(0 0 0 / 20%);
	}
	.flowArea .inner .flow li .img01 {
		background-image: url("../img/flow/f01_sp.webp");
	}
	.flowArea .inner .flow li .img02 {
		background-image: url("../img/flow/f02_sp.webp");
	}
	.flowArea .inner .flow li .img03 {
		background-image: url("../img/flow/f03_sp.webp");
	}
	.flowArea .inner .flow li .img04 {
		background-image: url("../img/flow/f04_sp.webp");
	}
	.flowArea .inner .flow li .img05 {
		background-image: url("../img/flow/f05_sp.webp");
	}
	.flowArea .inner .flow li .img06 {
		background-image: url("../img/flow/f06_sp.webp");
	}
	.flowArea .inner .flow li dl {
		padding-top: 30px;
	}
	.flowArea .inner .flow li dl dt {
		width: 300px;
		font-size: 18px;
	}
	.flowArea .inner .flow li dl dd {
		line-height: 1.4;
		text-align: left;
	}
}

@media screen and (max-width: 600px) {
	.flowArea .inner .flow li .img {
		width: 100%;
		height: 180px;
		box-shadow: 0 0 0 rgb(0 0 0 / 20%);
	}
	.flowArea .inner .flow li dl {
		padding-top: 26px;
	}	
	.flowArea .inner .flow li dl dt {
			width: 70%;
	}
}
