/* --------------------------------------------- */
/* ▼モバイルファースト (全環境に共通のデザイン) */
/* --------------------------------------------- */
#area-1, #area-2, #area-3, #area-4, #area-5, #area-6, #area-7, #area-8 {
  margin-top: -70px;
  padding-top: 70px;
  z-index: -1;
}
/* topics */
.bow_contents {
  padding: 3em 0;
  margin: auto;
  width: 90%;
  max-width: 1200px;
}
.bow_contents_main {
  margin: 0 auto 4em;
}
.sidenav {
  text-align: left;
  width: 90%;
  margin: auto;
}
.sidenav_ttl {
  font-family: "motiva-sans", sans-serif;
  font-weight: 900;
  font-size: 1.8rem;
  background: #DF1F1C;
  color: #fff;
  padding: 2px 15px 4px;
  border-radius: 30px;
  border: 1px solid #000;
}
.sidenavi_list {
  position: relative;
  margin: 0.5em auto 0;
}
.sidenavi_list li {
  font-weight: 600;
  padding: 0.8em 0 0.8em 20px;
  list-style-type: none !important;
  border-bottom: 1px solid #000;
  position: relative;
}
.sidenavi_list li:last-child {
  border-bottom: none;
}
.sidenavi_list li a {
  color: #DF1F1C;
}
.sidenavi_list li:before {
  position: absolute;
  content: '';
  top: 50%;
  transform: translate(0%, -50%);
  left: 0px;
  display: block;
  width: 15px;
  height: 15px;
  background-image: url("/img/common/mark.webp");
  background-size: contain;
  background-repeat: no-repeat; /*画像を繰り返さない*/
}
.bow_news.toppage {
  width: 90%;
  margin: 0 auto 2em;
}
.bow_news {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: -1.5em auto 0em;
  justify-content: flex-start;
}
.bow_news li {
  position: relative;
  margin: 1.5em 8px 0em;
  width: calc(100% / 2 - 16px);
  text-align: left;
}
.bow_news li img {
  border-radius: 10px;
}
.bow_news li div {
  font-size: 1.2rem;
  margin: 1em auto 0.5em;
  color: #DF1F1C;
  font-weight: 500;
}
.bow_news li div span {
  display: inline-block;
  font-size: 1.0rem;
  margin: 0 0 5px 0;
  padding: 2px 10px;
  border-radius: 20px;
  background: #DF1F1C;
  color: #fff;
}
.bow_topics_txt {
  text-align: left;
  margin: 1.5em auto;
  line-height: 1.8
}
.bow_topics_txt a {
  text-decoration: underline;
}
.bow_topics_txt img {
  max-width: 100%;
  height: auto;
  margin: 1.5em auto;
  border-radius: 10px;
}
.bow_topics_txt p {
  margin-bottom: 6px;
}
.bow_topics_ttl {
  text-align: left;
  border-bottom: 1px solid #DF1F1C;
  color: #DF1F1C;
  font-weight: 600;
  padding: 0 0 1em;
  margin: 0 auto 1em;
}
.bow_topics_ttl div {
  font-size: 1.2rem;
  margin: 0 0 0.5em;
}
.bow_topics_ttl div span {
  display: inline-block;
  background: #DF1F1C;
  color: #fff;
  padding: 0.2em 1em;
  margin: 0 10px 0 0px;
  font-size: 1.0rem;
  border-radius: 20px;
}
.bow_topics_ttl p {
  font-size: 1.8rem;
  letter-spacing: 2px;
}
.pagenation {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 3em auto 0em;
  justify-content: center;
  position: relative;
}
.pagenation li {
  margin: 0 5px;
  line-height: 30px;
}
.pagenation01, .pagenation02 {
  padding: 0 10px;
}
.pagenation01 img, .pagenation02 img {
  width: 30px;
}
.pagenation02 img {
  transform: scale(-1, 1);
}
/* ------------------------------------ */
/* ▼PC用デザインとして付け足すデザイン */
/* ------------------------------------ */
@media all and (min-width: 768px) {
  /* topics */
  .bow_contents {
    padding: 5em 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0em auto 0em;
    justify-content: space-between;
  }
  .bow_contents_main {
    width: calc(100% - 300px);
    margin: 0 0em;
  }
  .sidenav_stickey {
    /*stickyで固定*/
    position: -webkit-sticky; /*Safari*/
    position: sticky;
    /*固定したい位置*/
    top: 100px;
  }
  .sidenav {
    width: 250px;
    padding: 0;
    margin: 0;
  }
  .sidenav_ttl {
    line-height: 1.6;
    font-size: 2rem;
    padding: 2px 20px 4px;
  }
  .sidenavi_list {}
  .sidenavi_list li {
    padding: 0.8em 0 0.8em 25px;
  }
  .bow_news.toppage {
    max-width: 1200px;
    margin: 0em auto 3em;
  }
  .bow_news.toppage li {
    margin: 2em 10px 0em;
    width: calc(100% / 4 - 20px);
  }
  .bow_news li {
    margin: 2em 10px 0em;
    width: calc(100% / 3 - 20px);
  }
  .bow_news li div {
    font-size: 1.4rem;
    margin: 1em auto 5px;
  }
  .bow_news li div span {
    font-size: 1.2rem;
    padding: 2px 15px;
  }
  .bow_topics_txt {
    margin: 2em auto;
  }
  .bow_topics_txt img {
    margin: 2em auto;
    border-radius: 30px;
  }
  .bow_topics_ttl {
    margin: 0 auto 2em;
  }
  .bow_topics_ttl div {
    font-size: 1.3rem;
  }
  .bow_topics_ttl p {
    font-size: 2.5rem;
    letter-spacing: 2px;
  }
}