/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 17 2026 | 09:48:54 */
/* 展示会まとめページ　セクションタイトルサイズ、緑の点と下線を付ける */
/* h2 */
.article-body h2{
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.4;
  margin-top: 2.5em;
  margin-bottom: 1em;
}

.article-body h2::after{
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #2ecc71;
  border-radius: 50%;
  margin-left: 6px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

/* h3 */
.article-body h4{
  display:inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  padding-bottom: 6px;
  border-bottom: 2px solid #2ecc71;
  margin-top: 2em;
  margin-bottom: 1em;
}

/* hr */
.article-body hr{
  border: 0;
  border-top: 1px solid #f3f3f3;
  margin: 3em 0;
}

/* liの点が見づらい */
.article-body ul {
  margin: 0 0 1.5em 1.5em;
  padding-left: 1.2em;
}

.article-body ul li {
  list-style-type: disc;
  margin-bottom: 0.5em;
  line-height: 1.8;
}

.article-body ol {
  margin: 0 0 1.5em 1.5em;
  padding-left: 1.2em;
}

.article-body ol li {
  list-style-type: decimal;
  margin-bottom: 0.5em;
  line-height: 1.8;
}
