@charset "UTF-8";
.rinen{
	margin: 0 auto;
}
.rinen_1{
	width: 304px;
	margin: 0 auto;
}
.rinen_content{
	background-color: #e6dfc8;
	border-radius: 30px;
	padding: 30px 0 10px;
	margin-bottom: 70px;
}
.rinen_2{
	width: 520px;
	margin: 0 auto;
}
.rinen_3{
	width: 487px;
	margin: 0 auto;
}
.step_flow{
	display: flex;
	margin: 0 auto 30px;
	justify-content: start;
	align-items: center;
}
.flow_no{
	height: 44px;
	margin-right: 10px;
}
.flow_txt{
	height: 35px;
}
.flow_txt_2{
	height: 67px;
}
.flow_no img{
	width: auto;
	height: 44px;
}
.flow_txt img{
	height: 35px;
	width: auto;
}
.flow_txt_2 img{
	height: 67px;
	width: auto;
}
.bar_btm a::after{
	content: '';
	position: absolute;
	left: 50%;
	bottom: -8px;/*線の上下位置*/
	display: inline-block;
	width: 100px;/*線の長さ*/
	height: 2px;/*線の太さ*/
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);/*位置調整*/
	background-color: #40210F;/*線の色*/
	border-radius: 2px;/*線の丸み*/
}
@media (max-width: 800px)  {
	.flow_txt{
		height: 4vw;
	}
	.flow_txt img{
		height: 4vw;
	}
	.flow_txt_2{
		height: 7vw;
	}
	.flow_txt_2 img{
		height: 7vw;
	}
	.step_flow{
		justify-content: start;
		padding-left: 7vw;
	}
	.flow_no img{
		height: 5vw;
	}
	.rinen_content{
		padding: 30px 20px 10px;
	}
	.rinen_1 {
		width: 285px;
	}
	.rinen_2 {
		width: 480px;
	}
	.rinen_3 {
		width: 469px;
	}

}
@media (max-width: 600px){
	.rinen_content{
		margin-bottom:50px;
	}
	.rinen_1 {
		width: 237px;
	}
	.rinen_2 {
		width: 400px;
	}
	.rinen_3 {
		width: 390px;
	}
}
@media (max-width: 480px){
	.rinen_content{
		padding: 30px 30px 30px;
	}
	.rinen_1 {
		width: 43vw;
	}
	.rinen_2 {
		width: 71vw;
	}
	.rinen_3 {
		width: 70vw;
	}
	.mt_sejutsu{
		margin-top: 20px;
	}
	.step_flow{
		display: block;
		padding: 0;
	}
	.flow_no{
		height: 50px;
	}
	.flow_no img{
		height: 7vw;
	}
	.flow_txt{
		height: 2vw;
	}
	.flow_txt img{
		height: 5vw;
	}
	.flow_txt_2{
		height: 5vw;
	}
	.flow_txt_2 img{
		height: 9vw;
	}
}