/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 08 2026 | 12:14:36 */
/* 投稿ページのみに適用 */
.single-post h2,
.single-post h3,
.single-post h4,
.single-post h5 {
  margin: 1.5em 0 0.8em;
  font-weight: 700;
  line-height: 1.4;
  color: #333;
}
/* h1 */
.single-post h1 {
  font-size: 2.2rem;
  padding-bottom: 8px;
}

/* h2 */
.single-post h2 {
  font-size: 1.8rem;
  border-bottom: 2px solid #000;
  padding-bottom: 6px;
}

/* h3 */
.single-post h3 {
  font-size: 1.6rem;
  background: #f5f5f5;
  padding: 8px 12px;
  border-left: 4px solid #000;
}

/* h4 */
.single-post h4 {
  font-size: 1.4rem;
  color: #555;
  position: relative;
  padding-left: 12px;
}
.single-post h4::before {
  content: "●";
  font-size: 0.6em;
  position: absolute;
  left: 0;
  top: 7px;
  color: #000;
}

/* h5 */
.single-post h5 {
  font-size: 1.2rem;
  color: #666;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .single-post h1 { font-size: 2.0rem; }
  .single-post h2 { font-size: 1.6rem; }
  .single-post h3 { font-size: 1.4rem; }
  .single-post h4 { font-size: 1.2rem; }
  .single-post h5 { font-size: 1.1rem; }
}

/* 投稿内CTA */
.single-post .blog_link {
  margin: 50px 0;
  text-align: center;
}
.single-post .blog_link a {
  background: orange;
  color: #fff;
  display: block;
  padding: 20px;
  border-radius: 300px;
  width: 40%;
  font-size: 22px;
  font-weight: bold;
  margin: 0 30%;
}

@media screen and (max-width: 768px) {
  .single-post .blog_link a {
    width: 90%;
    font-size: 18px;
    margin: 0 5%;
  }
}