@charset "UTF-8";

.complete{
	width:100%;
	margin:0 auto;
	max-width: 800px;
	
	box-sizing: border-box;
	padding:0 10px;
}

.complete h4{
	font-size:1.5rem;
	line-height:2.0em;
	font-weight:bold;
	
	text-align:center;
}

.complete p.btn{
	margin-top:10px;
}

.complete p.btn a{
	display:block;
	width:240px;
	margin:0 auto;
	
	box-sizing:border-box;
	padding:5px 0;
	border:solid 2px #69f;
	
	text-align:center;
}

.complete p.btn a:hover{
	text-decoration:none;
	background-color:#69f;
	color:#fff;
}