.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}/* Start custom CSS for text-editor, class: .elementor-element-ef0e113 *//* ===================================
   基本: すべての h2 に縦棒＋下線
   =================================== */
h2 {
  position: relative;
  padding-left: 14px!important;               /* 縦棒と文字の距離 */
  font-size: 1.3em!important;
  font-weight: 700;
  line-height: 1.3em!important;
  margin: 1.5em 0 1em;
  display: block;
  border-bottom: 0px solid #00695c; /* 下線あり */
}
h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.em;                       /* 棒の縦位置 */
  width: 6px;                       /* 棒の太さ */
  height: 1.2em;                    /* 棒の高さ */
  background-color:#00ACC1;        /* 青緑 */
}




h2 {
  margin: 1.2em 0 0.4em!important;  /* 下をやや小さめに */
}
h3 {
  margin-top: 1.8em!important;      /* 上 */
}



/* h3：大きめ + ■マーク */ h3 { font-size: 1.0em !important; /* 強制的に大きく */ 
   font-weight: 4em !important; 
    line-height: 1.5 !important; } h3::before { content: "■ "; color: #26A69A; font-size: 1em; margin-right: 6px; }
    
    #tagline::before {
  content: none !important;
}



/* Elementorテキストエディタ内の本文段落を右にずらす（強制） */
.elementor .elementor-widget-text-editor .elementor-text-editor > p,
.elementor .elementor-widget-text-editor .elementor-text-editor > div {
  margin-left: 1em !important;   /* 外側の余白 */
  /* または padding-left: 2em !important; */
}

/* Elementor テキストウィジェット内の箇条書きを正常化＋右にずらす */
.elementor .elementor-widget-text-editor ul,
.elementor .elementor-widget-text-editor ol {
  list-style-position: outside !important; 
  padding-left: 1.6em !important;   /* 点と文字の間 */
  margin-left: 2em !important;      /* ★リスト全体を右にずらす */
}

/* liのズレ補正 */
.elementor .elementor-widget-text-editor li {
  text-indent: 0 !important;
  padding-left: 0 !important;
  position: static !important;
  line-height: 1.6;
}

/* 見た目：黒丸 or 数字 */
.elementor .elementor-widget-text-editor ul { list-style-type: disc !important; }
.elementor .elementor-widget-text-editor ol { list-style-type: decimal !important; }

/* 入れ子リストも安定させる */
.elementor .elementor-widget-text-editor ul ul,
.elementor .elementor-widget-text-editor ol ol,
.elementor .elementor-widget-text-editor ul ol,
.elementor .elementor-widget-text-editor ol ul {
  padding-left: 1.6em !important; /* ←タイプミス修正：1.6em */
  margin-left: 2em !important;    /* 親と同じだけ右に */
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-4101c30 *//* ===================================
   基本: すべての h2 に縦棒＋下線
   =================================== */
h2 {
  position: relative;
  padding-left: 14px!important;               /* 縦棒と文字の距離 */
  font-size: 1.3em!important;
  font-weight: 700;
  line-height: 1.3em!important;
  margin: 1.5em 0 1em;
  display: block;
  border-bottom: 0px solid #00695c; /* 下線あり */
}
h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.em;                       /* 棒の縦位置 */
  width: 6px;                       /* 棒の太さ */
  height: 1.2em;                    /* 棒の高さ */
  background-color:#00ACC1;        /* 青緑 */
}




h2 {
  margin: 1.2em 0 0.4em!important;  /* 下をやや小さめに */
}
h3 {
  margin-top: 1.8em!important;      /* 上 */
}



/* h3：大きめ + ■マーク */ h3 { font-size: 1.0em !important; /* 強制的に大きく */ 
   font-weight: 4em !important; 
    line-height: 1.5 !important; } h3::before { content: "■ "; color: #26A69A; font-size: 1em; margin-right: 6px; }
    
    #tagline::before {
  content: none !important;
}



/* Elementorテキストエディタ内の本文段落を右にずらす（強制） */
.elementor .elementor-widget-text-editor .elementor-text-editor > p,
.elementor .elementor-widget-text-editor .elementor-text-editor > div {
  margin-left: 1em !important;   /* 外側の余白 */
  /* または padding-left: 2em !important; */
}

/* Elementor テキストウィジェット内の箇条書きを正常化＋右にずらす */
.elementor .elementor-widget-text-editor ul,
.elementor .elementor-widget-text-editor ol {
  list-style-position: outside !important; 
  padding-left: 1.6em !important;   /* 点と文字の間 */
  margin-left: 2em !important;      /* ★リスト全体を右にずらす */
}

