.home .post-list .entry-content > h2.entry-title {
  margin: 0.5em 0 0.3em;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none !important;
  color: #444;
  font-size: 1.3em;
  line-height: 1.4em;
}

.home .post-list .entry-content > h2.entry-title::before,
.home .post-list .entry-content > h2.entry-title::after {
  display: none !important;
  content: none !important;
  border: 0 !important;
}

.jtx-toc {
  margin: 1.4rem 0 2rem;
  border: 1px solid rgba(42, 31, 23, 0.14);
  border-radius: 12px;
  background: #faf7f3;
}

.jtx-toc summary,
.jtx-products summary,
.jtx-footer-details summary {
  position: relative;
  padding: 0.9rem 2.5rem 0.9rem 1rem;
  color: #292421;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.jtx-toc summary::-webkit-details-marker,
.jtx-products summary::-webkit-details-marker,
.jtx-footer-details summary::-webkit-details-marker {
  display: none;
}

.jtx-toc summary::after,
.jtx-products summary::after,
.jtx-footer-details summary::after {
  position: absolute;
  top: 50%;
  right: 1rem;
  content: "+";
  transform: translateY(-50%);
  color: #d91d2b;
  font-size: 1.25rem;
}

.jtx-toc details[open] summary::after,
.jtx-products[open] summary::after,
.jtx-footer-details[open] summary::after {
  content: "−";
}

.jtx-toc ol {
  margin: 0;
  padding: 0 1.2rem 1rem 2.4rem;
}

.jtx-toc li {
  margin: 0.45rem 0;
  line-height: 1.65;
}

.jtx-toc a {
  color: #5b514a;
  text-decoration: none;
}

.jtx-toc a:hover {
  color: #d91d2b;
  text-decoration: underline;
}

.jtx-related {
  margin-top: 2.2rem;
  padding-top: 1.1rem;
  border-top: 2px solid #d91d2b;
}

.jtx-related__heading {
  margin-bottom: 0.8rem;
}

.jtx-related__heading p {
  margin: 0;
  color: #d91d2b;
  font-family: "Ubuntu Condensed", sans-serif;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.jtx-related__heading h2 {
  margin: 0.15rem 0 0;
  padding: 0;
  border: 0;
  background: none;
  color: #292421;
  font-size: 1.35rem;
}

.jtx-lite-youtube {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 8px;
  background: #111;
}

.jtx-lite-youtube button {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: #111;
  color: #fff;
  cursor: pointer;
}

.jtx-lite-youtube img,
.jtx-lite-youtube iframe {
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}

.jtx-lite-youtube button > span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 58px;
  height: 42px;
  place-items: center;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  background: rgba(217, 29, 43, 0.95);
  font-size: 1.15rem;
}

.jtx-lite-youtube button > strong {
  position: absolute;
  right: 0.7rem;
  bottom: 0.6rem;
  padding: 0.25rem 0.45rem;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.75);
  font-size: 0.72rem;
}

.jtx-products {
  margin: 1rem 0;
  overflow: hidden;
  border: 1px solid rgba(42, 31, 23, 0.14);
  border-radius: 10px;
  background: #fff;
}

.jtx-products__body {
  padding: 0 0.75rem 0.8rem;
}

.jtx-products__body .widget {
  margin: 0.65rem 0;
}

.jtx-products__store {
  display: block;
  padding: 0.65rem;
  border-radius: 7px;
  background: #f6f1eb;
  color: #d91d2b;
  font-size: 0.82rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.jtx-toc a:focus-visible,
.jtx-lite-youtube button:focus-visible,
.jtx-products summary:focus-visible,
.jtx-footer-details summary:focus-visible {
  outline: 3px solid #1473e6;
  outline-offset: 3px;
}

@media (max-width: 767px) {
  #custom_header .wrap {
    padding-top: 1.15em !important;
    padding-bottom: 1.15em !important;
  }

  #custom_header .header-eyecatch img {
    max-width: 52% !important;
  }

  #custom_header .en {
    font-size: 1.55em !important;
    line-height: 1.25;
  }

  #custom_header .btn-wrap {
    margin-top: 0.8em !important;
    margin-bottom: 0.8em !important;
  }

  .jtx-footer-details {
    margin-bottom: 0.7rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .jtx-footer-details summary {
    color: inherit;
  }

  .jtx-footer-details .widget {
    margin-top: 0;
    padding: 0 1rem 0.8rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .jtx-toc *,
  .jtx-related *,
  .jtx-lite-youtube * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
