@charset "UTF-8";
.feature {}
.feature_title {}
.feature_title > .icon {}
.feature_title > small {}
.feature_title > b {}
.feature_list {
	list-style: none;
}
.feature_list > li {
	margin-top: 15px;
}
.feature_list > li:first-child {
	margin-top: 0;
}
.feature_list > li:last-child {}
.feature_list > li:nth-child(2n+1) {}
.feature_list > li:nth-child(n+3) {}
.feature_list > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
	transition-duration: .3s;
	transition-property: opacity;
}
.feature_list > li > a::before {
	content: "";
}
.feature_list > li > a::after {
	content: "";
}
.feature_image {}
.feature_image > img {
	display: block;
	width: 100%;
	height: auto;
}
@media screen and (min-width:1000px) {
	.feature_list > li > a:hover {
		opacity: 0.7;
	}
}
@media screen and (max-width:999px) {
	.feature {}
	.feature_title {}
	.feature_title > .icon {}
	.feature_title > small {}
	.feature_title > b {}
	.feature_list {}
	.feature_list > li {}
	.feature_list > li:first-child {}
	.feature_list > li:last-child {}
	.feature_list > li:nth-child(2n+1) {}
	.feature_list > li:nth-child(n+3) {}
	.feature_list > li > a {}
	.feature_list > li > a::before {}
	.feature_list > li > a::after {}
	.feature_image {}
	.feature_image > img {}
}
@media screen and (max-width:767px) {
	.feature {}
	.feature_title {}
	.feature_title > .icon {}
	.feature_title > small {}
	.feature_title > b {}
	.feature_list {}
	.feature_list > li {
		margin-top: 10px;
	}
	.feature_list > li:first-child {}
	.feature_list > li:last-child {}
	.feature_list > li:nth-child(2n+1) {}
	.feature_list > li:nth-child(n+3) {}
	.feature_list > li > a {}
	.feature_list > li > a::before {}
	.feature_list > li > a::after {}
	.feature_image {}
	.feature_image > img {}
}
