@charset "UTF-8";

/* メイン */
.news {
	display: block;
	margin-top: -180px;
	padding-top: 180px;
	border-bottom: dashed 1px #67161C;
	box-sizing: border-box;
}
.news-title {
	background: #67161C;
	color: #FFFFFF;
}
.news-date {
}
.news-image {
}
.news-image img {
	width: 100%;
}
.new-text {
}


	/* tablet */
@media (max-width: 840px) {
}

	/* mobile */
@media (max-width: 640px) {
	.news-image {
		width: 48%;
	}
}
/* メイン */
