@charset "utf-8";
* {
  box-sizing: border-box;
}
html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h2, h3, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: 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, h2, h3, h5, h6 {
  font-size: 100%;
  line-height: normal;
}
img, abbr, acronym, fieldset {
  border: 0;
}
img {
  max-width: 100%;
  height: auto;
}
body {
  background: #fff;
  color: #000;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 16px;
  line-height: 160%;
  -webkit-text-size-adjust: 100%; /* for iOS */
  font-feature-settings: "palt" 1;
}
b, strong, .bold {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}
#wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
/* ------------ A Style */
a:link {
  text-decoration: none;
  color: #000;
}
a:visited {
  text-decoration: none;
  color: #000;
}
a:hover {
  text-decoration: none;
  color: #000;
}
a:active {
  text-decoration: none;
  color: #000;
}
img {
  margin: 0;
  padding: 0;
  border: 0;
}
.clear {
  clear: both;
}
li{
	list-style: none;
}