h1, .d-none {
  display: none;
}
.lead-message .text h3,
.lead-message .text p {
  text-align: left;
}
.lead-message .text h3 {
  margin-top: 0;
}
.lead-message .text p {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}

.accent-text {
  color: var(--accent-color);
}

.fw-bold {
  font-weight: bold;
}

.lead-break {
  display: none;
}
/* HTML5見出し階層対応: h3（元テンプレは h4。style.css 本体は触らず上書き） */
.list-half .list h3 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.list-half .list h3 span {
  display: block;
  opacity: 0.5;
  font-weight: normal;
  font-size: 0.5em;
  letter-spacing: 0.1em;
}
.list-grid7 .list h3 {
  text-align: center;
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
  color: var(--primary-color);
}
.list-grid7 .list h3 span {
  display: block;
  font-weight: normal;
  font-size: 0.7em;
}
.list-yoko-scroll .list h3 {
  font-size: 1.05rem;
  font-weight: bold;
  margin: 0 0 0.5rem 0;
}
.iframe iframe {
  height: 300px;
  border: 0;
}
@media screen and (min-width: 768px) {
  .lead-message .text h3,
  .lead-message .text p {
    text-align: center;
  }

  .lead-break {
    display: block;
  }
}

@media screen and (min-width: 1200px) {
  .lead-break.lead-break-hide-xl {
    display: none;
  }
}