.elementor-kit-92{--e-global-color-primary:#383838;--e-global-color-secondary:#54595F;--e-global-color-text:#3D3D3D;--e-global-color-accent:#61CE70;--e-global-color-14147e4:#FC6600;--e-global-color-421e1d8:#EEEEEE;--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-92 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){--kit-widget-spacing: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 */a {text-decoration:none!important;}


/* Elementorフォームの同意チェックボックスを拡大 */
.elementor-acceptance-field[type="checkbox"] {
  transform: scale(1.3);          /* 倍率を調整（1.5倍） */
  transform-origin: left center;  /* 左寄せで拡大 */
  cursor: pointer;                /* マウスカーソルを指マークに */
}


/* 入力(チェック)とラベルの間に確実な余白を作る */
.elementor-field-type-acceptance .elementor-field-option{
  display: inline-flex;      /* 横並びを保証 */
  align-items: flex-start;   /* 先頭揃え */
  gap: 0.75em;               /* ←ここで間隔を調整（0.5〜1.2em程度で調整） */
}

/* ラベル側の不要なマージンを打ち消し（ある場合） */
.elementor-field-type-acceptance label[for]{
  margin: 0;
}/* End custom CSS */