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

/* CSS Document */

@media screen and (max-width:880px) {
.contbox {
}
/*============================
table
============================*/
#fund-fee_table01 th:nth-child(1){
	width: 45%;
}
#fund-fee_table01 th:nth-child(2){
	width: 55%;
}
#fund-fee_table02 th:nth-child(1){
	width: 35%;
}
#fund-fee_table02 th:nth-child(2){
	width: 65%;
}

/*============================
simulation
============================*/
.select_area .select_box {
	margin-right: 20px;
}
.result .result_value dl dt {
	display: block;
}
.result .result_value dl dd {
	display: block;
}
/*============================
#top
============================*/
#top #secret .secret_box article {
	width: 33.3%;
	margin-right: 30px;
	position: relative;
	padding-bottom: 100px;
}
	
	
}
</pre></body></html>