@charset "UTF-8";
.flow {}
.flow_title {
	text-align: center;
	margin-bottom: 15px;
	font-size: 24px;
	line-height: 1.4;
}
.flow_title > img {}
.flow_title > small {}
.flow_title > b {}
.flow_imageWrap {
	position: relative;
	z-index: 1;
	padding: 40px 0;
}
.flow_imageWrap::before {
	content: "";
	display: block;
	width: 100%;
	height: 50%;
	background: rgba(99, 164, 40, 0.1);
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
}
.flow_imageWrap::after {
	content: "";
	display: block;
	width: 100%;
	height: 50%;
	background: rgba(230, 214, 0, 0.1);
	position: absolute;
	z-index: 0;
	bottom: 0;
	left: 0;
}
.flow_in {
	max-width: 576px;
	margin: 0 auto;
	padding: 0;
	z-index: 2;
}
.flow_flag {
	position: absolute;
	z-index: 1;
	left: -110px;
	width: 100px;
}
.flow_flag-no1 {
	top: 0px;
}
.flow_flag > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.flow_flag-no2 {
	top: 53%;
}
.flow_flag-no2 > img {}
.flow_image {}
.flow_image > img {}
.flow_inner {
	max-width: 800px;
}
.flow_cautionList {
	list-style: none;
	margin-top: 25px;
	counter-reset: number;
}
.flow_cautionList::after {
	content: "";
	display: block;
	clear: both;
}
.flow_cautionList > li {
	position: relative;
	z-index: 1;
	padding-left: 40px;
}
.flow_cautionList > li::before {
	content: "※"counter(number);
	counter-increment: number;
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	color: #ee0000;
}
.flow_cautionList > li:first-child {}
.flow_cautionList > li:nth-child(2n+1) {}
.flow_cautionList > li:nth-child(n+3) {}
.flow_flag > figcaption {
	font-size: 12px;
	text-align: center;
	line-height: 1;
	margin-top: 3px;
}
.flow_flag-no3 {
	top: 65.5%;
}
.flow_flag-no4 {
	top: 78%;
}
.flow_flag-no5 {
	top: 90.5%;
}
@media screen and (min-width:1000px) {}
@media screen and (max-width:999px) {
	.flow {}
	.flow_title {}
	.flow_title > img {}
	.flow_title > small {}
	.flow_title > b {}
	.flow_imageWrap {}
	.flow_imageWrap::before {}
	.flow_imageWrap::after {}
	.flow_in {}
	.flow_flag {
		left: 0;
		width: 70px;
	}
	.flow_flag-no1 {
		top: -20px;
	}
	.flow_flag > img {}
	.flow_flag-no2 {
		top: 63%;
	}
	.flow_flag-no2 > img {}
	.flow_image {}
	.flow_image > img {}
	.flow_inner {}
	.flow_cautionList {}
	.flow_cautionList::after {}
	.flow_cautionList > li {}
	.flow_cautionList > li::before {}
	.flow_cautionList > li:first-child {}
	.flow_cautionList > li:nth-child(2n+1) {}
	.flow_cautionList > li:nth-child(n+3) {}
	.flow_flag > figcaption {
		font-size: 10px;
		white-space: nowrap;
	}
	.flow_flag-no3 {
		top: 73%;
	}
	.flow_flag-no4 {
		top: 83%;
	}
	.flow_flag-no5 {
		top: 93%;
	}
}
@media screen and (max-width:767px) {
	.flow {}
	.flow_title {
		font-size: 16px;
	}
	.flow_title > img {}
	.flow_title > small {}
	.flow_title > b {}
	.flow_imageWrap {
		padding: 20px 0;
	}
	.flow_imageWrap::before {}
	.flow_imageWrap::after {}
	.flow_in {
		padding: 0 10px;
	}
	.flow_flag {
		width: 40px;
		left: 10px;
	}
	.flow_flag-no1 {
		top: -10px;
	}
	.flow_flag > img {}
	.flow_flag-no2 {}
	.flow_flag-no2 > img {}
	.flow_image {}
	.flow_image > img {}
	.flow_inner {}
	.flow_cautionList {
		margin-top: 15px;
		font-size: 12px;
	}
	.flow_cautionList::after {}
	.flow_cautionList > li {
		padding-left: 33px;
	}
	.flow_cautionList > li::before {}
	.flow_cautionList > li:first-child {}
	.flow_cautionList > li:nth-child(2n+1) {}
	.flow_cautionList > li:nth-child(n+3) {}
	.flow_flag > figcaption {
		width: 70px;
		position: relative;
		left: 50%;
		transform: translateX(-50%) scale(0.8);
		margin-top: 1px;
		transform-origin: center top;
	}
	.flow_flag-no3 {}
	.flow_flag-no4 {}
	.flow_flag-no5 {}
}
