@charset "utf-8";


/* -- div#thanks -------------------------------------------------------------------------------- */
body {
	width: 100%;
	height: 600px;
	font-family: "heisei-kaku-gothic-std", sans-serif;
}
.box {
	width: 100%;
	height: auto;

}
.box-text {
	background-color: #fff;
	width: 60%;
	margin: 5% auto 5%;
	padding: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.box p {
	font-weight: bold;
	text-align: center;
	line-height: 30px;
}
.btn-box {
	display: flex;
	justify-content: center;
	width: 70%;
	margin: 0 auto;
}
.btn {
	width: 230px;
	height: auto;
	margin: 0 auto;
	text-align: center;
	display: inline-block;
	padding: 30px 100px;
	background-color: #192f60; /* 背景色 */
	color: #fff;
	cursor: pointer;
	text-decoration: none; /* 文字の下線を消す */
	font-weight: bold;
	font-size: 18px;
  }
