.elementor-9621 .elementor-element.elementor-element-affa5c0{--spacer-size:10px;}.elementor-9621 .elementor-element.elementor-element-ad1c1e5{width:var( --container-widget-width, 125.625% );max-width:125.625%;--container-widget-width:125.625%;--container-widget-flex-grow:0;}.elementor-9621 .elementor-element.elementor-element-7d5f19d > .elementor-widget-container{padding:20px 0px 0px 0px;}@media(min-width:778px){.elementor-9621 .elementor-element.elementor-element-557a422{width:41.026%;}.elementor-9621 .elementor-element.elementor-element-8d20908{width:58.973%;}}/* Start custom CSS for text-editor, class: .elementor-element-7d5f19d *//* H2 見出しデザイン */
h2 {
    font-size: 32px; /* 視認性を向上 */
    font-weight: 700; /* 太字で強調 */
    color: #222; /* ダークグレー */
    border-left: 6px solid #0073e6; /* 左側にブルーのライン */
    padding-left: 12px; /* テキストとラインの間に余白 */
    margin-top: 40px;
    margin-bottom: 20px;
}

/* H3 小見出しデザイン */
h3 {
    font-size: 24px;
    font-weight: 600;
    color: #444;
    background-color: #F5F5F5; /* 薄いグレーの背景 */
    padding: 10px 15px;
    border-left: 4px solid #0073e6; /* H2より細いライン */
    margin-top: 30px;
    margin-bottom: 15px;
    border-radius: 5px; /* 角を少し丸める */
}

/* スマホ対応（レスポンシブ調整） */
@media screen and (max-width: 768px) {
    h2 {
        font-size: 28px;
        border-left: 4px solid #0073e6;
        padding-left: 8px;
    }
    h3 {
        font-size: 22px;
        padding: 8px 12px;
        border-left: 3px solid #0073e6;
    }
}/* End custom CSS */