@charset "utf-8";

.childrenLead p {
    margin-top: 0
}
.chapterWrap .col2Wrap .txtArea {
    width: 660px !important;
}
.chapterWrap .col2Wrap .imgArea {
    height: 480px !important;
}
.imgArea.colR.s_textLong02::before {
    bottom: -317px !important;
    width: 340px !important;
    height: 267px !important;
}

@media screen and (max-width: 736px) {
    .chapterWrap .col2Wrap .txtArea {
        width: auto !important;
    }
    .chapterWrap .col2Wrap .imgArea {
        height: auto !important;
    }
    .imgArea.colR.s_textLong02::before {
        display: none !important;
    }
}