/* liのズレ補正 */
.elementor .elementor-widget-text-editor li {
  text-indent: 0 !important;
  padding-left: 0 !important;
  position: static !important;
  line-height: 1.6;
}

/* 見た目：黒丸 or 数字 */
.elementor .elementor-widget-text-editor ul { list-style-type: disc !important; }
.elementor .elementor-widget-text-editor ol { list-style-type: decimal !important; }

/* 入れ子リストも安定させる */
.elementor .elementor-widget-text-editor ul ul,
.elementor .elementor-widget-text-editor ol ol,
.elementor .elementor-widget-text-editor ul ol,
.elementor .elementor-widget-text-editor ol ul {
  padding-left: 1.6em !important; /* ←タイプミス修正：1.6em */
  margin-left: 2em !important;    /* 親と同じだけ右に */
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-9de9067 *//* ===================================
   基本: すべての h2 に縦棒＋下線
   =================================== */
h2 {
  position: relative;
  padding-left: 14px!important;               /* 縦棒と文字の距離 */
  font-size: 1.3em!important;
  font-weight: 700;
  line-height: 1.3em!important;
  margin: 1.5em 0 1em;
  display: block;
  border-bottom: 0px solid #00695c; /* 下線あり */
}
h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.em;                       /* 棒の縦位置 */
  width: 6px;                       /* 棒の太さ */
  height: 1.2em;                    /* 棒の高さ */
  background-color:#00ACC1;        /* 青緑 */
}




h2 {
  margin: 1.2em 0 0.4em!important;  /* 下をやや小さめに */
}
h3 {
  margin-top: 1.8em!important;      /* 上 */
}



/* h3：大きめ + ■マーク */ h3 { font-size: 1.0em !important; /* 強制的に大きく */ 
   font-weight: 4em !important; 
    line-height: 1.5 !important; } h3::before { content: "■ "; color: #26A69A; font-size: 1em; margin-right: 6px; }
    
    #tagline::before {
  content: none !important;
}



/* Elementorテキストエディタ内の本文段落を右にずらす（強制） */
.elementor .elementor-widget-text-editor .elementor-text-editor > p,
.elementor .elementor-widget-text-editor .elementor-text-editor > div {
  margin-left: 1em !important;   /* 外側の余白 */
  /* または padding-left: 2em !important; */
}

/* Elementor テキストウィジェット内の箇条書きを正常化＋右にずらす */
.elementor .elementor-widget-text-editor ul,
.elementor .elementor-widget-text-editor ol {
  list-style-position: outside !important; 
  padding-left: 1.6em !important;   /* 点と文字の間 */
  margin-left: 2em !important;      /* ★リスト全体を右にずらす */
}

/* liのズレ補正 */
.elementor .elementor-widget-text-editor li {
  text-indent: 0 !important;
  padding-left: 0 !important;
  position: static !important;
  line-height: 1.6;
}

/* 見た目：黒丸 or 数字 */
.elementor .elementor-widget-text-editor ul { list-style-type: disc !important; }
.elementor .elementor-widget-text-editor ol { list-style-type: decimal !important; }

/* 入れ子リストも安定させる */
.elementor .elementor-widget-text-editor ul ul,
.elementor .elementor-widget-text-editor ol ol,
.elementor .elementor-widget-text-editor ul ol,
.elementor .elementor-widget-text-editor ol ul {
  padding-left: 1.6em !important; /* ←タイプミス修正：1.6em */
  margin-left: 2em !important;    /* 親と同じだけ右に */
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-19ac2f6 *//* ===================================
   基本: すべての h2 に縦棒＋下線
   =================================== */
h2 {
  position: relative;
  padding-left: 14px!important;               /* 縦棒と文字の距離 */
  font-size: 1.3em!important;
  font-weight: 700;
  line-height: 1.3em!important;
  margin: 1.5em 0 1em;
  display: block;
  border-bottom: 0px solid #00695c; /* 下線あり */
}
h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.em;                       /* 棒の縦位置 */
  width: 6px;                       /* 棒の太さ */
  height: 1.2em;                    /* 棒の高さ */
  background-color:#00ACC1;        /* 青緑 */
}




h2 {
  margin: 1.2em 0 0.4em!important;  /* 下をやや小さめに */
}
h3 {
  margin-top: 1.8em!important;      /* 上 */
}



/* h3：大きめ + ■マーク */ h3 { font-size: 1.0em !important; /* 強制的に大きく */ 
   font-weight: 4em !important; 
    line-height: 1.5 !important; } h3::before { content: "■ "; color: #26A69A; font-size: 1em; margin-right: 6px; }
    
    #tagline::before {
  content: none !important;
}



