@charset "utf-8";

/* ==================================================================
	fullorder1.css

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

#fullorder1 .headline{
	margin-bottom: 70px;
}

/* --------------------------------
   □ normal
-------------------------------- */
.kodawari section.normal{
	margin-bottom: 92px;
}


/* --------------------------------
   □ variationStyle
-------------------------------- */
.kodawari .variationStyle {
	margin-bottom: 105px;
}

.kodawari .variationStyle .leadArea{
	padding: 78px 0 290px 0;
}

.kodawari .variationStyle .explainArea{
	position: relative;
	margin-top: -202px;
	box-sizing: border-box;
	padding: 70px;
	background: #fff;
}

.kodawari #renga .leadArea{
	color: #fff;
	background: #72253d;
}

.kodawari #soil .leadArea{
	color: #fff;
	background: #947054;
}

@media only screen and
(max-width : 767px) {

/* --------------------------------
   □ normal
-------------------------------- */
.kodawari section.normal{
	margin-bottom: 9%;
}


/* --------------------------------
   □ variationStyle
-------------------------------- */
.kodawari .variationStyle {
	margin-bottom: 10%;
}

.kodawari .variationStyle .leadArea{
	padding: 7% 0 290px 0;
}

.kodawari .variationStyle .explainArea{
	position: relative;
	margin-top: -202px;
	padding: 7% 4%;
}
}


#checkflow p{
	line-height: 2em;
}
#checkflow .top-p{
	margin-bottom: 50px;
	font-weight: bold;
}
#checkflow h3{
	font-size: 42px;
	font-weight: normal;
	border-bottom: 1px solid #54011C;
	color: #54011C;
	padding-bottom: 20px;
	letter-spacing: .2em;
	margin-bottom: 30px;
}
#checkflow h3 span{
	font-size: 0.5em;
	margin-left: 1em;
	letter-spacing: 0;
}
.flow-wrap{
	max-width: 800px;
	margin: 0 auto;
}
.flow-wrap h4{
	text-align: center;
	font-size: 30px;
	color: #54011C;
	margin: 20px 0;
}
.flow-box{
	display: flex;
	border: 1px solid #54011C;
	margin-bottom: 40px;
	position: relative;
}
.flow-box:not(:last-child)::after{
	content: '';
	width: 10px;
	height: 10px;
	border-top: solid 2px #54011C;
	border-right: solid 2px #54011C;
	position: absolute;
	left: 50%;
	transform: rotate(135deg) translateX(-50%);
	bottom: -28px;
}
.flow-box .flow-img{
	max-width: 240px;
	object-fit: cover;
}
.flow-box .flow-img img{
	width: 100%;
	object-fit: cover;
}
.flow-box .flow-text{
	padding: 20px;
	flex: 1;
}
.flow-box p{
	margin: 0;
}
.flow-box h5{
	padding: 3px 10px;
	background: #54011C;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 10px;
}

@media only screen and
(max-width : 767px) {
	#checkflow h3{
		font-size: 30px;
	}
	.flow-wrap h4{
		font-size: 20px;
	}
	.flow-box h5{
		font-size: 18px;
	}
	#checkflow p{
		line-height: 1.5em;
	}
}
@media only screen and
(max-width : 575px) {
	.flow-box{
		flex-direction: column-reverse;
	}
	.flow-box .flow-img{
		max-width: 100%;
		padding: 0 20px 20px;
	}
	.flow-wrap{
		max-width: 400px;
		margin: 0 auto;
	}
	.flow-wrap h4{
		font-size: 18px;
	}
}
