<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset 'utf-8';

@import 'https://fonts.googleapis.com/css?family=Abel';

.section-crown-histories {
	background: #f1f1f1;
	padding: 40px 0;
}
.section-crown-histories .container {
	width: 1000px;
	margin: 0 auto;
}
.section-crown-histories p.lead {
	text-align: center;
	font-size: 22px;
	line-height: 1.7;
	margin: 0 0 40px;
}
.section-crown-histories dl {
	position: relative;
	height: 370px;
	border-bottom: 1px solid #f1f1f1;
}
.section-crown-histories dt {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	width: 110px;
	color: #fff;
	font-family: 'Abel';
	font-size: 24px;
	line-height: 370px;
	background: #790028;
	box-sizing: border-box;
}
.section-crown-histories dd {
	font-size: 16px;
	width: 445px;
	height: 100%;
	box-sizing: border-box;
}
.section-crown-histories dl.large {
	height: 420px;
}
.section-crown-histories dl.large dt {
	line-height: 420px;
}
.section-crown-histories li:nth-child(odd) dd.left {
	position: absolute;
	top: 0;
	left: 0;
}
.section-crown-histories li:nth-child(odd) dd.right {
	position: absolute;
	top: 0;
	right: 0;
}
.section-crown-histories li:nth-child(even) dd.left {
	position: absolute;
	top: 0;
	right: 0;
}
.section-crown-histories li:nth-child(even) dd.right {
	position: absolute;
	top: 0;
	left: 0;
}
.section-crown-histories dd .event {
	padding: 100px 40px 0 70px;
}

