@charset "utf-8";
/*------------------------------------------------------------
共通
------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  font-family: Verdana, Roboto, 'Droid Sans', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.0;
  color: #333;
}

img {
  vertical-align: bottom;
  border: none;
}

li {
  list-style: none;
}

.cf:after {
  display: block;
  content: '';
  height: 0;
  clear: both;
}

.sp {
  display: none;
}

@media all and (max-width: 736px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}
/*------------------------------------------------------------
ラッパー
------------------------------------------------------------*/

/*# sourceMappingURL=base.css.map */
