/*
 Theme Name:   tanaka-lawyer
 Theme URI:    https://tanaka-lawyer.net/
 Description:  中野・田中法律事務所向けSWELL子テーマ
 Author:       Webya
 Template:     swell
 Version:      1.3.0
 Text Domain:  tanaka-lawyer
*/

/*
 * 色・フォント・本文幅・見出し・リンク・フォーム・表はSWELLの設定と
 * 標準スタイルを使用する。ここにはテーマで代替できないレイアウト補正だけを置く。
 */
#body_wrap {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
}

#body_wrap > #content {
  flex: 1 0 auto;
  width: 100%;
}

#body_wrap > #footer {
  flex-shrink: 0;
  margin-top: auto;
  width: 100%;
}
