

/*  */
@.flexbox .box  {
    
	@media screen and (max-width:768px){	
    flex-direction:	column;
    .width: 90%;  /* お好みの幅で指定 */
    padding:16px;  /* お好みの幅で指定 */
    /* paddingと合わせてbox-sizingも指定 */   
}  
    
}  



@media (max-width:768px) {
  .box {
    flex-direction: column;
  }	