@charset "UTF-8";

/* ===================================================
   N-first カスタム見出しスタイル (エディタ・フロント共通)
   =================================================== */

/* 共通設定（明朝体・緑色にする） */
.is-style-nfirst-standard,
.is-style-nfirst-elegant,
.is-style-nfirst-accent {
  font-family: "Zen Old Mincho", serif !important;
  color: #397641 !important;
  margin-top: 2.5rem !important;
  margin-bottom: 1.5rem !important;
  line-height: 1.4 !important;
  background-color: transparent !important;
}

/* 1. スタンダード（左線＋下線） */
.is-style-nfirst-standard {
  border-top: none !important;
  border-right: none !important;
  border-left: 4px solid #397641 !important;
  border-bottom: 1px solid #d1e0ca !important;
  padding: 0 0 0.5rem 0.75rem !important;
  text-align: left !important;
}

/* 2. エレガント（上下線・中央揃え） */
.is-style-nfirst-elegant {
  border-left: none !important;
  border-right: none !important;
  border-top: 1px solid #397641 !important;
  border-bottom: 1px solid #397641 !important;
  padding: 1rem 0 !important;
  text-align: center !important;
}

/* 3. アクセント（薄緑背景＋左線） */
.is-style-nfirst-accent {
  background-color: #f8faf6 !important;
  border-top: none !important;
  border-right: none !important;
  border-bottom: none !important;
  border-left: 4px solid #397641 !important;
  padding: 1rem 1.25rem !important;
  text-align: left !important;
}
