/*Feature*/
#feature-list{
	overflow: hidden;
}
body #feature_page .section_ {
	width: 1020px;
}
#section-features{
	padding: 0 0 50px;
}
#section-features h2{
	margin: 0 0 50px;
	padding: 0;
	line-height: 1.0;
	color: #006B50;
	font-size: 50px;
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#section-features h2 span{
	display: block;
	color: #006B50;
	font-size: 14px;
	padding-top: 10px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#section-features .contents{
	width: 1020px;
	overflow: hidden;
}
#section-features .feature-item{
	width: 326px;
	float: left;
	height: auto;
	overflow: visible;
	margin: 0 20px 40px 0;
}
#section-features .feature-item.new-icon{
	position: relative;
}
#section-features .feature-item.new-icon::before{
	content: '';
	display: inline-block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 55px;
	height: 40px;
	background: url(../img/usr/top/new.svg) no-repeat;
	background-size: contain;
}
#section-features .feature-item.sale-icon{
	position: relative;
}
#section-features .feature-item.sale-icon::before{
	content: '';
	display: inline-block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 55px;
	height: 40px;
	background: url(../img/usr/top/sale.png) no-repeat;
	background-size: contain;
}
#section-features .feature-item figure{
	margin: 0;
	padding: 0;
}
#section-features .feature-item figure img{
	width: auto;
	height: 360px;
}
#section-features .feature-item img{
	width: 100%;
}
#section-features .feature-item:nth-of-type(3n+0){
	margin-left: 0;
	margin-right: 0;
}
#section-features .feature-item:nth-of-type(3n+1){
	clear: both;
}
#section-features .feature-item a:hover{
	opacity: 0.8;
}
#section-features p.load-more{
	background: none;
	width: auto;
	height: auto;
	float: right;
	margin: 0 0 0 0;
	padding: 0 0 14px;
	border-bottom: 1px solid #006B50;
}
#section-features p.load-more a{
	color: #006B50;
	padding: 0 24px 0 10px;
	font-size: 14px;
	font-weight: bold;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	display: block;
	line-height: 1;
	height: auto;
	width: auto;
	background: url(../img/usr/top/arrow_right.png) right 5px center no-repeat;
	cursor: pointer;
}
#section-features p.load-more:hover{
	opacity: 0.8;
}

#section-features h3{
	margin: 20px 0 10px;
	padding: 0;
	font-size: 16px;
	color: #006B50;
	line-height: 1.6;
	font-weight: bold;
	font-family: YuGothic, "游ゴシック Medium", "YuGothic M","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.feature-item-detail p{
	margin: 0;
	padding: 0;
	color: #333333;
	line-height: 1.8;
	font-size: 14px;
}
p.date{
	margin: 20px 0 0 0;
	font-size: 12px;
	line-height: 1;
}
/*Feature*/