.elementor-402 .elementor-element.elementor-element-309ddafe .elementor-repeater-item-f3133c4.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-widget-heading .elementor-heading-title{font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-402 .elementor-element.elementor-element-56b5531a{text-align:center;}.elementor-402 .elementor-element.elementor-element-56b5531a .elementor-heading-title{font-size:30px;font-weight:600;color:#12B3C7;}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );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-402 .elementor-element.elementor-element-4fc75ef4{text-align:center;}.elementor-402 .elementor-element.elementor-element-40a34605{--spacer-size:10px;}.elementor-402 .elementor-element.elementor-element-2d760aa{--display:flex;--margin-top:40px;--margin-bottom:40px;--margin-left:0px;--margin-right:0px;}.elementor-402 .elementor-element.elementor-element-67493a0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-402 .elementor-element.elementor-element-2d760aa{--content-width:800px;}}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-402 .elementor-element.elementor-element-56b5531a .elementor-heading-title{line-height:1.2em;}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}.elementor-402 .elementor-element.elementor-element-2d760aa{--padding-top:15px;--padding-bottom:15px;--padding-left:15px;--padding-right:15px;}}/* Start custom CSS for heading, class: .elementor-element-56b5531a */h2, h3 {
      position: relative;
      display: inline-block;
      font-weight: bold;
      color: #00a6bb;
      padding-bottom: 0.3em;
    }

    h2::after, h3::after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 105%;
      height: 2px;
      background-color: #00a6bb;
    }/* End custom CSS */
/* Start custom CSS for heading, class: .elementor-element-56b5531a */h2, h3 {
      position: relative;
      display: inline-block;
      font-weight: bold;
      color: #00a6bb;
      padding-bottom: 0.3em;
    }

    h2::after, h3::after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 105%;
      height: 2px;
      background-color: #00a6bb;
    }/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-2d760aa *//* ① OS間のスクロールバー差で横幅が変わらないようにする（安全策） */
html { overflow-y: scroll; }

/* ② 見出し列を折り返さない＆日本語の禁則で勝手に折り返さない */
.table .mail th,
.table .mail th * {
  white-space: nowrap;       /* 折り返し禁止 */
  word-break: keep-all;      /* 日本語の分割を抑制 */
  letter-spacing: normal;    /* 不要な字間での折返しを防止 */
}

/* ③ 見出しセルの最低幅を確保（値は目視で調整。14～18emあたりから） */
.table .mail th {
  min-width: 16em;           /* ←長い見出し用に余裕を持たせる */
  vertical-align: top;
}

/* ④ テーブルの自動レイアウトで見出し幅を素直に反映させる */
.table .mail {
  table-layout: auto;        /* fixed になっていたら崩れやすい */
}

/* ⑤ フォント差の影響を抑える（Windowsで幅が広がりにくい無難な組み合わせ） */
body {
  font-family: "Noto Sans JP","Meiryo","Hiragino Kaku Gothic ProN",sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ⑥ スマホではさすがに折り返して良い場合（任意） */
@media (max-width: 768px) {
  .table .mail th { white-space: normal; }
}/* End custom CSS */
/* Start custom CSS *//* MW WP Form のラジオ/チェックを強制表示（テーマの装飾を無効化） */
.mw_wp_form input[type="radio"],
.mw_wp_form input[type="checkbox"]{
  appearance: auto !important;
  -webkit-appearance: auto !important;
  display: inline-block !important;
  position: static !important;
  opacity: 1 !important;
  width: auto !important;
  height: auto !important;
  margin-right: .5em;
}/* End custom CSS */