@charset "utf-8";
html {
  font-size: 62.5%;
} /* 10px */
body {
  background: #fff;
  font-size: 1.6rem;
  font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN',
    'Hiragino Sans', Meiryo, sans-serif;
  line-height: 1.5;
}
img {
  vertical-align: bottom;
}
ul li {
  list-style: none;
}
/* cf ====================*/
.cf:after,
.cf:before {
  content: ' ';
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  zoom: 1;
}
input::-ms-clear {
  display: none;
}
select::-ms-expand {
  display: none;
}
