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

	Title: features.css
	Created: 2019-9-10

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

	features

=========================================================== */
.contents-style .switch {
	display: none;
}
.contents-style .is-show {
	display: block;
}
.hab-tab {
	display: flex;
	justify-content: center;
}
.hab-tab ul {
	width: 100%;
	display: flex;
	margin: 0 0 64px 0;
}
.hab-tab ul li {
	background-color: #CCD4E3;
	width: 100%;
	display: flex;
	align-items: center;
	height: 56px;
	position: relative;
	margin: 0;
	border-bottom: 1px solid #002A74;
}
.hab-tab ul li a:link,
.hab-tab ul li a:visited {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 16px;
	color: #002A74;
	display: block;
	width: 100%;
	text-decoration: none;
}
.hab-tab ul li a:hover {
}
.hab-tab ul li a:hover {
	text-decoration: none;
}
.hab-tab ul li.current,
.hab-tab ul li.is-active,
.hab-tab ul li:hover {
	background-color: #002A74;
	color: #fff;
}
.hab-tab ul li.current a,
.hab-tab ul li.is-active a,
.hab-tab ul li:hover a {
	color: #fff;
}
.hab-tab ul li.current:hover {
	opacity: 0.8;
}
.growth-table {
    margin-bottom: 48px;
}
.growth-table th {
    background-color: #F8F8F8;
    color: #000;
}
.growth-table td {
    border-bottom: none;
}
/* ===========================================================

	features

=========================================================== */
/* index
----------------------------------------------------------- */
.feature-explanation th {
    font-weight: bold;
    color: #fff;
}
.feature-explanation td {
    border-bottom: none;
    padding-bottom: 3em;
}
.feature-explanation .first {
    background-color: #000;
}
.feature-explanation .second {
    background-color: #002A74;
}
.feature-explanation .third {
    background-color: #9F1C23;
}
/* features-hub
----------------------------------------------------------- */
section.features-hub {
    border: solid 1px #ddd;
    border-top: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 20px;
    margin: 20px 0 !important;
}
section.features-hub + section.features-hub {
    margin: 0 0 20px !important;
}
section.features-hub--half {
    width: calc(50% - 10px);
}
.features-hub section {
    width: 50%;
    margin: 0 !important;
}
.features-hub h3 {
    width: calc(100% + 2px);
    margin: 0 0 0 -1px;
    background-color: #444444;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px 10px 20px;
    color: #fff;
}
.features-hub h4 {
    width: 100%;
    margin: 15px 20px 0 20px;
    color: #e60000;
    font-weight: bold;
}
.features-hub dl {
    margin: 0 20px;
}
.features-hub dt {
    position: relative;
    margin-top: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    padding-left: 1.2em;
}
.features-hub dt + dt {
    margin-top: 5px;
}
.features-hub dt:first-child {
    margin-top: 5px;
}
.features-hub dt::before {
    content: "";
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0.8em;
    width: 10px;
    height: 10px;
    background-color: #bbb;
    border-radius: 100%;
    transform: translate(0, -5px);
}
.features-hub dd {
    position: relative;
    margin-top: 5px;
    margin-left: 1.2em;
    font-size: 1.4rem;
    padding-left: 1.2em;
}
.features-hub dd::before {
    content: "";
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0.6em;
    width: 10px;
    height: 2px;
    background-color: #aaa;
}
.features-hub p {
    margin: 10px 20px 0;
}
/* ===========================================================

	investment-policy

=========================================================== */
.policy-table thead th {
    background-color: #333333;
    color: #fff;
    text-align: center;
}
.policy-table tbody th.pattern1 {
    background-color: #666666;
    color: #fff;
    text-align: left;
}
.policy-table tbody th.pattern2 {
    background-color: #000;
    color: #fff;
    text-align: left;
}
.policy-table tbody td.pattern2 {
    background-color: #CCCCCC;
    color: #000;
}
.stack {
    margin: 0px;
    padding: 0px;
    overflow-y: hidden;
    height: 235px;
    position: absolute;
    top: 25px;
    left: 15px;
    z-index: 2;   
}
#chart_3 {
    height: 200px;
    overflow: hidden;
    text-align: left;
    margin-bottom: 55px;
}
.use {
    
}
.use2 {
    margin: 0px;
    padding: 0px;
    overflow-y: hidden;
    height: 250px;
    position: absolute;
    top: 0;
    left: 14px;
    z-index: 2;   
}
#chart_0 {
    height: 200px;
}
#chart_0_legend {
    height: 30px !important;
}
#chart_1 {
    height: 250px;
    overflow: hidden;
    text-align: left;
    margin-bottom: 25px;
}
