@charset "utf-8";

/* .cont */
.cont{
}


/* #cont1 */
#cont1{
}
#cont1 .flex_wrapper ul{
  width:50%;
}

@media screen and (max-width:768px){
  #cont1 .flex_wrapper ul{
    width:auto;
  }
}

