@charset "utf-8";




.news-inner {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 auto 0 auto;
	width: 95%;
}



/* news_area */

.news_area {
	clear: both;
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 60px auto 100px auto;
	width: 95%;
	height: auto;
	min-height: 100px;
	max-width: 1400px;
	overflow: hidden;
}

.news_area .title {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 2.5% 24px 2.5%;
	color: #423f3e;
	font-size: 3.8em;
	line-height: 1.2em;
	font-weight: 400;
	font-family: "BIZ UDPGothic", serif;
	letter-spacing: -5px;
}

.news_area .title p {
	display: inline-block;
	position: relative;
	padding: 0 0 0 24px;
	color: #6a6a6a;
	font-size: 0.5em;
	line-height: 1.1em;
	letter-spacing: -2px;
}

.news_area .title p a {
	padding: 0 0 4px 0;
	text-decoration: none;
	border-bottom: 1px solid #333;
}

.news_area .title p a:hover {
	color: #db6e0e;
	text-decoration: none;
	border-bottom: 1px solid #db6e0e;
}


.news_area .title span {
	padding: 0 0 0 8px;
}

@media only screen and (max-width: 1200px) {

	.news_area .title {
		font-size: 3.2em;
		letter-spacing: -3px;
	}

}


@media only screen and (max-width: 768px) {

	.news_area .title {
		font-size: 2.4em;
		letter-spacing: -2px;
	}

}








/* コンテンツ */



/* トップページ用 */

.index_down {
	display: block;
	position: absolute;
	top: 30px;
	right: 0;
	width: auto;
	text-align: center;
	z-index: 100;
}

.index_down .bt00 {
	display: inline-block;
	width: 140px;
	height: 40px;
	line-height: 39px;
	color: #fff;
	font-size: 1.3em;
	text-align: center;
	background-color: #db6e0e;
}

.index_down .bt01 {
	display: inline-block;
	width: 140px;
	height: 40px;
	line-height: 39px;
	color: #fff;
	font-size: 1.3em;
	text-align: center;
	background-color: #6fa3b6;
}

.index_down .bt02 {
	display: inline-block;
	width: 140px;
	height: 40px;
	line-height: 39px;
	color: #fff;
	font-size: 1.3em;
	text-align: center;
	background-color: #b9c25a;
}

.index_down .bt03 {
	display: inline-block;
	width: 140px;
	height: 40px;
	line-height: 39px;
	color: #fff;
	font-size: 1.3em;
	text-align: center;
	background-color: #baa36a;
}

.index_down .bt01 a,
.index_down .bt02 a,
.index_down .bt03 a
 {
	display: block;
	width: 140px;
	height: 40px;
	color: #fff;
}



@media only screen and (max-width: 1200px) {

	.index_down {
		display: block;
		position: absolute;
		top: 80px;
		right: 0;
		width: 100%;
		text-align: center;
	}

	.index_down .bt00 {
		display: block;
		margin: 0 0.5% 0 0.5%;
		width: 24%;
		height: 40px;
		line-height: 39px;
		color: #fff;
		text-align: center;
		background-color: #db6e0e;
		float: left;
	}
		
	.index_down .bt01 {
		display: block;
		margin: 0 0.5% 0 0.5%;
		width: 24%;
		height: 40px;
		line-height: 39px;
		color: #fff;
		text-align: center;
		background-color: #6fa3b6;
		float: left;
	}
	
	.index_down .bt02 {
		display: inline-block;
		margin: 0 0.5% 0 0.5%;
		width: 24%;
		height: 40px;
		line-height: 39px;
		color: #fff;
		text-align: center;
		background-color: #b9c25a;
		float: left;
	}
	
	.index_down .bt03 {
		display: inline-block;
		margin: 0 0.5% 0 0.5%;
		width: 24%;
		height: 40px;
		line-height: 39px;
		color: #fff;
		text-align: center;
		background-color: #baa36a;
		float: left;
	}
	
	.index_down .bt01 a,
	.index_down .bt02 a,
	.index_down .bt03 a
	 {
		width: 100%;
		display: block;
		height: 40px;
		color: #fff;
		text-align: center;
	}

}

