@charset "UTF-8";
/*================================================================
リセット
================================================================*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  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,
form,
label {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol,
ul {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-type: none;
}

a {
  text-decoration: none;
  color: inherit;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

[type=checkbox],
[type=radio] {
  display: none;
}

[type=submit],
[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}/*# sourceMappingURL=reset.css.map */