@charset "utf-8";
/* ===========================================================

	Title:		finance.css
	Created:	2016-9-9

=========================================================== */
/*

	interest-1
	unitholders


=========================================================== */
/* ===========================================================

	interest

=========================================================== */
/* interest-1
----------------------------------------------------------- */
.interest-1 {
	/*width: 700px;*/
	margin: 0 auto;
}
.interest-1 table {
	/*width: 700px;*/
}
.interest-1 table th {
	border-top: solid 1px #fff;
}
.interest-1 table th.blank-cell {
	border-top: none;
	border-bottom: none;
}
@media screen and (max-width: 1024px) {
	.interest-1 {
		width: auto;
	}
	.interest-1 table {
		width: auto;
	}
}
/* ===========================================================

	unitholders

=========================================================== */
/* investment.js graph
----------------------------------------------------------- */
div#invest {
	position: relative;
}
div#invest .unit {
	position:absolute;
	top:295px;
	right:-30px;
}
@media screen and (max-width: 1024px) {
	/*div#invest .unit {
		top:270px;
		right:0px;
	}*/
}

/* data-summary
----------------------------------------------------------- */
.data-summary {
	display: flex;
	justify-content: center;
}
.data-summary p {
	margin-bottom: 5px;
}
.data-summary dl {
	border-radius: 16px;
	border: 1px solid var(--Gallery-300, #BDBDBD);
	display: block;
	padding: 32px;
	margin: 0;
	text-align: center;
	width: 284px;
}
.data-summary dl + dl {
	margin-left: 32px;
}
.data-summary dl:after {
	content: " ";
	display: block;
	clear: both;
}
.data-summary dl dt {
	margin-bottom: 24px;
	color: var(--Gallery-950, #292929);
	font-family: "M PLUS 1p";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px; /* 100% */
}
.data-summary dl dd {
	margin: 0;
	padding: 0;
	color: var(--Gallery-950, #292929);
	font-family: "M PLUS 1p";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px; /* 100% */
}
.data-summary dl em {
	color: var(--Alizarin-Crimson-600, #E30C1F);
	font-family: Poppins;
	font-size: 48px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 48px */
	margin-right: 8px;
}
@media screen and (max-width: 1024px) {
	.data-summary {
		flex-direction: column;
		align-items: center;
	}
	.data-summary dl + dl {
		margin-left: 0;
		margin-top: 32px;
	}
}

.link-button__open {
	display: inline-block;
	padding: 16px 56px;
	border-radius: 16px;
	border: 1px solid var(--Alizarin-Crimson-600, #E30C1F);
	background: var(--white, #FFF);
	text-decoration: none !important;
}
.link-button__open:hover {
	color: #fff;
	background: var(--white, #E30C1F);
}