.elementor-4928 .elementor-element.elementor-element-b935c23{--display:flex;}.elementor-4928 .elementor-element.elementor-element-6160b9a{--display:grid;--e-con-grid-template-columns:repeat(2, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-4928 .elementor-element.elementor-element-38ed122{--display:flex;}.elementor-4928 .elementor-element.elementor-element-af0a7ac > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-4928 .elementor-element.elementor-element-be676ec{--display:flex;}@media(max-width:1024px){.elementor-4928 .elementor-element.elementor-element-6160b9a{--grid-auto-flow:row;}.elementor-4928 .elementor-element.elementor-element-38ed122{--padding-top:15px;--padding-bottom:15px;--padding-left:15px;--padding-right:15px;}}@media(min-width:768px){.elementor-4928 .elementor-element.elementor-element-b935c23{--content-width:1140px;}.elementor-4928 .elementor-element.elementor-element-38ed122{--content-width:1140px;}}@media(max-width:767px){.elementor-4928 .elementor-element.elementor-element-b935c23{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-4928 .elementor-element.elementor-element-6160b9a{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-4928 .elementor-element.elementor-element-38ed122{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:15px;--padding-bottom:15px;--padding-left:15px;--padding-right:15px;}}/* Start custom CSS for container, class: .elementor-element-b935c23 *//* より汎用的なバージョン（上記が効かない場合） */
.single-post h1,
.page h1 {
    font-size: 1.8rem !important;
}

.single-post h2,
.page h2 {
    font-size: 1.5rem !important;
}

.single-post h3,
.page h3 {
    font-size: 1.25rem !important;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .entry-content h1,
    .post-content h1,
    .wp-block-post-content h1,
    article h1 {
        font-size: 1.6rem !important;
    }
    
    .entry-content h2,
    .post-content h2,
    .wp-block-post-content h2,
    article h2 {
        font-size: 1.3rem !important;
    }
    
    .entry-content h3,
    .post-content h3,
    .wp-block-post-content h3,
    article h3 {
        font-size: 1.1rem !important;
    }
}/* End custom CSS */
/* Start custom CSS */@media only screen and (max-width: 767px) {
    .single-post h1.entry-title {
        font-size: 1.4rem; /* h1のサイズを指定 */
    }
    .single-post h2 {
        font-size: 1.3rem; /* h2のサイズを指定 */
    }
    .single-post h3 {
        font-size: 1.1rem; /* h3のサイズを指定 */
    }
}/* End custom CSS */