.pagenation .pager li {
	max-width: 50px;
}

.news-section {
	border-bottom: 1px solid #acacac;
	width: 95%;
	margin: 20px auto;
	padding-bottom: 20px;
}

.news-sub-ttl {
	border: 0;
	text-align: center;
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 15px;
}
.news-sub-ttl::before {
	display: none;

}
.news-sub-ttl span {
	display: block;
	font-size: 1rem;
	color: #FF8000;
	font-weight: bold;
}
.news-sub-ttl span::before,
.news-sub-ttl span::after {
	content: "～";
	margin: 0 5px;
}

.news-publisher {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 700px;
	width: 95%;
	margin: 15px auto 20px;
	font-size: 0.9em;
	color: #800000;
}
.news-publisher .news-publisher__inner {
	width: 50%;
	text-align: center;
	white-space: nowrap;
}
.news-publisher .news-publisher__inner a {
	color: #800000;
}


.news-headline-list>li {
	display: flex;
	padding: 5px 10px;
}
.news-headline-list>li::before {
	content: "";
	display: block;
	background: url(../images/ico_file.gif) no-repeat;
	width: 20px;
	margin-top: 5px;
}

/* カテゴリリンク -----------*/
.news-head-category {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	width: 96%;
	margin: 0 auto 10px;
	text-align: center;
}
.news-head-category li {
	position: relative;
	width: auto;
	margin-left: 6px;
	margin-bottom: 6px;
	padding: 0;
}
.news-head-category li a {
	display: block;
	border: 1px solid #ff6752;
	padding: 2px 4px 1px;
	font-size: 0.8em;
	color: #ff6752;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: -0.025em;
}
.news-head-category li a::after {
	content: "≫";
	padding-left: 5px;
}
.news-head-category li a:hover,
.news-head-category li.current a {
	background: #ffd7d0;
}

.news-head-category--sp {
	display: none;
	justify-content: flex-end;
}
.news-head-category--sp .select-wrapper::before {
	content: "カテゴリ：";
}


.news-data {
	width: 95%;
	margin: 10px auto 30px;
}
.news-data>div+div {
	margin-top: 35px;
}

.news-data dt {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	min-width: auto;
	margin: 0 auto 5px;
	padding: 4px 6px 2px 15px;
	border-bottom: 1px solid #bbb;
	font-weight: bold;
}
.news-data dt::before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 2px;
	content: "";
	display: block;
	background-color: #4196f5;
	background: linear-gradient(to bottom, #0362cb, #4196f5, #0362cb);
	width: 5px;
	height: auto;
}
.news-data dt .back {
	margin-left: auto;
	white-space: nowrap;
	font-weight: normal;
}
.news-data dd {
	padding: 5px 10px;
}



/* タブレット
---------------------------------------------------------------------------*/
@media screen and (max-width: 800px) {
	.news-sub-ttl {
		font-size: 1.35em;
	}
	.news-sub-ttl span {
		font-size: 0.9rem;
	}

	.news-publisher .news-publisher__inner {
		width: 100%;
	}

	/* カテゴリリンク -----------*/
	.news-head-category {
		display: none;
	}
	.news-head-category--sp {
		display: flex;
	}

}

/* スマホ
---------------------------------------------------------------------------*/
@media screen and (max-width: 500px) {
	.news-sub-ttl {
		font-size: 1.3em;
	}

	.news-headline-list>li {
		width: 100%;
		padding-top: 0;
	}

}

