@charset "utf-8";
/* CSS Document */

body {
  background: unset;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#contents .inner {
  width: unset;
  margin: unset;
}
header,
footer,
#copyright {
  font-family: 'Noto Sans JP', sans-serif;
}

/* ヘッダーロゴ */
#headerContents h1 a {
  color: #333;
  font-size: 28px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 2px;
  text-indent: 0px;
  background: url('https://shigakusya.formatline.com/common/img/logo_bg.png') left 6px / 50px 50px no-repeat;
  padding-left: 55px;
}
/* グローバルナビ */
#gnav .list7 > li {
  width: 145px;
}
#gnav .list7 > li:nth-child(3) {
  width: 170px;
}
#gnav .list7 > li:last-child {
  width: 50px;
}
#gnav .list7 > li:last-child > a {
  justify-content: flex-end;
  border-right: none;
}
/* フッターロゴ */
footer .logo a {
  color: #333;
  font-size: 28px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 2px;
  text-indent: 0px;
  background: url('https://shigakusya.formatline.com/common/img/logo_bg.png') left 6px / 50px 50px no-repeat;
  padding-left: 50px;
}
