@charset "UTF-8";

.feature {
}

.feature_ttl {
}

.feature_cnt {
}

.feature_txt {
	width: 34%;
	float: left;
}

.feature_img {
	width: 61%;
	float: right;
}

.feature_img > img {
	max-width: 100%;
	height: auto;
}

@media screen and (max-width:980px) {
	.feature {
	}

	.feature_ttl {
	}

	.feature_cnt {
	}

	.feature_txt {
	}

	.feature_img {
	}

	.feature_img > img {
	}

}

/* All SP */
@media screen and (max-width:640px) {
	.feature {
	}

	.feature_ttl {
	}

	.feature_cnt {
	padding: 15px 20px;
	}

	.feature_txt {
	width: 100%;
	float: none;
	}

	.feature_img {
	width: 100%;
	float: none;
	text-align: center;
	margin-top: 20px;
	}

	.feature_img > img {
	}

}