/*************************************
 	news.css
*************************************/

#news{
	p{
		font-size: 1.6rem;
		line-height: 2.8rem;
	}

	.news_list{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 60px;
	}

	.news_tit{
		margin-bottom: 40px;

		.is-date{
			display: block;
			margin-bottom: 15px;
			font-size: 1.8rem;
		}
	}

}