@charset "utf-8";
	

/*********************************
 *
 * services nowknow STYLES
 * 農脳(NowKnow)Liteページ(nowknow)のCSS
 *
 *********************************/

#nowknow {
	font-size: 14px;
	line-height: 1.75;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, Helvetica, Arial, sans-serif;
	color: #333;
}

#nowknow *,
#nowknow *:before,
#nowknow *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#nowknow img{
	width: 100%;
}

#nowknow h1,
#nowknow h2,
#nowknow h3,
#nowknow h4,
#nowknow h5,
#nowknow h6 {
	line-height: 1.2;
	font-weight: bold;
	font-feature-settings: "palt";
}

#nowknow a {
	color: #FFF;
	text-decoration: none;
	transition: 0.2s;
}
#nowknow a:hover {
	opacity: 0.7;
}

#nowknow .pc{
	display: none
}
#nowknow .sp{
	display: block
}
 
#nowknow article{	
	text-align: center
}

 /*header*/
#nowknow .header{
	position: relative;
	margin-bottom:20px
}
#nowknow .header ul{
	position: static;
	 display: flex;
	 width: 100%;
	margin: 20px auto 0px;
	border-bottom: 1px dotted #A67C52;
	padding-bottom: 10px;
} 
#nowknow .header li{
	width: 50%;
	text-align: center;
	line-height: 1.4em
}
#nowknow header li img{
	width:100%;
	margin: 0 auto;
	max-width: 211px;
	max-height: 63px;
}
#nowknow .header p{
	display: inline-block;
	text-align: center;
	background:#fff;
	border-radius: 10px;
}
#nowknow .header .dl li p{
	font-size:0px;
}

/*content*/
#nowknow .content{
	width: 90%;
	max-width: 1220px;
	color: #A67C52;
	margin: 0 auto 20px
}
#nowknow .content figure img{
	width: 15%;
	max-width: 160px;
	margin: 0 auto 10px;
	box-shadow:1px 1px 3px 3px rgba(0,0,0,0.1);
	border-radius: 11px;
}
#nowknow .content p{
	text-align: left;
	margin-top: 10px;
	line-height: 1.4em;
	font-size: 12px;
}

#nowknow .function{
	color:#7A3327;
	background: rgba(199,178,153,.3);
	width:100%;
	margin-bottom: 40px;
	padding-bottom: 40px;
	line-height: 1.4em
}
#nowknow .function ul{
	max-width: 1330px;
	width: 80%;
	margin: 0 auto;
	justify-content: center;
}
#nowknow .function li{
	margin-bottom:50px;
	position: relative
}
#nowknow .function li::before{
	content: "";
	border-right: 20px solid transparent;
	border-top: 26px solid #009245;
	border-left: 20px solid transparent;
	display: block;
	height: 26px;
	width: 40px;
	margin: 7px auto 2px;
	position: absolute;
	right: 0;
	left: 0;
	bottom: -40px;
}
#nowknow .function li:last-child{
	margin:0
}
#nowknow .function li:last-child::before{
	content: none;
	
}
#nowknow .function figure{
	display: flex;
	justify-content: center;
	align-items: center;
}
#nowknow .function h2{
	margin: 20px 10px ;
	font-size:20px;
	text-align: left
}
#nowknow .function dt{
	width: 80%;
	margin: 0 auto
}
#nowknow .function dd{
	font-size: 12px;
	text-align: left
}
#nowknow .function h3{
	font-size: 16px;
	white-space:nowrap;
	margin:12px auto 10px;
	text-align: center
}

#nowknow .sale::before{
	background:url(../../img/services/nowknow/fn2_title.jpg) no-repeat 50% 0;
}
#nowknow .harvest::before{
	background:url(../../img/services/nowknow/fn1_title.jpg) no-repeat 50% 0;
}
#nowknow .sale::before,
#nowknow .harvest::before {
	content:"";
	display: block;
	background-size:250%;
	padding-top:27%;
}
 
#nowknow .harvest figure img{
	max-width: 478px;
}
#nowknow .sale figure{
	background:url(../../img/services/nowknow/fn2_title_bg.jpg) no-repeat;
	background-size:100%;
}
#nowknow .sale figure img{
	max-width: 634px;
}


#nowknow .dl{
	color:#7A3327;
	display: flex;
	width: 90%;
	max-width: 1330px;
	font-size: 18px;
	margin: 0px auto 40px;
	flex-flow: wrap;
	align-items: center;
	justify-content: center;
}
#nowknow .dl ul{
	display: flex;
	flex-flow: wrap;
	align-items: center;
}
#nowknow .dl li{
	margin: 0 2%;
	width: 46%;
}
#nowknow .dl li p{
	color: #666;
	font-size: 14px;
	line-height: 1
}
 
 
/*タブレット*/

