@charset "UTF-8";

/* *******************************************************************************************
* 
*	家庭菜園のコツ > おすすめ作付けプラン例
*
******************************************************************************************* */

.planting_lead{
	margin-bottom: 30px;
	color: #396483;
	font-size: 18px;
	line-height: 36px;
	font-weight: 600;
	letter-spacing: 0.06em;
}
.planting_clm{
	display: flex;
	justify-content: space-between;
	position: relative;
}
.planting_clm:after{
	position: absolute;
	content: '';
	top: 358px;
	left: 50%;
	width: 11px;
	height: 18px;
	background: url(../img/icon_arrow_separate.png) 0 0 no-repeat;
	background-size: 11px auto;
	transform: translate(-50%, 0);
}
.planting_clm_item{
	width: 460px;
}
.planting_clm_item_ttl{
	padding-left: 32px;
	color: #000;
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	letter-spacing: 0.06em;
	background: url(../../../img/icon_sub.png) 0 4px no-repeat;
	background-size: 20px auto;
}
.planting_clm_item_img{
	margin: 0 auto 50px auto;
	width: 230px;
}
.planting_clm_item_full{
	margin: 0 auto 30px auto;
}
.planting_clm_item_txt{
	font-size: 16px;
	line-height: 36px;
	letter-spacing: 0.06em;
	text-align: justify;
	text-justify: inter-ideograph;
}

@media screen and (max-width: 736px) {
	.planting_lead{
		margin-bottom: 22px;
		font-size: 16px;
		line-height: 24px;
		letter-spacing: 0.06em;
	}
	.planting_clm{
		display: block;
	}
	.planting_clm:after{
		content: none;
	}
	.planting_clm_item{
		position: relative;
		margin-bottom: 72px;
		width: 100%;
	}
	.planting_clm_item:first-child:after{
		position: absolute;
		content: '';
		bottom: -36px;
		left: 0;
		right: 0;
		margin: auto;
		width: 18px;
		height: 12px;
		background: url(../img/icon_arrow_separate_sp.png) 0 0 no-repeat;
		background-size: 18px auto;
	}
	.planting_clm_item:last-child{
		margin-bottom: 0;
	}
	.planting_clm_item_ttl{
		margin-bottom: 16px;
		padding-left: 24px;
		font-size: 16px;
		line-height: 24px;
		letter-spacing: 0.06em;
		background: url(../../../img/icon_sub.png) 0 5px no-repeat;
		background-size: 15px auto;
	}
	.planting_clm_item_img{
		margin: 0 auto 25px auto;
		width: 144px;
	}
	.planting_clm_item_full{
		margin: 0 auto 25px auto;
		max-width: 288px;
	}
	.planting_clm_item_txt{
		font-size: 14px;
		line-height: 24px;
		letter-spacing: 0.06em;
	}
}







