@charset "UTF-8";

/* 2026new セクション専用デザイン */
#new2026 {
  background: linear-gradient(135deg, #ffe39d, #ffc5e9); /* グラデーション */
  padding: 40px 20px; /* 上下左右の余白 */
  color: #333; /* 文字色 */
  text-align: center; /* 中央揃え */
}

#new2026 h2 {
  font-size: 1.5rem;
  line-height: 1.6;
  margin: 0;
}
