@charset "UTF-8";
html, body,
h1, h2, h3, h4, h5, h6,
a, p, span,
em, small, strong,
sub, sup,
mark, del, ins, strike,
abbr, dfn,
blockquote, q, cite,
code, pre,
nav ol, nav ul, nav li, dl, dt, dd,
div, section, article,
main, aside, nav,
header, hgroup, footer,
img, figure, figcaption,
address, time,
audio, video,
canvas, iframe,
details, summary,
fieldset, form, label, legend,
table, caption,
tbody, tfoot, thead,
tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
}


html {
    font-size: 62.5%;
}
 
body {
    font-size: 1.6rem;
    line-height: 1.4;
}
 
* {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
 
/* a,
a:visited {
    color: inherit;
} */

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

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

nav ol,
nav ul {
    list-style: none;
}

img,
video {
    max-width: 100%;
}

img {
    border-style: none;
}

blockquote,
q {
    quotes: none;
}

[hidden] {
    display: none !important;
}

[disabled] {
    cursor: not-allowed;
}

:focus:not(:focus-visible) {
    outline: none;
}

label {
    -webkit-user-select: none;
    user-select: none;
}

* {
    word-break: break-word;
}