@charset "UTF-8";
:root {
  --sds-typography-weight-semibold: 600;
}

/* ===================================
 * single
 * =================================== */
.single .main-content {
  margin: 0 auto 160px;
  padding: 0 60px;
  display: grid;
  grid-template-columns: 1fr 240px;
  gap: 0 126px;
  max-width: 1366px;
}
@media screen and (max-width: 1366px) {
  .single .main-content {
    gap: 0 9.224011713vw;
  }
}
@media screen and (max-width: 960px) {
  .single .main-content {
    padding: 0 20px;
    grid-template-columns: 1fr;
    gap: 120px 0;
  }
}

/* ===================================
 * テンプレートパーツ
 * =================================== */
.entry {
  margin-bottom: 50px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 960px) {
  .entry {
    margin-bottom: 30px;
  }
}

.entry .wp-block-separator {
  border-top: 5px solid #000005;
}
@media screen and (max-width: 960px) {
  .entry .wp-block-separator {
    border-top: 3px solid #000005;
  }
}

.entry p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.4375;
}
.entry p a {
  text-decoration: none;
}

.entry p strong {
  font-size: 18px;
}

.entry h2 {
  font-size: 32px;
  margin-bottom: 80px;
  padding-top: 100px;
  padding-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3125;
  border-bottom: 5px solid #939191;
  position: relative;
}
@media screen and (max-width: 960px) {
  .entry h2 {
    margin-bottom: 40px;
    padding-top: 50px;
    font-size: 24px;
    border-bottom: 3px solid #939191;
  }
}
.entry h2::after {
  background: #A32C00;
  content: "";
  position: absolute;
  width: 87px;
  height: 5px;
  left: 0;
  bottom: -5px;
}
@media screen and (max-width: 960px) {
  .entry h2::after {
    height: 3px;
    bottom: -3px;
  }
}

.entry h3 {
  margin-top: 80px;
  margin-bottom: 10px;
  padding: 8px 16px 8px 8px;
  color: #FFF;
  background: #000005;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 960px) {
  .entry h3 {
    margin-top: 40px;
    font-size: 20px;
  }
}

.entry h4 {
  font-size: 16px;
}

.entry ul:not(#ez-toc-container) {
  margin-bottom: 20px;
}

.entry ul:not(#ez-toc-container) li {
  list-style-type: disc;
  list-style-position: inside;
}
.entry ul:not(#ez-toc-container) li::marker {
  font-size: 12px;
}
.entry ul:not(#ez-toc-container) li a:not(.ez-toc-link) {
  text-decoration: underline;
}

.entry ul:not(#ez-toc-container) ul {
  margin-left: 1em;
}

.entry ol {
  margin-bottom: 20px;
}

.entry ol li {
  padding-left: 1em;
  list-style-position: inside;
  text-indent: -1em;
}

.entry ol ol {
  margin-left: 1em;
}

.entry p:has(+ hr.wp-block-separator) a:not(#ez-toc-container) {
  padding-right: 55px;
  color: #A32C00;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-text-decoration: non;
          text-decoration: non;
}
@media screen and (max-width: 960px) {
  .entry p:has(+ hr.wp-block-separator) a:not(#ez-toc-container) {
    padding-right: 45px;
  }
}
.entry p:has(+ hr.wp-block-separator) a:not(#ez-toc-container)::before {
  content: "";
  position: absolute;
  border: 1px solid #000005;
  width: 40px;
  height: 40px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}
@media screen and (max-width: 960px) {
  .entry p:has(+ hr.wp-block-separator) a:not(#ez-toc-container)::before {
    width: 30px;
    height: 30px;
  }
}
.entry p:has(+ hr.wp-block-separator) a:not(#ez-toc-container)::after {
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 10px;
  content: "";
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: 17px;
  border-top: 1px solid #000005;
  border-right: 1px solid #000005;
}
@media screen and (max-width: 960px) {
  .entry p:has(+ hr.wp-block-separator) a:not(#ez-toc-container)::after {
    width: 8px;
    height: 8px;
    right: 13px;
  }
}

/* ===================================
 * ヘッド情報
 * =================================== */
.single-title {
  margin-top: 40px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.325;
}
@media screen and (max-width: 960px) {
  .single-title {
    font-size: 30px;
  }
}

.single-meta {
  margin-top: 32px;
  margin-bottom: 115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 960px) {
  .single-meta {
    margin-bottom: 50px;
  }
}

.single-date {
  margin-right: 15px;
  color: #939191;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
}

.single-category {
  color: #FFF;
  padding: 4px 15px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: #000;
}
@media screen and (max-width: 960px) {
  .single-category {
    font-size: 14px;
  }
}

.e-mailit_top_toolbox {
  margin-bottom: 160px;
}

div[class^=e-mailit_btn_] {
  margin-bottom: 20px !important;
}

.single-thumbnail {
  width: 100%;
  height: auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 960px) {
  .single-thumbnail {
    margin-bottom: 50px;
  }
}

/* ===================================
 * サイドバー
 * =================================== */
.sidebar {
  margin-top: 75px;
}
@media screen and (max-width: 960px) {
  .sidebar {
    margin-top: 0;
  }
}

