@charset "utf-8";

/* グローバルナビ(共通) */
#header.whiteB .menu-trigger span {
  background-color: #141414;
}
#header.grayB .menu-trigger span {
  background-color: #141414;
}
#header.whiteB .entryB a{
  background: #F3F3F3;
}
#header.grayB .entryB a{
  background: #F3F3F3;
}

/* コンテンツ(下層共通) */
/** パンくずリスト **/
.whiteB .breadcrumb li a.active{
  color: #141414;
}
.grayB .breadcrumb{
  position: absolute;
  z-index: 100;
  top: 6.5em;
  right: 1.2em;
}
.grayB .breadcrumb li a.active{
  color: #141414;
}

/** NESW：お知らせ一覧**/
#newsMainSct{
  padding: 6.5em 1.5% 0;
}
#newsMainSct .thumeBox{
  position: relative;
  overflow: hidden;
}
#newsMainSct .thumeBox .imgBg{
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  height: 30vw;
  object-fit: cover;
  object-position: center center;
  font-family: 'object-fit: cover; object-position: center center;'; /*IE対策*/
}
#newsMainSct .thumeBox .ttl{
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 7%;
  transform: translateY(-50%);
  white-space: nowrap;
  line-height: 1;
}
#newsMainSct .thumeBox .ttl span{
  display: block;
  color: #fff;
  font-size: 1.5vw;
  width: 99%;
  margin: 0 auto;
}
#newsMainSct .thumeBox .ttl strong{
  display: block;
  color: #fff;
  font-size: 4vw;
  margin-bottom: .8vw;
}
#newsMainSct .thumeBox .ttl small{
  display: block;
  color: #fff;
  font-size: 1.3vw;
  width: 99%;
  margin: 2.8vw auto 0;
}
#newsListSct{
  padding-bottom: 6em;
}
#newsListSct ul.subMenuBox{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 84%;
  margin: 5em auto 3.5em;
}
#newsListSct ul.subMenuBox li{
  width: 23.5%;
}
#newsListSct ul.subMenuBox li a{
  display: block;
  text-align: center;
  color: #000;
  font-weight: 600;
  border: 1px solid #a1a1a1;
  padding: .6em 0 .5em;
  margin-bottom: 1.5em;
}
#newsListSct ul.subMenuBox li:nth-child(3) a{
  letter-spacing: .05em;
}
#newsListSct ul.subMenuBox li a.active{
  background: #0050aa;
  color: #fff;
}
#newsListSct ul.listBox{
  display: block;
  width: 84%;
  margin: 5em auto;
}
#newsListSct ul.listBox li{
  position: relative;
  display: flex;
  background: #f3f3f3;
  padding: 3.5em;
  margin-bottom: .5em;
}
#newsListSct ul.listBox li .imgB{
  width: 28%;
  padding-right: 7%;
}
#newsListSct ul.listBox li .txtB{
  width: 70%;
}
#newsListSct ul.listBox li .txtB .subCate{
  display: inline-block;
  color: #fff;
  background: #0050aa;
  line-height: 1.2;
  padding: .45em .9em .45em 1.1em;
  border-radius: 1em;
  font-size: 70%;
  font-weight: 600;
  float: left;
  margin-right: 1.2em;
}
#newsListSct ul.listBox li .txtB .date{
  position: relative;
  color: #898989;
  margin-bottom: 1em;
}
#newsListSct ul.listBox li .txtB .date .new{
  position: relative;
  display: inline-block;
  margin-left: 1em;
  color: #fff;
  background: #0050aa;
  line-height: 1.2;
  padding: .1em .4em 0;
  font-size: 70%;
  top: -.1em;
}
#newsListSct ul.listBox li .txtB .ttl{
  font-size: 120%;
  line-height: 1.6;
  margin-bottom: 1.5em;
}
#newsListSct ul.listBox li .txtB .txt{
  text-align: justify; /*左右両端揃え*/
  text-justify: inter-ideograph;
}
#newsListSct ul.listBox li .txtB .more{
  margin-top: 1em;
}
#newsListSct ul.listBox li .txtB .more a{
  position: relative;
  display: inline-block;
  color: #0050aa;
  padding-right: 3em;
}
#newsListSct ul.listBox li .txtB .more a::before,
#newsListSct ul.listBox li .txtB .more a::after{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
#newsListSct ul.listBox li .txtB .more a::before{
  width: 1.8em;
  height: 1px;
  background: #0050aa;
}
#newsListSct ul.listBox li .txtB .more a::after{
  width: .4em;
  height: .4em;
  border-top: 1px solid #0050aa;
  border-right: 1px solid #0050aa;
  transform: rotate(45deg);
}
#newsListSct ul.listBox .null {
  display: block;
  text-align: center;
}
@media screen and (max-width: 480px){
  #newsMainSct{
    padding: 4.2em 0 0;
  }
  #newsMainSct .thumeBox .imgBg{
    width: 100%;
    height: 138vw;
  }
  #newsMainSct .thumeBox .ttl{
    left: 7%;
    transform: translateY(30%);
  }
  #newsMainSct .thumeBox .ttl span{
    font-size: 5.4vw;
    width: 97%;
  }
  #newsMainSct .thumeBox .ttl strong{
    font-size: 10vw;
    margin-bottom: 4.5vw;
  }
  #newsMainSct .thumeBox .ttl small{
    font-size: 4.5vw;
    line-height: 1.8;
    margin: 9vw auto 0;
  }
  #newsListSct ul.subMenuBox{
    margin: 3em auto 0;
  }
  #newsListSct ul.subMenuBox li{
    width: 48%;
  }
  #newsListSct ul.subMenuBox li a{
    margin-bottom: 2em;
    padding: 1em 0 .8em;
  }
  #newsListSct ul.listBox{
    margin: 1em auto 5em;
  }
  #newsListSct ul.subMenuBox li:nth-child(3) a{
    letter-spacing: normal;
  }
  #newsListSct ul.listBox li{
    display: block;
    padding: 2.5em;
    margin-bottom: 1em;
  }
  #newsListSct ul.listBox li .imgB{
    width: 70%;
    padding-right: 0%;
    margin-bottom: 1.8em;
  }
  #newsListSct ul.listBox li .txtB{
    width: 100%;
  }
  #newsListSct ul.listBox li .txtB .ttl{
    font-size: 110%;
    margin-bottom: 1.2em;
  }
  #newsListSct ul.listBox li .txtB .txt{
    text-align: justify; /*左右両端揃え*/
    text-justify: inter-ideograph;
  }
  #newsListSct ul.listBox li .txtB .more a{
    position: relative;
    display: inline-block;
    color: #0050aa;
    padding-right: 3em;
  }
  #newsListSct ul.listBox li .txtB .more a::before,
  #newsListSct ul.listBox li .txtB .more a::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  #newsListSct ul.listBox li .txtB .more a::before{
    width: 1.8em;
    height: 1px;
    background: #0050aa;
  }
  #newsListSct ul.listBox li .txtB .more a::after{
    width: .4em;
    height: .4em;
    border-top: 1px solid #0050aa;
    border-right: 1px solid #0050aa;
    transform: rotate(45deg);
  }
}


