@charset "UTF-8";

/* news ==SH== */
.newsBox            { margin: 50px 0; }
.newsBox .col       { justify-content:space-between; }
.newsBox .col > div { width:auto; }
.newsBox h2         { margin-left:1em; text-align:right; }
.news_list_shop.gray{ background:#EEE; }
/* PC */
@media (min-width: 769px) {
	.newsBox      { margin: 120px 0; }
	.newsBox .col > div { width:49%; }
}
