.elementor-kit-6{--e-global-color-primary:#4BB122;--e-global-color-secondary:#F8F7F3;--e-global-color-text:#5A4A37;--e-global-color-accent:#0081FA;--e-global-typography-primary-font-family:"Zen Maru Gothic";--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Zen Maru Gothic";--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Noto Sans JP";--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:2em;--e-global-typography-accent-font-family:"Quicksand";--e-global-typography-accent-font-weight:700;color:var( --e-global-color-text );font-family:"Noto Sans JP", Sans-serif;font-size:16px;font-weight:400;line-height:2em;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-primary );font-family:"Zen Maru Gothic", Sans-serif;font-weight:600;color:#FFFFFF;border-radius:50px 50px 50px 50px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-text );}.elementor-kit-6 h1{color:var( --e-global-color-text );font-family:"Zen Maru Gothic", Sans-serif;font-size:80px;font-weight:500;}.elementor-kit-6 h2{color:var( --e-global-color-text );font-family:"Zen Maru Gothic", Sans-serif;font-size:56px;font-weight:500;}.elementor-kit-6 h3{color:var( --e-global-color-text );font-family:"Zen Maru Gothic", Sans-serif;font-size:24px;font-weight:700;}.elementor-kit-6 h4{color:var( --e-global-color-text );font-family:"Noto Sans JP", Sans-serif;font-size:20px;font-weight:700;line-height:2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}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-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 *//*　横方向のスクロール不可設定　*/
html, body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

/* --- 全デバイス共通（PCベース） --- */

/* 「PCで隠す」：デフォルトは非表示 */
.pc_hid {
    display: none;
}

/* 「タブレットで隠す」：デフォルトは表示 */
.tab_hid {
    display: block;
}

/* 「スマホで隠す」：デフォルトは表示 */
.sp_hid {
    display: block;
}


/* --- タブレット環境 (768px 〜 1024px) --- */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    /* タブレットで改行（pc_hid）を表示させたい場合 */
    .pc_hid {
        display: block;
    }
    
    /* タブレットで要素を隠したい場合 */
    .tab_hid {
        display: none;
    }
    
    .sp_hid {
        display: none;
    }
}


/* --- スマートフォン環境 (〜 767px) --- */
@media screen and (max-width: 767px) {
    /* スマホで改行を表示 */
    .pc_hid {
        display: block;
    }
    
    /* スマホで要素を隠す */
    .sp_hid {
        display: none;
    }

    /* スマホでタブレット用設定をどう扱うか（必要に応じて） */
    .tab_hid {
        display: block; 
    }
}

/*改行のコントロール*/
.kaigyo {
   display: inline-block;
}

/*テーブルリセット*/
table tbody>tr>th, 
table tbody>tr>td, 
table tbody>tr:nth-child(odd)>td, 
table tbody>tr:nth-child(odd)>th,
table thead>tr>th, 
table thead>tr>td, 
table thead>tr:nth-child(odd)>td, 
table thead>tr:nth-child(odd)>th {
    background-color : transparent;
    border: 0;
}
table tbody tr:hover>td, 
table tbody tr:hover>th,
table tbody>tr:nth-child(odd)>td:hover, 
table tbody>tr:nth-child(odd)>th:hover,
table thead tr:hover>td, 
table thead>tr:nth-child(odd)>td:hover, 
table thead>tr:nth-child(odd)>th:hover {
    background-color : transparent;
}/* End custom CSS */