body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}

html {
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    -webkit-touch-callout: none;
    line-height: 1.15;
}

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

body {
    font-family: 'Noto Sans SC', "\5FAE\8F6F\96C5\9ED1", Helvetica, sans-serif;
    min-height: 100vh;
    overflow-x: hidden;
    line-height: 1.6;
}


img {
    max-width: 100%;
    height: auto;
    display: block;
    border-style: none;
}

table {
    width: 100%;
    border-collapse: collapse;
    overflow-x: auto;
    display: block;
}





a {
    background-color: transparent;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

a:hover {
    color: #9a0a0e;
    text-decoration: underline;
}

ul,
ol {
    list-style: none;
}


.clear:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
}