@charset "UTF-8";
@media print, all and (min-width: 751px) {
  .is-hidden_pc {
    display: none;
  }
}
@media print, all and (max-width: 750px) {
  .is-hidden_sp {
    display: none;
  }
}
.ls1em {
  letter-spacing: 1em !important;
  padding-left: 1em;
}

.variable-box {
  margin-bottom: 45px;
}
.variable-box .image-box {
  float: right;
  clear: right;
  padding-left: 40px;
}

.common-anchor-link {
  max-width: 580px;
  border: solid 1px #143367;
  padding: 45px 20px 10px;
  display: inline-block;
  position: relative;
  display: flex;
  gap: 5px 0;
  flex-wrap: wrap;
  margin: 0 auto 50px;
  border-radius: 6px;
}
.common-anchor-link.white {
  border-color: #fff;
  background-color: #143367;
}
.common-anchor-link.white::before {
  color: #fff !important;
}
.common-anchor-link.white a {
  color: #fff !important;
}
.common-anchor-link.white a::before {
  background-color: #fff;
}
.common-anchor-link::before {
  content: "目次";
  position: absolute;
  font-weight: bold;
  top: 8px;
  font-size: 125%;
  color: #143367 !important;
}
.common-anchor-link li {
  width: 50%;
}
.common-anchor-link li.w100 {
  width: 100%;
}
.common-anchor-link a {
  width: 100%;
  color: #143367 !important;
  text-decoration: none !important;
  font-size: 112.5%;
  display: block;
  padding-left: 28px;
  box-sizing: border-box;
  position: relative;
  line-height: 1.6;
}
.common-anchor-link a::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 1px;
  background-color: #143367;
  left: 0;
  top: 18px;
}

.pagenavi-box {
  text-align: center;
}
.pagenavi-box .wp-pagenavi {
  clear: both;
  text-align: center;
  display: inline-block;
  margin: 50px 0 0;
}
.pagenavi-box .wp-pagenavi a,
.pagenavi-box .wp-pagenavi span {
  display: inline-block;
  color: #143367;
  font-size: 14px;
  text-decoration: none;
  padding: 5px 15px !important;
  border-color: #143367 !important;
}
.pagenavi-box .wp-pagenavi span.current {
  color: #fff;
  background: #143367;
}

/* NEWS */
.news-nav {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.news-nav li {
  width: 210px;
}
.news-nav li a {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  border: solid 1px #fff;
  background-color: #143367;
  font-size: 112.5%;
  font-weight: bold;
  text-align: center;
  padding: 4px 0;
  cursor: pointer;
  color: #fff;
  text-decoration: none !important;
}
.news-nav li.on a {
  background-color: #39b44a;
}

.news-list {
  margin-bottom: 60px;
}
.news-list dt,
.news-list dd {
  padding: 15px 18px;
}
.news-list dt {
  float: left;
  clear: left;
  color: #143367;
}
.news-list dd {
  padding-left: 6.5em;
  position: relative;
}
.news-list dd:nth-of-type(even) {
  background-color: transparent;
}
.news-list dd .titles {
  font-weight: 600;
}

.single-news {
  margin-top: 50px;
}
.single-news .title {
  font-weight: bold;
  font-size: 125%;
  color: #143367;
  border-bottom: solid 1px #143367;
  margin-bottom: 20px;
  padding-bottom: 10px;
  line-height: 1.4;
}

/* SUBNAV */
#subnav,
#subnav_layer {
  margin-bottom: 50px;
}
#subnav .no-use a,
#subnav_layer .no-use a {
  background-color: #ccc !important;
}
#subnav > span,
#subnav_layer > span {
  display: inline-block;
  margin-bottom: 35px;
  font-weight: bold;
  font-size: 162.5%;
  /*26px*/
}
#subnav .subnav-list,
#subnav_layer .subnav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 15px 20px;
}
#subnav .subnav-list li.on a, #subnav .subnav-list li.active a,
#subnav_layer .subnav-list li.on a,
#subnav_layer .subnav-list li.active a {
  color: #fff !important;
  background-color: #143367;
}
#subnav .subnav-list li.on a::before, #subnav .subnav-list li.active a::before,
#subnav_layer .subnav-list li.on a::before,
#subnav_layer .subnav-list li.active a::before {
  background-color: #fff;
}
#subnav .subnav-list a,
#subnav_layer .subnav-list a {
  width: 225px;
  display: inline-block;
  padding: 5px 0;
  text-decoration: none !important;
  color: #143367 !important;
  background-color: #FFF;
  border: solid 1px #143367;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}