@media (min-width: 640px) and (max-width:960px) {
	#nowknow .pc{
		display: block
	}
	#nowknow .sp{
		display: none
	}
	#nowknow .header{
		margin-bottom:30px
	}
	#nowknow .header ul{
		position: absolute;
		bottom: 10%;
		right: 10%;
		width: 50%;
		max-width: 400px;
		margin: 0;
		padding: 0;
		border: none
	} 
	#nowknow .content figure img{
		margin-bottom: 30px;
		width:12%;
	}
	#nowknow .content p{
		text-align: center;
		line-height: 1.75;
		font-size: 16px;
	}
	#nowknow .function ul{
		display: flex;
		justify-content:space-between;
		line-height: 1.4em
	}
	#nowknow .function li{
		width:28%;
		position: relative;
		margin-bottom: 40px;
	}
	#nowknow .function li::before{
		content: "";
		border-top: solid 14px transparent;
		border-right: solid 14px transparent;
		border-bottom: solid 14px transparent;
		border-left: solid 24px #009245;
		display: block;
		position: absolute;
		right: -30%;
		top:0 ;
		bottom:0;
		left: auto;
		margin: 100% auto;
		height: 20px
	}
	#nowknow .function li:last-child{
		margin:0
	}
	#nowknow .function li:last-child dt::after{
		content: none;
	}
	#nowknow .function h2{
		margin: 20px auto 40px;
		font-size:34px;
		text-align: center 
	}
	#nowknow .sale::before,
	#nowknow .harvest::before {
		background-size:150%;
		height: 150px;
		padding-top:0
	}
	#nowknow .function dt{
		width: 100%
	}
	#nowknow .function dd{
		font-size: 14px;
	}
	#nowknow .function h3{
		font-size: 18px;
	}
}


 /*PC*/
@media (min-width: 960px) and (max-width:1300px) {
	#nowknow .pc{
		display: block
	}
	#nowknow .sp{
		display: none
	}
	#nowknow .header{
		margin-bottom:40px
	}
	#nowknow .header ul{
		position: absolute;
		bottom: 8%;
		right: 15%;
		width: 40%;
		max-width: 550px;
		margin: 0;
		padding: 0;
		border: none
	} 
	#nowknow .content {
		margin-bottom: 40px;
	}
	#nowknow .content figure img{
		width: 10%;
		margin-bottom: 40px
	}
	#nowknow .content p{
		text-align: center;
		line-height: 1.75;
		font-size: 18px;
	}
	#nowknow .function ul{
		display: flex;
		justify-content:space-between;
		line-height: 1.6em;
	}
	#nowknow .function li{
		width:28%;
		position: relative;
	}
	#nowknow .function li::before{
		content: "";
		border-top: solid 26px transparent;
		border-right: solid 26px transparent;
		border-bottom: solid 26px transparent;
		border-left: solid 36px #009245;
		display: block;
		position: absolute;
		right: -32%;
		top:0;
		bottom:0;
		margin: 100% auto;
		left: auto
	}
	#nowknow .function li:last-child{
		margin:0
	}
	#nowknow .function li:last-child::before{
		content: none;
	}
	#nowknow .function h2{
		margin:0 auto 40px ;
		font-size:34px;
		text-align: center
	}
	#nowknow .sale::before,
	#nowknow .harvest::before {
		background-size:120%;
		height: 180px;
		padding-top:0
	}
	#nowknow .function dt{
		width: 100%
	}
	#nowknow .function dd{
		font-size: 18px;
	}
	#nowknow .function h3{
		font-size: 22px;
	}
	#nowknow .dl{
		font-size: 20px
	}
} 


@media (min-width: 1300px) {
	#nowknow .pc{
		display: block
	}
	#nowknow .sp{
		display: none
	}
	#nowknow .header{
		margin-bottom:40px 
	}
	#nowknow .header ul{
		position: absolute;
		bottom: 10%;
		right: 20%;
		max-width: 500px;
		margin: 0;
		padding: 0;
		border: none
	}
	#nowknow .content {
		margin-bottom: 40px;
	}
	#nowknow .content figure img{
		width: 8%;
		margin-bottom: 40px
	}
	#nowknow .content p{
		text-align: center;
		line-height: 1.75;
		font-size: 18px;
	}
	#nowknow .function ul{
		display: flex;
		justify-content:space-between;
		line-height: 1.8em;
	}
	#nowknow .function li{
		width:25%;
		position: relative;
	}
	#nowknow .function li::before{
		content: "";
		border-top: solid 30px transparent;
		border-right: solid 30px transparent;
		border-bottom: solid 30px transparent;
		border-left: solid 40px #009245;
		display: block;
		position: absolute;
		right: -42%;
		top:0;
		bottom:0;
		margin: 100% auto;
		left: auto
	}
	#nowknow .function li:last-child{
		margin:0
	}
	#nowknow .function li:last-child::before{
		content: none;
	}
	#nowknow .function h2{
		margin:20px auto 40px;
		font-size:34px;
		text-align: center
	}
	#nowknow .function dt{
		width: 100%
	}
	#nowknow .function dd{
		font-size: 20px;
	}
	#nowknow .function h3{
		font-size: 26px;
	}
	#nowknow .dl{
		justify-content:center;
	}
	#nowknow .dl ul{
		flex-flow:nowrap
	}
	#nowknow .dl li{
		margin: 0 20px;
		font-size: 20px
	}
	#nowknow .dl li img{
		max-width: 211px;
		max-height: 63px
	}
	#nowknow .sale::before,
	#nowknow .harvest::before {
		background-size:100%;
		height: 200px;
		padding-top:0
	}
}
