@charset "utf-8";

.aboutReadTitBx>p,
.aboutReadTitBx>h2 {
    text-decoration: underline;
    text-underline-offset: 8px;
    text-decoration-thickness: 2px;
}

.aboutReadTitBx>p span,
.aboutReadTitBx>h2 span {
    font-size: 135%;
    font-weight: 900;
}

.aboutMassageBg::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 80%;
}


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

    .aboutReadTitBx>p span,
    .aboutReadTitBx>h2 span {
        font-size: 142.857%;
    }


    .aboutMassageBg::before {
        right: auto;
        width: 95%;
        height: calc(100% - 90px);
    }


}

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1024px) {

    .aboutReadTitBx>p,
    .aboutReadTitBx>h2 {
        text-underline-offset: 25px;
        text-decoration-thickness: 5px;
    }

    .aboutReadFlImgBx {
        display: contents !important;
    }

    .aboutReadFlImg01 {
        order: -1;
    }

    .aboutMassageBg::before {
        width: 90%;
        height: calc(100% - 130px);
    }

}

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