/* Elementorテキストエディタ内の本文段落を右にずらす（強制） */
.elementor .elementor-widget-text-editor .elementor-text-editor > p,
.elementor .elementor-widget-text-editor .elementor-text-editor > div {
  margin-left: 1em !important;   /* 外側の余白 */
  /* または padding-left: 2em !important; */
}

/* Elementor テキストウィジェット内の箇条書きを正常化＋右にずらす */
.elementor .elementor-widget-text-editor ul,
.elementor .elementor-widget-text-editor ol {
  list-style-position: outside !important; 
  padding-left: 1.6em !important;   /* 点と文字の間 */
  margin-left: 2em !important;      /* ★リスト全体を右にずらす */
}

/* liのズレ補正 */
.elementor .elementor-widget-text-editor li {
  text-indent: 0 !important;
  padding-left: 0 !important;
  position: static !important;
  line-height: 1.6;
}

/* 見た目：黒丸 or 数字 */
.elementor .elementor-widget-text-editor ul { list-style-type: disc !important; }
.elementor .elementor-widget-text-editor ol { list-style-type: decimal !important; }

/* 入れ子リストも安定させる */
.elementor .elementor-widget-text-editor ul ul,
.elementor .elementor-widget-text-editor ol ol,
.elementor .elementor-widget-text-editor ul ol,
.elementor .elementor-widget-text-editor ol ul {
  padding-left: 1.6em !important; /* ←タイプミス修正：1.6em */
  margin-left: 2em !important;    /* 親と同じだけ右に */
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-10b9153 *//* ===================================
   基本: すべての h2 に縦棒＋下線
   =================================== */
h2 {
  position: relative;
  padding-left: 14px!important;               /* 縦棒と文字の距離 */
  font-size: 1.3em!important;
  font-weight: 700;
  line-height: 1.3em!important;
  margin: 1.5em 0 1em;
  display: block;
  border-bottom: 0px solid #00695c; /* 下線あり */
}
h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.em;                       /* 棒の縦位置 */
  width: 6px;                       /* 棒の太さ */
  height: 1.2em;                    /* 棒の高さ */
  background-color:#00ACC1;        /* 青緑 */
}




h2 {
  margin: 1.2em 0 0.4em!important;  /* 下をやや小さめに */
}
h3 {
  margin-top: 1.8em!important;      /* 上 */
}



/* h3：大きめ + ■マーク */ h3 { font-size: 1.0em !important; /* 強制的に大きく */ 
   font-weight: 4em !important; 
    line-height: 1.5 !important; } h3::before { content: "■ "; color: #26A69A; font-size: 1em; margin-right: 6px; }
    
    #tagline::before {
  content: none !important;
}



/* Elementorテキストエディタ内の本文段落を右にずらす（強制） */
.elementor .elementor-widget-text-editor .elementor-text-editor > p,
.elementor .elementor-widget-text-editor .elementor-text-editor > div {
  margin-left: 1em !important;   /* 外側の余白 */
  /* または padding-left: 2em !important; */
}

/* Elementor テキストウィジェット内の箇条書きを正常化＋右にずらす */
.elementor .elementor-widget-text-editor ul,
.elementor .elementor-widget-text-editor ol {
  list-style-position: outside !important; 
  padding-left: 1.6em !important;   /* 点と文字の間 */
  margin-left: 2em !important;      /* ★リスト全体を右にずらす */
}

/* liのズレ補正 */
.elementor .elementor-widget-text-editor li {
  text-indent: 0 !important;
  padding-left: 0 !important;
  position: static !important;
  line-height: 1.6;
}

/* 見た目：黒丸 or 数字 */
.elementor .elementor-widget-text-editor ul { list-style-type: disc !important; }
.elementor .elementor-widget-text-editor ol { list-style-type: decimal !important; }

/* 入れ子リストも安定させる */
.elementor .elementor-widget-text-editor ul ul,
.elementor .elementor-widget-text-editor ol ol,
.elementor .elementor-widget-text-editor ul ol,
.elementor .elementor-widget-text-editor ol ul {
  padding-left: 1.6em !important; /* ←タイプミス修正：1.6em */
  margin-left: 2em !important;    /* 親と同じだけ右に */
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-daccf32 *//* ===================================
   基本: すべての h2 に縦棒＋下線
   =================================== */
h2 {
  position: relative;
  padding-left: 14px!important;               /* 縦棒と文字の距離 */
  font-size: 1.3em!important;
  font-weight: 700;
  line-height: 1.3em!important;
  margin: 1.5em 0 1em;
  display: block;
  border-bottom: 0px solid #00695c; /* 下線あり */
}
h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.em;                       /* 棒の縦位置 */
  width: 6px;                       /* 棒の太さ */
  height: 1.2em;                    /* 棒の高さ */
  background-color:#00ACC1;        /* 青緑 */
}




