.elementor-1231 .elementor-element.elementor-element-1b3e689{--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;}.elementor-widget-theme-post-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1231 .elementor-element.elementor-element-73d19d3 .elementor-heading-title{font-family:"Noto Sans JP", Sans-serif;font-weight:500;}.elementor-widget-theme-post-featured-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-theme-post-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}@media(min-width:768px){.elementor-1231 .elementor-element.elementor-element-1b3e689{--content-width:800px;}}/* Start custom CSS for theme-post-content, class: .elementor-element-a8c8cb1 */.blog_body {
    width: 800px;
    margin: 0 auto;
    line-height: 1.8;
    color: #2c3e50;
    font-size: 16px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

.blog_body h2:not(.wp-block-html h2) {
    margin: 2.8em 0 1.4em;
    padding: 0.7em 1em;
    background: linear-gradient(90deg, #234e70, #2c5c84);
    color: white;
    font-size: 1.6em;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    letter-spacing: 0.05em;
    font-weight: 600;
}

.blog_body h3:not(.wp-block-html h3) {
    margin: 2.2em 0 1.2em;
    padding: 0.5em 1em;
    border-left: 5px solid #234e70;
    background: #f8fafb;
    color: #234e70;
    font-size: 1.3em;
    letter-spacing: 0.03em;
    font-weight: 600;
}

.blog_body p:not(.wp-block-html p) {
    margin: 1.6em 0;
    letter-spacing: 0.02em;
    line-height: 2;
}

.blog_body ul:not(.wp-block-html ul),
.blog_body ol:not(.wp-block-html ol) {
    margin: 1.6em 0;
    padding-left: 2em;
}

.blog_body li:not(.wp-block-html li) {
    margin-bottom: 0.8em;
    line-height: 1.8;
}

.wp-block-html {
    margin: 2.5em 0;
    padding: 2em;
    background: #f8fafb;
    border-radius: 6px;
    border: 1px solid #e5e9f0;
}

.blog_body strong:not(.wp-block-html strong) {
    color: #234e70;
    font-weight: 600;
}

@media screen and (max-width: 768px) {
    .blog_body {
        width: 94%;
        padding: 0 3%;
        font-size: 15px;
    }

    .blog_body h2:not(.wp-block-html h2) {
        margin: 2.2em 0 1.1em;
        padding: 0.6em 0.8em;
        font-size: 1.4em;
        line-height: 1.5;
    }

    .blog_body h3:not(.wp-block-html h3) {
        margin: 1.8em 0 0.9em;
        padding: 0.4em 0.8em;
        font-size: 1.2em;
        line-height: 1.5;
    }

    .blog_body p:not(.wp-block-html p) {
        margin: 1.4em 0;
        line-height: 1.9;
    }

    .wp-block-html {
        margin: 2em 0;
        padding: 1.5em;
    }

    .blog_body ul:not(.wp-block-html ul),
    .blog_body ol:not(.wp-block-html ol) {
        margin: 1.4em 0;
        padding-left: 1.6em;
    }
}/* End custom CSS */