@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@200;700&display=swap');

:root {
	font-size: 16px;
	}

* {
	margin: 0;
	padding: 0;
	font-size: inherit;
	font-style: normal;
	list-style: none;
	vertical-align: top;
	}

body {
	padding: 24px 32px 48px 32px;
	background-color: #fff;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-feature-settings: "palt";
	color: #555;
	}

main {
	max-width: 640px;
	margin: auto;
	text-align: left;
	}

h1 {
	margin: 24px auto;
	font-size: 1.4rem;
	}

h2 {
	margin: 0 auto 0.5rem auto;
	}

li {
	margin: 1.5rem 0 0 2rem;
	list-style-type: decimal;
	font-weight: bold;
	}

p {
	font-weight: normal;
	}



/* ////////// under 360 ////////// */

@media screen and (max-width: 360px) {

:root {
	font-size: 14px;
	}

}