.elementor-kit-23{--e-global-color-primary:#2B2E37;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#000000;--e-global-color-accent:#EE6C4E;--e-global-color-2a9f9ba:#F8F9F9;--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;}.elementor-kit-23 e-page-transition{background-color:#FFBC7D;}.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);}@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 */.recruit-table {
  width: 100%;
  border-collapse: separate;   /* 行と行に隙間を作る */
  border-spacing: 0 8px;       /* 上下だけ8pxのすき間 */
  font-size: 20px;
  line-height: 1.6;
}

/* 各セルの基本スタイル */
.recruit-table th,
.recruit-table td {
  background: #fbe3a2;        /* 薄い黄色 */
  padding: 16px 20px;
  vertical-align: middle;
}

/* 左側（項目）セル */
.recruit-table th {
  width: 25%;
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
}

/* 行ごとに角丸にする */
.recruit-table tr th:first-child {
  border-radius: 4px 0 0 4px;
}
.recruit-table tr td:last-child {
  border-radius: 0 4px 4px 0;
}

/* 余計なボーダーを消しておく（念のため） */
.recruit-table th,
.recruit-table td {
  border: none;
}

.recruit-table {
  width: 100%;
  border-collapse: separate;   /* 行と行に隙間を作る */
  border-spacing: 0 8px;       /* 上下だけ8pxのすき間 */
  font-size: 14px;
  line-height: 1.6;
  margin: 0 auto;              /* 中央寄せ */
}

/* PC表示（お好みでブレイクポイントは調整可） */
@media (min-width: 1200px) {
  .recruit-table {
    width: 1140px;             /* 横幅1140px固定 */
  }
}

/* 各セルの基本スタイル */
.recruit-table th,
.recruit-table td {
  background: #fbe3a2;        /* 薄い黄色 */
  padding: 10px 16px;
  vertical-align: middle;
}

/* 左側（項目）セル */
.recruit-table th {
  width: 25%;
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
}

/* 行ごとに角丸にする */
.recruit-table tr th:first-child {
  border-radius: 4px 0 0 4px;
}
.recruit-table tr td:last-child {
  border-radius: 0 4px 4px 0;
}

/* 余計なボーダーを消しておく */
.recruit-table th,
.recruit-table td {
  border: none;
}/* End custom CSS */