@charset "utf-8";
@layer static {

/* -------------------------
  /contents/.../ 共通(PC/SP)
------------------------- */
  @media screen and (max-width: 767px) {
    /* SP */
    /* レフトナビ */
    #left_navi {
      display: none;
    }
  }
  /* ナビ */
  .topNav {
    margin: 30px 0;
  }
  /* ページタイトル */
  .section__heading {
    margin-bottom: 20px;
    padding: 0 10px;
    position: relative;
  }
  .section__heading h1 {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    text-align: left;
    margin: 0;
  }
  /* ローディング */
  .-loading {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
  }
  .-loading svg {
    color: #ccc;
    width: 40px;
    height: auto;
  }

}