/* H-24B3: MERFOIS static pages / price / access / recruit fidelity layer. */

.mf-static-section{
    padding:46px 0 82px;
    background:#fff;
}
.mf-static-page{
    width:min(920px,100%);
    margin-inline:auto;
}
.mf-static-page__body{
    color:#4f4548;
    font-size:11px;
    line-height:2;
}
.mf-static-page__body> :first-child{margin-top:0}
.mf-static-page__body h2,
.mf-static-page__body h3,
.mf-static-page__body h4{
    color:#2d2528;
    font-weight:600;
    line-height:1.65;
}
.mf-static-page__body h2{
    margin:38px 0 16px;
    padding-bottom:10px;
    border-bottom:1px solid #e6dfe0;
    font-size:18px;
}
.mf-static-page__body h3{margin:28px 0 12px;font-size:15px}
.mf-static-page__body h4{margin:22px 0 10px;font-size:13px}
.mf-static-page__body p{margin:0 0 17px}
.mf-static-page__body ul,
.mf-static-page__body ol{margin:0 0 20px;padding-left:1.6em}
.mf-static-page__body li+li{margin-top:6px}
.mf-static-page__body a{color:#aa3f55;text-decoration:underline;text-underline-offset:2px}
.mf-static-page__body img{display:block;max-width:100%;height:auto;margin:22px auto}
.mf-static-page__body table{
    width:100%;
    margin:20px 0 28px;
    border-collapse:collapse;
    background:#fff;
    font-size:10px;
}
.mf-static-page__body th,
.mf-static-page__body td{
    padding:10px 12px;
    border:1px solid #e4dcde;
    text-align:left;
    vertical-align:top;
}
.mf-static-page__body th{width:26%;background:#f8f3f4;color:#53474b;font-weight:600}
.mf-static-page__body blockquote{
    margin:24px 0;
    padding:14px 18px;
    border-left:2px solid #bd5267;
    background:#faf6f7;
    color:#665a5e;
}

/* Price/system */
.mf-system-section{padding:46px 0 76px;background:#fff}
.mf-system-wrap{width:min(920px,100%);margin-inline:auto}
.mf-system-intro{
    margin-bottom:30px;
    padding:18px 20px;
    background:#faf6f7;
    border:1px solid #eee5e7;
}
.mf-system-intro>span{
    color:#aa8132;
    font-family:"Cormorant Garamond",serif;
    font-size:11px;
    font-weight:600;
    letter-spacing:.12em;
}
.mf-system-intro h2{margin:3px 0 8px;color:#2b2326;font-size:18px;font-weight:600}
.mf-system-intro p{margin:0;color:#766b6f;font-size:10px;line-height:1.9}
.mf-system-wrap [data-aic-component="courses"]{margin-top:0}
.mf-system-wrap table,
.mf-system-wrap .aic-course-table{width:100%}
.mf-system-note{margin:18px 0 0;color:#8b7f83;font-size:9px}
.mf-system-caution{width:min(920px,100%);margin-inline:auto}
.mf-system-caution p{margin:0;color:#65595d;font-size:10px;line-height:1.9}

/* Common utility for address/access/recruit rich content. */
.mf-static-page__body .aic-button,
.mf-static-page__body .button,
.mf-static-page__body a[role="button"]{
    display:inline-flex;
    min-height:40px;
    align-items:center;
    justify-content:center;
    padding:8px 18px;
    border:1px solid #3c3336;
    background:#3c3336;
    color:#fff;
    font-size:9px;
    text-decoration:none;
}
.mf-static-page__body iframe{max-width:100%;border:0}

@media(max-width:700px){
    .mf-static-section,.mf-system-section{padding:32px 0 60px}
    .mf-static-page__body{font-size:10px}
    .mf-static-page__body h2{font-size:16px;margin-top:30px}
    .mf-static-page__body h3{font-size:13px}
    .mf-static-page__body table{display:block;overflow-x:auto;font-size:9px}
    .mf-static-page__body th,.mf-static-page__body td{min-width:90px;padding:8px 9px}
    .mf-system-intro{padding:15px}
    .mf-system-intro h2{font-size:16px}
}