h2 {
  margin: 1.2em 0 0.4em!important;  /* 下をやや小さめに */
}
h3 {
  margin-top: 1.8em!important;      /* 上 */
}



/* h3：大きめ + ■マーク */ h3 { font-size: 1.0em !important; /* 強制的に大きく */ 
   font-weight: 4em !important; 
    line-height: 1.5 !important; } h3::before { content: "■ "; color: #26A69A; font-size: 1em; margin-right: 6px; }
    
    #tagline::before {
  content: none !important;
}



/* Elementorテキストエディタ内の本文段落を右にずらす（強制） */
.elementor .elementor-widget-text-editor .elementor-text-editor > p,
.elementor .elementor-widget-text-editor .elementor-text-editor > div {
  margin-left: 1em !important;   /* 外側の余白 */
  /* または padding-left: 2em !important; */
}

/* Elementor テキストウィジェット内の箇条書きを正常化＋右にずらす */
.elementor .elementor-widget-text-editor ul,
.elementor .elementor-widget-text-editor ol {
  list-style-position: outside !important; 
  padding-left: 1.6em !important;   /* 点と文字の間 */
  margin-left: 2em !important;      /* ★リスト全体を右にずらす */
}

/* liのズレ補正 */
.elementor .elementor-widget-text-editor li {
  text-indent: 0 !important;
  padding-left: 0 !important;
  position: static !important;
  line-height: 1.6;
}

/* 見た目：黒丸 or 数字 */
.elementor .elementor-widget-text-editor ul { list-style-type: disc !important; }
.elementor .elementor-widget-text-editor ol { list-style-type: decimal !important; }

/* 入れ子リストも安定させる */
.elementor .elementor-widget-text-editor ul ul,
.elementor .elementor-widget-text-editor ol ol,
.elementor .elementor-widget-text-editor ul ol,
.elementor .elementor-widget-text-editor ol ul {
  padding-left: 1.6em !important; /* ←タイプミス修正：1.6em */
  margin-left: 2em !important;    /* 親と同じだけ右に */
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-ba0ff73 *//* ===================================
   基本: すべての h2 に縦棒＋下線
   =================================== */
h2 {
  position: relative;
  padding-left: 14px!important;               /* 縦棒と文字の距離 */
  font-size: 1.3em!important;
  font-weight: 700;
  line-height: 1.3em!important;
  margin: 1.5em 0 1em;
  display: block;
  border-bottom: 0px solid #00695c; /* 下線あり */
}
h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.em;                       /* 棒の縦位置 */
  width: 6px;                       /* 棒の太さ */
  height: 1.2em;                    /* 棒の高さ */
  background-color:#00ACC1;        /* 青緑 */
}




h2 {
  margin: 1.2em 0 0.4em!important;  /* 下をやや小さめに */
}
h3 {
  margin-top: 1.8em!important;      /* 上 */
}



/* h3：大きめ + ■マーク */ h3 { font-size: 1.0em !important; /* 強制的に大きく */ 
   font-weight: 4em !important; 
    line-height: 1.5 !important; } h3::before { content: "■ "; color: #26A69A; font-size: 1em; margin-right: 6px; }
    
    #tagline::before {
  content: none !important;
}



/* Elementorテキストエディタ内の本文段落を右にずらす（強制） */
.elementor .elementor-widget-text-editor .elementor-text-editor > p,
.elementor .elementor-widget-text-editor .elementor-text-editor > div {
  margin-left: 1em !important;   /* 外側の余白 */
  /* または padding-left: 2em !important; */
}

/* Elementor テキストウィジェット内の箇条書きを正常化＋右にずらす */
.elementor .elementor-widget-text-editor ul,
.elementor .elementor-widget-text-editor ol {
  list-style-position: outside !important; 
  padding-left: 1.6em !important;   /* 点と文字の間 */
  margin-left: 2em !important;      /* ★リスト全体を右にずらす */
}

/* liのズレ補正 */
.elementor .elementor-widget-text-editor li {
  text-indent: 0 !important;
  padding-left: 0 !important;
  position: static !important;
  line-height: 1.6;
}

/* 見た目：黒丸 or 数字 */
.elementor .elementor-widget-text-editor ul { list-style-type: disc !important; }
.elementor .elementor-widget-text-editor ol { list-style-type: decimal !important; }

