@charset "UTF-8";
.for_sp, .sp_header {display: none;}
 
/* constantvalue_table */
.constantvalue_table {
	width: 100%;
	font-size: 16px;
}
.constantvalue_table th {
	vertical-align: middle;
	padding: 10px 15px;
	line-height: 1.6;
	background: #D6D6D6;
	text-align: center;
	font-weight: normal;
	border-right: 5px solid #fff;
	border-bottom:5px solid #fff;
	white-space: nowrap;
}
.constantvalue_table td {
	vertical-align: middle;
	padding: 10px 15px;
	line-height: 1.6;
	background: #F7F7F7;
	border-right: 5px solid #fff;
	border-bottom:5px solid #fff;
}
.constantvalue_table th:last-child,
.fund_table01 td:last-child {
	border-right: 0;
}
.constantvalue_table span.s {
	font-size: 0.78em;
}
.constantvalue_table a{
	text-decoration: none;
	border-bottom: none;
}
.icon_star {
	width: 26px;
	height: 25px;
}
.constantvalue_table .fund_active td:nth-child(n + 3):nth-child(-n + 5){text-align: right;}
.constantvalue_table td:last-child{text-align: center;}
.constantvalue_table td:not(:first-child) {width:121px;}
.constantvalue_table td:nth-child(2) {white-space: nowrap;}

.for_sp {display: none;}


@media screen and (max-width: 560px) {

.for_pc {display: none;}
.sp_header, .for_sp {
	display: block;
	position: relative;
}
.sp_header::after {
    content: "";
    display: block;
	clear: both;
}	
p.top_logo {
    padding-top: 14px;
	padding-left: 15px;
	padding-bottom: 10px;
}	
p.top_logo img {
	width: 150px;
}
.sp_menu_box {
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 15px;
}
/* header */
.header_link {
	height:44px;	
}
.header_link_wrapper {
	width: 100%;
}
.global_site {
    height: 44px;
}
.global_site a {
	font-size: 13px;
	margin-left: 15px;
}
.header_link_list {
	display: none;
}
/*Search*/
#search_wrapper {
  width: 60px;
  height: 44px;
  padding-right: 15px;
}

input[type="text"] {
  height: 28px;
  font-size: 13px;
  padding: 2px;
  padding-right: 60px;
  width: 60px;
  position: absolute;
  top: 8px;
  right: 15px;
}
input[type="text"]:focus {
  width: 220px;
  border-right: 2px solid #FFF;
}
input[type="submit"] {
  height: 28px;
  width: 50px;
  top: 8px;
  right: 15px;
}

	
/* title */
h1.ttl_pg {
	font-size: 28px;
	padding: 15px 0;
	margin-bottom: 20px;
}	

/* Breadcrumbs */
.breadcrumbs {
	background: #F7F7F7;
	height: 30px;
	font-size: 12px;
}
.breadcrumbs_wrapper {width: 100%;}
.breadcrumbs_link {
	padding-top: 8px;
	margin-left: 15px;
}
/* Nav for Sp */
.sp_nav_mainmenu {
	background: #006A51;	
}
.sp_nav_mainmenu a{
	display: block;
	border-bottom: none;
	color: #fff;
	padding: 15px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
	margin-right: 15px;
}
.sp_nav_mainmenu > dt > a.no_link {
    pointer-events: none;
}
.sp_nav_mainmenu dd{
	background: #015541;	
}
.sp_nav_mainmenu dd a{
	font-size: 16px;
	font-weight: normal;	
}
.sp_nav_mainmenu dt.opened a{
	background: url("/common/images/link_arrow_04.svg") center right no-repeat #006A51;
}
.sp_nav_mainmenu dt.closed a{
	background: url(/common/images/link_arrow_05.svg) center right no-repeat;
}
.sp_nav_mainmenu_lower {margin-left: 30px;}

/* Main */
.last_update {
	font-size: 12px;
}
.main_content_wrapper {
	width: auto;
	margin: 0;
	padding: 0 15px 30px;	
}
.main_content {
	width: auto;
}
/* FundSearch */
.search_index_table th,
.search_index_table td{
	display: block;
	width: auto;
}
/*select*/
.search_index_ttl {
    display: block;
	font-weight: normal;
	font-size: 20px;
}
.search_index_table th {
    padding: 0;
	font-weight: normal;
}
.search_index_table td {
    padding: 10px 0 20px;
}
.selectbox {
    display: block;
}
.selectbox select {
	padding: 0.5em 2.7em 0.5em 0.9em;
	width: 100%;
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 15px;
	border-radius: 5px;
}
.selectbox::before {
    top: 35%;
}
/* radio */
input[type=radio]{display:none;}
.radio{
	display:block;
	padding:8px 30px;
}
.radio::before{background:#fff;border:1px solid #ccc;border-radius:50%;content:'';display:block;height:16px;left:5px;margin-top:-8px;position:absolute;top:50%;width:16px;}
.radio::after{background:#006A51;border-radius:50%;content:'';display:block;height:8px;left:9px;margin-top:-4px;opacity:0;position:absolute;top:50%;width:8px;}
input[type=submit]#search_button {
	border-radius: 5px;
	width: 100%;
	}
	
/* constantvalue_table */
.constantvalue_table {
	width: 100%;
	font-size: 14px;
}
.constantvalue_table thead {display: none;}
.constantvalue_table td {
	display: block;
	width: 100%;
	border-right: none;
}        
.constantvalue_table td:before {
    content: attr(data-label);
    float: left;
    font-weight: normal;
    margin-right: 10px;
	width: 10em;
	text-align: left;
}
.constantvalue_table td:first-child{
	width:100%;
	background: #D6D6D6;
	}
.constantvalue_table td:first-child a,.constantvalue_table td:first-child a span{font-weight: normal;}
.constantvalue_table td:not(:first-child){width:100%;}
/* .constantvalue_table td:nth-child(6){text-align: right;} */
.constantvalue_table td:nth-child(n + 3):nth-child(-n + 6){text-align: right;}
.constantvalue_table td:nth-child(2){white-space: nowrap;text-align: right;}
	
	
.border_link_list.blue {
    flex-direction: column;
    justify-content: space-between;
}
.border_link_list li {
	border: #D6D6D6 1px solid;
	margin-bottom: 15px;
}
.border_link_list li a {
	width: 100%;
	height: 80px;
}
.border_link_list.wcol li {
	margin-right: 0;
}
.border_link_list li a span {
	display: block;
	text-align: center;
	line-height: 1.6;
}
/* Footer */
footer {
	padding: 30px 0 15px;
}
.footer_wrapper {
	width:  auto;
	margin: 0 18px;
}
.footer_link {padding-bottom: 10px;}
.footer_link li{
	font-size: 16px;
	padding: 0 1em 1em; 
}
.fd_company {
	font-size: 16px;
}
.fd_permission,.fd_copyright {
	font-size: 12px;
}
/* Go to top */
#page_top{
  right: 15px;
  }
}