@charset "utf-8";
#loan_calc{--calc-navy:#123776;--calc-blue:#0066ef;--calc-line:#d5dfec;padding:calc(var(--header_h) + 3.5rem) 0 var(--sec_pd);background:#fff;color:#222}.calc_page{max-width:1320px}.calc_header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:2.8rem}.calc_header h1{color:var(--calc-navy);font-weight:700;line-height:1.15}.calc_header p{margin-top:1.1rem;color:#222;font-weight:500}.calc_illust{display:block;width:100px;height:auto;object-fit:contain}
.calc_form{border-top:2px solid #7a9bc8}.calc_form button,.calc_form input{font:inherit}.calc_input_rows{border-bottom:2px solid #7a9bc8}.calc_row{display:grid;grid-template-columns:250px 1fr;min-height:72px;border-bottom:1px solid var(--calc-line)}.calc_row:last-child{border-bottom:0}.calc_row>label,.calc_label{display:flex;align-items:center;justify-content:center;padding:1rem;background:#edf3f8;color:var(--calc-navy);font-weight:600}.calc_control{display:flex;align-items:center;gap:16px;padding:10px 20px}.calc_input{display:flex;align-items:center;flex:0 0 320px;height:44px}.calc_input input{width:270px;height:100%;padding:0 14px;border:0;background:#f1f5f9;color:#888;font-weight:500;text-align:right;outline:0}.calc_input input:focus{box-shadow:inset 0 0 0 2px var(--calc-blue);background:#fff}.calc_input span{width:50px;padding-left:10px;color:#222;font-weight:500}.calc_quick{display:flex;align-items:center;gap:7px}.calc_quick button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:100px;height:50px;padding:0 14px;border:1px solid var(--calc-blue);background:#fff;color:#222;font-weight:500}.calc_quick img,.calc_reset img{width:18px;height:18px;object-fit:contain}.calc_quick button:hover,.calc_quick button:focus{background:#edf5ff;color:var(--calc-blue)}.calc_method{display:flex;align-items:center;gap:8px;padding:10px 20px;border:0}.calc_method legend{position:absolute;overflow:hidden;width:1px;height:1px;clip:rect(0,0,0,0)}.calc_method input{position:absolute;opacity:0}.calc_method span{display:flex;align-items:center;justify-content:center;width:250px;height:70px;border:1px solid var(--calc-blue);border-radius:var(--br_s);background:#fff;color:#222;font-weight:500;cursor:pointer}.calc_method input:checked+span{background:var(--calc-blue);color:#fff;font-weight:700}.calc_actions{display:flex;justify-content:center;gap:8px;padding:2rem 0 5rem}.calc_actions button{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:70px;padding:0 35px;border-radius:var(--br_s);font-weight:500}.calc_reset{width:170px;border:1px solid #7187a4;background:#fff;color:#222}.calc_actions .calc_submit{width:260px;border:1px solid var(--calc-blue);background:var(--calc-blue);color:#fff}
.calc_result{margin-top:0}.calc_result h2{margin:0 0 2.2rem;color:#222;font-weight:700}.calc_summary{border-top:2px solid #7a9bc8;border-bottom:2px solid #7a9bc8}.calc_summary>div{display:grid;grid-template-columns:250px 320px 1fr;align-items:center;min-height:62px;border-bottom:1px solid var(--calc-line)}.calc_summary>div:last-child{border-bottom:0}.calc_summary span{display:flex;align-items:center;justify-content:center;height:100%;padding:1rem;background:#edf3f8;color:var(--calc-navy);font-weight:600}.calc_summary strong{margin-left:20px;padding:11px 14px;background:#f1f5f9;color:#888;font-style:normal;font-weight:500;text-align:right}.calc_summary em{padding-left:10px;color:#222;font-style:normal;font-weight:500}.calc_summary .summary_point{background:#cfe1fb}.calc_summary .summary_point span{background:#cfe1fb}.calc_result h2.calc_schedule_title{margin-top:6rem}.calc_table{width:100%;border-collapse:collapse;table-layout:fixed;text-align:center}.calc_table caption{overflow:hidden;position:absolute;width:1px;height:1px;clip:rect(0,0,0,0);white-space:nowrap}.calc_table .calc_turn_col{width:8%}.calc_table th{box-sizing:border-box;height:62px;padding:0 10px;border-top:2px solid #7a9bc8;background:#cfe1fb;color:var(--calc-navy);font-weight:500;line-height:1.35;text-align:center;vertical-align:middle}.calc_table td{box-sizing:border-box;height:58px;padding:10px;border-right:1px solid #e2e9f2;color:#444;font-weight:500;line-height:1.35;text-align:center;vertical-align:middle}.calc_table td:last-child{border-right:0}.calc_table tbody tr:nth-child(even){background:#edf3f8}.calc_table tbody tr.year_mark{background:#e3ebf7}.calc_table tbody tr.year_mark td{color:var(--calc-navy);font-weight:500}.calc_table tbody tr:last-child td{border-bottom:2px solid #7a9bc8}.calc_notice{margin-top:1rem;color:#444;font-weight:500;line-height:1.5}.calc_table tbody .calc_table_empty td{height:72px;padding:18px 12px;border-right:0;border-bottom:2px solid #7a9bc8;background:#fff;color:#888;font-weight:500;text-align:center;vertical-align:middle;white-space:normal}
@media(max-width:900px){#loan_calc{padding-top:calc(var(--header_h) + 2.5rem)}.calc_page{padding-inline:24px}.calc_row{grid-template-columns:180px 1fr}.calc_control{flex-direction:column;align-items:stretch;gap:8px}.calc_input{flex-basis:auto;width:100%}.calc_input input{width:calc(100% - 50px)}.calc_quick{flex-wrap:wrap}.calc_method{flex-wrap:wrap}.calc_method label{flex:1}.calc_method span{width:100%;min-width:120px}.calc_summary>div{grid-template-columns:180px minmax(220px,320px) 1fr}.calc_table_scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}.calc_table{min-width:780px}}
@media(max-width:600px){#loan_calc{padding-top:calc(var(--header_h) + 2rem);padding-bottom:4rem}.calc_page{padding-inline:16px}.calc_header{margin-bottom:2rem}.calc_header h1{}.calc_header p{margin-top:.7rem;}.calc_illust{width:62px}.calc_row{display:block}.calc_row>label,.calc_label{justify-content:flex-start;padding:.8rem 1rem;}.calc_control{padding:12px 0}.calc_quick{gap:5px}.calc_quick button{flex:1;min-width:58px;height:38px;padding:0 6px;}.calc_method{padding:12px 0;gap:5px}.calc_method span{min-width:0;height:44px;}.calc_actions{padding:1.4rem 0 4rem}.calc_actions button{width:auto;height:46px;padding:0 22px;}.calc_actions .calc_submit{width:auto;min-width:145px}.calc_result h2{margin-bottom:1.4rem;}.calc_summary>div{grid-template-columns:120px 1fr 40px;min-height:54px}.calc_summary span{padding:.7rem .5rem;}.calc_summary strong{margin-left:10px;padding:9px 10px;}.calc_result h2.calc_schedule_title{margin-top:4.5rem}.calc_table th{height:52px;}.calc_table td{height:50px;}.calc_table tbody .calc_table_empty td{}.calc_notice{line-height:1.5}}