/* 非標準タグから標準タグへの移行のための追加スタイル */

/* 旧p1タグのスタイルを.intro-textクラスに適用 */
.intro-text {
  font-size: 18px;
  line-height: 1.8;
  color: inherit;
  margin-bottom: 20px;
}

/* 旧p5タグのスタイルを.note-textクラスに適用 */
.note-text {
  font-size: 16px;
  line-height: 1.6;
  color: inherit;
  margin: 10px 0;
}

/* リストコンテンツ用のスタイル */
.list-content {
  margin: 15px 0;
}

.list-content ul {
  list-style-type: disc;
  padding-left: 20px;
}

.list-content ul li {
  margin-bottom: 8px;
  line-height: 1.6;
}
