@charset "utf-8";

.page-numbers{
	
  padding-left: 0;
  margin: 0 !important;
  padding-top: 10px;
	display:flex;

align-items:center;
}

.page-numbers > li > a, .page-numbers > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: 8px!important;
  margin-top: 10px!important;
  line-height: 1.4;
  color: #000;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #e5e5e5;
}
.page-numbers > li:first-child > a, .page-numbers > li:first-child > span {
  margin-left: 0!important;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.nav-news {

  justify-content:flex-start!important;

}
.current {
 
  background-color: #f7f7f7!important;
 
}
.page-numbers > li > a:hover, .page-numbers > li > span:hover, .page-numbers > li > a:focus, .page-numbers > li > span:focus {
  z-index: 3;
  color: #276eb4;
  background-color: #ecf5ff;
  border-color: #ccc;
}
/*　　タイトル
-------------------------------------------------------*/
.pagetitle {
	height: 260px;
	background-image: url(../images/news/pagetitle_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.pagetitle .bg2 {
	height: 260px;
	background-image: url(../images/common/pagetitle_bg2.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.pagetitle h1 {
	position: absolute;
	top: 110px;
	left: 90px;
	font-size: 30px; font-size: 3.0rem;
	font-weight: 200;
	color: #fff;
	line-height: 1.4;
	text-shadow: 1px 2px 3px #333;
}

@media screen and (min-width: 768px) and (max-width: 1023px){
.pagetitle {
	height: 190px;
}
.pagetitle .bg2 {
	height: 190px;
}
.pagetitle h1 {
	position: absolute;
	top: 74px;
	left: 105px;
	font-size: 24px; font-size: 2.4rem;
}

}

@media screen and (max-width: 767px){
.pagetitle {
	height: 102px;
	margin-bottom: 60px;
}
.pagetitle .bg2 {
	height: 102px;
	background-image: none;
}
.pagetitle h1 {
	position: absolute;
	width: 100%;
	top: 100px;
	left: 0;
	font-size: 16px; font-size: 1.6rem;
	letter-spacing: 3px;
	text-align: center;
	padding: 5px;
	background-color: #014099;
}
}

@media screen and (max-width: 767px) and (orientation : landscape) {
}




/*　　コンテンツ
-------------------------------------------------------*/
.cnt-news .news-box {
	margin-top: 30px;
	overflow: hidden;
	zoom: 1;
}
.cnt-news .news-box dt {
	float: left;
	width: 120px;
	height: 90px;
}
.cnt-news .news-box dd {
	margin-left: 135px;
}
.cnt-news .news-box dd .date {
	display: inline-block;
	padding: 5px 20px;
	margin-bottom: 10px;
	font-size: 14px; font-size: 1.4rem;
	color: #666;
	background-color: #f3f3f3;
}
.cnt-news .news-box dd a {
	color: #000;
}
.cnt-news .news-box dd a:hover {
	color: #00a0e9;
}
.nav-news {
	margin-top: 30px;
	border-top: 1px dotted #ccc;
	overflow: hidden;
}



.cnt-news-detail .detail-date {
	margin-top: 30px;
	padding-bottom: 20px;
}
.detail-cnt {
	padding-bottom: 30px;
}
.cnt-news-detail .detail-cnt {
	margin-top: 30px;
}
.cnt-news-detail strong {
	font-weight: bold !important;
}
.cnt-news-detail em {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-style: italic !important;
}
.cnt-news-detail ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 25px;
}
.cnt-news-detail ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 25px;
}


@media screen and (min-width: 768px) and (max-width: 1023px){
}

@media screen and (max-width: 767px){
.cnt-news-detail .detail-date {
	margin-top: 20px;
	padding-bottom: 20px;
}
.cnt-news-detail .detail-tit {
	padding: 15px 0 15px;
}
}

@media screen and (max-width: 767px) and (orientation : landscape) {
}





