@charset "utf-8";
/* 
Last Updated: 2020-02-15
style_flow.css
---------------------------------------------- */
.flow-content {
	margin: 0 0 0 5px;
}

.flow-content h4 {
	clear: both;
	font-size: 14px;font-size: 14rem;
	font-weight: bold;
	line-height: 30px;
	padding-left: 20px;
	background: url(../images/bg_flow_title.jpg) no-repeat;
}

.flow-content .stc {
	font-size: 14px;font-size: 14rem;
	margin: 8px 0 50px;
}

.flow-content h4 span {
	margin-right: 25px;
}

.flow-content h4.afters {
	font-size: 16px;font-size: 16rem;
	background: url(../images/bg_flow_title2.jpg) no-repeat;
}

.plan-fr {
	float: right;
	margin: 5px 0 20px 15px;
}


@media screen and (min-width: 768px) {
	.flow-content {
		margin: 0 0 0 5px;
	}

	.flow-content h4 {
		clear: both;
		font-size: 14px;font-size: 14rem;
		font-weight: bold;
		line-height: 30px;
		padding-left: 20px;
		background: url(../images/bg_flow_title.jpg) no-repeat;
	}

	.flow-content .stc {
		font-size: 14px;font-size: 14rem;
		margin: 8px 0 50px 40px;
	}

	.flow-content h4 span {
		margin-right: 25px;
	}

	.flow-content h4.afters {
		font-size: 16px;font-size: 16rem;
		background: url(../images/bg_flow_title2.jpg) no-repeat;
	}

	.plan-fr {
		float: right;
		margin: 5px 0 20px 15px;
	}
}