section.sec1 div.contents ul.pagerNews {
	width:440px;
	margin:auto;
	display: flex!important;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

section.sec1 div.contents ul.pagerNews li{
	width:12%;
	background:none;
	text-align:center;
	border-bottom:none!important;
}

section.sec1 div.contents ul.pagerNews li:hover{
	background:#FFFimportant;
}



section.sec1 div.contents ul.pagerNews li a{
	width:40px;
	display:inline-block;
	background:#FFF;
	padding:10px 0 10px;
	border-radius:5px;
	color: #08215a;
	font-weight:bold;
	box-sizing:border-box;
	}

section.sec1 div.contents ul.pagerNews li a:hover{
	background:#dadce3!important;}



section.sec1 div.contents ul.pagerNews li.number{
    display: none;
}


section.sec1 div.contents ul.pagerNews li.first{
  width:20%;
}
section.sec1 div.contents ul.pagerNews li.last {
  width:20%;
}


section.sec1 div.contents ul.pagerNews li.first::after {
  content:"　…";
}
section.sec1 div.contents ul.pagerNews li.last::before {
  content:"…　";
}

@media screen and (max-width:800px) {
/*========================================================================
ここからスマホ
===========================================================================*/

section.sec1 div.contents ul.pagerNews {
	width:320px;
	margin:auto;
}

section.sec1 div.contents ul.pagerNews li.first{
  width:50px;
}
section.sec1 div.contents ul.pagerNews li.last {
  width:50px;
}

section.sec1 div.contents ul.pagerNews li{
	width:30px;
	background:none;
	text-align:center;
	margin:2px;
	padding:0;
	border:none;
}

section.sec1 div.contents ul.pagerNews li a{
	width:30px;
	display:inline-block;
	background:#FFF;
	padding:10px 0 10px;
	border-radius:3px;
	color: #08215a;
	font-weight:bold;
	}

section.sec1 div.contents ul.pagerNews li a:hover{
	background:#dadce3;
	}

section.sec1 div.contents ul.pagerNews li.number{
    display: none;
}


section.sec1 div.contents ul.pagerNews li.first::after {
  content:" …";
  line-height: 28px;
}
section.sec1 div.contents ul.pagerNews li.last::before {
  content:"… ";
  line-height: 28px;
}




}