@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : news.css
 author     : masaki.kushima
 style info : お知らせ一覧
=================================================================== */
@font-face {
	font-family: YuGothicM;
	src: local("Yu Gothic Medium");
}
.con_news {
	max-width: 1280px;
	width: 1280px;
	margin: auto;
	padding-left: 20px;
	padding-right: 20px;
}

/* -----------------------------------------------------------
	.con_news
----------------------------------------------------------- */
.con_news {
	margin-bottom: 8rem;
}
.con_news .title {
	margin-bottom: 40px;
}
.con_news .box_news {
	margin-bottom: 7rem;
}
.con_news .box_news .box {
	margin-bottom: 40px;
}