/*Feature*/
#feature-list{
	overflow: hidden;
}
body #feature_page .section_ {
	width: 1020px;
}
#section-features{
	padding-top: 100px;
}
#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{
    padding: 0 0 0;
    width: 173px;
    margin: 0 auto;
    border: 1px solid #006450;
    border-radius: 4px;
    line-height: 1;
    float: none;
    clear: both;
}
#section-features p.load-more a{
    border: none;
    padding: 0 0;
    height: 30px;
    margin: 0;
    width: auto;
    height: auto;
    line-height: 30px;
    font-size: 14px;
    color: #006450;
    font-weight: bold;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
#section-features p.load-more:hover{
	opacity: 0.8;
}

#section-features h3{
	font-weight: bold;
	height:50px;
	margin: 20px 0 10px;
	padding: 0;
	font-size: 16px;
	color: #006B50;
	line-height: 1.6;
	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*/