@charset "utf-8";


#feature {
  margin-bottom: 150px;
}

.feature_list {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.feature_list li {
  margin-bottom: 50px;
}

.feature_list h3 {
    font-size: 1.2rem;
    padding-top: 5px;
    text-align: left;
}


@media screen and (max-width: 767px) {
	#feature {
		margin: 0 0 20px;
	}

	.feature_list li {
		width: 48%;
		margin-bottom: 30px;
	}

	.feature_list img {
		width: 100%;
	}

}
