/* --------------------------------------------- */
/* ▼モバイルファースト (全環境に共通のデザイン) */
/* --------------------------------------------- */
main {
  overflow: visible !important;
}
/* topics */
.contents {
  padding: 3em 0 3em;
  margin: auto;
  width: 90%;
  max-width: 1200px;
}
.contents_main {
  margin: 0 auto 3em;
}
.sidenav {
  text-align: left;
  width: 95%;
  margin: auto;
}
.sidenav_ttl {
  font-family: "ador-hairline", sans-serif;
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 2rem;
}
.sidenavi_list {
  position: relative;
  margin: 0.5em auto 0;
}
.sidenavi_list li {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 0rem;
  list-style-type: none !important;
}
.sidenavi_list li::before {
  content: 'ー';
  padding: 0 5px 0 0;
  font-size: 1rem;
  font-family: sans-serif;
}
.news {
  width: 100%;
}
.news li {
  position: relative;
  padding: 1.3em 0px 1.3em 0;
  border-bottom: 0.5px solid #000;
  text-align: left;
  margin: 0;
}
.news li::before {
  position: absolute;
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("/img/common/arrow_slide.webp");
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  right: 0%;
  transform: translate(0%, -50%);
  transition: all .4s;
}
.news li:hover::before {
  right: -3px;
}
.news li div {
  font-size: 1.2rem;
  margin: 0 auto 1em;
}
.news li div span {
  display: inline-block;
  margin: 0 0 0 10px;
  border: 0.5px solid #333;
  border-radius: 50px;
  padding: 1px 10px;
}
.news li p {
  font-weight: 500;
  padding: 0 60px 0 0;
}
.topics_txt {
  text-align: left;
  margin: 1.5em auto;
  line-height: 1.8
}
.topics_txt a {
  text-decoration: underline;
}
.topics_txt {
  margin: 1em auto 0;
}
.topics_ttl {
  text-align: left;
  border-bottom: 1px solid #000;
  padding: 0 0 1em;
  margin: 0 auto 1.5em;
}
.topics_ttl div {
  font-size: 1.2rem;
  margin: 0 auto 0.5em;
}
.topics_ttl div span {
  display: inline-block;
  margin: 0 0 0 10px;
  border: 0.5px solid #333;
  border-radius: 50px;
  padding: 1px 10px;
}
.topics_ttl p {
  font-size: 1.6rem;
  letter-spacing: 1px;
}
.topics_btn {
  margin: 2em auto 0;
}
.topics_btn .btn {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.topics_btn .btn::after {
  top: calc(50% - 5px);
  right: auto;
  left: 15px;
  transform: translate(0%, 0%);
  transform: scale(-1, 1);
}
/* ------------------------------------ */
/* ▼PC用デザインとして付け足すデザイン */
/* ------------------------------------ */
@media all and (min-width: 768px) {
  /* topics */
  .contents {
    padding: 5em 0 5em;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0em auto 0em;
    justify-content: center;
  }
  .contents_main {
    width: 75%;
    margin: 0 0em;
  }
  .sidenav_stickey {
    /*stickyで固定*/
    position: -webkit-sticky; /*Safari*/
    position: sticky;
    /*固定したい位置*/
    top: 160px;
  }
  .sidenav {
    width: 20%;
    padding: 0;
    margin: 0 0 0 5%;
  }
  .sidenav_ttl {
    line-height: 1.2;
    font-size: 2.5rem;
    padding: 1em 0 0em;
  }
  .sidenavi_list {}
  .sidenavi_list li {
    letter-spacing: 2px;
    padding: 0.5em 0 0.5em 0em;
  }
  .news li {
    padding: 1.5em 0px 1.5em 0;
  }
  .news li::before {
    width: 45px;
    height: 45px;
  }
  .news li div {
    font-size: 1.2rem;
  }
  .news li p {}
  .topics_txt {
    margin: 2em auto;
  }
  .topics_ttl {
    margin: 0 auto 2em;
  }
  .topics_ttl div {
    font-size: 1.3rem;
  }
  .topics_ttl p {
    font-size: 2rem;
    letter-spacing: 2px;
  }
  .topics_btn {
    margin: 4em auto 0;
  }
}
/***************/
.blog_pager1 {
  width: 100%;
  margin-bottom: 0px;
  height: 50px;
  padding-top: 50px;
  margin-right: auto;
  margin-left: auto;
}
.wp-pagenavi {
  clear: both;
  text-align: center;
  height: 0px;
  padding-top: 0px;
}
.wp-pagenavi a, .wp-pagenavi span {
  color: #999;
  background-color: #FFF;
  border: solid 1px #0A3B94;
  padding: 8px 15px;
  margin: 0 2px;
  white-space: nowrap;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
}
.wp-pagenavi a:hover {
  color: #FFF;
  background-color: #000000;
  border-color: #000000;
}
.wp-pagenavi span.current {
  color: #FFF;
  background-color: #0A3B94;
  border-color: #0A3B94;
  font-weight: bold;
}