/*==============================================================================================================================================================================================
*
*
* 全体共通
*
*
==============================================================================================================================================================================================*/

.orderFlow {
	width: 100%;
	margin-bottom: 100px;
}

.FV {
	margin-bottom: 50px;

	justify-items: center;
}

/* FV_pc表示 */
.fv_pc {
	display: block !important;
}
.fv_sp {
	display: none !important;
}

.step {
	display: flex;
	justify-content: center;
	width: 800px;
}

.step_img01 img {
	width: 90px;
	margin-right: 50px;
}

.step_textContainer {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 300px;
	margin-right: 100px;
}

/* 装飾_縦線 */
.section_space {
	width: 100%;
	height: 100px;
	margin-left: 145px;
	border-left: 3px solid #735339;
}

.heading {
	margin-bottom: 5px;
	font-size: 24px;
	font-weight: 700;
}

.text {
	margin-top: 10px;
}

.step_img02 img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	padding-top: 15px;
}

.text a {
	text-decoration: underline blue;
	color: blue;
}

/* ホバー */
.text a:hover {
	opacity: 0.8;
}

/* 問い合わせ・ダウンロードボタン */
.btn_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.contact_btn {
	margin: 10px;
	margin-bottom: 50px;
}

.download_btn {
	margin: 10px;
	margin-bottom: 50px;
}
/*==============================================================================================================================================================================================
*
*
* sp設定
*
*
==============================================================================================================================================================================================*/

@media(max-width: 417px) {
	/* FV_sp表示 */
	.fv_pc {
		display: none !important;
	}
	.fv_sp {
		display: block !important;
		width: 100%;
	}

	.step {
		display: flex;
		width: 90%;
		margin: 0 15px;
	}

	.step_img01 {
		width: 90px;
		margin-right: 15px;
	}

	.step_img02 img {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 55px;
		padding-top: 20px;
	}

	.step_img01_sp::after {
		width: 100%;
		height: 2px; /* 線の太さ */
		margin-left: 30px;
		padding-bottom: 2px;
		content: "";
		border-left: 2px solid #735339;
	}

	.step_textContainer {
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: 100%;
		margin-right: 10px;
	}

	.heading {
		margin-bottom: 5px;
		font-size: 20px;
		font-weight: 700;
	}

	.text {
		font-size: 14px;
	}

	/* 装飾_縦線 */
	.section_space {
		width: 100%;
		height: 100px;
		margin-left: 58px;
		border-left: 2px solid #735339;
	}
}

@media(max-width: 420px) {
	.contact_btn {
		display: flex;
		justify-content: center;
		margin-bottom: 25px;
	}

	.download_btn {
		display: flex;
		justify-content: center;
	}
}