/* 入れ子リストも安定させる */
.elementor .elementor-widget-text-editor ul ul,
.elementor .elementor-widget-text-editor ol ol,
.elementor .elementor-widget-text-editor ul ol,
.elementor .elementor-widget-text-editor ol ul {
  padding-left: 1.6em !important; /* ←タイプミス修正：1.6em */
  margin-left: 2em !important;    /* 親と同じだけ右に */
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-d952c3c *//* ===================================
   基本: すべての h2 に縦棒＋下線
   =================================== */
h2 {
  position: relative;
  padding-left: 14px!important;               /* 縦棒と文字の距離 */
  font-size: 1.3em!important;
  font-weight: 700;
  line-height: 1.3em!important;
  margin: 1.5em 0 1em;
  display: block;
  border-bottom: 0px solid #00695c; /* 下線あり */
}
h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.em;                       /* 棒の縦位置 */
  width: 6px;                       /* 棒の太さ */
  height: 1.2em;                    /* 棒の高さ */
  background-color:#00ACC1;        /* 青緑 */
}




h2 {
  margin: 1.2em 0 0.4em!important;  /* 下をやや小さめに */
}
h3 {
  margin-top: 1.8em!important;      /* 上 */
}



/* h3：大きめ + ■マーク */ h3 { font-size: 1.0em !important; /* 強制的に大きく */ 
   font-weight: 4em !important; 
    line-height: 1.5 !important; } h3::before { content: "■ "; color: #26A69A; font-size: 1em; margin-right: 6px; }
    
    #tagline::before {
  content: none !important;
}



/* Elementorテキストエディタ内の本文段落を右にずらす（強制） */
.elementor .elementor-widget-text-editor .elementor-text-editor > p,
.elementor .elementor-widget-text-editor .elementor-text-editor > div {
  margin-left: 1em !important;   /* 外側の余白 */
  /* または padding-left: 2em !important; */
}

/* Elementor テキストウィジェット内の箇条書きを正常化＋右にずらす */
.elementor .elementor-widget-text-editor ul,
.elementor .elementor-widget-text-editor ol {
  list-style-position: outside !important; 
  padding-left: 1.6em !important;   /* 点と文字の間 */
  margin-left: 2em !important;      /* ★リスト全体を右にずらす */
}

/* liのズレ補正 */
.elementor .elementor-widget-text-editor li {
  text-indent: 0 !important;
  padding-left: 0 !important;
  position: static !important;
  line-height: 1.6;
}

/* 見た目：黒丸 or 数字 */
.elementor .elementor-widget-text-editor ul { list-style-type: disc !important; }
.elementor .elementor-widget-text-editor ol { list-style-type: decimal !important; }

/* 入れ子リストも安定させる */
.elementor .elementor-widget-text-editor ul ul,
.elementor .elementor-widget-text-editor ol ol,
.elementor .elementor-widget-text-editor ul ol,
.elementor .elementor-widget-text-editor ol ul {
  padding-left: 1.6em !important; /* ←タイプミス修正：1.6em */
  margin-left: 2em !important;    /* 親と同じだけ右に */
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-67f1382 *//* ===================================
   基本: すべての h2 に縦棒＋下線
   =================================== */
h2 {
  position: relative;
  padding-left: 14px!important;               /* 縦棒と文字の距離 */
  font-size: 1.3em!important;
  font-weight: 700;
  line-height: 1.3em!important;
  margin: 1.5em 0 1em;
  display: block;
  border-bottom: 0px solid #00695c; /* 下線あり */
}
h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.em;                       /* 棒の縦位置 */
  width: 6px;                       /* 棒の太さ */
  height: 1.2em;                    /* 棒の高さ */
  background-color:#00ACC1;        /* 青緑 */
}




h2 {
  margin: 1.2em 0 0.4em!important;  /* 下をやや小さめに */
}
h3 {
  margin-top: 1.8em!important;      /* 上 */
}



/* h3：大きめ + ■マーク */ h3 { font-size: 1.0em !important; /* 強制的に大きく */ 
   font-weight: 4em !important; 
    line-height: 1.5 !important; } h3::before { content: "■ "; color: #26A69A; font-size: 1em; margin-right: 6px; }
    
    #tagline::before {
  content: none !important;
}



/* Elementorテキストエディタ内の本文段落を右にずらす（強制） */
.elementor .elementor-widget-text-editor .elementor-text-editor > p,
.elementor .elementor-widget-text-editor .elementor-text-editor > div {
  margin-left: 1em !important;   /* 外側の余白 */
  /* または padding-left: 2em !important; */
}

/* Elementor テキストウィジェット内の箇条書きを正常化＋右にずらす */
.elementor .elementor-widget-text-editor ul,
.elementor .elementor-widget-text-editor ol {
  list-style-position: outside !important; 
  padding-left: 1.6em !important;   /* 点と文字の間 */
  margin-left: 2em !important;      /* ★リスト全体を右にずらす */
}

/* liのズレ補正 */
.elementor .elementor-widget-text-editor li {
  text-indent: 0 !important;
  padding-left: 0 !important;
  position: static !important;
  line-height: 1.6;
}

