@charset "utf-8";

.news_top{ background:#fcfcfc; }

/* PC */
@media screen and (min-width:768px) {
	.news_top{ padding:0 0 50rem; }
	.news_top .posts{ padding:50rem 85rem 50rem; }
	.news_top .posts .list{ max-width:1200rem; margin:0 auto;  }
}

/* SP */
@media screen and (max-width:767px) {
	.news_top{ padding:40rem; }
	.news_top .posts{ margin-bottom:40rem; }
}

/* end */