.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-6f0aa69-font-family:"Noto Sans JP";--e-global-typography-6f0aa69-font-weight:600;color:var( --e-global-color-text );font-family:"Noto Sans JP", Sans-serif;font-size:19px;font-weight:400;line-height:1.8em;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{color:#5FB3D6;font-family:"Noto Sans JP", Sans-serif;font-size:19px;font-weight:600;line-height:1.8em;}.elementor-kit-5 h1{color:var( --e-global-color-secondary );font-family:"Noto Sans JP", Sans-serif;font-size:30px;font-weight:600;line-height:1.8em;}.elementor-kit-5 h2{color:var( --e-global-color-secondary );font-family:"Noto Sans JP", Sans-serif;font-size:26px;font-weight:600;line-height:1.8em;}.elementor-kit-5 h3{color:var( --e-global-color-secondary );font-family:"Noto Sans JP", Sans-serif;font-size:22px;font-weight:900;line-height:1.8em;}.elementor-kit-5 h4{color:var( --e-global-color-secondary );font-family:"Noto Sans JP", Sans-serif;font-size:20px;font-weight:900;line-height:1.8em;}.elementor-kit-5 h5{color:var( --e-global-color-secondary );font-family:"Noto Sans JP", Sans-serif;font-size:19px;font-weight:800;line-height:1.8em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-header .site-branding .site-logo img{width:98px;max-width:98px;}.site-footer .site-branding .site-logo img{width:124px;max-width:124px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* リスト項目の見やすさ調整（ここはそのまま残しました） */
.elementor-widget-table-of-contents li {
  padding-left: 0.2em;
  line-height: 1.6;
}

/* 以下、H2～H5の設定
  フォントサイズ、色、太さ、行間などの指定を削除しました。
  これによりElementorの「スタイル」タブの設定が反映されるようになります。
*/

/* H2 見出し */
/* ※元のコードに「線」の指定がなかったため、レイアウト用余白のみ残しています */
h2.elementor-heading-title {
  padding-top: 16px;
  padding-bottom: 12px;
  margin-right: auto;
}

/* H3 見出し（下線：実線） */
h3.elementor-heading-title {
  padding-top: 12px;
  padding-bottom: 8px;      /* 文字と線の隙間 */
  display: block;           /* 横幅いっぱいに線を引く */
  border-bottom: 1px solid #cccccc; /* 下線 */
  margin-right: auto;
}

/* H4 見出し（下線：点線） */
h4.elementor-heading-title {
  padding-top: 8px;
  padding-bottom: 6px;
  display: inline-block;    /* 文字の幅だけ線を引く */
  border-bottom: 1px dotted #cccccc; /* 点線 */
  margin-right: auto;
}

/* H5 見出し（左縦線） */
h5.elementor-heading-title {
  padding-top: 6px;
  padding-bottom: 4px;
  padding-left: 8px;        /* 線と文字の隙間 */
  border-left: 3px solid #cccccc;   /* 左の縦線 */
  margin-right: auto;
}/* End custom CSS */