@charset "UTF-8";
html {
  font-size: 62.5%; /* 10px */
}
body {
  color: #303030;
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New", "Archivo Black", sans-serif;
  line-height: 1.5;
  font-weight: 400;
  font-feature-settings: "palt"1;
  -webkit-text-size-adjust: 100%;
  line-break: strict;
  font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, brockquote, pre, table, caption, th, td, address, form, fieldset, legend, object, hr {
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6, pre, table, code, kbd, samp, acronym, input, textarea, button, select {
  color: #303030;
  font-size: 1.6rem;
}
a, ins {
  text-decoration: none;
}
address, em, cite, dfn, var {
  font-style: normal;
}
input, textarea, button, select {
  font-family: "Zen Kaku Gothic New", "Archivo Black", sans-serif;
  font-weight: 500;
  color: #303030;
  /* -webkit-appearance: none; */
}
img {
  border: none;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
}
ul {
  list-style: none;
}