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

/* PC：style-insurance-benefits-pc.css
 * おまかせプラン ver.6
 * 保険料と保険給付
 * **************************************************
 * Global Navigation (Nav) ★
 * Elements
 * **************************************************
 */

/* Global Navigation (Nav) ★
------------------------------------------------------------------ */

/* Elements
------------------------------------------------------------------ */
/* 給付一覧（本人・家族） */
#subPage .main .benefitList tbody th {
	width: 20%;
}
#subPage .main .benefitList td:last-child {
	text-align: left;
	width: 58%;
}

#subPage .main .general th{
	width:20%;
}

#subPage .main .general td{
	text-align:left;
}

#subPage .main .determine{
	padding:0em 1em 0 1em;
	border:1px solid #c0e189;
	border-radius:10px;
	margin-bottom:2em;
}

#subPage .main .determine li{
	font-size:1.5em;
	padding:0.5em;
}

#subPage .main .determine li:first-child{
	border-bottom:1px solid #c0e189;
	font-weight:bold;
}

#subPage .main .s-insurer th:first-child{
	width:50%;
}

#subPage .main .s-insurer th:last-child{
	width:25%;
}

#subPage .main .s-insurer td{
	text-align:left;
}

#subPage .main .s-insurer td.td1{
	width:23%;
}

/* table 標準報酬を決める時期 */
#subPage .main .period th {
	width: 35%;
  text-align: left;
}
#subPage .main .period td {
  text-align: left;
}</pre></body></html>