@charset "utf-8";

.rewater .ttl_h2 {
    margin-bottom: 60px;
}

.rewater_block {
    width: 100%;
    display: flex;
    margin-top: 60px;
}

.rewater_block:last-of-type {
    flex-direction: row-reverse;
}

.rewater_img {
    width: 528px;
}

.rewater_img img {
    display: block;
}

.rewater_txt {
    width: calc(100% - 528px);
    padding-left: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.rewater_block:last-of-type .rewater_txt {
    padding: 0 50px 0 0;
}

@media only screen and (max-width: 1024px) {

    .rewater .ttl_h2 {
        margin-bottom: 50px;
    }

    .rewater_img {
        width: 48%;
    }

    .rewater_txt {
        width: 52%;
    }

}


@media only screen and (max-width: 768px) {

    .rewater .ttl_h2 {
        margin-bottom: 40px;
    }

    .rewater_block {
        width: 100%;
        display: block;
        margin-top: 50px;
    }

    .rewater_img {
        width: 100%;
    }

    .rewater_img img {
        margin: 0 auto;
    }

    .rewater_txt {
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }

    .rewater_block:last-of-type .rewater_txt {
        padding: 0;
    }

}

@media only screen and (max-width: 480px) {}