* {
		margin: 0;
		padding: 0;
		box-sizing: border-box;
	}

	body {
		display: block;
	}

	a {
		text-decoration: none;
		color: inherit;
	}
	
	ol, ul, dl {
		font-size: medium;
		list-style: none;
	}
	
	button {
		all: unset;
		cursor: pointer;
	}
	
	img {
		max-width: 100%;
		height: auto;
		display: block;
	}
	
	html {
		overflow-x: hidden;
	}
	body {
		line-height: normal;
		width: 100%;
		overflow-x: hidden;
		position: relative;
		overscroll-behavior-x: none;
	}
	p, li{
		line-height: 1.5;
	}

	ol li {
		list-style-type: decimal;
	}
