@charset "UTF-8";



.environmentja2 {
    /*background-color: antiquewhite;*/
    width: 600px;
    margin: 0;
    padding: 0;
    margin-top: 50px;
    /*background-color: rgb(37, 37, 68);*/
}

.environmenten2 {
    width: 400px;
    /*background-color: aqua;*/
    margin-left: auto;
}

.environmentillust {
    width: 500px;
    margin-left: 50px;
    margin-right: 50px
}

.rinobetitle {
    margin-bottom: 100px;
}

.rinobeja {
    width: 400px;
    margin-top: 200px;
}

.rinobeillust {
    width: 500px;
    margin-left: auto;
    margin-right: 50px;
}

.rinobeen {
    width: 100%;
    margin-top: 100px;
}

.uminotitle {
    margin-bottom: 100px;
}

.uminoillust {
    text-align: center;
    width: 100%;
    /*background-color: antiquewhite;*/
}

.uminoillust img {
    width: 1000px;
}

.uminoja {
    width: 400px;
    margin: auto;
}

.uminoen {
    width: 400px;
    margin: auto;
}

.uminobox {
    margin-top: 100px;
}

@media screen and (max-width:768px) {
    body {
        /* background-color: antiquewhite;*/
    }

    .title {
        width: 300px;
    }

    .environmenten2 {
        margin-top: 100px;
    }

    .environmentillust {
        width: 300px;
        text-align: center;
    }

    .rinobeillust {
        width: 300px;
        text-align: center;
        margin-top: 100px;
    }

    .uminoen {
        margin-top: 100px;

    }
}