@charset "UTF-8";

#process .main-visual {
	height: 0;
	padding-top: 35%;
	background: url('../../images/visual/process-visual.jpg') no-repeat;
	background-size: contain;
}
.process-area {
	padding-bottom: 110px;
}
.process-area .tal-catchcopy {
	width: 80%;
	margin: 5rem auto 6rem;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
}
.process-area .title {
	font-family: "Noto Sans japanese";
	background: #5b493d;
}
.process-area dl {
	position: relative;
	margin-bottom: 6rem;
	box-sizing: border-box;
	border: 3px solid #5b493d;
	border-radius: 10px;
}
.process-area dl:last-child {
	margin-bottom: 0;
}
.process-area dl::after {
	position: absolute;
	bottom: -63px;
	left: 50%;
	width: 30px;
	height: 30px;
	margin-left: -20px;
	box-sizing: border-box;
	border-top: 30px solid #5b493d;
	border-right: 30px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 30px solid transparent;
	content: "";
}
.process-area dl:last-child::after {
	content: none;
}
.process-area dt {
	position: relative;
	padding: 1.5rem 0;
	background: #5b493d;
	color: #fff;
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
}
.process-area > dl > dt {
	font-family: "Noto Serif";
	font-weight: normal;
}
.tal-catchcopy + dl > dt::before,
.tal-catchcopy + dl + dl > dt::before,
.tal-catchcopy + dl + dl + dl > dt::before {
	position: absolute;
	top: 7px;
	left: 50%;
	width: 60px;
	height: 60px;
	content: "";
}
.tal-catchcopy + dl > dt::before {
	margin-left: -23rem;
	background: url('../../images/icon/i-flow01.png') no-repeat;
	background-size: contain;
}
.tal-catchcopy + dl + dl > dt::before {
	margin-left: -29rem;
	background: url('../../images/icon/i-flow02.png') no-repeat;
	background-size: contain;
}
.tal-catchcopy + dl + dl + dl > dt::before {
	top: 20px;
	margin-left: -33rem;
	background: url('../../images/icon/i-flow03.png') no-repeat;
	background-size: contain;
}
.process-area .step {
	width: 800px;
	margin: 0 auto;
	padding: 3rem 0 5rem;
}
.step-detail {
	padding-bottom: 30px;
}
.step-detail p {
	font-size: 1.6rem;
}
.step-detail .column {
	margin: 2rem 0;
}
.step-detail li {
	margin-right: 3rem;
	color: #cc692d;
	font-size: 2rem;
	font-weight: bold;
}
.step .title {
	margin: 2rem 0 0;
}
.column.preparation {
	width: 680px;
	margin: 0 auto;
}
.column.preparation > li {
	width: 306px;
	margin: 2rem 6rem 0 0;
}
.column.preparation > li:last-child {
	margin: 2rem 0 0 0;
}
.preparation dl {
	border: 0;
	border-radius: 0;
}
.preparation dt {
	background: #fff;
	color: #000;
	font-size: 1.8rem;
}
.column.preparation > li:last-child dd .column {
	width: 292px;
	margin: 0 auto;
}
.column.preparation > li dl dd .column.no-float > li {
	float: none;
	margin: 0 auto;
	text-align: center;
}

@media screen and ( max-width: 768px ) and ( min-width: 0px ) {
	#process .main-visual {
		padding-top: 66.4%;
		background: url('../../images/visual/sp-process-visual.jpg') no-repeat;
		background-size: contain;
	}
	.process-area .tal-catchcopy {
		width: 100%;
		margin: 3rem auto;
		font-size: 15px;
		font-size: 1.5rem;
	}
	.process-area .step {
		width: 90%;
	}
	.column.preparation {
		width: 100%;
	}
	.process-area dt {
		padding: 1.5rem 0 1.5rem 8rem;
		font-size: 2rem;
		text-align: left;
	}
	.tal-catchcopy + dl > dt::before {
		top: 17px;
		margin-left: -140px;
	}
	.tal-catchcopy + dl + dl > dt::before {
		top: 15px;
		margin-left: -150px;
	}
	.tal-catchcopy + dl + dl + dl > dt::before {
		top: 27px;
		margin-left: -155px;
	}
	.column.preparation > li {
		width: 100%;
	}
	.column.preparation > li dl dt {
		margin: 1rem 0;
		padding: 0;
		font-size: 16px;
		font-size: 1.6rem;
		text-align: center;
	}
	.column.preparation > li dl dd .column > li {
		float: left;
		width: 46%;
	}
	.step-detail li {
		font-size: 1.7rem;
		margin-bottom: 1rem;
	}
	.step .title {
		font-size: 18px;
		font-size: 1.8rem;
	}
}
