.elementor-kit-8{--e-global-color-primary:#333333;--e-global-color-secondary:#333333;--e-global-color-text:#333333;--e-global-color-accent:#61CE70;--e-global-color-f54330c:#407A0B;--e-global-color-b8c5b54:#BEBEBE;--e-global-color-a2d5227:#FFFFFF;--e-global-color-85c3d0b:#114FA1;--e-global-color-9e53d87:#F4F2EB;--e-global-color-b5d4847:#083291;--e-global-color-c28d991:#101010;--e-global-typography-primary-font-family:"Noto Sans JP";--e-global-typography-primary-font-size:2em;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Noto Sans JP";--e-global-typography-secondary-font-size:1.5em;--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Noto Sans JP";--e-global-typography-text-font-size:1em;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Noto Sans JP";--e-global-typography-accent-font-size:1em;--e-global-typography-accent-font-weight:400;color:var( --e-global-color-secondary );font-family:"Noto Sans JP", Sans-serif;font-size:1.1em;font-weight:400;line-height:1.8em;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 a{color:var( --e-global-color-f54330c );font-family:"Noto Sans JP", Sans-serif;font-size:1em;text-decoration:underline;}.elementor-kit-8 h1{color:var( --e-global-color-primary );font-family:"Noto Sans JP", Sans-serif;font-size:2.4em;font-weight:700;}.elementor-kit-8 h2{color:var( --e-global-color-secondary );font-family:"Noto Sans JP", Sans-serif;font-size:2em;font-weight:700;line-height:1.5em;}.elementor-kit-8 h3{color:var( --e-global-color-primary );font-family:"Noto Sans JP", Sans-serif;font-size:1.8em;font-weight:600;line-height:1.5em;}.elementor-kit-8 h4{color:var( --e-global-color-primary );font-size:1.5em;font-weight:600;line-height:1.5em;}.elementor-kit-8 h5{color:var( --e-global-color-primary );font-family:"Noto Sans JP", Sans-serif;font-size:1.3em;font-weight:600;line-height:1.5em;}.elementor-kit-8 h6{color:var( --e-global-color-primary );font-family:"Noto Sans JP", Sans-serif;font-size:1.2em;font-weight:500;line-height:1.5em;}.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 .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-8{--e-global-typography-primary-font-size:1.8em;--e-global-typography-secondary-font-size:1.3em;--e-global-typography-text-font-size:1em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-8{--e-global-typography-primary-font-size:1.5em;--e-global-typography-secondary-font-size:1.2em;--e-global-typography-text-font-size:1em;font-size:1em;line-height:1.5em;}.elementor-kit-8 h1{font-size:1.6em;line-height:1.5em;}.elementor-kit-8 h2{font-size:1.4em;line-height:1.5em;}.elementor-kit-8 h3{font-size:1.2em;line-height:1.5em;}.elementor-kit-8 h4{font-size:1.1em;line-height:1.5em;}.elementor-kit-8 h5{font-size:1em;line-height:1.5em;}.elementor-kit-8 h6{font-size:1em;line-height:1.5em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* モバイル時にタブ見出しを強制折り返し */
@media (max-width: 480px) {
  /* 旧Tabsのヘッダー/新Tabsのヘッダー側でnowrapされている対策 */
  .tabfix .elementor-tabs-wrapper,
  .tabfix .e-n-tabs-heading {
    white-space: normal !important;
  }

  /* タイトル本体と、その中の a/span 等すべてを折り返し可に */
  .tabfix .elementor-tab-title,
  .tabfix .elementor-tab-title * ,
  .tabfix .e-n-tab-title,
  .tabfix .e-n-tab-title * {
    white-space: normal !important;      /* nowrapを打ち消す（子孫まで） */
    overflow-wrap: anywhere !important;  /* 長い語でも折る */
    word-break: break-word !important;   /* 日本語も折れる */
    min-width: 0 !important;             /* flexのはみ出し防止 */
    display: block !important;           /* a/buttonでもブロック化 */
    line-height: 1.4 !important;
  }

  /* もしヘッダーがflexで各タブが伸びない場合の保険 */
  .tabfix .elementor-tab-title,
  .tabfix .e-n-tab-title {
    flex: 1 1 auto !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding: .6em .8em !important;
  }
}/* End custom CSS */