@charset "UTF-8";
/*　sass ベースファイルのインポート　/　*/
/* / common sass */
/*　/ sass ベースファイルのインポート　*/
/*　web font のインポート　/　*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
/*　/　web font のインポート　*/
*, *:before, *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*--=== SP ONLY max-width: 767px ===-- / */
@media screen and (max-width: 767px) {
  html {
    font-size: 62.5%;
  }
  body {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", YuGothic, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #000;
    font-size: 1.3rem;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  strong {
    font-weight: bold;
  }
  a {
    color: #00f;
    text-decoration: underline;
  }
  /* common class / */
  .sp_none {
    display: none;
  }
  /* / common class */
}
/*--=== / SP ONLY max-width: 767px ===-- */
/*--=== PC ONLY min-width: 768px ===-- / */
@media print, screen and (min-width: 768px) {
  /* common class / */
  .pc_none {
    display: none;
  }
  /* / common class */
}
/*--=== / PC ONLY min-width: 768px ===-- *//*# sourceMappingURL=maintenance.css.map */