@charset "UTF-8";

#top_concept+section {
	margin-top: 100px;
}

@media screen and (max-width: 650px){
	#top_concept+section {
		margin-top: 65px;
	}
	
	#top_blog+.block_news_1 li:not(:first-child) {
    border-top: 3px solid #DFE1DF;
  }
}