.elementor-kit-6{--e-global-color-primary:#278E8A;--e-global-color-secondary:#424242;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61B0CE;--e-global-typography-primary-font-family:"IBM Plex Sans JP";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Noto Sans JP";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Noto Sans JP";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Noto Serif JP";--e-global-typography-accent-font-weight:500;color:#2E2E2E;font-size:16px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 p{margin-bottom:2em;}.elementor-kit-6 h2{line-height:1.9em;}.elementor-kit-6 h3{line-height:1.4em;}.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-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{font-size:5.2vw;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* テーブルの基本設定 */
    table {
      width: 100%;
      border-collapse: collapse;
      margin: 0 auto;
    }
    th, td {
      border: 1px solid #ccc;
      padding: 8px;
      text-align: left;
      vertical-align: top;
    }
    th {
      width: 25%;
      background: #f7f7f7;
    }

    /* 画面幅が600px以下の場合の表示切り替え */
    @media screen and (max-width: 600px) {
      table, thead, tbody, th, td, tr {
        display: block;
        width: 100%;
      }
      /* テーブルヘッダは非表示にする */
      thead tr {
        display: none;
      }
      tr {
        margin-bottom: 10px;
      }
      th {
        display: none;
      }
      td {
        border: 1px solid #ccc;
        position: relative;
        padding-left: 50%;
        box-sizing: border-box;
      }
      /* 各セルの左側にヘッダ名を表示 */
      td:before {
        content: attr(data-label);
        position: absolute;
        left: 10px;
        width: 40%;
        font-weight: bold;
        white-space: nowrap;
      }
    }/* End custom CSS */