#subnav .subnav-list a::before,
#subnav_layer .subnav-list a::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  height: 1px;
  width: 16px;
  background-color: #143367;
}
#subnav .subnav-list a:hover,
#subnav_layer .subnav-list a:hover {
  opacity: 0.6;
}

@media all and (min-width: 751px) {
  /* INDEX */
  .scroller-wrap .scroll-arrow {
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  .scroller-wrap .scroller {
    overflow: auto;
  }
  .scroller-wrap .scroller table {
    width: 800px;
  }
  .scroller-wrap .scroll-arrow {
    text-align: center;
    position: relative;
    margin-bottom: 15px;
  }
  .scroller-wrap .scroll-arrow .inner {
    display: inline-block;
    font-size: 87.5%;
    /* 14px */
    padding: 0 25px;
    line-height: 1.4;
    position: relative;
    z-index: 2;
  }
  .scroller-wrap .scroll-arrow .inner:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 7px;
    background-image: url(../images/common/anchor-arrow_large.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: scaleX(-1) translateY(calc(-50% - 1px));
    transform: scaleX(-1) translateY(calc(-50% - 1px));
  }
  .scroller-wrap .scroll-arrow .inner:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 7px;
    background-image: url(../images/common/anchor-arrow_large.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(calc(-50% - 1px));
  }
  .variable-box {
    margin-bottom: 12px;
  }
  .variable-box .image-box {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .common-anchor-link {
    max-width: 100%;
    padding: 45px 15px 10px;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0 auto 50px;
    border-radius: 6px;
  }
  .common-anchor-link.white {
    border-color: #fff;
    background-color: #143367;
  }
  .common-anchor-link.white::before {
    color: #fff !important;
  }
  .common-anchor-link.white a {
    color: #fff !important;
  }
  .common-anchor-link.white a::before {
    background-color: #fff;
  }
  .common-anchor-link::before {
    content: "目次";
    position: absolute;
    font-weight: bold;
    top: 8px;
    font-size: 125%;
    color: #143367 !important;
  }
  .common-anchor-link li {
    width: 100%;
  }
  .common-anchor-link a {
    width: 100%;
    font-size: 100%;
    display: block;
    padding-left: 28px;
    position: relative;
  }
  .common-anchor-link a::before {
    top: 18px;
  }
  /* NEWS */
  .news-nav li {
    width: auto;
    min-width: 60px;
  }
  .news-nav li a {
    font-size: 87.5%;
    padding: 10px 8px;
  }
  .news-list dt {
    width: 100%;
    padding: 10px 20px 5px;
  }
  .news-list dd {
    padding: 0em 20px 20px;
  }
  .news-list dd .titles {
    font-weight: 600;
  }
  .single-news .title {
    font-size: 112.5%;
    margin-bottom: 10px;
  }
  /* SUBNAV */
  #subnav {
    margin-bottom: 50px;
  }
  #subnav > span {
    display: inline-block;
    margin-bottom: 35px;
    font-weight: bold;
    font-size: 162.5%;
    /*26px*/
  }
  #subnav .subnav-list {
    gap: 10px;
  }
  #subnav .subnav-list li {
    width: 48%;
  }
  #subnav .subnav-list li a {
    width: 100%;
    font-size: 14px;
    letter-spacing: -0.05em;
  }
  #subnav .subnav-list li a:before {
    content: none;
  }
  #subnav .subnav-list li.on a, #subnav .subnav-list li.active a {
    color: #fff !important;
    background-color: #143367;
  }
  #subnav .subnav-list li.on a::before, #subnav .subnav-list li.active a::before {
    background-color: #fff;
  }
}
