.elementor-kit-17{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-52a6a145:#4054B2;--e-global-color-4cc0b7e7:#23A455;--e-global-color-2254c0c8:#000;--e-global-color-3b19c6de:#FFF;--e-global-color-82dcebe:#6EC1E4;--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-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;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-17 e-page-transition{background-color:#FFBC7D;}@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 *//* --- デザイン案B：アイコン ＆ 立体リボン スタイル（赤色再修正） --- */

/* H2見出しのデザイン */
.elementor-widget-theme-post-content h2 {
    position: relative;
    background: #c9000e; /* ★赤色を再調整 */
    color: white;
    padding: 1rem 1.5rem;
    margin: 50px 0 40px 0;
    line-height: 1.4;
    font-size: 1.6em;
}
.elementor-widget-theme-post-content h2::after {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border-top: 10px solid #9a000b; /* ★影の色を再調整 */
    border-left: 10px solid transparent;
}

/* H3見出しのデザイン */
.elementor-widget-theme-post-content h3 {
    display: flex;
    align-items: center;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 10px;
    margin: 40px 0 25px 0;
    color: #333;
    font-size: 1.3em;
}
.elementor-widget-theme-post-content h3::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #c9000e; /* ★アイコンの赤色を再調整 */
    border-radius: 50%; /* 丸いアイコン */
    margin-right: 12px; /* アイコンと文字の間隔 */
}

/* --- 画像・YouTubeの強制左寄せ設定 (変更なし) --- */
.elementor-widget-theme-post-content .wp-block-image,
.elementor-widget-theme-post-content .wp-block-embed {
    margin-left: 0 !important;
    margin-right: auto !important;
    max-width: 100%; /* はみ出し防止 */
}

/* --- リストのデザイン：アイコンスタイル（間隔調整版） --- */
.elementor-widget-theme-post-content ul,
.elementor-widget-theme-post-content ol {
    padding-left: 1.2em; /* 全体の左側の余白 */
    margin: 25px 0;
}

.elementor-widget-theme-post-content ul li,
.elementor-widget-theme-post-content ol li {
    line-height: 1.7; /* ★行の高さを少し狭くしました */
    padding-left: 0.5em; /* アイコンと文字の間隔 */
    margin-bottom: 3px; /* ★項目間の余白を狭くしました */
}

/* ul（・付きリスト）のアイコン設定 */
.elementor-widget-theme-post-content ul li::marker {
    color: #c9000e; /* アイコンの色 */
    font-size: 1.2em;
}

/* ol（番号付きリスト）のアイコン設定 */
.elementor-widget-theme-post-content ol li::marker {
    color: #c9000e; /* アイコンの色 */
    font-weight: bold;
}/* End custom CSS */