@charset "UTF-8";

/*------------------------------------------------------------
  メイン全体設定
------------------------------------------------------------*/
.main-wrapper-tab {
  display: flex;
  flex-direction: row;
  min-height: 100%;
  width: 100%;
  /*margin-top: var(--header-nav-height);*/
  margin-bottom: var(--footer-nav-height);
}

/*------------------------------------------------------------
  コンテンツ全体
------------------------------------------------------------*/
.content-wrapper-tab {
  position: fixed;
  height: calc(100vh - var(--header-nav-height) - var(--footer-nav-height));
  flex-direction: column;
  width: 100%;
  padding: .25rem;
  /*padding-left: var(--global-nav-width);*/
}

.container {
  height: 100vh;
}
