@charset "utf-8";
body {
	color: #4D4D4D;
}
.counseling_wrap {
	margin-bottom: 70px;
}
.counseling_wrap h2 {
	font-size: 38px;
	color: #fff;
	text-align: center;
	display: block;
	background-color: #EC8785;
	padding: 21px 0;
	line-height: 1;
	margin-bottom: 80px;
}
.counseling_wrap ul li {
	justify-content: flex-start;
	align-items: flex-start;
	margin: 0 0 20px 0;
	padding-bottom: 40px;
	position: relative;
}
.flow_01 ul li:nth-child(2) {
	background-image: url(../../images/flow/flow_img01.png);
	background-size: 200px 200px;
	background-position: top right;
	background-repeat: no-repeat;
}
.flow_02 ul li:nth-child(2) {
	background-image: url(../../images/flow/flow_img02.png);
	background-size: 200px 200px;
	background-position: top right;
	background-repeat: no-repeat;
}
.flow_02 ul li:nth-child(4) {
	background-image: url(../../images/flow/flow_img03.png);
	background-size: 200px 200px;
	background-position: top right;
	background-repeat: no-repeat;
}
.counseling_wrap ul li::before {
	content: "";
	background:linear-gradient(to bottom, rgba(236,135,133,1), rgba(236,135,133,1) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%) 0% 0%;
	background-size:2px 8px;
	background-position: top left;
	width: 1px;
	height: 100%;
	position: absolute;
	left: 40px;
	top: 0;
}
.counseling_wrap ul li:last-child::before {
	display: none;
}
.counseling_wrap ul li .number {
	width: 80px;
	height: 100px;
	display: block;
	margin-right: 50px;
	background-color: #fff;
	position: relative;
	z-index: 15;
}
.counseling_wrap ul li .number div {
	font-size: 50px;
	color: #EC8785;
	width: 100%;
	background-size: 90%;
	text-align: center;
	display: block;
	background-image: url(../../images/flow/number.svg);
}
.after_care ul li .flow_txt {
	width: 100%;
	padding-top: 0px;
}
.counseling_wrap ul li .flow_txt
.counseling_wrap ul li .flow_txt b {
	font-size: 32px;
	line-height: 1;
	padding-bottom: 50px;
	display: block;
}
.counseling_wrap ul li .flow_txt p {
	font-size: 16px;
	line-height: 2;
}
.counseling_wrap ul li .flow_txt a.flowBtn {
	margin: 40px 0 0 0;
}

@media screen and (max-width: 767px) {
	.counseling_wrap h2 {
		font-size: 22px;
		line-height: 1.5;
		margin-bottom: 46px;
	}
	.counseling_wrap ul li .number {
		position: absolute;
		left: -10px;
		background: none;
	}
	.counseling_wrap ul li .flow_txt {
		width: 100%;
		padding-top: 0;
	}
	.counseling_wrap ul li .flow_txt b {
		font-size: 22px;
	    padding-left: 90px;
	    line-height: 2;
	    display: inline-block;
	    margin-top: 5px;
	    padding-bottom: 29px;
	    letter-spacing: 0.1em;
	}
	.counseling_wrap ul li .number div {
		font-size: 40px;
		background-size: 70%
	}
	.counseling_wrap ul li {
		margin-bottom: 0;
		padding-bottom: 110px;
	}
	.counseling_wrap ul li::before {
		height: 50px;
		bottom: 30px;
		top: auto;
		left: 0;
		right: 0;
		margin: auto;
	}
	
	.counseling_wrap ul li:last-child {
		padding-bottom: 20px;
	}
	.flow_01 ul li:nth-child(2),
	.flow_02 ul li:nth-child(2),
	.flow_02 ul li:nth-child(4) {
		padding-bottom: 345px;
		background-position: center bottom 110px;
	}
	.flow_02 ul li:nth-child(4) {
		padding-bottom: 250px;
		background-position: center bottom 20px;
	}

}




