/*--------------------------------------
	reset
---------------------------------------*/
html,
body,
iframe,
section,
article,
aside,
header,
footer,
nav,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
img,
ul,
ol,
li,
dl,
dt,
dd,
table,
colgroup,
tbody,
tfoot,
thead,
tr,
th,
td,
caption,
form,
fieldset,
legend,
label,
blockquote,
pre,
abbr,
address,
cite,
code,
em,
i,
dfn,
b,
strong,
small,
sub,
sup,
del,
ins,
kbd,
q,
samp,
var,
canvas,
details,
figcaption,
figure,
menu,
summary,
time,
mark,
object,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  font-weight: normal;
  vertical-align: baseline;
  outline: 0;
}

body {
  line-height: 1;
  overflow-y: scroll;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

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

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  background: transparent;
  font-weight: normal;
  vertical-align: baseline;
}
a:focus,
a:hover,
a:active {
  outline: none !important;
}

img {
  border: none;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  border: none;
  border-top: 1px solid;
  height: 1px;
}

input,
select {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  font-family: inherit;
}

/*--------------------------------------
	text
---------------------------------------*/
/* font-size, line-height */
html {
  font-size: 62.5%;
}

* {
  font-weight: normal;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.6em;
}

body {
  font-size: 1.5rem;
}

@media screen and (min-width: 600px) {
  body {
    font-size: 1.6rem;
  }
}
