@charset "utf-8";

/* active-lab 個別CSS
--------------------------------------------------------------- */


.exWrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 30px;
}

.exWrap img{
    width: 48%;
    margin-bottom: 30px;
}



@media only screen and (max-width: 640px) {

.exWrap{
    flex-direction: column;
}

.exWrap img{
    width: 100%;
    margin: 0 auto 20px;
}

    
}

