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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

li,
dd {
	list-style-type: none;
}

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

img {
	border: none;
	vertical-align: bottom;
}

a {
	cursor: pointer;
	text-decoration: none;
}

button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

html {
	scroll-behavior: smooth;
}

body {
	background-color: #ffffff;
	color: #000000;
	font-family: "BIZ UDGothic", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
}

img {
	height: auto;
	max-width: 100%;
	width: 100%;
}

a {
	color: inherit;
	transition: all 0.3s;
}

a:hover {
	opacity: 0.7;
}

