@charset "UTF-8";

body {
	font-family: "游ゴシック体", "Yu Gothic", sans-serif;
	font-weight: normal;
	background-color: #fffafa;
}

h1 {
	text-align: center;
	font-size: 1.2rem;
}

h2 {
	text-align: center;
	font-size: 0.6rem;
	margin: 0 0 30px 0;
}

p {
    text-align: left;
	margin: 0 0 30px 0;
}

th {
	text-align: left;
	padding: 2px 10px;
}


div.button-list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 100px;
	justify-content: center;
}

div.link {
	display: inline-block;
	width: 155px;
	height: 148px;
	margin: 30px;
	background-size: contain;
	border-radius: 10px;
}

div.link a {
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}


