.elementor-365 .elementor-element.elementor-element-71445e5{--display:flex;}.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-365 .elementor-element.elementor-element-f59e2bf .elementor-heading-title{color:var( --e-global-color-secondary );}.elementor-365 .elementor-element.elementor-element-49cc49e{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-365 .elementor-element.elementor-element-085af7d{--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-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 );}.elementor-365 .elementor-element.elementor-element-4f9a361{--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-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 );}@media(min-width:768px){.elementor-365 .elementor-element.elementor-element-085af7d{--width:50%;}.elementor-365 .elementor-element.elementor-element-4f9a361{--width:50%;}}/* Start custom CSS for theme-post-content, class: .elementor-element-c86f362 */.wp-block-heading {
    font-size: 24px !important;
    font-weight: 700;
    position: relative;
    padding-left: 15px; /* タイトルテキストの位置を保持 */
    margin-bottom: 20px; /* 下線との間のスペースを確保 */
}

.wp-block-heading::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 8px;
    background-color: #79E0EE;
}

.wp-block-heading::after {
    content: "";
    display: block;
    width: calc(100% - 15px); /* 左側の罫線の幅を除外 */
    height: 1px;
    background-color: #7E7E7E;
    position: absolute;
    left: 15px; /* 下線をテキストの下に配置 */
    bottom: -5px; /* テキストと下線の間に5pxのスペース */
}/* End custom CSS */