/* ===== ISAー講座小セクションタイトル ===== */
.isa-section-title-mini{
}

.istm__inner{
    max-width: 1120px;
    margin: 0 auto;
    text-align: center;
}

.istm__title{
    font-size: 27px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 25px 0;
    letter-spacing: .02em;
}
.istm__title .isa-accent{ color: var(--isa-theme); }

.istm__bar{
    width: 600px;
    height: 6px;                     /* 固定（要望どおりCSS管理） */
    background: var(--isa-theme);
    margin: 0 auto;
}

.istm__lead{
    font-size: 17px;
    line-height: 1.9;
    max-width: 980px;
    margin: 60px auto 0;
    color: #111;
    text-align: left;
}
.istm__lead p{ margin: 0 0 1em; }


@media (max-width: 1024px){
    .istm__bar {
        width: 90%;
        height: 6px;
        background: var(--isa-theme);
        margin: 0 auto;
    }
    .istm__title {
        font-size: clamp(22px, 6vw, 70px);
        margin: 21px 40px 28px
    }
    .istm__title--course-list {
        padding-top: 70px;
    }
}