#title {
	background: url("../img/title02.jpg") no-repeat bottom center / cover;
}
#reasons .box {
	background-color: #fff;
	box-shadow: 4px 4px 6px rgba(0,0,0,0.3);
	margin-bottom: 3em;
	padding: 15px;
}
#reasons .box figure {
	width: 100%;
}
#reasons .box img {
	width: 100%;
	height: auto;
}
#reasons .box h4  {
	color: var(--maincolor);
	font-size: var(--f24);
	margin: 0.5em 0;
}
#reasons .box h4 span {
	display: inline-block;
}
#flow ol li {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 4px 4px 6px rgba(0,0,0,0.3);
	margin-bottom: 2em;
	padding: 15px;
}
#flow ol li.step1 {
	background: url("../img/step1.svg") no-repeat 15px 15px / auto 32px;
}
#flow ol li.step2 {
	background: url("../img/step2.svg") no-repeat 15px 15px / auto 32px;
}
#flow ol li.step3 {
	background: url("../img/step3.svg") no-repeat 15px 15px / auto 32px;
}
#flow ol li.step4 {
	background: url("../img/step4.svg") no-repeat 15px 15px / auto 32px;
}
#flow ol li h4 {
	color: var(--maincolor);
	font-size: var(--f24);
	line-height: 32px;
	margin-left: 56px;
	margin-bottom: 0.5em;
}
#flow ol li p a {
	color: var(--maincolor);
	display: inline-block;
	font-size: 1.2em;
	font-weight: 700;
}
#flow ol li p a:hover {
	text-decoration: underline;
}
@media screen and (min-width: 768px) {
	#reasons .flbox {
		display: flex;
		justify-content: space-between;
	}
	#reasons .flbox .box {
		width: 28%;
		max-width: 440px;
	}
	#flow ol {
		width: 80%;
		max-width: 1000px;
		margin: auto;
	}
	#flow ol li.step1, #flow ol li.step2, #flow ol li.step3, #flow ol li.step4 {
		background-size: auto 48px;
	}
	#flow ol li h4 {
	color: var(--maincolor);
	font-size: var(--f24);
	line-height: 32px;
		margin-left: 80px;
	margin-bottom: 0.5em;
	}
	#flow ol li p {
		margin-left: 80px;
	}
}
@media screen and (min-width: 960px) {
	#flow ol li {
		padding: 20px;
	}
}
@media screen and (min-width: 1280px) {
	#reasons .box {
		padding: 20px;
	}
	#flow ol li {
		padding: 30px;
	}
	#flow ol li.step1, #flow ol li.step2, #flow ol li.step3, #flow ol li.step4 {
		background-size: auto 64px;
	}
}