@media only screen and (max-width: 768px) {

	.index_down {
		display: block;
		position: absolute;
		top: 60px;
		right: 0;
		width: 100%;
		text-align: center;
	}

	.index_down .bt00 {
		display: block;
		margin: 0 0.5% 6px 0.5%;
		width: 49%;
		height: 40px;
		line-height: 39px;
		color: #fff;
		text-align: center;
		background-color: #db6e0e;
		float: left;
	}
		
	.index_down .bt01 {
		display: block;
		margin: 0 0.5% 6px 0.5%;
		width: 49%;
		height: 40px;
		line-height: 39px;
		color: #fff;
		text-align: center;
		background-color: #6fa3b6;
		float: left;
	}
	
	.index_down .bt02 {
		display: inline-block;
		margin: 0 0.5% 6px 0.5%;
		width: 49%;
		height: 40px;
		line-height: 39px;
		color: #fff;
		text-align: center;
		background-color: #b9c25a;
		float: left;
	}
	
	.index_down .bt03 {
		display: inline-block;
		margin: 0 0.5% 6px 0.5%;
		width: 49%;
		height: 40px;
		line-height: 39px;
		color: #fff;
		text-align: center;
		background-color: #baa36a;
		float: left;
	}
	
	
	
}

.newsbt {
	cursor: pointer;
}	
	
	



/* 一覧 */

.down {
	display: block;
	position: relative;
	padding: 0 0 60px 0;
	margin: 40px auto 0 auto;
	width: 95%;
	max-width: 1200px;
	text-align: center;
}

.down .bt00 {
	display: block;
	margin: 0 0.5% 0 0.5%;
	width: 24%;
	height: 48px;
	line-height: 46px;
	color: #fff;
	text-align: center;
	font-size: 1.4em;
	background-color: #db6e0e;
	float: left;
}
	
.down .bt01 {
	display: block;
	margin: 0 0.5% 0 0.5%;
	width: 24%;
	height: 48px;
	line-height: 46px;
	color: #fff;
	text-align: center;
	font-size: 1.4em;
	background-color: #6fa3b6;
	float: left;
}

.down .bt02 {
	display: inline-block;
	margin: 0 0.5% 0 0.5%;
	width: 24%;
	height: 48px;
	line-height: 46px;
	color: #fff;
	text-align: center;
	font-size: 1.4em;
	background-color: #b9c25a;
	float: left;
}

.down .bt03 {
	display: inline-block;
	margin: 0 0.5% 0 0.5%;
	width: 24%;
	height: 48px;
	line-height: 46px;
	color: #fff;
	text-align: center;
	font-size: 1.4em;
	background-color: #baa36a;
	float: left;
}

@media only screen and (max-width: 768px) {

	.down {
		display: block;
		position: relative;
		padding: 0 0 90px 0;
		margin: 40px auto 0 auto;
		width: 95%;
		max-width: 1200px;
		text-align: center;
	}
	
	.down .bt00 {
		display: block;
		margin: 0 0.5% 6px 0.5%;
		width: 49%;
		height: 48px;
		line-height: 46px;
		color: #fff;
		text-align: center;
		font-size: 1.4em;
		background-color: #db6e0e;
		float: left;
	}
		
	.down .bt01 {
		display: block;
		margin: 0 0.5% 6px 0.5%;
		width: 49%;
		height: 48px;
		line-height: 46px;
		color: #fff;
		text-align: center;
		font-size: 1.4em;
		background-color: #6fa3b6;
		float: left;
	}
	
	.down .bt02 {
		display: inline-block;
		margin: 0 0.5% 6px 0.5%;
		width: 49%;
		height: 48px;
		line-height: 46px;
		color: #fff;
		text-align: center;
		font-size: 1.4em;
		background-color: #b9c25a;
		float: left;
	}
	
	.down .bt03 {
		display: inline-block;
		margin: 0 0.5% 6px 0.5%;
		width: 49%;
		height: 48px;
		line-height: 46px;
		color: #fff;
		text-align: center;
		font-size: 1.4em;
		background-color: #baa36a;
		float: left;
	}	
	
}


.down .bt01 a,
.down .bt02 a,
.down .bt03 a
 {
	width: 100%;
	display: block;
	height: 48px;
	color: #fff;
	text-align: center;
}










/* news_index */

.news_index {
	position: relative;
	display: block;
	margin: 0 0 28px 0;
	padding: 0 0 0 0;
	width: 100%;
	height: auto;
	min-height: 400px;
	overflow: hidden;
}


.news_default {
	position: relative;
	display: block;
	margin: 50px 0 28px 0;
	padding: 0 0 0 0;
	width: 100%;
	height: auto;
	min-height: 400px;
	overflow: hidden;
}




@media only screen and (max-width: 1200px) {
	
	.news_index {
		position: relative;
		display: block;
		margin: 120px 0 28px 0;
		padding: 0 0 0 0;
		width: 100%;
		height: auto;
		min-height: 400px;
		overflow: hidden;
	}
	
}



