@charset "UTF-8";
/* ===========================================================

	Title: features.css
	Created: 2018-05-07
	投資法人の特徴コンテンツ専用スタイル

=========================================================== */
/*
	Common
	features
	profile
	structure
	asset
	
=========================================================== */

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

	Common

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

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

	features

=========================================================== */
.investment h4 {
	margin-top: 32px;
}
.investment ul {
	list-style-type: disc;
	margin-left: 24px;
}

.investment-1 h4 {
	color: #004190;
}
.investment-2 h4 {
	color: #E93920;
}
.investment-3 h4 {
	color: #009B53;
}

.investment-policy-table th {
	width: 560px;
	height: 86px;
	padding: 8px 8px 8px 64px !important;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
}
.investment-policy-table th span {
	font-size: 16px;
	font-weight: 400;
}
.investment-policy-table td {
	padding: 8px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 26px;
	color: #3C3C49;
}
.investment-policy-table td em {
	font-family: "Oswald";
	font-size: 32px;
	font-weight: 400;
}
.investment-policy-table td span {
	font-size: 16px;
	font-weight: 400;
}
.emphasis-table th {
	width:192px;
	background-color: #004190;
	font-size: 20px;
	font-weight: bold;
}
.emphasis-table td {
	color: #3C3C49;
	padding: 8px 8px 8px 64px !important;
}
.emphasis-table ul {
	margin: 0;
}