/* reset */
@charset "utf-8";

body,
h1,
h2,
h3,
p,
ul,
li,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}

body {
    font: 16px/1.4 "\5FAE\8F6F\96C5\9ED1,\5B8B\4F53";
    color: #000;
    background-color: #F5F5F5;
}

html,
body {
    height: 100%
}

a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    cursor: pointer;
}

img {
    display: block;
    width: 100%;
}

ul {
    list-style: none;
}

em,
i {
    font-style: normal;
}

input,
textarea {
    outline: none
}

.page {
    position: relative;
    min-width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-x: hidden;
}