/**
 * ページ作成時の共通CSS
 */

/* 全体のフォントサイズ設定を強制 */
html {
  font-size: 16px !important;
  line-height: var(--ui-lineHeight-M) !important;
  font-family: 'Noto Sans JP', sans-serif !important;
}

 /* パンくずとコンテナの間を無くす */
.ui-breadcrumb + .ui-container-wrapper {
  padding-top: 0 !important;
}

