@charset "UTF-8";

#top_concept01_feature + section .wrapper_item {
    margin-left: 90px;
}
#top_concept03_feature + section .wrapper_item {
    margin-right: 90px;
}
@media screen and (max-width: 500px){
    #top_concept01_feature + section .wrapper_item,
	#top_concept03_feature + section .wrapper_item{
        margin-left: 0;
		margin-right: 0;
    }	
}