@charset "UTF-8";
/*================================================
	特集一覧ページ用
================================================*/
.page_feature {
	padding-bottom: 100px;
}
.page_feature .feature_list {
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
}
.page_feature .feature_item {
	width: calc(100% / 4);
	padding: 0 0 20px 20px;
	box-sizing: border-box;
}
.page_feature .feature_link {
	display: block;
}
.page_feature .feature_image {
	max-width: 100%;
	height: auto;
}
.page_feature .features_text {
	padding: 10px 0 0 0;
}
.page_feature .feature_date {
	color: #888;
	font-size: 13px;
	letter-spacing: .05em;
	margin-bottom: 5px;
}
.page_feature .feature_title {
	font-size: 14px;
	line-height: 1.6;
}
