@charset "UTF-8";

/* メインビジュアル */
.page_news .mainVisual {
	background-image: url(images/img_main_visual.jpg);
}

/* ----------------------------------------
  最新情報
  path : /news/
---------------------------------------- */
.news-newsList_item {
	margin-top: 12px;
}
.news-newsList_item a {
	box-sizing: border-box;
	padding: 20px 40px;
}
.news-newsList_item a:hover {
	box-shadow: none;
	background-color: #006736;
	color: #fff;
}
.news-newsList_data {
	font-size: 14px;
	font-weight: bold;
}

/* ----------------------------------------
  最新情報詳細
  path : /news/[post_id]/
---------------------------------------- */
.news-newsDetail {
	background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.05);
    padding: 40px 35px;
}
.news-newsDetail_content {
	margin-top: 30px;
}
