section {
  margin-bottom: 40px;
}

section h2::before {
  content: "| ";
  color: #333; /* マークの色を指定 */
  margin-right: 10px; /* 見出しとマークの間にスペースを追加 */
}

ol, ul {
  list-style-position: inside; /* リストアイテムを内側に揃える */
  padding-left: 0; /* 不要な左の余白を削除 */
}
