@charset "UTF-8";
/* CSS Document */

body{
	background-color: #1f64c4;
	text-align: center;
	padding-top: 80px;
}

h1{
	color: #ffffff;
	margin-top: 0;
}
.main{
	margin: 0 auto;
	width: 600px;
	height: 400px;
	background-image: url("main.png");
	background-size: contain;
	background-repeat: no-repeat;
	padding-top: 50px;
	display: flex;
	justify-content: space-between;
	
}
.link01{
	width: 150px;
	height: 100px;
}
.link02{
	width: 150px;
	height: 100px;
}

.m-plus-rounded-1c-regular {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.m-plus-1-t {
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-weight: bolder;
  font-style: normal;
}