@charset "UTF-8";

.intro {
	padding: 70px 0;
}

.intro_ttl {
	font-size: 30px;
	font-weight: 500;
	line-height: 1.5;
}

.intro_text {
	margin-top: 30px;
}

.intro_imgs {
	margin-top: 30px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	flex-wrap: wrap;
	line-height: 1;
}

.intro_imgs > a {
	text-align: center;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	width: 32%;
	margin-left: 2%;
	background-image: url(/img/common/img-icon-bg.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: relative;
}

.intro_imgs > a:before {
	content: "";
	display: block;
	padding-top: 100%;
}

.intro_imgs > a:first-child {
	margin-left: 0;
}

.intro_imgs_img {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}

.intro_imgs_img:after {
	content: "\e903";
	display: block;
	font-family: icomoon;
	font-size: 20px;
	color: #F4C51E;
	margin-top: 15px;
}

.intro_imgs_img > figcaption {
	font-size: 16px;
	font-weight: 500;
	margin-top: 10px;
}

.flow {
	padding: 70px 0;
}

.flow_img {
	text-align: center;
}

.flow_img > img {
	max-width: 100%;
	height: auto;
	border-radius: 20px;
}

.flow_ttl {
	font-size: 30px;
	font-weight: 500;
	color: #E6930D;
	text-align: center;
	max-width: 460px;
	width: 100%;
	padding: 40px 0;
	line-height: 1;
	background-color: #FFF;
	border-radius: 20px;
	margin: -60px auto;
	position: relative;
}

.flow_text {
	margin-top: 60px;
	text-align: center;
}

.flow_list {
	margin-top: 45px;
}

.flow_list > li {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	background-color: #FFFCF0;
	margin-top: 25px;
	padding: 15px;
	position: relative;
	counter-increment: number;
}

.flow_list > li:first-child {
	margin-top: 0;
}

.flow_list > li:before {
	content: counter(number);
	font-family: 'Quicksand', sans-serif;
	font-size: 23px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	background-color: #F4C51E;
	border-radius: 50%;
}

.flow_list_img {
}

.flow_list_img > img {
	max-width: initial;
	height: initial;
}

.flow_list_cnt {
	margin-left: 55px;
}

.flow_list_ttl {
	font-size: 20px;
	font-weight: 500;
}

.flow_list_text {
}

@media screen and (max-width:1030px) {
}

@media screen and (max-width:640px) {
	.intro {
		padding: 30px 0;
	}

	.intro_ttl {
		font-size: 20px;
	}

	.intro_text {
	}

	.intro_imgs {
	}

	.intro_imgs > a {
		width: 45%;
	}

	.intro_imgs > a:before {
	}

	.intro_imgs > a:first-child {
	}

	.intro_imgs_img {
	}

	.intro_imgs_img:after {
		font-size: 14px;
	}

	.intro_imgs_img > figcaption {
		font-size: 12px;
		margin-top: 5px;
	}

	.flow {
		padding: 30px 0;
	}

	.flow_img {
	}

	.intro_imgs_img > img {
		max-width: 50%;
	}

	.flow_ttl {
		font-size: 20px;
		max-width: 250px;
		padding: 25px 0;
		margin: -20px auto;
	}

	.flow_text {
		margin-top: 20px;
	}

	.flow_list {
		margin-top: 30px;
	}

	.flow_list > li {
		display: block;
		max-width: 360px;
		width: 100%;
		margin: 15px auto 0;
	}

	.flow_list > li:first-child {
	}

	.flow_list_img {
		text-align: center;
	}

	.flow_list_img > img {
		max-width: 50%;
		height: auto;
	}

	.flow_list_cnt {
		margin-left: 0;
	}

	.flow_list_ttl {
		font-size: 16px;
	}

	.flow_list_text {
	}

}

@media print {
}
