



#news_index {
	display: block;
    position: relative;
    z-index: 10;
	background: #fff;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
	min-height: 280px;
    overflow-x: hidden;
    z-index: 10;
}

.news_index_inner {
	display: block;
	padding: 12px 0 0 0;
	margin: 40px auto 80px auto;
	width: 90%;
	max-width: 1080px;
	height: auto;
}



.news_index_title {
	display: block;
    position: relative;
    padding: 16px 12px 20px 20px;
    margin: 0 0 28px 0;
	font-weight: 400;
	font-family: "BIZ UDPGothic", serif;
	font-size: 1.5em;
	line-height: 1.2em;
	color: #333;
	background-color: #f5f5f5;
	letter-spacing: 0.5px;
}

.news_index_title:before {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 7px;
	background: rgb(62,175,54);
	background: linear-gradient(90deg, rgba(62,175,54,1) 0%, rgba(54,159,173,1) 15%, rgba(198,213,46,1) 93%);
	bottom: 0;
	left: 0;
	z-index: 0;
}

.news_index_title span.news {
	display: block;
	position: absolute;
	top: 18px;
	right: 22px;
	font-size: 0.8em;
	
	
}	
	
	
	
	
	
	
	
	
	
	
	
	

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



dl#news-top {
	clear: both;
	width: 90%;
	margin: 0 auto 10px auto;
	padding: 0 0 0 0;
	font-size: 1em;
	font-weight: 400;
	font-family: 'Noto Sans Japanese', sans-serif;
	overflow: hidden;
	right: 0;
}

dl#news-top .news-line {
	display: block;
	height: 1px;
	margin: 0 0 1em 0;
	border-bottom: 1px solid #dddddd;
}

dl#news-top dt {
	line-height: 1.4em;
	margin: 0 0 0 0;
	padding: 1em 0 1.2em 10px;
	width: 140px;
	color: #333333;
	text-align: left;
	vertical-align: middle;
}

dl#news-top dt .news-date {
	display: inline-block;
	line-height: 28px;
	width: 140px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 1.4em;
	font-weight: 400;
	font-family: 'Ubuntu', sans-serif;
}

dl#news-top dd {
	padding: 0 24px 1em 150px;
	margin: -2.5em 0 0 0;
	line-height: 1.4em;
	font-size: 1.2em;
	color: #333333;
	font-weight: 300;
	font-family: 'Noto Sans Japanese', sans-serif;
	border-bottom: 1px solid #dddddd;
}

dl#news-top dd a {
	display: block;
	color: #333333;
	text-decoration: none;
}

dl#news-top dd a:hover {
	color: #082978;
	text-decoration: underline;
}

dl#news-top dd a span {
	margin-left:10px;
	line-height: 1;
	display: inline-block;
}


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

	dl#news-top {
		width: 90%;
		margin: 60px auto 10px auto;
		padding: 0 0 0 0;
		overflow: hidden;
		font-size: 1em;
	}

}


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

	dl#news-topicses {
		width: 90%;
		margin: 48px auto 10px auto;
		padding: 0 ;
		overflow: hidden;
	}
	
	dl#news-top .news-line {
		display: block;
		height: 1px;
		margin: 0 0 14px 0;
		padding: 0 0 6px 0;
		border-bottom: 1px solid #dddddd;
	}
		
	dl#news-top dt {
		width: 100%;
		line-height:1;
		margin: 1em 0 0 0;
		padding: 6px 1em 6px 5px;
		text-indent: 0;
		text-align: left;
		font-size: 1.4em;
	}
	
	dl#news-top dd {
		width: 100%;
		font-size: 1.2em;
		padding: 2px 8px 14px 5px;
		margin: 0 0 0 0;
		line-height: 1.6em;
		overflow: hidden;
		border-bottom: 1px solid #dddddd;
	}

}


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

}













/*
 * page navi
 */

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

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






