#plans_introduction .inner{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:nowrap;flex-direction:row;gap:30px}#plans_introduction .pic{width:calc(438/1080*100%)}@media screen and (max-width:1000px){#plans_introduction .inner{gap:20px}}@media screen and (max-width:600px){#plans_introduction .inner{justify-content:flex-start;flex-direction:column;gap:0}#plans_introduction .pic{width:auto}}#priority_fee{padding:0 10px;display:flex;justify-content:space-between;align-items:normal;flex-wrap:nowrap;flex-direction:row}#priority_fee .pic01{width:calc(206/1080*100%)}#priority_fee .plus{width:calc(45/1080*100%)}#priority_fee .pic02{width:calc(208/1080*100%)}#priority_fee .equal{width:calc(36/1080*100%)}#priority_fee .pic03{width:calc(417/1080*100%)}#priority_fee :is(.plus,.equal){display:flex;justify-content:center;align-items:center;flex-wrap:nowrap;flex-direction:row}#priority_discounts{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:nowrap;flex-direction:row}#priority_discounts .priority_discount{width:calc(500/1080*100%);position:relative;border-radius:16px}#priority_discounts .balloon{width:100px;position:absolute;top:-40px;left:-40px;z-index:1}#priority_discounts .paragraph{margin-bottom:30px}#priority_discounts table{width:100%;table-layout:fixed;background-color:#fff}#priority_discounts table td,#priority_discounts table th{text-align:center;border:1px solid #c5c7c9}#priority_discounts table th{font-size:1.6rem}#priority_discounts table.per_fee td,#priority_discounts table.per_fee th{padding:10px}#priority_discounts table.per_fee .fee{font-size:3.2rem}#priority_discounts table.per_fee .fee small{font-size:2.4rem}#priority_discounts table.per_fee .ratio{font-size:4rem}#priority_discounts table.per_fee .ratio small{font-size:2.4rem}#priority_discounts table.per_total td,#priority_discounts table.per_total th{padding:5px 10px}#priority_discounts table.per_total td{font-size:3rem}#priority_discounts table.per_total td small{font-size:1.8rem}#priority_discounts table.per_total td.red{color:#e50012}@media screen and (max-width:1000px){#priority_discounts .priority_discount{width:48%}#priority_discounts .balloon{width:60px;top:-20px;left:-20px;z-index:1}#priority_discounts .paragraph{margin-bottom:10px}#priority_discounts table th{font-size:calc(.1302083333vw*16)}#priority_discounts table:is(.per_fee,.per_total) td,#priority_discounts table:is(.per_fee,.per_total) th{padding:5px}#priority_discounts table:is(.per_fee,.per_total) :is(td,.fee,.ratio) small{font-size:calc(.1302083333vw*16)}#priority_discounts table.per_fee .fee{font-size:calc(.1302083333vw*22)}#priority_discounts table.per_fee .ratio{font-size:calc(.1302083333vw*28)}#priority_discounts table.per_total td{font-size:calc(.1302083333vw*26)}}@media screen and (max-width:600px){#priority_fee{align-items:normal;flex-direction:column}#priority_fee :is(.pic01,.pic02,.plus,.equal){width:auto}#priority_fee :is(.plus,.equal){height:60px}#priority_fee .plus img{width:30px}#priority_fee .equal img{width:30px;transform:rotate(90deg)}#priority_fee .pic03{width:100%;margin:0 auto}#priority_discounts{display:grid;grid-gap:40px 0;gap:40px 0}#priority_discounts .priority_discount{width:auto}#priority_discounts .balloon{top:-20px;left:-10px}#priority_discounts .h_simple{padding-left:40px}#priority_discounts table th{font-size:min(.2666666667vw*16,16px)}#priority_discounts table:is(.per_fee,.per_total) :is(td,.fee,.ratio) small{font-size:min(.2666666667vw*16,16px)}#priority_discounts table.per_fee .fee{font-size:min(.2666666667vw*22,22px)}#priority_discounts table.per_fee .ratio{font-size:min(.2666666667vw*28,28px)}#priority_discounts table.per_total td{font-size:min(.2666666667vw*26,26px)}}#share_cost{display:flex;justify-content:space-between;align-items:normal;flex-wrap:nowrap;flex-direction:row}#share_cost .pic01{width:calc(254/1080*100%)}#share_cost .arrow{width:calc(24/1080*100%);padding-top:80px}#share_cost .arrow:before{content:"";width:100%;display:block;aspect-ratio:24/64;background-color:#c5c7c9;-webkit-clip-path:polygon(0 0,100% 50%,0 100%);clip-path:polygon(0 0,100% 50%,0 100%)}#share_cost .pic02{width:calc(300/1080*100%)}#share_cost .pic03{width:calc(356/1080*100%)}@media screen and (max-width:600px){#share_cost{align-items:normal;flex-direction:column}#share_cost :is(.pic01,.pic02){width:auto;margin:0}#share_cost .arrow{width:6%;margin:15px auto;padding-top:0;display:flex;justify-content:center;align-items:center;flex-wrap:nowrap;flex-direction:row;transform:rotate(90deg)}#share_cost .pic03{width:100%;margin:40px auto 0}}#share_tables .tabs{height:50px;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:none;justify-items:start;align-items:end;grid-gap:10px;gap:10px}#share_tables .tabs label{width:100%;height:80%;flex:1 1;display:flex;justify-content:center;align-items:center;flex-wrap:nowrap;flex-direction:row;font-size:1.8rem;border-radius:10px 10px 0 0;background-color:#e6ebee;transition-property:height;transition-duration:.3s;transition-delay:0s;transition-timing-function:ease}#share_tables .tabs label:has(input:checked){height:100%}#share_tables table{width:100%}#share_tables table td,#share_tables table th{padding:10px;text-align:center;line-height:20px;border:1px solid #c5c7c9}#share_tables table thead th{color:#fff}#share_tables table tr :is(th,td):first-child{border-left:0}#share_tables table tr :is(th,td):last-child{border-right:0}#share_tables table tbody tr:last-child :is(th,td){border-bottom:0}#share_tables .notices{padding-top:5px}@media screen and (max-width:1000px){#share_tables .tabs{margin-bottom:10px}#share_tables .tabs label{font-size:calc(.1302083333vw*18)}}@media screen and (max-width:600px){#share_tables .tabs{gap:5px}#share_tables .tabs label{font-size:min(.2666666667vw*16,16px)}}#share_tables:has(#chk_share_table_corporation:checked) .tabs label[for=chk_share_table_corporation]{color:#fff;background-color:#838c8c;height:100%}#share_tables #chk_share_table_corporation:not(:checked)+table{display:none}#share_tables #chk_share_table_corporation:checked+table thead th{background-color:#838c8c}#share_tables #chk_share_table_corporation:checked+table thead th:empty{background-color:#e6ebee}#share_tables #chk_share_table_corporation:checked+table tbody th{background:#e6ebee}#table_corporation td,#table_corporation th{width:113px}#table_corporation td:is(.item_label,.item_plan_name),#table_corporation th:is(.item_label,.item_plan_name){width:200px}#share_tables:has(#chk_share_table_leasecar:checked) .tabs label[for=chk_share_table_leasecar]{color:#fff;background-color:#0061b3;height:100%}#share_tables #chk_share_table_leasecar:not(:checked)+table{display:none}#share_tables #chk_share_table_leasecar:checked+table thead th{background-color:#0061b3}#share_tables #chk_share_table_leasecar:checked+table thead th:empty{background-color:#e6ebee}#share_tables #chk_share_table_leasecar:checked+table tbody th{background:#e6ebee}#table_leasecar td,#table_leasecar th{width:120px}#table_leasecar td:is(.item_label,.item_plan_name,.item_mini_compact),#table_leasecar th:is(.item_label,.item_plan_name,.item_mini_compact){width:200px}