@import url("https://fonts.googleapis.com/css2?family=LINE+Seed+JP:wght@100;400;700;800&display=swap");
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
mark,
audio,
video {
  padding: 0;
  margin: 0;
  font-weight: normal;
  list-style: none;
  border: 0;
  outline: 0;
  box-sizing: border-box;
}

body {
  font-family: "LINE Seed JP", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}

@media screen and (max-width: 768px) {
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }
}

.clear,
.clearfix {
  clear: both;
}

img {
  height: auto;
}
@media screen and (max-width: 768px) {
  img {
    width: 100%;
  }
}

a {
  color: #333;
  transition: 0.2s;
}

table {
  border-collapse: collapse;
}