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

h4 {
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #444;
	margin: 8px 0;
}


span {
	font-size: 14px;
}

#logo { text-align: center; }

input[type=checkbox] {
	border: solid 2px #666;
	border-radius: 2px;
}

input[type="checkbox"]:checked {
	background-size: 13px 13px;
}

#text1, #text2 { color: #D31; margin: 10px 0; display: none;}

#page_gdpr {
	width: 50%;
	left: 25%;
	position: relative;
}

#page_gdpr form {
	width: 600px;
	background-color: #FFF;
	padding: 25px 50px;
	margin-top: 50px;
	border-radius: 5px;
}

#page_gdpr form input[type=text] {
	width: 100%;
	height: 50px;
	border: solid 3px #666;
	border-radius: 2px;
	background-color: #FFF;
	font-size: 18px;
	margin-bottom: 25px;
}

#page_gdpr form #submit {
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #FFF;
	border-radius: 5px;
	background-color: #D31;
	font-size: 18px;
	margin: 25px 0;
	cursor: pointer;
}

#page_gdpr form ul {
	width: 100%;
	display: table;
}

#page_gdpr form ul li {
	width: 10%;
	display: table-cell;
	text-align: center;
	font-style: italic;
	font-size: 14px;
}

#page_gdpr form ul li:first-child {width: 65%; text-align: center;}
#page_gdpr form ul li:last-child {width: 25%; text-align: left;}
#page_gdpr form ul li:last-child span {text-decoration: underline; color: #31A7D2;}