.container {
  background: #e1f6f9;
  padding-top: 30px;
  padding-bottom: 60px;
  margin-bottom: 80px;
}
@media screen and (max-width: 979px) {
  .container {
  background: #e1f6f9;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
}
.wrap {
  width: 980px;
  margin: 0 auto;
}
/* .article-inner {
  display: flex;
} */
time {
  color: #fff;
}
time+time.updated {
  display: none;
}
#primary {
  margin-top: 50px;
}

#primary article {
  padding: 35px 6%;
  background: #fff;
}
#primary article+article {
  margin-top: 45px;
}
#primary article .entry-meta {
  background: #59bfde;
  color: #fff;
  padding: 5px 10px;
  display: inline-block;
}
#primary article .entry-meta a {
  text-decoration: none;
}
#primary article h3 {
  /* margin-top: 25px;
  margin-bottom: 10px; */
  margin-left: 26px;
}
#primary article h3 a {
  color: #005f9f;
}

.entry-header {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 979px) {
  .entry-header {
    display: block;
  }
  #primary article h3 {
    margin-left: 0;
    margin-top: 16px;
  }
}
.supervision_box {
  width: 980px;
  margin: 0 auto;
}
.page-header h2.page-title {
  margin-top: 35px;
  padding: 5px 10px;
  font-size: 21px;
  font-weight: normal;
  color: #000;
  border-bottom: 1px solid #2da0de;
  color: #0179ba;
}
.page-header h2.page-title::before {
  content: '○';
  font-weight: bold;
  color: #0179ba;
  margin-right: 6px;
}

.mv_area {
  text-align: center;
}
.category_navi {
  width: 980px;
  margin: 0 auto;
}
.category_navi h2 {
  margin-top: 35px;
  padding: 5px 10px;
  font-size: 21px;
  font-weight: normal;
  color: #000;
  border-bottom: 1px solid #2da0de;
  font-weight: bold;
  color: #0179ba;
}
.category_navi h2::before {
  content: '○';
  font-weight: bold;
  color: #0179ba;
  margin-right: 6px;
}


.category_navi ul {
  background: #f5f5f5;
  padding: 20px;
  text-align: center;
}
.category_navi ul li {
  display: inline-block;
  width: 18%;
  border: 2px solid #0079ba;
  border-radius: 50px;
  text-align: center;
  background: #fff;
}
.category_navi ul li+li {
  margin-left: 8px;
}
.category_navi ul li a {
  display: block;
  color: #0079ba;
  text-decoration: none;
  font-weight: bold;
  padding: 5px;
}
.link-more {
  max-width: 240px;
  margin: 20px auto 0;
}
.link-more a {
  display: block;
  background: #4894d6;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 10px;
  border-radius: 50px;
  font-size: 18px;
}
.edit-link {
  padding: 5px 8px;
  font-size: 14px;
  border-radius: 3px;
  margin-left: 10px;
}
.entry-header .post-edit-link {
  color: #fff!important;
}
.screen-reader-text {
  display: none;
}
.blog_readtxt_link {
  text-decoration: none;
}


/* ページネーション */

.nav-links {
  text-align: center;
}

.nav-links .page-numbers {
  padding: 15px;
  border:1px solid #000;
  background: #fff;
}
.nav-links .current {
  background: #25b0d4;
  padding: 15px;
  color: #fff;
}
.nav-links .next,.nav-links .prev {
  border:none;
  background: none;
}
.nav-links .page-numbers .icon-arrow-right,
.nav-links .page-numbers .icon-arrow-left {
  width: 35px;
  vertical-align: middle;
}



/* カテゴリー */

.entry-footer {
  margin-top: 30px;
}

.entry-footer .cat-tags-links .cat-links svg.icon {
  width: 22px;
  vertical-align: middle;
  margin-right: 10px;
  height: 50px;
}

.navigation .nav-title .nav-title-icon-wrapper svg.icon {
  width: 34px;
  height: 50px;
}
.navigation .nav-subtitle {
  display: none;
}



.mi_category {
  text-align: center;
  border-bottom: 1px solid #59bfdd;
  font-size: 32px;
  margin-bottom: -25px;
  margin-top: 45px;
}
.post-thumbnail {
  text-align: center;
  /* margin: 15px 0; */
}

@media screen and (max-width: 979px) {
  .post-thumbnail {
    margin: 15px 0;
  }
}

.nav-links .nav-previous {
  border: 5px solid #e4e4e4;
  display: inline-block;
  width: 45%;
  padding: 10px;
}
.nav-links .nav-previous a {
  text-decoration: none;
  display: block;
}

