/* ========================================
  Base
======================================== */
html {
  overflow-y: scroll;
  font-size: 62.5%;
}
body {
  color: #555;
  font-size: 14px;
  line-height: 1;
  font-family: 'Noto Sans JP','ヒラギノ角ゴシック Pro',Hiragino Kaku Gothic Pro,'メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック',MS PGothic,sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: #555;
}
img {
  vertical-align: bottom;
}

/* ----------------------------------------
  clearfix
---------------------------------------- */
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* ----------------------------------------
  Global-Footer
---------------------------------------- */
@media print, screen and (max-width: 767px) {
  #global-footer--pc {
    display: none;
  }
  #global-footer--sp .foot_otherlink {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 768px) {
  #global-footer--sp {
    display: none;
  }
}