flex box css

親プロパティ
display:flex;
flex-wrap: wrap; //小要素改行
縦並びに
flex-direction: column;
横並び(SPの時に戻す場合)
flex-direction: row;