
@charset "utf-8";

/*==========================================================================

   flow

==========================================================================*/
.flow-header01 {
	margin-bottom: 50px;
	padding: 30px 0;
	border: 1px solid #b2b2b2;
	background: url(../../_common/img/bg_sheet01.png) center top;
}
.flow-header01__title {
	font-size: 24px;
	text-align: center;
}
.flow-header02 {
	margin-bottom: 50px;
	padding: 2px;
	border: 1px solid #7f7f7f;
}
.flow-header02-inner {
	padding: 30px 0;
	border: 1px solid #7f7f7f;
	background: #f8f8f8;
}
.flow-header02__title {
	font-size: 20px;
	text-align: center;
}
.flow-step__body {
	width: 888px;
	margin: 0 auto;
}
.flow-step__item {
	position: relative;
	margin-bottom: 60px;
	border: 1px solid #b2b2b2;
}
.flow-step__item-inner {
	overflow: hidden;
	padding: 42px;
}
.flow-step__item.item--balloon::before {
	position: absolute;
	left: 50%;
	content: '';
	width: 0;
	height: 0;
	margin-left: -30px;
	border: 30px solid transparent;
	border-top: 30px solid #fff;
	z-index: 2;
	bottom: -58px;
}
.flow-step__item.item--balloon::after {
	position: absolute;
	left: 50%;
	content: '';
	width: 0;
	height: 0;
	margin-left: -30px;
	border: 30px solid transparent;
	border-top: 30px solid #b2b2b2;
	z-index: 1;
	bottom: -60px;
}
.flow-step__item-aside {
	float: left;
	width: 283px;
	height: 195px;
	border: 5px solid #fff;
	box-shadow: 0 3px 11px #999;
}
.flow-step__item.item--rev .flow-step__item-aside { float: right;}

.flow-step__item-image {
	width: 295px;
	height: 207px;
	box-shadow: 3px 3px 3px #999;
}
.flow-step__item-body {
	float: right;
	box-sizing: border-box;
	width: 507px;
	padding: 0 0 0 40px;
}
.flow-step__item.item--rev .flow-step__item-body { float: left; padding: 0 40px 0 0;}

.flow-step__item-label {
	font-size: 25px;
}
.flow-step__item-label .is__count {
	margin-left: 0.15em;
	font-size: 42px;
}
.flow-step__item-title {
	margin: 25px 0 15px;
	font-size: 22px;
	line-height: 1.4;
}
.flow-step__item-text {
	font-size: 14px;
	line-height: 1.7;
}
.flow-step__item-link {
	margin: 15px 0 0;
}
.flow-step__item-link a {
	color: #ea526b;
}
.flow-step-finish {
	display: table;
	box-sizing: border-box;
	width: 888px;
	height: 331px;
	border: 1px solid #b2b2b2;
	background: #f8f8f8 url(../../_img/flow/img_step_fin.webp) left top no-repeat;
	background-size: 515px;
}
.flow-step-finish-inner {
	display: table-cell;
	padding-left: 400px;
	text-align: center;
	vertical-align: middle;
}
.flow-step-finish__title {
	font-size: 32px;
	margin-bottom: 20px;
}
.flow-step-finish__lead {
	font-size: 22px;
}
.flow-step-finish__desc {
	margin-top: 35px;
	font-size: 14px;
	line-height: 1.8;
}
.flow-chart {
	position: relative;
	margin: 120px auto;
}
.flow-chart:before {
	position: absolute;
	display: block;
	content: "";
	width: 1000px;
	height: 1px;
	margin-left: -500px;
	background: #ccc;
	left: 50%;
	top: -60px;
}
.flow-chart-image {
	text-align: center;
}
