@charset "UTF-8";

/* *******************************************************************************************
* 
*	家庭菜園のコツ > 科を意識しよう
*
******************************************************************************************* */

.detail_section_item_table{
	width: 100%;
	font-size: 16px;
	line-height: 32px;
	border-spacing: 0;
	border: 1px solid #e6e6e6;
}
.detail_section_item_table th{
	padding: 9px 20px;
	width: 67%;
	color: #000;
	font-weight: 600;
	text-align: left;
	vertical-align: middle;
	background: #f2f2f2;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
    box-sizing:border-box;
}
.detail_section_item_table th:first-child{
	width: 33%;
}
.detail_section_item_table th:last-child{
	border-right: 0;
}
.detail_section_item_table td{
	padding: 9px 20px;
	color: #000;
	vertical-align: middle;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
    box-sizing:border-box;
}
.detail_section_item_table td:last-child{
	border-right: 0;
}
.detail_section_item_table tr:last-child th,
.detail_section_item_table tr:last-child td{
	border-bottom: 0;
}
.detail_section_clm_item_img{
	margin-top: 30px;
}
.detail_section_btm{
	margin-top: 80px;
}
.detail_section_btm_ttl{
	margin-bottom: 12px;
	text-align: center;
}
.detail_section_btm_ttl_inner{
	position: relative;
	display: inline-block;
	padding: 0 32px;
	font-size: 20px;
	line-height: 40px;
	font-weight: 600;
	letter-spacing: 0.06em;
}
.detail_section_btm_ttl_inner:before{
	position: absolute;
	content: '';
	top: 13px;
	left: 0;
	width: 20px;
	height: 26px;
	background: url(../img/icon_ttl_before.png) 0 0 no-repeat;
	background-size: 20px auto;
}
.detail_section_btm_ttl_inner:after{
	position: absolute;
	content: '';
	top: 13px;
	right: 0;
	width: 20px;
	height: 26px;
	background: url(../img/icon_ttl_after.png) 0 0 no-repeat;
	background-size: 20px auto;
}

@media screen and (max-width: 736px) {
	.detail_section_item_table{
		font-size: 14px;
		line-height: 24px;
	}
	.detail_section_item_table th{
		padding: 8px 16px;
		width: 62%;
	}
	.detail_section_item_table th:first-child{
		width: 38%;
	}
	.detail_section_item_table td{
		padding: 8px 16px;
	}
	.detail_section_clm_item_img{
		margin-top: 25px;
	}
	.detail_section_btm{
		margin-top: 40px;
	}
	.detail_section_btm_ttl{
		margin-bottom: 20px;
	}
	.detail_section_btm_ttl_inner{
		padding: 0 30px;
		font-size: 16px;
		line-height: 24px;
		letter-spacing: 0.06em;
	}
	.detail_section_btm_ttl_inner:before{
		top: auto;
		bottom: 0;
	}
	.detail_section_btm_ttl_inner:after{
		top: auto;
		bottom: 0;
	}
	.detail_img_holder{
		position: relative;
	}
	.detail_img_scroll{
		position: absolute;
		top: 50%;
		left: 50%;
		width: 94px;
		transform: translate(-50%,-50%);
		pointer-events: none;
		z-index: 15;
	}
	.detail_img_body{
		display: block;
		overflow-x: auto;
	}
	.detail_img_body_inner{
		width: 572px;
	}
}










