@charset "utf-8";

*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    min-width: 320px;
    font-size: 1rem;
    line-height: 1.5;
    color: #222;
    background: #fff;
    word-break: keep-all;
    -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
    height: auto;
}

ul,
ol,
li {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
}

button {
    border: 0;
    background: none;
    font: inherit;
    color: inherit;
    cursor: pointer;
}

input,
textarea,
select,
button {
    font: inherit;
    color: inherit;
}

input,
textarea,
select {
    outline: none;
    border: none;
}

textarea {
    resize: none;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset {
    border: 0;
}


legend,
caption {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

address,
em,
i {
    font-style: normal;
}

strong,
b {
    font-weight: 700;
}

body {
    overflow-x: hidden;
}

img {
    vertical-align: top;
}