@charset "utf-8";

* {
  box-sizing: border-box;
}



html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, small, button, time, figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
 	color: #2D2D32;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 400;
	line-height: 1.5;
  font-size: 16px;
}


body,html {

}

body{

}



ol, ul {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

header, footer, nav, section, article, aside, figure, figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
	width: 100%;
	height: auto;
}

a {
  cursor: pointer;
  text-decoration: none;
  transition: .3s;
	color: inherit;
  display: block;
  }

a:hover{
  display: block;
}

button {
  border: none;
  outline: none;
  background: transparent;
}

