body {
	font-family: "Roboto", "Noto Sans JP", system-ui;
}
.inner {
	display: block;
	margin: 0 auto;
	margin-top: 50px;
	width: 800px;
}
.logo_wrapper {
	width: 100%;
}
.logo_wrapper img {
    display: block;
	margin: 0 auto;
	width: 300px;
}
.title_wrapper {
	width: 100%;
	margin-top: 30px;
}
.title_wrapper h1 {
	font-size: 40px;
	font-weight: bold;
	text-align: center;
}
.campus_button_wrapper {
	width: 100%;
	margin-top: 70px;
}
.campus_button_wrapper a {
	display: block;
	margin: 10px 0;
	padding: 20px 30px;
	text-align: center;
	background: gray;
	color: #fff;
	text-decoration: none;
}
.campus_button_wrapper a.setagaya {
	background: #9d0016;
}
.campus_button_wrapper a.machida {
	background: #00776c;
}
.campus_button_wrapper a.kaedenomori {
	background: #48914c;
}
.campus_button_wrapper a.tama {
	background: #001f6b;
}
.campus_button_wrapper a.tama_minamino {
	background: #006694;
}