.news {
	position: relative;
	display: block;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	float: none;
	width: 95%;
	max-width: 1100px;
	height: auto;
	overflow: hidden;
	list-style: none;
}

.news li {
	position: relative;
	display: block;
	margin: 0 0 0 0;
	padding: 18px 0 16px 0;
	width: 100%;
	height: auto;
	min-height: 56px;
	border-bottom: 1px dotted #b5b5b5;
	overflow: hidden;
}

.news_date {
	position: relative;
	display: inline-block;
	margin: 0 0 0 0;
	padding: 0 10px 0 12px;
	width: 160px;
	font-size: 1.3em;
	line-height: 1.1em;
	font-weight: 400;
	font-family: "BIZ UDPGothic", sans-serif;
	color: #333;
}

.news_kind {
	position: relative;
	display: inline-block;
	margin: 0 0 0 10px;
	padding: 0 0 0 0;
	width: 140px;
	height: 34px;
	font-size: 1.1em;
	line-height: 32px;
	font-weight: 400;
	font-family: "BIZ UDPGothic", sans-serif;
	text-align: center;
	color: #fff;
	/*background-color: #333;*/
	border-radius: 4px;
}

.co01 {
	width: 140px;
	height: 34px;
	color: #fff;
	background-color: #6fa3b6;
}

.co02 {
	width: 140px;
	height: 34px;
	color: #fff;
	background-color: #b9c25a;
}

.co03 {
	width: 140px;
	height: 34px;
	color: #fff;
	background-color: #baa36a;
}

.news li .news_lead  {
	position: relative;
	display: block;
	margin: -50px 0 0 350px;
	padding: 18px 0 8px 0;
	font-size: 1.24em;
	line-height: 1.7em;
	font-weight: 400;
	font-family: "BIZ UDPGothic", sans-serif;
	color: #423f3e;
}

.news li .news_lead a  {
	position: relative;
	display: block;
	margin: 0 0 0 0;
	font-weight: 400;
	font-family: "BIZ UDPGothic", sans-serif;
	color: #423f3e;
}

.news li .news_lead a:hover {
	color: #423f3e;
	text-decoration: underline;
}


@media only screen and (max-width: 840px) {

	.news_index {
		position: relative;
		display: block;
		margin: 80px 0 0 0;
		padding: 0 0 0 0;
		width: 100%;
		height: auto;
		min-height: 300px;
		overflow: hidden;
	}

	.news_index .news {
		position: relative;
		display: block;
		margin: 0 auto 0 auto;
		padding: 40px 0 140px 0;
		float: none;
		width: 90%;
		max-width: 924px;
		height: auto;
		overflow: hidden;
		list-style: none;
	}

	.news_date {
		position: relative;
		display: inline-block;
		margin: 0 0 0 0;
		padding: 0 10px 0 0;
		width: 160px;
		font-size: 1.3em;
		line-height: 1.1em;
		font-weight: 400;
		font-family: "BIZ UDPGothic", sans-serif;
		color: #333;
	}
	
	.news li .news_lead {
		position: relative;
		display: block;
		margin: 12px 0 0 0;
		padding: 0 0 0 0;
		width: 100%;
		font-size: 1.24em;
		line-height: 1.7em;
		font-weight: 400;
		font-family: "BIZ UDPGothic", sans-serif;
		color: #333;
		overflow: hidden;
	}


}














.new-icon {
	display: inline-block;
	margin-left: 12px;
	background-color: #cf2963;
	width: auto;
	min-width: 80px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	font-size: 0.8em;
	color: #fff;
}



.ipdf {
	display: inline-block;
	margin-left: 12px;
	color: #cf2963;
	font-size: 1.1em;
}






/*
 * page navi
 */

#page_nav {
	margin: 2em auto;
	text-align: center;
}

#page_nav span,
#page_nav a {
	padding: 0 0.5em;
}








/*---------------------------------------------------------------------- */
/* JS pager Styles
------------------------------------------------------------------------ */


.pagination-container {
			margin-top: 15px;
			padding-top: 40px;
		}
.pagination-container ul {
	width: 100%;
	display: flex;
	justify-content: center;
}
.pagination-container li + li { margin-left: -1px; }
.pagination-container a {
	padding: 10px 20px;
	display: block;
	color: #0076BF;
	border: 1px solid #ccc;
	text-decoration: none;
	background: #fff;
	float: left;
}
.pagination-container .navi-active a {
	font-weight: bold;
	background: #fafafa;
}
.pagination-container a:hover {
	color: #fff;
	background: #0076bf;
}






