@charset "UTF-8";
/* --------------------------------------- _navi-posts-by-sigyo-type --------------------------------------- */
/*
Theme Name: isan_souzoku_navi
Description: original theme for site
Version: 2.0（2020   update）
*/
/* --------------------------------------- mixin --------------------------------------- */
#navi-posts-block .posts li {
  max-width: 950px;
}
#navi-posts-block h3 {
  background: #fff;
  border-bottom: #2e3858 solid 2px;
  color: #2e3858;
  font-size: 20px;
  font-weight: bold;
  line-height: 46px;
  margin: 0 0 15px 0;
  overflow: hidden;
  padding-left: 20px;
  position: relative;
}
#navi-posts-block .posts li {
  border-bottom: dashed 1px #cccccc;
  padding: 15px;
  border-bottom: dashed 1px #cccccc;
  padding: 15px;
}
#navi-posts-block .posts li article {
  display: flex;
  flex-direction: row;
}
#navi-posts-block .posts li article > div {
  flex: 1 1 auto;
}
#navi-posts-block .posts .thumbnail {
  margin-right: 10px;
  margin-right: 20px;
  max-width: 200px;
}
#navi-posts-block .posts time {
  margin: 10px 0 5px 0;
  display: block;
  color: #666;
  font-size: 14px;
}
#navi-posts-block h1.mb-1 {
  margin-bottom: 1rem;
}
#navi-posts-block .posts h2 {
  border: none;
  color: inherit;
  font-size: 20px;
  height: inherit;
  line-height: 1.5;
  margin: 0 0 1em 0;
}
#navi-posts-block .posts h2 a {
  text-decoration: none;
  color: #26b9c9;
}
#navi-posts-block .posts h2 a:hover {
  text-decoration: underline;
}
#navi-posts-block .posts p {
  text-decoration: none;
  line-height: 1.5em;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  #navi-posts-block .posts h2 {
    font-size: 14px;
  }
}
.post-page-numbers.current {
  border: 2px solid transparent;
}

#navi-posts-block .footer {
  margin-top: 10px;
  display: flex;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#navi-posts-block .next-button {
  font-size: 14px;
  padding: 8px 12px;
  border: solid 2px #26b9c8;
  background-color: #ffffff;
  text-align: center;
  color: #26b9c8;
  vertical-align: middle;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.15s ease-in-out;
  margin: 0;
  cursor: pointer;
  display: -ms-flexbox;
  display: inline-flex;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -ms-flex-pack: center;
  justify-content: center;
}
#navi-posts-block .next-button:hover, #navi-posts-block .next-button.active {
  background-color: #26b9c8;
  color: #ffffff;
}
#navi-posts-block .posts li:not(:last-child) {
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  #navi-posts-block .next-button {
    font-size: 11px;
    padding: 4px 6px;
  }
}