@charset "utf-8";

@media screen and (max-width: 768px) {
    .single-content-wrapper img {
        width:auto;
        height:auto;
    }

    .l2r1 {
        margin:50px auto;
        display:block;
        letter-spacing:-1em;
        width:100%;
    }
    .l2, .r1 {
        display:inline-block;
        vertical-align:middle;
        letter-spacing:normal;
        width:49%;
    }
    .l2 {
        margin-right:2%;
    }

    .l2 li {
        margin-bottom: 10px;
    }

    .l2 img,
    .r1 img {
        width:100%;
        height:auto;
    }
}

@media screen and (min-width: 769px) {
    .l2r1 {
        margin:50px auto;
        display:block;
        letter-spacing:-1em;
        width:40%;
    }
    .l2, .r1 {
        display:inline-block;
        vertical-align:middle;
        letter-spacing:normal;
        width:49%;
    }
    .l2 {
        margin-right:2%;
    }

    .l2 li {
        margin-bottom: 10px;
    }

    .l2 img,
    .r1 img {
        width:100%;
        height:auto;
    }
}