@charset "utf-8";
/* -----------------------------
 page.css
----------------------------- */
main {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

main h1.def {
	margin: 0px auto 100px;
	padding: 50px 0px;
	text-align: center;
	font-size: xx-large;
	line-height: 120%;
}

main h1.def::after {
	content: "";
	display: block;
	width: 200px;
	height: 1px;
	margin: 20px auto 0px;
	background-color: #000000;
}


/* -----------------------------
 PC
----------------------------- */
@media not screen and (max-width:1000px) {
}

/* -----------------------------
 SP
----------------------------- */
@media screen and (max-width:1000px) {
}