/* 見た目：黒丸 or 数字 */
.elementor .elementor-widget-text-editor ul { list-style-type: disc !important; }
.elementor .elementor-widget-text-editor ol { list-style-type: decimal !important; }

/* 入れ子リストも安定させる */
.elementor .elementor-widget-text-editor ul ul,
.elementor .elementor-widget-text-editor ol ol,
.elementor .elementor-widget-text-editor ul ol,
.elementor .elementor-widget-text-editor ol ul {
  padding-left: 1.6em !important; /* ←タイプミス修正：1.6em */
  margin-left: 2em !important;    /* 親と同じだけ右に */
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-652d606 *//* ===================================
   基本: すべての h2 に縦棒＋下線
   =================================== */
h2 {
  position: relative;
  padding-left: 14px!important;               /* 縦棒と文字の距離 */
  font-size: 1.3em!important;
  font-weight: 700;
  line-height: 1.3em!important;
  margin: 1.5em 0 1em;
  display: block;
  border-bottom: 0px solid #00695c; /* 下線あり */
}
h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.em;                       /* 棒の縦位置 */
  width: 6px;                       /* 棒の太さ */
  height: 1.2em;                    /* 棒の高さ */
  background-color:#00ACC1;        /* 青緑 */
}




h2 {
  margin: 1.2em 0 0.4em!important;  /* 下をやや小さめに */
}
h3 {
  margin-top: 1.8em!important;      /* 上 */
}



/* h3：大きめ + ■マーク */ h3 { font-size: 1.0em !important; /* 強制的に大きく */ 
   font-weight: 4em !important; 
    line-height: 1.5 !important; } h3::before { content: "■ "; color: #26A69A; font-size: 1em; margin-right: 6px; }
    
    #tagline::before {
  content: none !important;
}



/* Elementorテキストエディタ内の本文段落を右にずらす（強制） */
.elementor .elementor-widget-text-editor .elementor-text-editor > p,
.elementor .elementor-widget-text-editor .elementor-text-editor > div {
  margin-left: 1em !important;   /* 外側の余白 */
  /* または padding-left: 2em !important; */
}

/* Elementor テキストウィジェット内の箇条書きを正常化＋右にずらす */
.elementor .elementor-widget-text-editor ul,
.elementor .elementor-widget-text-editor ol {
  list-style-position: outside !important; 
  padding-left: 1.6em !important;   /* 点と文字の間 */
  margin-left: 2em !important;      /* ★リスト全体を右にずらす */
}

/* liのズレ補正 */
.elementor .elementor-widget-text-editor li {
  text-indent: 0 !important;
  padding-left: 0 !important;
  position: static !important;
  line-height: 1.6;
}

/* 見た目：黒丸 or 数字 */
.elementor .elementor-widget-text-editor ul { list-style-type: disc !important; }
.elementor .elementor-widget-text-editor ol { list-style-type: decimal !important; }

/* 入れ子リストも安定させる */
.elementor .elementor-widget-text-editor ul ul,
.elementor .elementor-widget-text-editor ol ol,
.elementor .elementor-widget-text-editor ul ol,
.elementor .elementor-widget-text-editor ol ul {
  padding-left: 1.6em !important; /* ←タイプミス修正：1.6em */
  margin-left: 2em !important;    /* 親と同じだけ右に */
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-acc73fe *//* ===================================
   基本: すべての h2 に縦棒＋下線
   =================================== */
h2 {
  position: relative;
  padding-left: 14px!important;               /* 縦棒と文字の距離 */
  font-size: 1.3em!important;
  font-weight: 700;
  line-height: 1.3em!important;
  margin: 1.5em 0 1em;
  display: block;
  border-bottom: 0px solid #00695c; /* 下線あり */
}
h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.em;                       /* 棒の縦位置 */
  width: 6px;                       /* 棒の太さ */
  height: 1.2em;                    /* 棒の高さ */
  background-color:#00ACC1;        /* 青緑 */
}




h2 {
  margin: 1.2em 0 0.4em!important;  /* 下をやや小さめに */
}
h3 {
  margin-top: 1.8em!important;      /* 上 */
}



/* h3：大きめ + ■マーク */ h3 { font-size: 1.0em !important; /* 強制的に大きく */ 
   font-weight: 4em !important; 
    line-height: 1.5 !important; } h3::before { content: "■ "; color: #26A69A; font-size: 1em; margin-right: 6px; }
    
    #tagline::before {
  content: none !important;
}



/* Elementorテキストエディタ内の本文段落を右にずらす（強制） */
.elementor .elementor-widget-text-editor .elementor-text-editor > p,
.elementor .elementor-widget-text-editor .elementor-text-editor > div {
  margin-left: 1em !important;   /* 外側の余白 */
  /* または padding-left: 2em !important; */
}

