@charset "utf-8";
/* ------------------------------
 手配の流れ（PC）
------------------------------ */
.flowBlock > div {
	position: relative;
}
.flowBlock > div:last-of-type {
	margin-bottom: 0;
}
.flowBlock > div::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -30px;
	left: 0;
	right: 0;
	width: 32px;
	height: 37px;
	margin: 0 auto;
	background: url(../img/icon_arrow_flow.svg) no-repeat 0 0 / cover;
}
.flowBlock > div:last-of-type::after {
	content: none;
}
.contents .flowBlock h3 {
	margin-bottom: 5px;
	font-size: 2.4rem;
	line-height: 1.3;
	font-weight: 700;
}
.contents .flowBlock p {
	font-size: 1.8rem;
	line-height: 1.45;
	font-feature-settings: "palt";
}
.introduction {
	margin-bottom: 40px;
	padding: 35px 0 40px;
	border-radius: 50px 50px 0 0;
	background: #fff url(../img/bg_dot_light-gray.png) repeat 0 0 / 3px 3px;
	text-align: center;
}
.flowBoxGreen,
.flowBoxCyan {
	position: relative;
}
.flowBoxGreen {
	border: 2px solid #00bf1d;
	border-radius: 52px 52px 52px 0;
}
.contents .flowBlock > .flowBoxGreen::after {
	left: calc(50% + 44px);
	right: auto;
}
.flowBoxCyan {
	border: 2px solid #00b8eb;;
	border-radius: 52px 52px 0 52px;
}
.contents .flowBlock > .flowBoxCyan::after {
	left: auto;
	right: calc(50% + 44px);
}
.flowBoxGreen em,
.flowBoxCyan em {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 38px;
	left: 38px;
	width: 80px;
	height: 80px;
	border-radius: 40px 40px 40px 0;
	background-color: #00bf1d;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.4;
	font-style: normal;
	font-weight: 700;
	text-align: center;
	font-feature-settings: "palt";
}
.flowBoxCyan em {
	border-radius: 40px 40px 0 40px;
	background-color: #00b8eb;
}
.contents .flowBlock .flowBoxGreen h3,
.contents .flowBlock .flowBoxCyan h3 {
	position: relative;
	padding-left: 15px;
	text-align: left;
}
.contents .flowBlock .flowBoxGreen h3::before,
.contents .flowBlock .flowBoxCyan h3::before {
	content: "●";
	position: absolute;
	top: 1em;
	left: 0;
	color: #00bf1d;
	font-size: 40%;
}
.contents .flowBlock .flowBoxCyan h3::before {
	color: #00b8eb;
}
.contents .inBlock .flowBlock a.arrow::after {
	margin: 0 0 3px 3px;
}
@media print, screen and (min-width: 768px) {
	.flowBoxGreen,
	.flowBoxCyan {
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: 900px;
		height: 160px;
		margin-bottom: 35px;
	}
	.flowBoxGreen {
		margin-right: 120px;
		padding-left: 138px;
	}
	.flowBoxCyan {
		margin-left: 120px;
		padding: 0 138px 0 58px;
	}
	.flowBoxCyan em {
		left: auto;
		right: 38px;
	}
	.flowBlock .flowBoxGreen p,
	.flowBlock .flowBoxCyan p {
		padding-left: 15px;
	}
}
/* ------------------------------
 手配の流れ（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.flowBlock > div::after {
		bottom: -21px;
		width: 24px;
		height: 28px;
	}
	.contents .flowBlock h3 {
		font-size: 2rem;
	}
	.contents .flowBlock p {
		font-size: 1.6rem;
		line-height: 1.6;
	}
	.introduction {
		margin-bottom: 30px;
		padding: 35px 5.5%;
		border-radius: 30px 30px 0 0;
	}
	.flowBoxGreen,
	.flowBoxCyan {
		margin-bottom: 30px;
		padding: 35px 6% 30px;
	}
	.flowBoxGreen {
		margin-right: 5.5%;
		border-radius: 30px 30px 30px 0;
	}
	.flowBoxCyan {
		margin-left: 5.5%;
		border-radius: 30px 30px 0 30px;
	}
	.contents .flowBlock > .flowBoxGreen::after {
		left: calc(50% - 2px);
		right: auto;
	}
	.contents .flowBlock > .flowBoxCyan::after {
		left: auto;
		right: calc(50% - 3px);
	}
	.flowBoxGreen em,
	.flowBoxCyan em {
		top: 29px;
		left: 6%;
		width: 60px;
		height: 60px;
		border-radius: 30px 30px 30px 0;
		font-size: 1.1rem;
		line-height: 1.1;
	}
	.flowBoxCyan em {
		border-radius: 30px 30px 0 30px;
	}
	.contents .flowBlock .flowBoxGreen h3,
	.contents .flowBlock .flowBoxCyan h3 {
		height: 52px;
		margin: 0 0 10px 70px;
	}
}