<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* -------------------------------------------------------------------------------
|  Created:     2024-08-27
|  Updated:     N/A
|------------------------------------------------------------------------------- */
/*---------------------------------------------------------
  Function List
---------------------------------------------------------*/
/* テーブル余白（極狭） */
.meswp-tablePadding--xs .c-table__content td,
.meswp-tablePadding--xs .c-table__content th {
  padding: 5px 5px;
}
/*---------------------------------------------------------
  spec
---------------------------------------------------------*/
/* 2行縦並びテキスト */
.meswp-fx--col--ias--jcfc {
  display: inline-flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  vertical-align: middle;
}</pre></body></html>