.section-crown-histories dd .crown {
	width: 280px;
	height: 265px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.section-crown-histories .image {
	margin: 0 -35px;
	margin-bottom: 20px;
	text-align: center;
}
.section-crown-histories .image img {
	display: inline-block;
	max-width: 100%;
}
.section-crown-histories dd .btn {
	font-size: 16px;
	line-height: 38px;
}
.section-crown-histories dd .btn:after {
	font-size: 14px;
}
.section-crown-histories h2 {
	text-align: center;
	font-size: 25px;
	margin-bottom: 30px;
}
.section-crown-histories h3 {
	text-align: left;
	font-family: inherit;
	font-size: 20px;
	font-weight: bold;
	color: #790028;
	background: none;
	padding: 0;
	margin: 0 0 20px;
}
.section-crown-histories ul {
	list-style-type: disc;
	margin: 0 0 0 20px;
	font-size: 16px;
}
.section-crown-histories .action {
	padding: 40px 0;
	background: #fff;
}
.section-crown-history {
	background: #f1f1f1;
	padding: 40px 0;
}
.section-crown-history .wrapper {
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 70px;
}
.section-crown-history .image {
	width: 1000px;
	height: 386px;
	margin: 0 auto 40px;
	padding-top: 28px;
	box-sizing: border-box;
	text-align: center;
	background: #171522; /* Old browsers */
	background: -moz-linear-gradient(top,  #171522 0%, #1e1937 97%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #171522 0%,#1e1937 97%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #171522 0%,#1e1937 97%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.section-crown-history .image img {
	display: inline-block;
	max-width: 100%;
}
.section-crown-history .image h2 {
	line-height: 1;
}
.section-crown-history .image h2 img {
	max-height: 70px;
	vertical-align: top;
}
.section-crown-history .image p img {
	max-height: 100%;
}
.section-crown-history h3 {
	font-family: inherit;
	font-size: 24px;
	font-weight: bold;
	color: #790028;
	background: transparent;
	text-align: left;
	padding: 0;
	margin: 0 0 30px;
}
.section-crown-history .wrapper ul {
	list-style-type: disc;
	font-size: 16px;
	line-height: 2;
	margin: 0 0 40px 20px;
}
.section-crown-history .wrapper p {
	font-size: 16px;
	line-height: 2;
}
.section-crown-history .wrapper p + p {
	margin-top: 15px;
}
.section-crown-history .actions {
	position: relative;
	background: #fff;
	padding: 30px 0;
}
.section-crown-history .actions ul {
	text-align: center;
}
.section-crown-history .actions li {
	display: inline-block;
	width: 400px;
	margin: 0 15px;
}
.section-crown-history .actions li:first-child, 
.section-crown-history .actions li:last-child {
	width: 285px;
	margin: 0;
}
.section-crown-history .actions li .btn {
	width: 100%;
}

@media screen and (max-width: 750px) {
	.section-crown-histories {
		padding: 40px 20px;
	}
	.section-crown-histories .container {
		width: 100%;
	}
	.section-crown-histories p.lead {
		font-size: 28px;
		max-height: 100%;
		width: 590px;
		margin: 0 auto;
		margin-bottom: 40px;
	}
	.section-crown-histories dl {
		position: relative;
		height: auto;
		border-bottom: 10px solid #f1f1f1;
	}
	.section-crown-histories dl:after {
		content: "";
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		display: block;
		width: 80px;
		height: 100%;
		background: #790028;
	}
	.section-crown-histories dl.large {
		height: auto;
	}
	.section-crown-histories dt {
		z-index: 2;
		font-size: 28px;
		max-height: 100%;
		text-align: center;
		line-height: 1em;
		left: 0;
		right: auto;
		width: 80px;
		padding: 20px 0 0 0;
	}
	.section-crown-histories dd {
		background: #fff;
		position: static !important;
		height: auto;
		width: 630px;
		margin: 0 0 0 80px;
	}
	.section-crown-histories dl.large dd {
		height: auto;
	}
	.section-crown-histories dd .event {
		width: 490px;
		padding: 30px 0;
		margin: 0 auto;
	}
	.section-crown-histories dd .crown {
		width: 490px;
		padding: 30px 0 0 0;
		height: auto;
		position: static;
	}
	.section-crown-histories h2 {
		font-size: 32px;
		max-height: 100%;
		margin: 0 0 15px;
	}
	.section-crown-histories h3 {
		font-size: 26px;
		max-height: 100%;
	}
	.section-crown-histories ul {
		font-size: 24px;
		max-height: 100%;
	}
	.section-crown-histories ul li {
		line-height: 1.3;
	}
	.section-crown-histories ul li + li {
		margin-top: 10px;
	}
	.section-crown-histories dd .btn {
		font-size: 26px;
		line-height: 70px;
		max-height: 100%;
	}
	.section-crown-histories dd .btn:after {
		font-size: 22px;
		max-height: 100%;
	}
	.section-crown-histories .action {
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.section-crown-history {
		padding: 0 0 40px;
	}
	.section-crown-history .image {
		width: 100%;
		min-height: 490px;
		padding-top: 55px;
	}
	.section-crown-history .image h2 img {
		max-height: 100%;
	}
	.section-crown-history .image p {
		margin-top: 10px;
	}
	.section-crown-history .image p img {
		max-width: 100%;
	}
	.section-crown-history .wrapper {
		box-sizing: border-box;
		width: 100%;
		padding: 0 20px 40px 20px;
	}
	.section-crown-history h3 {
		font-size: 28px;
		max-height: 100%;
	}
	.section-crown-history .wrapper ul {
		font-size: 20px;
		max-height: 100%;
	}
	.section-crown-history .wrapper p {
		font-size: 20px;
		max-height: 100%;
	}
	.section-crown-history .actions {
		padding: 0;
	}
	.section-crown-history .actions ul {
		text-align: left;
	}
	.section-crown-history .actions li {
		width: 100%;
		margin: 0;
		box-sizing: border-box;
		border: 1px solid #fff;
	}
	.section-crown-history .actions li:first-child, 
	.section-crown-history .actions li:last-child {
		width: 50%;
	}
	.section-crown-history .actions li:last-child {
		position: absolute;
		top: 0;
		right: 0;
	}
	.section-crown-history .actions li .btn-arrow-left:before,
	.section-crown-history .actions li .btn-arrow-right:after {
		font-size: 20px;
	}
}</pre></body></html>