/* WordPressのbody.pageと、LP内main.pageのクラス名競合を解消する。 */
.ai-niigata-content-body {
  overflow: visible;
}

.ai-niigata-content-body::before {
  content: none;
}
