.elementor-3 .elementor-element.elementor-element-b73a33a{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3 .elementor-element.elementor-element-a1e753e{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-3 .elementor-element.elementor-element-a1e753e{--content-width:900px;}}/* Start custom CSS for html, class: .elementor-element-a06bbd9 *//* 基本設定 */
.ay-policy-container {
    max-width: 1140px;
    margin: 0px auto;
    padding: 0px;
    background: #ffffff;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif !important;
    color: #333;
    line-height: 1.8;
    box-sizing: border-box;
}

/* タイトル：ゴシック体強調 */
.ay-policy-main-title {
    font-size: 24px;
    font-weight: 900;
    color: #1e2e3d;
    border-bottom: 3px solid #4F5C7F;
    padding-bottom: 10px;
    margin-bottom: 30px;
    letter-spacing: 0.05em;
}

.ay-policy-title {
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif !important;
    font-size: 18px !important; /* 指定サイズ */
    font-weight: 800 !important;
    color: #1e2e3d;
    margin-bottom: 15px;
    padding-left: 10px;
    border-left: 4px solid #4F5C7F; /* 塾カラーのアクセント */
}

/* リスト形式：多階層 */
.ay-list-numeric { list-style-type: decimal; } /* 1. 2. 3. */
.ay-list-roman { list-style-type: upper-roman; margin-top: 8px; } /* Ⅰ. Ⅱ. Ⅲ. */
.ay-list-lower-roman { list-style-type: lower-roman; margin-top: 8px; } /* ⅰ. ⅱ. ⅲ. */

.ay-list-numeric, .ay-list-roman, .ay-list-lower-roman {
    padding-left: 25px;
    margin-bottom: 15px;
}

.ay-list-numeric li {
    font-size: 15px; /* PCデフォルト */
    margin-bottom: 10px;
}

/* お問い合わせテーブル */
.ay-policy-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}
.ay-policy-table th, .ay-policy-table td {
    padding: 15px;
    border: 1px solid #e0e6ed;
    font-size: 14px;
}
.ay-policy-table th {
    background: #f8fafd;
    width: 100px;
    font-weight: bold;
}

/* --- レスポンシブ設定 --- */
@media (max-width: 768px) {
    .ay-policy-container {
        padding: 25px 20px;
    }
    .ay-policy-main-title {
        font-size: 20px;
    }
    /* スマホ時：タイトル 18px */
    .ay-policy-title {
        font-size: 18px !important;
    }
    /* スマホ時：本文リスト 14px */
    .ay-list-numeric li, 
    .ay-policy-container p,
    .ay-list-roman li,
    .ay-list-lower-roman li {
        font-size: 14px !important;
    }
    .ay-policy-table th, .ay-policy-table td {
        padding: 10px;
        font-size: 13px;
    }
}/* End custom CSS */