@charset "utf-8";

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  line-height: 1.5;
  color: #000;
}

h1, h2, h3, h4, h5 {
  font-weight: normal;
}

/*
ベースフォント
*/
body {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: -0.018em;
}

/*
ベースフォントサイズ
*/
body {
  font-size: 16px;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
body {
  font-size: 14px;
 }
}

/*
高さ指定
*/
html, body {
  height: 100%;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
html, body {
  height: 100vh;
 }
}

ul li {
  list-style-type: none;
}

img {
  max-width: 100%;
  vertical-align: top;
  -webkit-backface-visibility: hidden;
}

table {
  collapse: separate;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:hover img {
  text-decoration: none;
}

sup {
  font-size: 65%;
}
