<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ============================== Document Setting ============================== */
/* ============================== Font Family ============================== */
/* ============================== Color ============================== */
/* ======================================================================
Media Query
====================================================================== */
/* ================================================================================
Icon
=================================================================================*/
/* ---------- アイコン（外部リンク） ---------- */
/* ---------- アイコン（外部リンク） ---------- */
/* ---------- アイコン（中央配置） ---------- */
/* ================================================================================
Position（ポジション）
=================================================================================*/
/* ---------- ポジション設定（ショートハンド） ---------- */
/* ======================================================================
Text（テキスト）
====================================================================== */
/* ---------- テキスト設定（ショートハンド） ---------- */
/* ---------- h1 ---------- */
/* ---------- h2 ---------- */
/* ---------- h3 ---------- */
/* ---------- body regular ---------- */
/* ---------- body bold ---------- */
/* ---------- label regular ---------- */
/* ---------- label bold ---------- */
/* ---------- English Text ---------- */
/* ---------- Inner Link ---------- */
/* ---------- リンクテキスト ---------- */
/* ================================================================================
Button（ボタン）
=================================================================================*/
/* ---------- Button（400px） ---------- */
/* ---------- Button（Prev） ---------- */
/* ---------- Button（Next） ---------- */
/* ---------- Button（Anchor） ---------- */
/* ---------- Slider（Fade） ---------- */
/* ---------- Slider（Scroll） ---------- */
/* ==================================================================================================================================
Document
================================================================================================================================== */
html {
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #2A2A2A;
  line-height: 2;
  letter-spacing: 0.04em;
  /* ----- メニュー展開時スクロールロック ----- */
}
html:has(#main.js-scroll-lock) {
  overflow-y: hidden;
}

/* ==================================================================================================================================
Body
================================================================================================================================== */
body {
  position: relative;
  overflow-y: scroll;
  transition: all 0.2s;
}

/* ==================================================================================================================================
#main
================================================================================================================================== */
#main {
  padding-top: 72px;
}
@media (max-width: 1079px) {
  #main {
    padding-top: 56px;
  }
}

/* ---------- フォーカス ---------- */
*:focus-visible {
  outline: 2px solid #1B39DB !important;
}

/* ---------- インラインブロック ---------- */
.inB {
  display: inline-block;
}

/* ---------- SP時非表示 ---------- */
@media (max-width: 767px) {
  .nonesp {
    display: none !important;
  }
}

/*# sourceMappingURL=common.css.map */
</pre></body></html>