@charset "utf-8";

.aboutRecommendTxt s {
    text-decoration: none;
    text-decoration: underline;
    text-decoration-thickness: 7px;
    text-decoration-color: rgba(255, 255, 255, 0.4);
    text-underline-offset: -2px;
}

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

    .aboutRecommendTxt s {
        text-decoration-thickness: 10px;
    }


}

/* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

    .aboutFlDecoTxtBx {
        height: 275px !important;
    }

    .aboutFlDecoTxt {
        font-size: 120px !important;
    }

    .aboutFlTxtBx {
        margin: 250px 0 0 -12.28% !important;
    }


}

/* min-width: 1440px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */