@charset "utf-8";

/* active-lab 個別CSS
--------------------------------------------------------------- */


.co-box{
position: relative;    
}

.exWrap img,
.aWrap img{
    width: 100%;
    margin-bottom: 10px;
}

.outline strong{
    font-size: 1.1em;
}

.exWrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.exWrap .exBox{
    width: 45%;
    margin-bottom: 30px;
}

.aWrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
}

.aWrap div:nth-child(1){
    width: 65%;
}

.aWrap div:nth-child(2){
    width: 30%;
}


@media only screen and (max-width: 640px) {


.exWrap,
.aWrap{
    flex-direction: column;
    }

.exWrap .exBox{
    width: 100%;
    }

.aWrap div:nth-child(1){
    width: 100%;
    margin-bottom: 20px;
}

.aWrap div:nth-child(2){
    width: 100%;
}
    
}

