@charset "UTF-8";

/*-------------------------------------------
このcssは基本的に触らない
スタイルの上書きは「style.css」にて記述すること
-------------------------------------------*/

html {
  overflow-y: scroll
}

body, div, dl, dt, dd {
  margin: 0;
  padding: 0
}

ul, ol {
  margin: 0;
  padding: 0
}

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

h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, section, nav, article, aside, hgroup, header, address, figure, figcaption {
  margin: 0;
  padding: 0
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal
}

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

caption, th {
  text-align: left
}

q:before, q:after {
  content: ''
}

object, embed {
  vertical-align: top
}

legend {
  display: none
}

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

img, abbr, acronym, fieldset {
  border: 0
}

img {
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
  box-shadow: #000 0 0 0;
  max-width: 100%;
  height: auto
}

a, button, input, textarea {
  outline: none
}

x:-moz-any-link, x:default {
  box-shadow: #000 0 0 0
}

a {
  color: #000;
  text-decoration: none;
  transition: opacity .3s ease
}

* {
  box-sizing: border-box
}

html {
  font: 62.5%/1.231 "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}

body {
  font-size: 1.0rem;
  letter-spacing: -0.001em;
  -webkit-text-size-adjust: 100%
}

select, input, button, textarea, table {
  font: 1rem "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}

pre, code, kbd, samp, tt {
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1
}