@charset "utf-8";
/* CSS Document */

/*******************

PC news

********************/

.news__box{
	margin-bottom:50px;
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
	}

.news__box a{
	color:#000;
	line-height:1.8em;
	text-decoration:underline;
}
.news__box .day{
	width:300px;
	color:#5e952d;
}