/* PC */

/* feature19 */
.article_garden h3{
	height: 65px;
}
.article_garden_full_l img{
	width: 500px;
}
.article_garden_full_l_text{
	width: 500px;
}
.others_h3{
	height: 55px;
}



/* SP */

@media screen and (max-width: 750px) {

/* feature19 */
.article_garden h3{
	height: auto;
}	
.article_garden_full_l img{
	width: 90%;
}
.article_garden_full_l_text{
	width: 100%;
}
.others_h3{
	height: auto;
}


}