/*
bodyのすぐ下で、ヘッダーとメインエリアとフッターを囲む
コンテンツが少ないときfooterを下寄せに指定するのに必要
*/

.l_wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  margin: 0px auto;
}
