@charset "utf-8";

/*------------------------------------------------------------
	flow
------------------------------------------------------------*/
.flowPage {
	background: url(../img/flow/page_title_bg.webp) no-repeat center center;
	background-size: cover;
}

.flow .headLine02 {
	margin-bottom: 7px;
	background-size: 7px 8px;
}

.flow .headLine01 {
	margin: -4px 0 29px;
}

.flow .text01 {
	margin-bottom: 56px;
	padding-bottom: 49px;
	line-height: 2;
	border-bottom: 1px solid #EBEBEB;
}

.flow .h3Ttl {
	margin-bottom: 36px;
}

.flow dl {
	margin: 0 0 72px 2px;
	padding: 26px 0 26px;
	position: relative;
	border: 1px solid #EBEBEB;
}

.flow dl:before {
	margin-left: -10px;
	width: 24px;
	height: 16px;
	background: url(../img/common/icon13.webp) no-repeat;
	position: absolute;
	bottom: -45px;
	left: 50%;

	content: "";
}

.flow .dlStyle {
	margin-bottom: 0;
}

.flow .dlStyle:before {
	display: none;
}

.flow dt {
	padding: 8px 0 10px;
	width: 212px;
	float: left;
	text-align: center;
	box-sizing: border-box;
}

.flow dt .img {
	margin-bottom: 16px;
}

.flow dt p {
	font-size: 20px;
	letter-spacing: 1.5px;
}

.flow dd {
	padding: 0;
	float: left;
	display: table;
	border-left: 1px solid #EBEBEB;
}

.flow dd p {
	padding: 0 30px;
	display: table-cell;
	line-height: 1.87;
	text-align: left;
	vertical-align: middle;
}




@media all and (min-width: 0) and (max-width: 767px) {
	.flowPage {
		background: url(../img/flow/sp_page_title_bg.webp) no-repeat center center;
		background-size: cover;
	}

	.flow .headLine01 {
		margin: -2px 0 28px;
	}

	.flow .text01 {
		margin-bottom: 35px;
		padding-bottom: 33px;
		line-height: 1.83;
	}

	.flow .h3Ttl {
		margin-bottom: 33px;
	}

	.flow dl {
		margin: 0 0 32px 2px;
		padding: 23px 20px 15px;
		position: relative;
		border: 1px solid #EBEBEB;
	}

	.flow dl:before {
		margin-left: -11px;
		width: 20px;
		height: 13px;
		background: url(../img/common/icon13.webp) no-repeat;
		background-size: 20px 13px;
		position: absolute;
		bottom: -24px;
		left: 50%;

		content: "";
	}

	.flow .dlStyle {
		margin-bottom: 0;
	}

	.flow .dlStyle:before {
		display: none;
	}

	.flow dt {
		padding: 0 0 21px;
		width: auto;
		float: none;
		height: auto !important;
	}

	.flow dt .img {
		margin: 0 auto 12px;
		width: 19.5%;
	}

	.flow dt .img img {
		width: 100%;
	}

	.flow dt p {
		font-size: 14px;
		letter-spacing: 1.5px;
	}

	.flow dd {
		padding: 18px 0 0;
		float: none;
		height: auto !important;
		display: block;
		border-left: none;
		border-top: 1px solid #EBEBEB;
	}

	.flow dd p {
		padding: 0 0;
		display: block;
		line-height: 1.83;
		vertical-align: middle;
	}
}




