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

	Title: financial.css
	Created: 2024-07-17

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

	investment


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

	investment

=========================================================== */
.investment-paid_bdr-l {
	border-left: 1px solid #fff;
}
.investment-paid_bdr-b {
	border-bottom: 1px solid #fff;
}
.investment-paid-table td {
	padding:15px 10px !important;
}
.investment-paid-table th {
	padding-left:10px !important;
	padding-right:10px !important;
}

@media (min-width: 1025px){/* 画面サイズが1025px以上の場合 */
	.investment-paid-table {
		table-layout: fixed;
	}
	.investment-paid_01 { }	
	.investment-paid_02 { width: 170px;}	
	.investment-paid_03 { width: 110px;  }	
	.investment-paid_04 { width: 110px;  }	
	.investment-paid_05 { width: 110px;  }	
	.investment-paid_06 { width: 110px;  }	
	.investment-paid_07 { width: 110px;  }	
}