.sidebar-header-title {
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
  font-family: "Roboto Slab";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}

.year-btn {
  padding: 16px 14px 24px;
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.66px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
  position: relative;
}

.year-btn:after {
  position: absolute;
  top: 25px;
  right: 15px;
  width: 10px;
  height: 10px;
  content: "";
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border-top: solid 2px #000;
  border-right: solid 2px #000;
}

.year-btn.active:after {
  top: 32px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.month-list {
  display: none;
}

.month-list li {
  font-size: 20px;
  line-height: 1;
  padding: 25px 45px 15px;
  list-style: none;
  text-align: right;
  border-bottom: 1px solid #eee;
}

.month-list li a {
  display: block;
  color: #000;
  font-weight: 500;
}

.single #ez-toc-container {
  position: static;
  margin-bottom: 100px;
  padding: 35px;
  background: transparent;
}
@media screen and (max-width: 960px) {
  .single #ez-toc-container {
    padding: 35px 20px;
    font-size: 16px;
  }
}
.single #ez-toc-container .ez-toc-link {
  color: #444;
}
.single #ez-toc-container li {
  list-style: none !important;
}

/* ===================================
 * パーツ
 * =================================== */
.copy-button {
  position: relative;
  display: inline-block;
  margin: 30px auto;
  padding: 10px 1em;
  cursor: pointer;
  text-align: center;
  color: #000;
  border: solid 1px #eee;
}

.copy-button.success {
  color: #fff;
  border-color: #000;
  background: #000;
}

.copy-button.error {
  color: #fff;
  border-color: red;
  background: red;
}

.heateor_sss_sharing_container {
  margin-bottom: 100px;
}

.prev-next-link {
  font-size: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 240px;
  padding: 0 20px;
}
@media screen and (max-width: 960px) {
  .prev-next-link {
    font-size: 20px;
    margin-bottom: 120px;
    padding: 0;
  }
}

.prev-post,
.next-post,
.journal-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
}

.prev-icon {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-right: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
  border: 1px solid #000;
  border-radius: 50%;
}
@media screen and (max-width: 960px) {
  .prev-icon {
    width: 32px;
    height: 32px;
    margin-right: 15px;
  }
}

.prev-icon:hover {
  background: #000;
}

.prev-icon:hover:before {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}

.prev-icon:before {
  position: absolute;
  top: 14px;
  left: 17px;
  display: inline-block;
  width: 10px;
  height: 10px;
  content: "";
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}
@media screen and (max-width: 960px) {
  .prev-icon:before {
    top: 10px;
    left: 13px;
    width: 8px;
    height: 8px;
  }
}

.next-icon {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-left: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
  border: 1px solid #000;
  border-radius: 50%;
}
@media screen and (max-width: 960px) {
  .next-icon {
    width: 32px;
    height: 32px;
    margin-left: 15px;
  }
}

.next-icon:hover {
  background: #000;
}

.next-icon:hover:before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.next-icon:before {
  position: absolute;
  top: 14px;
  right: 17px;
  display: inline-block;
  width: 10px;
  height: 10px;
  content: "";
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
@media screen and (max-width: 960px) {
  .next-icon:before {
    top: 10px;
    right: 13px;
    width: 8px;
    height: 8px;
  }
}

/* ===================================
 * 関連
 * =================================== */
.related-header {
  font-size: 54px;
  margin-bottom: 100px;
}
@media screen and (max-width: 960px) {
  .related-header {
    font-size: 36px;
    margin-bottom: 50px;
  }
}

.related-list-wrap {
  display: -ms-grid;
  display: grid;
  margin-bottom: 50px;
  padding-bottom: 170px;
  border-bottom: 1px solid #000;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 100px 40px;
}
@media screen and (max-width: 960px) {
  .related-list-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 40px;
    padding-bottom: 0;
    border-bottom: 0;
  }
}

.article-list {
  position: relative;
}
@media screen and (max-width: 960px) {
  .article-list {
    padding: 30px 0;
    border-bottom: 1px solid #000;
  }
}

@media screen and (max-width: 960px) {
  .related-list-wrap .article-list:first-of-type {
    border-top: 1px solid #000;
  }
  .related-list-wrap .article-list-image {
    display: none;
  }
}
.article-list a {
  display: block;
}

.article-list-category {
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  padding: 0 10px;
  color: #fff;
  background: #000;
}
@media screen and (max-width: 960px) {
  .article-list-category {
    position: static;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.article-list-image {
  width: 100%;
  height: auto;
}

.article-list-title {
  margin-top: 14px;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 960px) {
  .article-list-title {
    font-size: 16px;
  }
}

.article-list-date {
  margin-top: 8px;
  color: #939191;
  font-size: 14px;
  font-weight: 700;
  display: block;
  line-height: normal;
}
/* ===================================
 * journalボタン
 * =================================== */
.journal-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  padding: 0 20px;
  color: #000;
  font-family: "Roboto Slab";
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 960px) {
  .journal-link {
    font-size: 20px;
    padding: 0;
  }
}

.journal-link a {
  text-decoration: none;
}