@charset "utf-8";

.und_main_ttl {
	background: url(../images/flow/main.jpg) no-repeat right center,
		linear-gradient(90deg, #95C629, #C1DB81);
}
.under_p_top section {
	padding-bottom: 2em;
}
.under_p_top section p {
	padding-bottom: 2em;
}

.steps {
	padding: 0 0 0 0;
}
.steps > div {
	width: 100%;
	padding: 0 5% 0 5%;
}
.steps > div:nth-child(2n+1) {
	background-color: #F1F7E3;
}
.steps > div > article {
	max-width: 950px;
	margin: auto;
	text-align: left;
	padding: 3em 0;
}
.steps article::after {
	content: "";
	display: block;
	clear: both;
}
.steps article h3 {
	font-size: 1.5em;
	font-weight: bold;
	color: #95C629;
	background-color: #FFF;
	border: 1px solid #95C629;
	float: left;
	margin-bottom: 1em;
	padding: 0.4em 1em;
}
.steps article img {
	float: right;
	border-radius: 1.5em;
	width: 40%;
	margin-bottom: 1em;
}
.steps article p {
	float: left;
	width: 55%;
	line-height: 2;
	font-size: 0.9em;
	background: url(../images/flow/arrow_down.png) no-repeat center bottom;
	padding: 0 0 4em 0;
}
.steps div:last-child p {
	background: none;
	padding: 0 0 2em 0;
}
.steps article .telmail,
.steps article .telmail a {
	color: #95C629;
	font-weight: bold;
	font-size: 1.1em;
}

@media screen and (max-width:900px) {
	.steps article h3 {
		font-size: 1.4em;
		float: none;
		width: 100%;
		text-align: center;
		margin-bottom: 1.5em;
	}
}
@media screen and (max-width:500px) {
	.steps article h3 {
		font-size: 1.0em;
		padding: 0.6em 0.5em;
	}
	.steps article img {
		float: none;
		width: 100%;
	}
	.steps article p {
		float: none;
		width: 100%;
	}
}