@charset "utf-8";

/*============================================================
	PAGE
*/
.page {
	padding: 0 0 120px 0;
}
.page .content {
	margin: 0 auto;
	padding: 0 50px;
	max-width: 900px;
	font-size: 14px;
	line-height: 1.6;
}
/**/
@media screen and (max-width: 781px) {
	.page {
		padding: 0 0 50px 0;
	}
	.page .content {
		padding: 0 2rem;
		font-size: 12px;
	}
}

/*============================================================
	HEADLINE
*/
.headline {
	margin: 0 0 40px 0;
	padding: 40px 0 0 0;
	text-align: center;
}
.headline h2 {
	font-weight: 700;
	font-size: 48px;
	line-height: 1.1;
}
.headline h3 {
	margin: 30px 0 0 0;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.1;
}
/**/
@media screen and (max-width: 781px) {
	.headline {
		margin: 0 0 30px 0;
		padding: 30px 0 0 0;
	}
	.headline h2 {
		font-size: 30px;
	}
	.headline h3 {
		margin: 15px 0 0 0;
		font-size: 16px;
	}
}

/*============================================================
	AREA
*/
.area {

}
.area table {
	width: 100%;
	border-bottom: 2px solid #ccc;
	text-align: center;
	font-weight: 700;
	font-size: 14px;
}
.area table .list th {
	padding: 15px 0;
	width: 20%;
	vertical-align: middle;
	text-align: center;
}
/**/
@media screen and (max-width: 781px) {
	.area table .list th {
		padding: 10px 0;
	}
}

/*============================================================
	HEADING
*/
.heading {
	margin: 30px 0 10px 0;
	text-align: center;
	font-weight: 700;
	font-size: 20px;
}
/**/
@media screen and (max-width: 781px) {
	.heading {
		margin: 20px 0 5px 0;
		font-size: 18px;
	}
}

/*============================================================
	PRICE
*/
.price {

}
.price table {
	width: 100%;
	text-align: center;
}
.price table td {
	padding: 20px 5px;
	width: 20%;
	vertical-align: middle;
	text-align: center;
}
.price table td span {
	display: inline-block;
}
.price table tr:nth-child(even) td {
	background-color: rgba(0,0,0,0.06);
}
/**/
@media screen and (max-width: 781px) {
	.price table td {
		padding: 12px 2px;
	}
}

/*============================================================
	NOTES
*/
.notes {
	margin: 20px 0 0 0;
	font-size: 12px;
}
.notes ul li {
	padding-left: 1em;
	text-indent: -1em;
}

/*============================================================
	FOOT
*/
.foot {
	margin: 40px 0 0 0;
	display: flex;
	justify-content: center;
}
.foot a {
	position: relative;
	display: flex;
	align-items: center;
	padding: 0 2rem;
	width: 30rem;
	height: 5.6rem;
	background-color: #000;
	color: #FFF;
}
.foot a i {
	position: absolute;
	top: 50%;
	right: 2rem;
	margin-top: -1rem;
	font-size: 2rem;
	color: #C00;
}