* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body,
div,
span,
applet,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}
article,
aside,
details,
figcaption,
figure,
picture,
footer,
header,
hgroup,
main,
menu,
nav,
section,
details,
summary {
  display: block;
}
html {
  -webkit-text-size-adjust: none;
  height: 100%;
  max-width: 2560px;
  margin: auto;
}
body {
  font-size: 16px;
  line-height: 1.75;
  height: 100%;
  font-weight: 400;
  font-family:
    "Helvetica Neue", "Arial", "Hiragino Sans", "Hiragino Kaku Gothic ProN",
    "BIZ UDPGothic", "Meiryo", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
ol,
ul,
ul li,
ol li {
  list-style: none;
}
img {
  border: none;
  vertical-align: text-bottom;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}
a {
  color: #00a1e5;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.8);
  outline: none;
  text-decoration: none;
}
a.disabled {
  pointer-events: none;
  cursor: default;
}
a:hover {
  opacity: 0.6;
}
a:active {
  color: #666;
}
a:focus {
  outline: none;
}
@media screen and (max-width: 1024px) {
  body {
    min-width: 1024px;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
    font-size: 3.125vw;
  }
  a:hover {
    opacity: 1;
  }
}
/*# sourceMappingURL=reset.min.css.map */
