@charset "utf-8";

/*---------- 背景 ----------*/
body{
	background: url(../img/image/body.png);
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
	background-color: rgba(254,250,197,0.5);
}
/*---------- メインページ ----------*/

.privacy{
	background-color: rgba(255,255,255,0.7);
	width: 100%;
	height: auto;
}

h2{
	padding: 15px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

.privacy li{
	line-height: 2.5em;
	list-style: none;
}

.re{
	width: 100%;
	height: auto;
	text-align: center;
}

.re input{
	width: 20%;
	margin-left: 40%;
	margin-right: 40%;
	height: 50px;
	font-size: 20px;
}