section.card {
	border: 1px solid #c0c0c0;
	width: 400px;
	height: 560px;
	margin: 20px auto 20px auto;
	padding: 20px;
	box-shadow: 2px 2px 12px rgba(40, 40, 40, 0.20);
	border-radius: 25px;
	display: table;
}


div.card-inner {
	border-radius: 20px;
	display: table-cell;
	position: relative;
}

section.card-back div.card-inner {
	background-color: #f0235c;
	color: #fff;
	padding: 30px;
	position: relative;
}

section.card-back div.card-inner section.footer {
	position: absolute;
	bottom: 0;
	padding-bottom: 10px;
	text-align: center;
	font-size: 18px;
}

section.card .title {
	text-align: center;
	font-size: 40px;
	padding-top: 80px;
	padding-bottom: 50px;
}

section.card section.header {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	padding: 15px 20px 6px 20px;
	margin-bottom: 20px;
	background-color: #f0235c;
}

section.card .voice-1 {
	color: #fff;
	font-size: 18px;
}

section.card .voice-2 {
	font-size: 18px;
}

section.card .voice-3 {
	font-size: 18px;
}

section.card .voice-4 {
	font-size: 22px;
	text-align: center;
}


section.card-guidance {
	margin-top: 1em;
}

section.card-special {
	width: 560px;
	height: 400px;
}

section.card-special h1 {
	font-size: 55px;
	margin-top: 75px;
	margin-bottom: 50px;
}

section.card-special div.card-inner {
	color: #fff;
	text-align: center;
	font-size: 20px;
}