body {
    font-family: "Segoe UI", "Helvetica Neue", sans-serif;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0.3em; /* 以前は 2em → 0.5em に */
}

h1 {
	color: #333;
	font-weight: 600;
}
p {
	font-size: 1.2em;
	color: #666;
}

.top_title {
	display:inline-block;
	width:100%;
	text-align:center;
}

.note {
	width:100%;
	text-align:center;
	margin-top: 2em;
	font-size: 0.9em;
	color: #aaa;
}
  
