main {
	padding: 30px 0;
}
h1 {
	color: #000;
    text-align: center;
    font-size: 1.4em;
    font-weight: bold;
    text-shadow: 2px 2px 0px rgb(0 0 0 / 20%);
}
.graybgsection {
	margin: auto;
	padding: 50px 0;
}
.graybgsection section {
	max-width: 1000px;
	margin: 50px auto;
	width: 80%;
}
section h2 {
	font-weight: bold;
	font-size: 0.9em;
	margin: 50px auto 20px;
	line-height: 1.6;
}
section h2.title_under_type2 {
	margin: 50px auto 20px 0;
	max-width: 90%;
}
section p {
	font-size: 0.7em;
	margin-bottom: 40px;
	line-height: 1.6;
}
section ul,
section ol {
	margin-bottom: 20px;
	padding-left: 20px;
}
section li {
	margin-bottom: 10px;
	font-size: 0.7em;
	line-height: 1.6;
}
section a {
	font-size: 1em;
	text-decoration: underline;
}