@charset "UTF-8";


/*共通スタイル　END */
/*----------------------------------------------------------*/
/*事例TOP*/



#brandlist .alist{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    /* justify-content: space-evenly; */
    border-top: 1px solid #fff7dd;
    border-left: 1px solid #fff7dd;
}

#brandlist .alist dt,
#brandlist .alist dd{
    width: 33.33%;
    box-sizing: border-box;
    padding: 1px;
}

#brandlist .alist dt span,
#brandlist .alist dd a{
    font-size: 90%;
    display: block;
    height: 45px;
    padding: 15px;
    background: #FFF;
    box-sizing: border-box;
    /* margin-bottom: 10px; */
}


#brandlist .alist dt span{
    color: #FFF;
    background: #1a6550;
}



@media (max-width:767px){
    #brandlist .alist dt, #brandlist .alist dd {
        width: 100%;
    }


}