/* Elementor テキストウィジェット内の箇条書きを正常化＋右にずらす */
.elementor .elementor-widget-text-editor ul,
.elementor .elementor-widget-text-editor ol {
  list-style-position: outside !important; 
  padding-left: 1.6em !important;   /* 点と文字の間 */
  margin-left: 2em !important;      /* ★リスト全体を右にずらす */
}

/* liのズレ補正 */
.elementor .elementor-widget-text-editor li {
  text-indent: 0 !important;
  padding-left: 0 !important;
  position: static !important;
  line-height: 1.6;
}

/* 見た目：黒丸 or 数字 */
.elementor .elementor-widget-text-editor ul { list-style-type: disc !important; }
.elementor .elementor-widget-text-editor ol { list-style-type: decimal !important; }

/* 入れ子リストも安定させる */
.elementor .elementor-widget-text-editor ul ul,
.elementor .elementor-widget-text-editor ol ol,
.elementor .elementor-widget-text-editor ul ol,
.elementor .elementor-widget-text-editor ol ul {
  padding-left: 1.6em !important; /* ←タイプミス修正：1.6em */
  margin-left: 2em !important;    /* 親と同じだけ右に */
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-46eb468 *//* ===================================
   基本: すべての h2 に縦棒＋下線
   =================================== */
h2 {
  position: relative;
  padding-left: 14px!important;               /* 縦棒と文字の距離 */
  font-size: 1.3em!important;
  font-weight: 700;
  line-height: 1.3em!important;
  margin: 1.5em 0 1em;
  display: block;
  border-bottom: 0px solid #00695c; /* 下線あり */
}
h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.em;                       /* 棒の縦位置 */
  width: 6px;                       /* 棒の太さ */
  height: 1.2em;                    /* 棒の高さ */
  background-color:#00ACC1;        /* 青緑 */
}




h2 {
  margin: 1.2em 0 0.4em!important;  /* 下をやや小さめに */
}
h3 {
  margin-top: 1.8em!important;      /* 上 */
}



/* h3：大きめ + ■マーク */ h3 { font-size: 1.0em !important; /* 強制的に大きく */ 
   font-weight: 4em !important; 
    line-height: 1.5 !important; } h3::before { content: "■ "; color: #26A69A; font-size: 1em; margin-right: 6px; }
    
    #tagline::before {
  content: none !important;
}



/* Elementorテキストエディタ内の本文段落を右にずらす（強制） */
.elementor .elementor-widget-text-editor .elementor-text-editor > p,
.elementor .elementor-widget-text-editor .elementor-text-editor > div {
  margin-left: 1em !important;   /* 外側の余白 */
  /* または padding-left: 2em !important; */
}

/* Elementor テキストウィジェット内の箇条書きを正常化＋右にずらす */
.elementor .elementor-widget-text-editor ul,
.elementor .elementor-widget-text-editor ol {
  list-style-position: outside !important; 
  padding-left: 1.6em !important;   /* 点と文字の間 */
  margin-left: 2em !important;      /* ★リスト全体を右にずらす */
}

/* liのズレ補正 */
.elementor .elementor-widget-text-editor li {
  text-indent: 0 !important;
  padding-left: 0 !important;
  position: static !important;
  line-height: 1.6;
}

/* 見た目：黒丸 or 数字 */
.elementor .elementor-widget-text-editor ul { list-style-type: disc !important; }
.elementor .elementor-widget-text-editor ol { list-style-type: decimal !important; }

/* 入れ子リストも安定させる */
.elementor .elementor-widget-text-editor ul ul,
.elementor .elementor-widget-text-editor ol ol,
.elementor .elementor-widget-text-editor ul ol,
.elementor .elementor-widget-text-editor ol ul {
  padding-left: 1.6em !important; /* ←タイプミス修正：1.6em */
  margin-left: 2em !important;    /* 親と同じだけ右に */
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-ed245e4 *//* ===================================
   基本: すべての h2 に縦棒＋下線
   =================================== */
h2 {
  position: relative;
  padding-left: 14px!important;               /* 縦棒と文字の距離 */
  font-size: 1.3em!important;
  font-weight: 700;
  line-height: 1.3em!important;
  margin: 1.5em 0 1em;
  display: block;
  border-bottom: 0px solid #00695c; /* 下線あり */
}
h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.em;                       /* 棒の縦位置 */
  width: 6px;                       /* 棒の太さ */
  height: 1.2em;                    /* 棒の高さ */
  background-color:#00ACC1;        /* 青緑 */
}




