@charset "utf-8";

/* ========== hidden ========== */
@media only screen and (min-width: 640px) {
    .c-hide-pc {
        display: none;
    }
}
  
@media only screen and (max-width: 640px) {
    .c-hide-sp {
        display: none;
    }
}

/* ========== mainImage ========== */
.c-mainImage-04 {
	background-image: url(/group/aufg_list/img/mainImage_02@x2.jpg);
}

@media only screen and (max-width: 640px) {
    .c-mainImage-04.sp {
        background-image: url(/group/aufg_list/img/mainImage_02_sp@x2.jpg);
    }
}

/* ========== c-figure-2col ========== */
.c-figure-2col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
}
@media only screen and (max-width: 640px) {
    .c-figure-2col {
        margin-top: 10px !important;
        margin-bottom: 20px !important;
    }
}
@media only screen and (min-width: 640px) {
    .c-figure-2col {
        -webkit-box-pack: center;
           -ms-flex-pack: center;
         justify-content: center;
        margin-top: 30px !important;
        margin-bottom: 50px !important;
    }
}

@media only screen and (min-width: 640px) {
    .c-figure-2col-cont {
        font-size: 130%;
    }
}

.c-noteList-aufg {
    margin-top: 2.2em;
}
@media only screen and (min-width: 640px) {
    .c-noteList-aufg {
        margin-top: 3em;
    }
}
