@charset "UTF-8";
* {
  -webkit-appearance: none;
}

html, body, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li {
  margin: 0;
  padding: 0;
}

html {
  font-size: 10px;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans Japanese","Noto Sans Japanese","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  font-weight: 300;
  word-break: break-all;
}

a {
  margin: 0;
  padding: 0;
  text-decoration: none;
}
a:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

img, a img {
  vertical-align: bottom;
  border: none;
  background: transparent;
}

ol, ul, dl {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  display: list-item;
  zoom: normal;
}

ins {
  background: none;
}

.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

.defs {
  display: none;
}

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 700;
  src: url(../font/NotoSerifCJKjp-Bold.eot), url(../font/NotoSerifCJKjp-Bold.woff);
}
