@charset "utf-8";

/********************
pupilWrapper
********************/
.pupilWrapper {
    width: 1000px;
    margin: auto;
}
@media screen and (max-width: 767px) {
    .pupilWrapper {
        width: auto;
    }
}