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

	Title: about.css
	Created: 2018-05-07
	投資法人についてコンテンツ専用スタイル

=========================================================== */
/*
	Common
	Message
	profile
	structure
	asset
	
=========================================================== */

/* ===========================================================

	Common

=========================================================== */

/* ===========================================================

	message

=========================================================== */
.message {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.message-txt {
	margin-bottom: 32px;
}
.message-photo {
	text-align: right;
}
.message-photo img {
	margin-bottom: 6px;
}

.message-photo strong{
	font-weight: bold;
    font-size: 2.2rem;
}

/* ===========================================================

	profile

=========================================================== */

.dl-table--history { border-top: solid 1px #ddd; border-bottom: solid 1px #ddd; width: 100% }
.dl-table--history dl &gt; dt,
.dl-table--history dl &gt; dd { vertical-align: top; position: relative; }
.dl-table--history dl &gt; dt { padding: 1.0em 2.0em 1.0em 0; color: rgba(206,39,10, 1.00); width: 1%; white-space: nowrap; }
.dl-table--history dl &gt; dd { padding: 1.0em 0 1.0em 2.0em; border-left: solid 1px #ddd; }


.dl-table--history dt::after {
	display: block; padding: 0; margin: -5px 0 0 0;
	position: absolute; top: 1.8em; right: -5px;
	width: 10px; height: 10px; background-color: rgba(216,173,61,1.00);
	border-radius: 5px;
	content: ""; z-index: 2;
}
.dl-table--history dd::after {
	display: block; padding: 0; margin: 0;
	position: absolute; top: 1.8em; left: -1em;
	width: 2em; height: 1px; background-color: #ddd;
	content: ""; z-index: 1;
}


.dl-table--history dl:first-child dt { padding: 2.0em 2.0em 1.0em 0; }
.dl-table--history dl:first-child dd { padding: 2.0em 0 1.0em 2.0em; }

.dl-table--history dl:first-child dd::after { top: 2.8em; }
.dl-table--history dl:first-child dt::after { top: 2.8em; }


.dl-table--history dl:last-child dt { padding: 1.0em 2.0em 2.0em 0; }
.dl-table--history dl:last-child dd { padding: 1.0em 0 2.0em 2.0em; }


.dl-table--history dd p { padding: 0; margin: 0; }



.executives-list {}
.executives-list tbody th { width: 1%; white-space: nowrap; }
.executives-list tbody td { }
.executives-list tbody td:empty { color: #666; }
.executives-list tbody td:empty::before { content: "─"; }
.executives-list .dl-table { margin: 0; }

.executives-list .dl-table { width: 100%; }
.executives-list .dl-table &gt; dl { }
.executives-list .dl-table &gt; dl &gt; dt,
.executives-list .dl-table &gt; dl &gt; dd {
	padding: 0.5em 0; vertical-align: top;
	border-bottom: solid 1px #ddd;
}

.executives-list .dl-table &gt; dl:last-child &gt; dt,
.executives-list .dl-table &gt; dl:last-child &gt; dd { border-bottom: none; }

.executives-list .dl-table &gt; dl &gt; dt {
	width: 1%; white-space: nowrap;
}
.executives-list .dl-table &gt; dl &gt; dd { padding: 0.5em 0 0.5em 1.0em; }

/* ===========================================================

	structure

=========================================================== */

p.structure-chart { display: block; padding: 3.0em 0; }

.list-style__peculiar--character_round-decimal.structure-chart-list &gt; li::before {
	font-size: 1.2em;  color: rgba(206,39,10,1.00);
}



/* ===========================================================

	features

=========================================================== */

.about-features {
	display: block; padding: 0; margin: 1.0em 0;
	counter-reset: cnt_features 0;
}
.about-features h3 {
	display: block; padding: 1.0em 0 1.0em 5.0rem; margin: 1.0em 0;
	counter-increment: cnt_features;
	border: none; position: relative;
}
.about-features h3::before {
	display: block; padding: 0; margin: 0;
	position: absolute; top: 0; left: 0;
	content: counter(cnt_features,decimal-leading-zero);
	font-size: 2.0em;
	font-family: 'Oswald', sans-serif;
	font-weight: 500; color: rgba(0,0,0,0.20);
}
.about-features h3::after {
	display: block; padding: 0; margin: 0;
	width: 100%; height: 2px;
	position: absolute; bottom: 0; left: 0;
	content: "";
	background-image: linear-gradient(90deg,rgba(0,0,0,0.40) 0%,rgba(0,0,0,0.00) 100%);
}

.about-features ul {
	display: block; padding: 0 0 0 5.5rem; margin: 1.0em 0;
}
.about-features li {
	display: block; padding: 0 0 0 1.5em; margin: 1.0em 0;
	position: relative;
}
.about-features li::before {
	display: block; padding: 0; margin: 0;
	position: absolute; top: 0; left: 0;
	content: "\f0c8";
	font-family: FontAwesome; color: rgba(0,0,0,0.40);
}





/* ===========================================================

	policy

=========================================================== */

.about-policy-chart {
	display: flex; padding: 10px; margin: 1.0em 0;
	align-items: center;
	background-color: rgba(206,39,10, 0.60);
	border-radius: 10px;
}
.about-policy-chart__cell {
	display: block; padding: 10px; margin: 0;
}
.about-policy-chart__cell:first-child {
	width: 40%;
}
.about-policy-chart__cell:last-child {
	width: 60%;
}
.about-policy-chart__cell h3 {
	display: block; padding: 0; margin: 0;
	border: none; color: #fff; text-align: center;
	font-size: 1.6em;
}

.about-policy-chart__cell ul {
	display: block; padding: 0; margin: 0;
	border: none; text-align: center;
}
.about-policy-chart__cell ul li {
	display: block; padding: 5px; margin: 0 0 5px 0;
	background-color: #fff;
	border-radius: 4px;
}
.about-policy-chart__cell ul li:last-child { margin: 0; }


.table-policy-rate { text-align: center; }
.table-policy-rate th,
.table-policy-rate td { white-space: nowrap; }

.table-policy-rate__number,
.table-policy-rate__lot {
	display: inline-block;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: rgba(206,39,10, 1.00);
}
.table-policy-rate__number { font-size: 3.0em; }
.table-policy-rate__lot { font-size: 1.2em; }




</pre></body></html>