@charset "utf-8";
/* CSS Document */
/*選び方特集一覧*/
.feature h2.feature_title{
	font-size: 21px;
	font-weight: bold;
	padding: 0 0 3px;
	margin: 0 0 20px;
	color: #000000 !important;
	border-bottom: 2px solid #333 !important;
}
.feature {
	width: 100%;
}
.feature ul.feature_list {
	width: 100%;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
}
.feature ul.feature_list li {
	position: relative;
	top: 0;
	left: 0;
	width: 250px;
	margin: 0 0 15px 0;
	padding: 12px 12px 8px 0;
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	/*選び方特集一覧*/
	.feature h2.feature_title{
		font-size: 15px;
		font-weight: bold;
		padding: 0 12.5px 3px;
		margin: 40px 0 16px;
		border-bottom: 2px solid #333;
	}
	.feature {
		padding: 0 10px;
		box-sizing: border-box;
	}
	.feature ul.feature_list {
		justify-content: space-between;
	}
	.feature ul.feature_list li {
		width: 49%;
		margin: 0 0 15px 0;
		padding: 0;
	}
	.feature ul.feature_list li p {
		font-size: 0.8em;
	}
}
