@charset 'UTF-8';
/*===========================================
toraynavi
style.css
===========================================*/

body#directOpen #contents{width:auto;}
#contents{padding-right: 0;}

/*-------------------------------------------
listBox
-------------------------------------------*/
.listBox .label{line-height: 1.2;}
.listBox .label span{
  display: inline-block;
  padding: 2px 15px 1px;
  margin-left: 10px;
  font-size: 1.2rem;
  line-height: 1.4;
  vertical-align: middle;
  background-color: #999;
  color:#fff;
}
.listBox .label span.newslabelNew{background-color: #ed6942;}
.listBox .label span:nth-of-type(1){margin-left: 0;}
.listBox .news{margin-top:15px; font-weight: bold; line-height: 1.5;}


/*-------------------------------------------
pager
-------------------------------------------*/
.pager{margin-top:50px;}
.pager ul{text-align: center; letter-spacing: -0.42em;}
.pager ul li{display: inline-block; letter-spacing: normal; margin-left:10px; vertical-align: top;}
.pager ul li:nth-of-type(1){margin:0; }
.pager ul li a {
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background-color: #edf5f8;
  color: #023f98;
  vertical-align: top;
  box-sizing: border-box;
}
.pager ul li a:hover{
  text-decoration: none;
  background-color: #d3e1f3;
}
.pager ul li.current a{background-color:#d3e1f3;}
.pager ul li.nopage a{cursor: default;}
.pager ul li.nopage a:hover{background-color:#edf5f8;}

.pager ul li[data-type^="p-"] a{position: relative;}
.pager ul li[data-type^="p-"] a::before{
  content:'';
  display:inline-block;
  position: absolute;
  top:36%; left:50%;
  width:8px;
  height:8px;
  border-top:#83969c 3px solid;
  border-right: #83969c 3px solid;
  vertical-align: middle;
}
.pager ul li[data-type="p-prev"] a::before{
  left:45%;
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.pager ul li[data-type="p-next"] a::before{
  left:35%;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


/*-------------------------------------------
sp
-------------------------------------------*/
@media screen and (max-width:767px){
  .pager ul li a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .pager ul li[data-type^="p-"] a::before{
    width:5px;
    height:5px;
    border-top-width:2px;
    border-right-width:2px;
  }
  .pager ul li[data-type="p-prev"] a::before{
    left:45%;
  }
  .pager ul li[data-type="p-next"] a::before{
    left:35%;
  }
}