@charset "UTF-8";
.post-list {
  width: 100%;
  margin: 0 auto 80px;
  display: grid;
  grid-gap: 0;
}
@media screen and (min-width: 768px) {
  .post-list {
    margin-bottom: 100px;
  }
}
.post-list-container {
  width: 100%;
  display: grid;
  grid-gap: 20px;
}
@media screen and (min-width: 768px) {
  .post-list-container {
    grid-gap: 40px;
  }
}
.post-list .postItem {
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 2px dotted var(--text);
}
.post-list .postItem__link {
  width: 100%;
  --ls: 0.1em;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 5px;
}
.post-list .postItem__link:hover .postItem__ttl {
  color: var(--main);
}
.post-list .postItem__link:hover .postItem__ttl::after {
  background: var(--main) url('data:image/svg+xml;charset=utf8,<svg width="10" height="17" viewBox="0 0 10 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 8.50049L1.42534 17L0 15.5862L7.14834 8.49951L0 1.41285L1.42534 0L10 8.50049Z" fill="%23fff"/></svg>') center/4px no-repeat;
}
.post-list .postItem__ttl {
  width: 100%;
  padding-right: 30px;
  --lh: 1.5;
  transition: var(--speed);
  position: relative;
}
.post-list .postItem__ttl::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url('data:image/svg+xml;charset=utf8,<svg width="10" height="17" viewBox="0 0 10 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 8.50049L1.42534 17L0 15.5862L7.14834 8.49951L0 1.41285L1.42534 0L10 8.50049Z" fill="%23000"/></svg>') center/4px no-repeat;
  border: 1px solid var(--text);
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: background-color var(--speed) ease;
}
@media screen and (min-width: 768px) {
  .post-list .postItem__link {
    flex-direction: row;
    align-items: center;
    grid-gap: 50px;
  }
  .post-list .postItem__date {
    flex-shrink: 0;
  }
}

.archive-header-title {
  margin-bottom: 1.5em;
  color: var(--main);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .archive-header-title {
    font-size: 25px;
  }
}
@media screen and (min-width: 992px) {
  .archive-header-title {
    font-size: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .archive-header-title {
    font-size: 35px;
  }
}
@media screen and (min-width: 1440px) {
  .archive-header-title {
    font-size: 40px;
  }
}
@media screen and (min-width: 1600px) {
  .archive-header-title {
    font-size: 45px;
  }
}
@media screen and (min-width: 1920px) {
  .archive-header-title {
    font-size: 50px;
  }
}

body.single-post .site-body, body.post-type-archive-post .site-body, body.archive.category .site-body {
  padding-top: 50px;
}
body.single-post .site-body-container, body.post-type-archive-post .site-body-container, body.archive.category .site-body-container {
  width: calc(100% - 36px);
  max-width: 540px;
}
@media screen and (min-width: 768px) {
  body.single-post .site-body-container, body.post-type-archive-post .site-body-container, body.archive.category .site-body-container {
    max-width: 1110px;
  }
}
@media screen and (min-width: 992px) {
  body.single-post .site-body-container, body.post-type-archive-post .site-body-container, body.archive.category .site-body-container {
    width: calc(100% - 120px);
  }
}

.entry-header .entry-title {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--main);
  color: var(--main);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (min-width: 992px) {
  .entry-header .entry-title {
    font-size: 32px;
  }
}
.entry-header .entry-metaWrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 10px;
}
@media screen and (min-width: 768px) {
  .entry-header .entry-metaWrap {
    flex-direction: row;
    justify-content: space-between;
  }
}
.entry-header .entry-cats {
  font-size: 87.5%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  grid-gap: 10px;
}
.entry-header .entry-cats li {
  margin: 0;
}
.entry-header .entry-cats a {
  padding: 5px 10px;
  background-color: var(--ac1);
  border: 0;
  color: var(--main);
  text-decoration: none;
  display: block;
}
.entry-header .entry-meta {
  margin-left: auto;
  order: -1;
}
.entry-header .entry-meta .entry-meta-item-date {
  margin: 0;
}
.entry-header .entry-meta .entry-meta-item-updated, .entry-header .entry-meta .entry-meta-item-author {
  display: none;
}
@media screen and (min-width: 768px) {
  .entry-header .entry-meta {
    margin-left: 0;
    line-height: 31px;
    order: 0;
    flex-shrink: 0;
  }
}

.mvImg {
  width: 100%;
}

.secMainTxt {
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 20px;
}
.secMainTxt__blk {
  width: 100%;
  padding: 30px 0;
}
@media screen and (min-width: 992px) {
  .secMainTxt__blk {
    padding: 60px 0;
  }
}
.secMainTxt #ez-toc-container {
  padding: 20px;
  background-color: var(--bg1);
  border-radius: 10px;
}
.secMainTxt #ez-toc-container .ez-toc-title-container {
  position: relative;
}
.secMainTxt #ez-toc-container .ez-toc-title {
  font-size: 112.5%;
  font-weight: 700;
  --ls: 0.1em;
  text-align: center;
}
.secMainTxt #ez-toc-container .ez-toc-title-toggle {
  background: transparent url('data:image/svg+xml;charset=utf8,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M33 26V28H8V26H33ZM33 21H8V19H33V21ZM33 14H8V12H33V14Z" fill="%23000"/></svg>') center/contain no-repeat;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  position: absolute;
  top: 0;
  right: 0;
}
.secMainTxt #ez-toc-container .ez-toc-title-toggle .ez-toc-js-icon-con {
  visibility: hidden;
}
.secMainTxt #ez-toc-container .ez-toc-list li::before {
  color: var(--main);
}
.secMainTxt #ez-toc-container .ez-toc-list a {
  color: var(--text);
}
.secMainTxt #ez-toc-container .ez-toc-list-level-1 {
  counter-reset: toc-level1 0;
}
.secMainTxt #ez-toc-container .ez-toc-list-level-1 > li::before {
  counter-increment: toc-level1 1;
  content: counter(toc-level1, decimal);
  width: auto;
  height: auto;
  background-color: transparent;
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.secMainTxt #ez-toc-container .ez-toc-list-level-3 {
  margin-top: 0;
}
.secMainTxt #ez-toc-container .ez-toc-list-level-3 > li::before {
  display: block;
}

@media screen and (max-width: 991px) {
  .sub-section {
    margin: 60px 0;
  }
}
.sub-section .sub-section-title {
  margin-bottom: 0.5em;
  color: var(--main);
  font-weight: 600;
}
.sub-section .widget_link_list {
  font-family: "Poppins", "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.sub-section .widget_link_list > ul li a {
  color: var(--main);
  border-bottom-color: var(--ac1);
}
.sub-section .vk_posts .vk_post {
  border: 0 !important;
}
.sub-section .vk_posts .vk_post_title_new {
  display: none !important;
}
.sub-section .vk_posts .vk_post_imgOuter_singleTermLabel {
  display: none !important;
}