/*spのdetail関連を非表示ココカラ*/
#sp_head_close {
	display: none;
}
/*spのdetail関連を非表示ココマデ*/
section.mv {
	background-image: url("../../common/images/news_list/mainvis_img.jpg");
	background-position: center;
	background-repeat: no-repeat;
	height: 150px;
	position: relative;
	width: 100%;
}
.mv_ttl {
	position: relative;
	background-repeat: no-repeat;
	background-image: url("../../common/images/news_list/mainvis_ttl_img.png");
	background-position: 0 0;
	background-size: contain;
	top: 74px;
	margin: 0 auto;
	height: 89px;
	width: 93px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mv_ttl h1 {
	font-size: 15px;
	color: #013e98;
	position: relative;
	margin-bottom: 22px;
	text-align: center;
}

section.news_list_area {
	position: relative;
	width: 100%;
}

.news_list_inner {
	width: 90%;
	position: relative;
	margin: 0 auto 20px;
	padding-top: 10px;
}


/*▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ここからお知らせ詳細▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/

.detail_upper {
	display: flex;
	justify-content: flex-start;
	align-items: ;
	margin-bottom: 20px;
}
.post_ttl {
	font-size: 18px;
	color: #434343;
	padding-bottom: 20px;
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 30px;
}
.detail_contents {
	width: 100%;
	height: auto;
	color: #56595b;
	font-size: 16px;
	margin-bottom: 100px;
}
.detail_contents pre,
.detail_contents_o pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  /*overflow: auto;*/
}

.detail_lower {
	width: 100%;
	height: 54px;
}
.back_btn {
	width: 206px;
	height: 48px;
	font-size: 16px;
	color: #013e98!important;
	border: solid 3px #013e98;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}
/*▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ここまでお知らせ詳細▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲*/

.top_news_list {
	position: relative;
	display: block;
	margin: 0 auto 55px;
	width: 100%;
	/*height: 280px;*/
}
.top_news_list li {
	padding-bottom: 6px;
	margin-bottom: 26px;
	border-bottom: solid 1px #d9d9d9;
}
.top_news_list li > a {
	display: flex;
}
.post_date {
	width: 70px;
	font-size: 16px;
	color: #a0a0a0;
	margin-right: 20px;
	line-height: 28px;
}
.news_cat_icon {
	font-size: 16px;
	color: #fff;
	background-color: #dfb850;
	margin-right: 30px;
	width: 110px;
	height: 26px;
	text-align: center;
}

.news_desc {
	font-size: 18px;
	color: #56595b;	
}
.pagenation {
	width: 100%;
	height: 60px;
}







