@charset "UTF-8";


.top_content {
	width: 1122px;
	margin: 0 auto;
}
.top_conts_section,fund_index_box {
	margin-bottom: 60px;
}

h2.ttl_top_cont {
	font-size: 38px;
	font-weight: normal;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 25px;
}
/* Slider */
.slider_wrapper {
	width: 1260px;
	margin: 0 auto 80px;
}
.slider_inner { margin: 0 0 50px;}
.slider_inner img { width: 100%; height: auto;}
.slider_inner .slick-next { z-index: 99;}
.slider_inner .slick-prev { z-index: 100;}

/* Caution */
div#caution { margin-bottom: 25px; }
div#caution > a { 
	color :red;
	text-decoration: underline;
}

/* Fund index */
.fund_index_box {
	margin-bottom: 60px;
}
.fund_index_list {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.fund_index_list li {
	width: 354px;
}
.fund_index_list li a {
	width: 354px;
	height: 150px;
	border: #006A51 1px solid;
	display: flex;
	flex-direction: column;
	justify-content: center;
	vertical-align: middle;
	color: #006A51;
}
.fund_index_list li a span {
	display: block;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	line-height: 1.6;
}

/* top_news_box */
.top_news_box_wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 70px;
}
.top_news_box {
	padding: 30px 35px 20px;
	background: #F7F7F7;
}
.top_news_list {
	width: 100%;
}
.top_news_list li {
	margin-bottom: 1em;
}
.top_news_list li span.date {
	width: 15%;
	display: inline-block;
	margin-bottom: 5px;
	vertical-align: top;
}
.top_news_list li a {
	width: 85%;
	display: inline-block;
	padding-left: 25px;
	line-height: 1.6;
	color: #003C80;
}

@media screen and (max-width: 1400px) {
/* Slider */
.slider_wrapper {
	width: 1000px;
	margin: 0 auto 80px;
}
}
