.section_inner {
    padding: 6rem 0 6rem;
}

/*ーーーーーーーーーーーーーー
お知らせ一覧
ーーーーーーーーーーーーーー*/
#news_list{}

/* 新着のカテゴリースタイル */
.category_tabs{
	display: flex;
	justify-content: space-evenly;
	max-width: 800px;
	margin: 0 auto 2em;
}
.category_tabs a{
	padding:0.5em 1em;
	border:1px #A28A3D solid;
	width: 25%;
	color:#A28A3D;
	transition: .2s;
	text-align: center;
}
.category_tabs a.active{
	background-color: #A28A3D;
	color:#fff ;
}
.category_tabs a.all_item{
	border:1px #292929 solid;
	color:#292929;
}
.category_tabs a.all_item.active{
	background-color: #292929;
	color:#fff ;
}
.category_tabs a.pref_item{
	border:1px #80232c solid;
	color:#80232c;
}
.category_tabs a.pref_item.active{
	background-color: #80232c;
	color:#fff ;
}
.category_tabs a:hover{
	background-color: #A28A3D;
	color:#fff ;
}
.category_tabs a.pref_item:hover{
	background-color: #80232c;
	color:#fff ;
}
.category_tabs a.all_item:hover{
	background-color: #292929;
	color:#fff ;
}

@media screen and (max-width: 999px) {
/* 新着のカテゴリースタイル */
.category_tabs a{
	width: auto;
}
}


/*ーーーーーーーーーーーーーー
お知らせ記事
ーーーーーーーーーーーーーー*/
#news_article{
	
}
#news_article .date_label{
	text-align: center;
}
#news_article .date_label span {
    display: inline-block;
    margin-right: 1rem;
    color: #fff;
    background-color: #80232c;
    padding: 0.2em 20px;
    text-align: center;
}
#news_article .date_label span.whgc{
	background-color: #A28A3D;
}

#news_article .news_content{
	margin: 50px auto;
}


/*
参考資料PDFリスト欄
ーーーーーーーーーーーーーー*/
.attached_file{
	background: #eee;
	padding: 20px 10px;
	border-radius: 20px;
}

/* 左右に横線 */
.attached_file h5 {
  align-items: center; 
  display: flex; 
  justify-content: center; 
	font-size: 1.6rem;
	margin: 0;
}
.attached_file h5::before,
.attached_file h5::after {
  background-color: #2C2C2C; 
  content: "";
  height: 1px; 
  width: 80px; 
}
.attached_file h5::before {
  margin-right: 15px; 
}
.attached_file h5::after {
  margin-left: 15px; 
}
.attached_file ul li {
	list-style: none;
	margin-bottom: 1rem;
}

.attached_file ul li a{
	color: #000;
}
.attached_file ul li a:hover{
	text-decoration:underline;
}

.file_dl_list{
	padding: 0;
}