@charset "utf-8";


/*---------------------------------------------------------------------------------------
	contents
----------------------------------------------------------------------------------------*/

/* h2 */
h2{
	background: url(images/title-bg.jpg) no-repeat center;
	background-size: cover;
}
/* read */
#read{
	clear: both;
	padding: 70px 0 50px;
}
#read dl{
	line-height: 2;
}
#read dl dt{
	color: #41b041;
	font-size: 26px;
	line-height: 1.4;
	margin-bottom: 25px;
}
/* item */
#item{
	background: #fff;
	padding-bottom: 40px;
	border-bottom: 1px solid #E0DCDA;
}
#item h3{
	color: #fff;
	font-size: 19px;
	letter-spacing: 5px;
	background: #41B041;
	padding: 15px;
	position: relative;
	margin-bottom: 60px;
}
#item h3:after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #41B041 transparent transparent transparent;
	display: block;
	margin: 0 auto;
	position: absolute;
	right: 0;
	bottom: -10px;
	left: 0;
}
#item ul{
	width: 960px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	margin-bottom: 45px;
}
#item ul li{
	width: 320px;
	box-sizing: border-box;
	float: left;
	padding: 10px;
	border-top: 1px dashed #654F44;
}
#item ul li div{
	border-right: 1px dashed #654F44;
	padding: 25px 30px;
}
#item ul li:nth-child(1),
#item ul li:nth-child(2),
#item ul li:nth-child(3){
	border-top: none;
}
#item ul li:nth-child(3n) div{
	border-right: none;
}
#item ul li div figure{
	margin-bottom: 10px;
}
#item ul li div p{
	font-size: 14px;
	line-height: 1.9;
	text-align: left;
}
#item .item-read{
	width: 960px;
	font-size: 18px;
	padding: 10px;
	background: url(images/item-bg.png) repeat left top;
	margin: 0 auto;
}
/* about */
#about{
	padding: 65px 0 40px;
}
#about h3{
	color: #41B041;
	font-size: 20px;
	letter-spacing: .1em;
	margin-bottom: 50px;
}
#about ul{
	clear: both;
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
}
#about ul li{
	float: left;
	width: 300px;
	margin: 0 30px 40px 0;
}
#about ul li:nth-child(3n){
	margin-right: 0;
}
#about ul li figure{
	margin-bottom: 20px;
}
#about ul li figure img{
	border-radius: 10px;
}
#about ul li dl dt{
	color: #41B041;
	font-size: 17px;
	margin-bottom: 10px;
}
#about ul li dl dd{
	text-align: left;
	font-size: 13px;
	line-height: 1.9;
}



/*------------------------------ sp size ------------------------------*/
@media screen and (max-width:768px){
	/* read */
	#read{
		padding: 30px 5%;
	}
	#read dl{
		float: none;
		width: auto;
		text-align: left;
		line-height: 2;
		margin-bottom: 20px;
	}
	#read dl dt{
		font-size: 20px;
	}
	/* item */
	#item{
		background: #fff;
		padding-bottom: 20px;
		border-bottom: 1px solid #E0DCDA;
	}
	#item h3{
		color: #fff;
		font-size: 16px;
		letter-spacing: 5px;
		background: #41B041;
		padding: 10px;
		position: relative;
		margin-bottom: 30px;
	}
	#item ul{
		width: 100%;
		margin: 0 auto;
		clear: both;
		overflow: hidden;
		margin-bottom: 15px;
	}
	#item ul li{
		width: 100%;
		box-sizing: border-box;
		float: left;
		padding: 15px 5%;
		border-top: 1px dashed #654F44;
	}
	#item ul li div{
		border-right: none;
		padding: 0;
	}
	#item ul li:nth-child(1){
		border-top: none;
	}
	#item ul li:nth-child(2),
	#item ul li:nth-child(3){
		border-top: 1px dashed #654F44;
	}
	#item .item-read{
		width: 100%;
		box-sizing: border-box;
		padding: 10px 5%;
		background: url(images/item-bg.png) repeat left top;
		margin: 0 auto;
	}
	/* about */
	#about{
		padding: 35px 0 20px;
	}
	#about h3{
		color: #41B041;
		font-size: 18px;
		margin-bottom: 25px;
	}
	#about ul{
		clear: both;
		overflow: hidden;
		width: 100%;
		box-sizing: border-box;
		padding: 0 5%;
		margin: 0 auto;
	}
	#about ul li{
		float: none;
		width: 100%;
		margin: 0 0 20px;
	}
	#about ul li figure{
		margin-bottom: 10px;
	}
	#about ul li dl dt{
		color: #41B041;
		font-size: 16px;
		margin-bottom: 0;
	}
}


