

項目 | 選択 |
---|---|
組合員本人の年齢
|
|
加入する全員の総所得金額の合計
|
|
加入する家族の人数
|
小学生まで |
上記以外の |
|
40歳以上 |
|
65歳以上の家族 |
あなたの月額保険料(概算)は
{{ addComma(result.total_fee) }}円
です
内訳 | |||
---|---|---|---|
本人保険料 + 医療共済掛金 |
{{ addComma(result.insurance_fee) }}円 | ||
家族保険料 | 一般A | {{ getKazokuCount(result.kazoku_under39_fee, familyRates.under39) }}人 | {{ addComma(result.kazoku_under39_fee) }}円 |
一般B | {{ getKazokuCount(result.kazoku_40_64_fee, familyRates.age40to64) + getKazokuCount(result.kazoku_65plus_fee, familyRates.age65plus) }}人 | {{ addComma(result.kazoku_40_64_fee + result.kazoku_65plus_fee) }}円 | |
12歳未満 | {{ getKazokuCount(result.kazoku_child_fee, familyRates.child) }}人 | {{ addComma(result.kazoku_child_fee) }}円 | |
介護保険料 | 組合員 | {{ addComma(result.care_member_fee) }}円 | |
家族 | {{ getKazokuCount(result.care_family_fee, careRates.family) }}人 | {{ addComma(result.care_family_fee) }}円 |