:root {
	--black-color: rgb(0, 0, 0);
	--white-color: rgb(255, 255, 255);
}

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, summary,
time, mark, audio, video {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 10px;
}

body {
	font-size: 1.4rem;
	line-height: 1;
	min-width: 32rem;
	overflow-x: hidden;
	overflow-y: scroll;
}

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

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

nav ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

a,
button {
	background: transparent;
	font-size: 100%;
	line-height: 100%;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

a {
	color: inherit;
	vertical-align: baseline;
}
a:hover {
	color: inherit;
}

button {
	align-items: center;
	border: none;
	cursor: pointer;
	display: inline-flex;
	justify-content: center;
	vertical-align: middle;
}

p {
	line-height: inherit;
}

p a {
	text-decoration: underline;
}

ins {
	background-color: var(--white-color);
	color: var(--black-color);
	text-decoration: none;
}

mark {
	background-color: var(--white-color);
	color: var(--black-color);
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 0.1rem dotted;
	cursor: help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

hr {
	border-top: 0.1rem solid #cccccc;
	border: 0;  
	display: block;
	height: 0.1rem;
	margin: 1.6rem 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}

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

*:focus,
*:focus-visible {
	border: none;
	box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.05);
	outline: none;
}
