
.ipdf {
	color: #e60011;
	font-size: 1.1em;
}

.new-icon {
	display: inline-block;
	padding: 0 0 0 0;
	margin-left: 6px;
	width: 58px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	color: #fff;
	background-color: #e60011;
	font-size: 0.7em;
	border-radius: 6px;
	font-weight: 600;
	font-family: 'Noto Sans JP', sans-serif;
	vertical-align: middle;
}


/* news_index */

.news_index {
	position: relative;
	display: block;
	margin: 0 0 40px 0;
	padding: 60px 0 0 200px;
	width: 100%;
	height: auto;
	min-height: 500px;
	overflow: hidden;
}

.news_head {
	position: relative;
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 200px;
	z-index: 5;
}


/*
@media only screen and (max-width: 1400px) {

	.news_head {
		position: relative;
		display: block;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		width: 25%;
		min-width: 200px;
	}

}
*/

.news_index_title {
	position: relative;
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 4.6em;
	line-height: 1.1em;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	color: #e60011;
	letter-spacing: -1px;
}

.news_index_subtitle {
	position: relative;
	display: block;
	margin: 0 0 0 0;
	padding: 4px 0 0 0;
	font-size: 1.2em;
	line-height: 1.1em;
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
}

.news_index_bt {
	position: relative;
	display: block;
	margin: 30px 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	width: 150px;
	height: 42px;
}

.news_index_bt a {
	position: relative;
	display: block;
	width: 150px;
	height: 42px;
	line-height: 42px;
	color: #fff;
	background: #e60011;
	border-radius: 8px;
}

.news_index_bt a span {
	display: inline-block;
	padding: 0 10px 0 0;
	float: right;
	font-size: 1.2em;
}









.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 solid #b5b5b5;
}

.news_date {
	position: relative;
	display: inline-block;
	margin: 0 0 0 0;
	padding: 0 10px 0 12px;
	width: 110px;
	font-size: 1.2em;
	line-height: 1.1em;
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
	color: #333;
}

.news_kind {
	position: relative;
	display: inline-block;
	margin: 0 0 0 24px;
	padding: 0 0 0 0;
	width: 100px;
	height: 35px;
	font-size: 1em;
	line-height: 35px;
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
	color: #e60011;
	border: 1px solid #e60011;
	border-radius: 8px;
}

.news li .news_lead {
	color: #333;
}

.news li .news_lead a  {
	position: relative;
	display: block;
	margin: -50px 0 0 260px;
	padding: 18px 0 8px 0;
	font-size: 1.1em;
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
	color: #333;
}

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


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

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

	.news_head {
		position: relative;
		display: block;
		margin: 0 auto 0 auto;
		padding: 0 0 18px 0;
		width: 95%;
		border-bottom: 1px solid #b5b5b5;
	}
	
	.news_index_bt {
		position: absolute;
		display: block;
		margin: 12px 0 0 0;
		padding: 0 0 0 0;
		text-align: center;
		width: 150px;
		height: 42px;
		line-height: 42px;
		top: 0;
		left: 240px;
		color: #fff;
		background: #e60011;
		border-radius: 8px;
	}	
	
	.news {
	position: relative;
	display: block;
	margin: 0 0 0 0;
	padding: 0 40px 40px 0;
	height: auto;
	list-style: none;
	}

}
*/


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


	.news_index {
		position: relative;
		display: block;
		margin: 0 auto 40px auto;
		padding: 110px 0 0 0;
		width: 95%;
		height: auto;
		min-height: 500px;
		overflow: hidden;
	}

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

	.news_date {
		position: relative;
		display: inline-block;
		margin: 0 0 0 0;
		padding: 0 10px 0 0;
		width: 100px;
		font-size: 1.2em;
		line-height: 1.1em;
		font-weight: 400;
		font-family: 'Noto Sans JP', sans-serif;
		color: #333;
	}
	
	.news li .news_lead a {
		position: relative;
		display: block;
		margin: 12px 0 0 0;
		padding: 0 0 0 0;
		width: 100%;
		font-size: 1.1em;
		font-weight: 400;
		font-family: 'Noto Sans JP', sans-serif;
		color: #333;
		text-align: justify;
		text-justify: inter-ideograph;
	}


	.news_head {
		position: relative;
		display: block;
		margin: 0 auto 0 auto;
		padding: 0 0 18px 0;
		width: 95%;
		border-bottom: 1px solid #b5b5b5;
	}
	
	.news_index_bt {
		position: absolute;
		display: block;
		margin: 12px 0 0 0;
		padding: 0 0 0 0;
		text-align: center;
		width: 150px;
		height: 42px;
		line-height: 42px;
		top: 0;
		left: 240px;
		color: #fff;
		background: #e60011;
		border-radius: 8px;
	}	
	
	
	
	
}


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


	.news {
		position: relative;
		display: block;
		margin: 0 auto 0 auto;
		padding: 0 0 40px 0;
		float: none;
		width: 95%;
		max-width: 500px;
		height: auto;
		list-style: none;
	}
		
	.news_index_bt {
		position: relative;
		display: block;
		margin: 12px auto 18px auto;
		padding: 0 0 0 0;
		text-align: center;
		width: 150px;
		height: 42px;
		line-height: 42px;
		top: 0;
		left: 0;
		color: #fff;
		background: #e60011;
		border-radius: 8px;
	}	
	
}




.news_detail_date {
	position: relative;
	display: block;
	margin: 0 0 12px 0;
	padding: 0 10px 0 12px;
	font-size: 1em;
	line-height: 1.1em;
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
	color: #015d82;
	text-align: right;
}

.detail_new-icon {
	display: inline-block;
	padding: 0 0 0 0;
	margin: 0 12px 0 0;
	width: 58px;
	height: 20px;
	line-height: 21px;
	text-align: center;
	color: #fff;
	background-color: #e60011;
	font-size: 0.7em;
	border-radius: 6px;
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
}



/* # =================================================================
   # News　page navi
   # ================================================================= */

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

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