h2 {
  margin: 1.2em 0 0.4em!important;  /* 下をやや小さめに */
}
h3 {
  margin-top: 1.8em!important;      /* 上 */
}



/* h3：大きめ + ■マーク */ h3 { font-size: 1.0em !important; /* 強制的に大きく */ 
   font-weight: 4em !important; 
    line-height: 1.5 !important; } h3::before { content: "■ "; color: #26A69A; font-size: 1em; margin-right: 6px; }
    
    #tagline::before {
  content: none !important;
}



/* Elementorテキストエディタ内の本文段落を右にずらす（強制） */
.elementor .elementor-widget-text-editor .elementor-text-editor > p,
.elementor .elementor-widget-text-editor .elementor-text-editor > div {
  margin-left: 1em !important;   /* 外側の余白 */
  /* または padding-left: 2em !important; */
}

/* Elementor テキストウィジェット内の箇条書きを正常化＋右にずらす */
.elementor .elementor-widget-text-editor ul,
.elementor .elementor-widget-text-editor ol {
  list-style-position: outside !important; 
  padding-left: 1.6em !important;   /* 点と文字の間 */
  margin-left: 2em !important;      /* ★リスト全体を右にずらす */
}

/* liのズレ補正 */
.elementor .elementor-widget-text-editor li {
  text-indent: 0 !important;
  padding-left: 0 !important;
  position: static !important;
  line-height: 1.6;
}

/* 見た目：黒丸 or 数字 */
.elementor .elementor-widget-text-editor ul { list-style-type: disc !important; }
.elementor .elementor-widget-text-editor ol { list-style-type: decimal !important; }

/* 入れ子リストも安定させる */
.elementor .elementor-widget-text-editor ul ul,
.elementor .elementor-widget-text-editor ol ol,
.elementor .elementor-widget-text-editor ul ol,
.elementor .elementor-widget-text-editor ol ul {
  padding-left: 1.6em !important; /* ←タイプミス修正：1.6em */
  margin-left: 2em !important;    /* 親と同じだけ右に */
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-560d580 *//* ===================================
   基本: すべての h2 に縦棒＋下線
   =================================== */
h2 {
  position: relative;
  padding-left: 14px!important;               /* 縦棒と文字の距離 */
  font-size: 1.3em!important;
  font-weight: 700;
  line-height: 1.3em!important;
  margin: 1.5em 0 1em;
  display: block;
  border-bottom: 0px solid #00695c; /* 下線あり */
}
h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.em;                       /* 棒の縦位置 */
  width: 6px;                       /* 棒の太さ */
  height: 1.2em;                    /* 棒の高さ */
  background-color:#00ACC1;        /* 青緑 */
}




h2 {
  margin: 1.2em 0 0.4em!important;  /* 下をやや小さめに */
}
h3 {
  margin-top: 1.8em!important;      /* 上 */
}



/* h3：大きめ + ■マーク */ h3 { font-size: 1.0em !important; /* 強制的に大きく */ 
   font-weight: 4em !important; 
    line-height: 1.5 !important; } h3::before { content: "■ "; color: #26A69A; font-size: 1em; margin-right: 6px; }
    
    #tagline::before {
  content: none !important;
}



/* Elementorテキストエディタ内の本文段落を右にずらす（強制） */
.elementor .elementor-widget-text-editor .elementor-text-editor > p,
.elementor .elementor-widget-text-editor .elementor-text-editor > div {
  margin-left: 1em !important;   /* 外側の余白 */
  /* または padding-left: 2em !important; */
}

/* Elementor テキストウィジェット内の箇条書きを正常化＋右にずらす */
.elementor .elementor-widget-text-editor ul,
.elementor .elementor-widget-text-editor ol {
  list-style-position: outside !important; 
  padding-left: 1.6em !important;   /* 点と文字の間 */
  margin-left: 2em !important;      /* ★リスト全体を右にずらす */
}

/* liのズレ補正 */
.elementor .elementor-widget-text-editor li {
  text-indent: 0 !important;
  padding-left: 0 !important;
  position: static !important;
  line-height: 1.6;
}

/* 見た目：黒丸 or 数字 */
.elementor .elementor-widget-text-editor ul { list-style-type: disc !important; }
.elementor .elementor-widget-text-editor ol { list-style-type: decimal !important; }

/* 入れ子リストも安定させる */
.elementor .elementor-widget-text-editor ul ul,
.elementor .elementor-widget-text-editor ol ol,
.elementor .elementor-widget-text-editor ul ol,
.elementor .elementor-widget-text-editor ol ul {
  padding-left: 1.6em !important; /* ←タイプミス修正：1.6em */
  margin-left: 2em !important;    /* 親と同じだけ右に */
}/* End custom CSS */