.elementor-kit-8{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 a{color:#F3DA89;}.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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ▼ [ポイント] 囲みボックス（点線） */
.dotted-box {
  border: 1px dotted #999;
  padding: 16px 20px;
  border-radius: 6px;
  background-color: #f9f9f9;
  margin: 24px 0;
  display: block;
  visibility: visible;
  opacity: 1;
}

/* dotted-box直前の余白潰し対応 */
p:has(+ .dotted-box),
p + .dotted-box,
.dotted-box:first-child {
  margin-top: 0 !important;
}

/* dotted-box内の余白調整 */
.dotted-box p,
.dotted-box ul,
.dotted-box li {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.6;
}
.dotted-box p + p,
.dotted-box li + li {
  margin-top: 0.5em;
}
.dotted-box ul {
  padding-left: 1.2em;
}

/* ▼ [チェック] チェックマーク付き行（青色） */
.check-heading {
  font-weight: 800; /* ← テキストだけ普通の太さ */
  color: #333;
  font-size: 18px; /* PC */
  margin: 20px 0;
  display: flex;
  align-items: center;
}
.check-heading::before {
  content: "✔";
  color: #145389;
  font-weight: 700; /* ← チェックマークだけ太め */
  margin-right: 0.5em;
  font-size: 1em;
}
@media screen and (max-width: 768px) {
  .check-heading {
    font-size: 15px; /* スマホ用 */
  }
}

/* ▼ [見出し] 左に青線つき番号見出し */
.bluebar-heading {
  border-left: 4px solid #145389;
  padding-left: 12px;
  padding: 8px 12px; /* ← 上下に少し余白を追加 */
  background-color: #f0f0f0; /* ← お好みの背景色に変更可能 */
  font-size: 24px; /* PC */
  font-weight: 900;
  margin: 32px 0 16px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .bluebar-heading {
    font-size: 18px; /* スマホ用 */
  }
}/* End custom CSS */