@charset "UTF-8";

/* ----------------------------------------
  検索
  path : /news.php
---------------------------------------- */

/* メインビジュアル部
---------------------------------------- */
/* pc */
@media only screen and (min-width: 768px) {
	.news-keyVisual_image_pc {
		background-image: url(../images/bg_keyvisual.jpg);
	}
}
/* SP */
@media only screen and (max-width: 767px) {
	.news-keyVisual_image_sp {
		background-image: url(../images/bg_keyvisual_sp.jpg);
	}
}

/* 件数表示
---------------------------------------- */
.news-count {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items : center;
	        align-items : center;
	margin: 30px 0 0 0;
	line-height: 1;
}
.news-count_text_all-number {
	margin: 0 10px;
	color: #a72126;
	font-size: 16px;
	font-weight: 700;
}
.news-count_text_disp {
	margin: 0 0 0 35px;
}
.news-count_text_disp-number {
	font-weight: 700;
}
@media only screen and (max-width: 767px) {
	.news-count {
		-webkit-justify-content: center;
		justify-content: center;
	}
	.news-count_text_all-number {
		margin: 0 10px;
		color: #a72126;
		font-size: 16px;
		font-weight: 700;
	}
	.news-count_text_disp {
		margin: 0 0 0 35px;
	}
}

/* 一覧
---------------------------------------- */
.news-list {
	margin: 30px 0 0 0;
}
.news-listItem {
	border-bottom: 2px solid #f1eae1;
}
.news-listItem:first-of-type {
	border-top: 2px solid #f1eae1;
}
.news-listItem_link {
	display: block;
	padding: 15px 0;
}
.news-listItem_day {
	color: #b78b00;
	font-size: 16px;
	font-weight: 700;
}
.news-listItem_title {
	color: #3a2c09;
	font-size: 16px;
	font-weight: 700;
}
@media only screen and (max-width: 767px) {
	.news-list {
		margin: 5px 0 0 0;
	}
	.news-listItem:first-of-type {
		border-top: 0;
	}
}

/* 詳細
---------------------------------------- */
.news-article_text-day {
	margin: 15px 0 0 0;
}
.news-article_btn {
	max-width: 125px;
	margin: 50px auto 0;
}
