@charset "UTF-8";
/*------------------------------------------------------
 共通
-------------------------------------------------------*/
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

.page_content {
  flex-grow: 1; }
