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

.inner {
	max-width: 770px;
	padding: 0 1rem;
	margin: 1rem auto;
}

.right_text {
	text-align: right;
}

.button .btn {
	display: block;
	width: 40%;
	margin: 0 auto;
	text-align: center;
	background-color:  #45489e;
	border-radius: 10px;
	padding: 1rem;
	color: #fff;
	font-size: 1rem;
	text-decoration: none;
	cursor: pointer;
}

.center {
	text-align: center;
}