@charset "utf-8";

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

body {
	background-color: #fff;
	line-break: strict;
	font-family: 'Noto Sans JP', sans-serif;
	margin: 0;
	overflow-x: hidden;
}

main {
	position: relative;
	z-index: 0;
}

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

button {
	color: inherit;
	background-color: transparent;
	border: none;
	cursor: pointer;
}

label,
input {
	cursor: pointer;
}

figure,
dl,
dt {
	margin: 0;
}

img {
	max-width: 100%;
 	vertical-align: bottom;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
	margin: 0;
}

ul,
ol,
dd {
 	margin: 0;
	padding: 0;
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-size: inherit;
	font-weight: inherit;
}

p {
	margin: 0;
}

summary {
	display: block;
}

summary::marker {
	display: none;
}

summary::-webkit-details-marker {
	display: none;
}