.nav-links .nav-next {
  border: 5px solid #e4e4e4;
  display: inline-block;
  width: 45%;
  padding: 10px;
  margin-left: 25px;
}
.nav-links .nav-next a {
  text-decoration: none;
  display: block;
}

/* .nav-links {
  display: none;
} */

.byline {
  display: none;
}


.post-thumbnail img {
  height: auto;
}
/* @media screen and (min-width: 980px) {
  .post-thumbnail img {
    width: auto;
    max-width: 70%;
  }
} */

/* PCサムネ再調整 */

@media screen and (min-width: 980px) {
  .post-thumbnail img {
    width: 500px;
    height: 240px;
    object-fit: contain;
  }
}






@media screen and (max-width: 979px) {

  .wrap {
    width: 100%;
  }
  .category_navi {
    width: 100%;
  }
  .category_navi ul li {
    width: 45%;
  }
  .category_navi ul li+li {
    margin-left: 0;
    margin-bottom: 10px;
  }
  .supervision_box {
    width: 100%;
  }
  #primary article {
    margin: 0 2%;
  }


}


/* カテゴリーリンクを削除 */
.cat-tags-links {
  display: none;
}

.article-wraper {
  position: relative;
}
#primary .article-wraper:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #2DA0DE, #2DA0DE 25%, #ddd 50px, #ddd);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 979px) {
  #primary .article-wraper:after {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    margin: 0 2%;
  }
}
#primary article .entry-category {
  border: 1px solid #5bbfde;
  padding: 5px 10px;
  display: inline-block;
  margin-left: 16px;
}

#primary article .entry-category a {
  color: #5bbfde;
  text-decoration: none;
}

.entry-title_single {
  text-align: center;
  border-bottom: 1px solid #59bfdd;
  margin-bottom: 40px;
  padding-bottom: 8px;
}

.entry-meta_single  {
  position: relative;
  padding: 5px 10px 5px 40px !important;
}
.entry-meta_single::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(../assets/images/icon.png) no-repeat center / cover;
}


#primary article h3 a {
  font-weight: normal;
  font-size: 2.3rem;
}


.post-wrap {
  display: flex;
  align-items: start;
}
.post-inner {
  margin-left: 60px;
}
.post-thumbnail img {
  width: 600px;
}
@media screen and (max-width: 979px) {
  .post-wrap {
    flex-direction: column;
  }
  .post-inner {
    margin-left: 0;
  }
}


/* 続きを読む */
.read_more {
  width: 200px;
  text-align: center;
  padding: 4px;
  border: 2px solid #0764A1;
  border-radius: 100vh;
  color: #0764A1;
  position: relative;
  margin-top: 30px;
}
.read_more::after {
  position: absolute;
  right: 10%;
  top: 50%;
  content: "";
  width: 8px;
  height: 8px;
  transform: rotate(45deg) translateY(-50%);
  border-top: 2px solid #0764A1;
  border-right: 2px solid #0764A1;
}

.prev-next-link_content {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}

.prev-link_content-wrap,
.next-link_content-wrap {
  border: 1px solid #2da0de;
  background: #fff;
  width: 360px;
  display: flex;
  align-items: center;
  padding: 20px;
  gap: 0 30px;
}

@media screen and (max-width: 979px) {
  .prev-next-link_content {
    flex-direction: column;
  }
  .prev-link_content-wrap,
  .next-link_content-wrap {
    width: calc(100% - 30px);
  }
  
}

.prev-link_content-wrap {
  position: relative;
}
.prev-link_content-wrap::before {
 position: absolute;
 left: -30px;
 content: "";
 width: 30px;
 background: #2da0de;
 height: calc(100% + 2px);
}
.prev-link_content-wrap::after {
 position: absolute;
 content: "";
 width: 16px;
 height: 12px;
 top: 50%;
 left: -22px;
 transform: translateY(-50%);
 background: url(../assets/images/arrow.png) no-repeat center / cover;
}
.next-link_content-wrap {
  position: relative;
}
.next-link_content-wrap::before {
 position: absolute;
 right: -30px;
 content: "";
 width: 30px;
 background: #2da0de;
 height: calc(100% + 2px);
}
.next-link_content-wrap::after {
 position: absolute;
 content: "";
 width: 16px;
 height: 12px;
 top: 50%;
 right: -22px;
 transform: translateY(-50%) rotate(180deg);
 background: url(../assets/images/arrow.png) no-repeat center / cover;
}

@media screen and (max-width: 979px) {
  .prev-link_content-wrap {
    margin-left: auto;
  }
}