@charset "utf-8";

.bgnFlowFl {
    position: relative;
    z-index: 5;
}

.leader-line {
    opacity: 0;
}

.myColleTxt01 s{
    color: var(--primary);
    font-size: 18px;
    text-decoration: none;
}

.mycolleBgnTit {
    aspect-ratio: 19/5;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:768px) {

    .leader-line {
        opacity: 1;
    }

    .myColleTxt01 s{
        font-size: 30px;
    }

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */