html,
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
fieldset,
input,
abbr,
article,
aside,
command,
details,
figcaption,
figure,
footer,
header,
hgroup,
mark,
meter,
nav,
output,
progress,
section,
summary,
time {
    margin: 0;
    padding: 0;
}

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

img,
iframe {
    vertical-align: bottom;
    border-style: none;
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
address,
caption,
cite,
code,
em,
strong,
th,
figcaption {
    font-size: 1em;
    font-weight: normal;
    font-style: normal;
}

fieldset,
iframe {
    border: none;
}

caption,
th {
    text-align: left;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1em;
}

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

html {
    font-size: 62.5%;
}

body {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 2rem;
    line-height: 1.6;
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino  Gothic Pro', 'メイリオ', Meiryo, sans-serif, 'Font Awesome\ 5 Free', 'Font Awesome\ 5 Brands';

    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    background-color: #fffce2;
}

html,
body {
    width: 100%;
    height: auto;
}

input {
    outline: none;
}

/* Link */
a {
    text-decoration: none;
}

a:active,
a:focus {
    opacity: 0.6;
}

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

button {
    outline: none;
    appearance: none;
    border: none;
    font-family: inherit;
}

.br-sp {
    display: none;
}
i {
    font-style: normal;
    font-weight: bold;
}
