@charset "utf-8";

html, body,
article, section, header, footer, nav, aside, address,
h1, h2, h3, h4, h5, h6,
div, p, pre, blockquote, figure, figcaption,
ul, ol, li, dl, dt, dd,
a, span, em, strong,
time, sub, sup, mark,
img, iframe, embed, object, param, video, audio, source, canvas, map, area,
table, tbody, thead, tfoot, tr, th, td, caption,
form, input, label, button, select, textarea, fieldset, legend{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}

html{
  font-size: 10px;
}

body{
  overflow-x: hidden;
  position: relative;
  color: #444;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  -webkit-text-size-adjust: 100%;
}
@media print, screen and (min-width: 900px){
  body{
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 899px){
  body{
    font-size: 1.4rem;
  }
}

article, section, header, footer, nav, aside, figure, figcaption{
  display: block;
}

h1, h2, h3, h4, h5, h6{
  clear: both;
  font-size: 100%;
}

ul, ol{
  list-style: none;
}

table{
  border-collapse: collapse;
  border-spacing: 0;
}

form, input, label, button, select, textarea, fieldset, legend{
  font: inherit;
}

a, input{
  transition: all 0.3s ease;
}

a{
  color: #444;
}

a:hover{
  opacity: 0.7;
  zoom: 1;
}

sup, sub{
  font-size: 60%;
}

sup{
  vertical-align: top;
}

sub{
  vertical-align: baseline;
}

em, address{
  font-style: normal;
}

img{
  max-width: 100%;
  line-height: 1;
  font-size: 0;
  vertical-align: middle;
}

*{
  box-sizing: border-box;
}

@media print, screen and (min-width: 900px){}
@media screen and (max-width: 899px){}

/* IE */
@media all and (-ms-high-contrast:none){}
