/* テンプレートAの追加 */
/* // [A] 見出しエリア（連番なし） */
.toc-list-no-number{
  justify-content: center;
}
  .entry-content .toc .toc-list .toc-list__item .toc-list__item__img.no-number::before {
    display: none;
  }
/* // [A] コレクションのタイトル（番号なし） */
.collection-title.no-number {
  background-image: none !important;
}
.content-inner.collection-title.no-number {
  padding-left: 0 !important;
}
@media (max-width: 768px) {
  .entry-content .collection-title.no-number .collection-title__l{
    padding: 0;
  }
}
