@charset 'UTF-8';
.about-organic{
	position: relative;
	margin-bottom: 168px;
}
.about-organic .box{
	width: 650px;
}
/*.about-organic .text{
	letter-spacing: -1px;
}*/
.about-organic .image{
	position: absolute;
	top: 124px;
	right: -110px;
}
/* .about-organic */
.about-farm .box{
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
	border: 2px solid #F0F0F0;
	box-shadow: 3px 3px #F0F0F0;
	padding: 50px 50px 50px;
	text-align: center;
}
.about-farm .box .title{
	font-size: 2.8rem;
	line-height: 1.428;
	border-bottom: 1px dotted #000000;
	margin-bottom: 50px;
    padding-bottom: 8px;
	display: inline-block;
}
.about-farm .box .title span:last-child{
	font-size: 1.8rem;
	color: #979797;
	letter-spacing: 0.5px;
	display: inline-block;
	margin-left: 10px;
font-family: 'Assistant', sans-serif;
}
.about-farm .box .title span:first-child{
	letter-spacing: -0.1em;
	margin-left: -10px;
}
.about-farm .box .title span:nth-child(2){
	margin-left: -10px;
}
.about-farm .image{
	margin-bottom: 50px;
}
.about-farm dl{
	margin-bottom: 36px;
	text-align: left;
}
.about-farm dl:last-child{
	margin-bottom: 0;
}
.about-farm dl dt{
	font-size: 2.0rem;
	line-height: 1.7;
	padding-left: 20px;
	background: url('../image/icon02.png')left center no-repeat;
}
.about-farm dl dd{
	line-height: 1.875;
	letter-spacing: -1.2px;
}