@charset "UTF-8";
/*=======================================
お知らせ
=========================================*/
/*=======================================
お知らせ 一覧
=========================================*/
/*=======================================
お知らせ 詳細
=========================================*/


.p-news-detail .title{
	border-bottom: 1px solid #ccc;
	margin-bottom: 60px;
	padding-bottom: 20px;
}
.p-news-detail .title h2{
	font-size: 24px;
	margin-top: 10px;
	color: #002280;
}

.p-news-detail .single-pager{
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	border-top: 1px solid #eee;
	padding-top: 30px;
	margin-top: 60px;

}
.p-news-detail .single-pager:before,
.p-news-detail .single-pager:after{
	content: none;
}

.p-news-detail .single-pager li a{
	display: block;
	padding: 10px 30px;
	background-color: #002280;
	color: #fff;
	text-align: center;
	text-decoration: none;
}



/* ----------------------------- スマホ（～767px） */



@media screen and (max-width: 767px) {
.p-news-detail .single-pager {
	-webkit-align-items: center;
	        align-items: center;
}
.p-news-detail .single-pager li a{
	font-size: 10px;
	padding: 10px 10px;

}

}