/* 一覧ページ：ページネーション(共通) */
.pagination{
  position: relative;
  margin: 3em auto 0;
}
.pagination ul.page-numbers{
  position: relative;
  display: flex;
  justify-content: center;
}
.pagination ul.page-numbers li{
  border-top: 1px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8;
}
.pagination ul.page-numbers li .page-numbers{
  position: relative;
  display: block;
  padding: 1.3em 2em;
  text-align: center;
  font-size: 90%;
  color: #b8b8b8;
  height: 100%;
}
.pagination ul.page-numbers li:first-child .page-numbers{
  padding-left: 6.5em;
}
.pagination ul.page-numbers li:last-child .page-numbers{
  padding-right: 6.5em;
}
.pagination .page-numbers li .prev{
  padding: 1.3em 6.5em !important;
  margin-right: 4em;
  background: #b8b8b8;
}
.pagination .page-numbers li .prev::before{
  position: absolute;
  content: "";
  vertical-align: middle;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 5.5em;
  width: 2em;
  height: 1px;
  background: #fff;
}
.pagination .page-numbers li .prev::after{
  position: absolute;
  content: "";
  vertical-align: middle;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 5.5em;
  width: .4em;
  height: .4em;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(-135deg);
}
.pagination .page-numbers li .next{
  padding: 1.3em 6.5em !important;
  margin-left: 4em;
  background: #b8b8b8;
}
.pagination .page-numbers li .next::before{
  position: absolute;
  content: "";
  vertical-align: middle;
  top: 0;
  bottom: 0;
  right: 5.5em;
  margin: auto;
  width: 2em;
  height: 1px;
  background: #fff;
}
.pagination .page-numbers li .next::after{
  position: absolute;
  content: "";
  vertical-align: middle;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 5.5em;
  width: .4em;
  height: .4em;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
.pagination .page-numbers li .current{
  color: #0050aa !important;
  pointer-events: none;
}
.pagination .page-numbers li a:not(.current):hover{
  opacity: 1;
  background: #0050aa;
  color: #fff;
}
.pagination .page-numbers li a:hover::before,
.pagination .page-numbers li a:hover::after{
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.pagination ul.page-numbers li:first-of-type .current {
    border-left: 1px solid #b8b8b8;
}
.pagination ul.page-numbers li:last-of-type .current {
    border-right: 1px solid #b8b8b8;
}
@media screen and (max-width: 480px){
  .pagination ul.page-numbers li .page-numbers{
    padding: 1.3em 1.5em;
  }
  .pagination .page-numbers li .prev{
    padding: 1.3em 1.5em !important;
    margin-right: 0;
  }
  .pagination .page-numbers li .prev::before{
    left: 1em;
    width: 1em;
  }
  .pagination .page-numbers li .prev::after{
    left: 1em;
  }
  .pagination .page-numbers li .next{
    padding: 1.3em 1.5em !important;
    margin-left: 0;
  }
  .pagination .page-numbers li .next::before{
    right: 1em;
    width: 1em;
  }
  .pagination .page-numbers li .next::after{
    right: 1em;
  }
}
