.sticky-header-table thead tr th{position:sticky;z-index:1}.sticky-header-table .q-table__bottom,.sticky-header-table .q-table__top,.sticky-header-table thead tr:first-child th{background-color:#fff}.sticky-header-table thead tr:last-child th{height:48px}.sticky-header-table thead tr:first-child th{top:0}.delete-table-row{background-color:#ffcdd2}.table-row-pb,.unit-label{padding-bottom:20px}.inquiry-header-table{border-collapse:collapse;margin:0 auto;padding:0;table-layout:fixed;text-align:left;width:100%}.inquiry-header-table-tr{height:48px}.inquiry-header-table-th{background-color:#fafafa;border:1px solid #0000001f;padding-left:1em}.inquiry-header-table-td{background-color:#fff;border:1px solid #0000001f;padding-left:1em}table thead tr{background-color:#00515b;color:#fff}.article{background-color:#fff;border-radius:8px;box-shadow:0 2px 2px 0 #00000024,0 3px 1px -2px #0003,0 1px 5px 0 #0000001f}.article-header{border-bottom:2px solid #c9c9c9;color:#00a73c;padding:1rem}.article-headline01,h1.article-headline01,h2.article-headline01,h3.article-headline01,h4.article-headline01,h5.article-headline01,h6.article-headline01{font-size:20px;margin-top:0}@media only screen and (min-width:769px){.article-header{padding:1rem 1.5rem}}
/*!Don't remove this!
 * duDialog plugin styles
 * 
 * Author: Dionlee Uy
 * Email: dionleeuy@gmail.com
 */.du-dialog{align-items:center;background-color:initial;display:flex;font-family:Roboto,sans-serif;height:100%;justify-content:center;left:0;opacity:0;overflow:hidden;position:fixed;top:0;transition:background-color .2s linear,opacity .2s ease;-webkit-user-select:none;user-select:none;visibility:hidden;width:100%;will-change:background-color,visibility,opacity;z-index:999999}.du-dialog .dlg-wrapper{background-color:#fff;border-radius:4px;box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f;display:flex;flex-direction:column;justify-content:space-around;max-height:90%;max-width:90%;min-width:280px;outline:none;overflow:hidden;transform:scale(.8);transition:transform .18s cubic-bezier(.4,0,.2,1)}.du-dialog .dlg-header{font-size:20px;font-weight:500;letter-spacing:.02em;line-height:32px;padding:16px 24px 8px}.du-dialog .dlg-header .dlg-search{background-color:initial;border:none;color:inherit;display:block;font-family:inherit;font-size:16px;font-weight:400;height:36px;line-height:36px;margin-top:8px;outline:none;width:100%}.du-dialog .dlg-content{word-wrap:break-word;border-top:1px solid #0000;color:#4e4a4a;font-size:16px;letter-spacing:.03em;line-height:24px;overflow-x:hidden;overflow-y:auto;padding:0 24px 20px;white-space:pre-line}.du-dialog .dlg-content.content--scrolled{border-top:1px solid #e0e0e0}.du-dialog .dlg-select-item{cursor:pointer;margin:0 -24px;padding:0 24px;position:relative;transition:background-color .2s linear}.du-dialog .dlg-select-item:hover{background-color:#f5f5f5}.du-dialog .dlg-select-item:active{background-color:#e0e0e0}.du-dialog .dlg-select-item .dlg-select-checkbox,.du-dialog .dlg-select-item .dlg-select-radio{height:18px;opacity:0;position:absolute;top:12px;width:18px}.du-dialog .dlg-select-item .dlg-select-lbl{cursor:pointer;display:inline-block;margin:0;padding-left:40px;position:relative}.du-dialog .dlg-select-item .dlg-select-lbl .select-item{display:block;line-height:48px}.du-dialog .dlg-select-item .dlg-select-checkbox+.dlg-select-lbl:before{border:2px solid #757575;border-radius:2px;box-sizing:initial;content:"";cursor:pointer;display:block;height:16px;left:6px;position:absolute;top:50%;transform:translateY(-50%);transition:all .2s cubic-bezier(0,0,.2,1);width:16px;will-change:border-color}.du-dialog .dlg-select-item .dlg-select-checkbox:checked+.dlg-select-lbl:before{background-color:#1e88e5;border-color:#1e88e5}.du-dialog .dlg-select-item .dlg-select-checkbox+.dlg-select-lbl:after{border-bottom:2px solid #fff;border-left:2px solid #fff;box-sizing:initial;content:"";cursor:pointer;display:block;height:6px;left:9px;margin-top:-6px;position:absolute;top:50%;transform:rotate(-45deg) scale(0);transition:all .2s cubic-bezier(0,0,.2,1);width:12px;will-change:transform}.du-dialog .dlg-select-item .dlg-select-checkbox:checked+.dlg-select-lbl:after{transform:rotate(-45deg) scale(1)}.du-dialog .dlg-select-item.item--nomatch{display:none}.du-dialog .dlg-select-item.item--disabled,.du-dialog .dlg-select-item.item--disabled .dlg-select-lbl,.du-dialog .dlg-select-item.item--disabled .dlg-select-lbl:after,.du-dialog .dlg-select-item.item--disabled .dlg-select-lbl:before{cursor:default}.du-dialog .dlg-select-item .dlg-select-radio+.dlg-select-lbl:before{border:2px solid #757575;border-radius:50%;box-sizing:initial;content:"";cursor:pointer;display:block;height:16px;left:6px;position:absolute;top:50%;transform:translateY(-50%);transition:all .2s cubic-bezier(0,0,.2,1);width:16px;will-change:border-color}.du-dialog .dlg-select-item .dlg-select-radio:checked+.dlg-select-lbl:before{border-color:#1e88e5}.du-dialog .dlg-select-item .dlg-select-radio+.dlg-select-lbl:after{background-color:#1e88e5;border-radius:50%;box-sizing:initial;content:"";cursor:pointer;height:10px;left:11px;margin-top:-5px;position:absolute;top:50%;transform:scale(0);transform-origin:center;transition:transform .28s cubic-bezier(.4,0,.2,1);width:10px;will-change:transform,background-color}.du-dialog .dlg-select-item .dlg-select-radio:checked+.dlg-select-lbl:after{transform:scale(1)}.du-dialog .dlg-actions{border-top:1px solid var(--color-border);padding:8px}.du-dialog .dlg-action{background-color:initial;border:none;border-radius:4px;cursor:pointer;font-family:inherit;font-size:14px;font-weight:500;letter-spacing:.07em;line-height:36px;min-width:72px;outline:none;padding:0 12px;text-transform:uppercase;transition:background-color .28s linear;will-change:background-color}.du-dialog .dlg-action+.dlg-action{margin-left:100px}.du-dialog .ok-action{background-color:var(--q-primary);box-shadow:0 1px 5px #0003,0 2px 2px #00000024,0 3px 1px -2px #0000001f;color:#fff;float:right}.du-dialog .ok-action:hover{opacity:.9}.du-dialog .yes-action{background-color:var(--q-primary);box-shadow:0 1px 5px #0003,0 2px 2px #00000024,0 3px 1px -2px #0000001f;color:#fff;float:right}.du-dialog .yes-action:hover{opacity:.9}.du-dialog .no-action{background-color:var(--q-primary);box-shadow:0 1px 5px #0003,0 2px 2px #00000024,0 3px 1px -2px #0000001f;color:#fff;float:right}.du-dialog .no-action:hover{opacity:.9}.du-dialog .cancel-action{color:var(--q-negative);float:left}.du-dialog .cancel-action:focus,.du-dialog .cancel-action:hover{background-color:#ffebee}.du-dialog .cancel-action:active{background-color:#ffcdd2}.du-dialog.dlg--open{background-color:#00000059;opacity:1;visibility:visible}.du-dialog.dlg--open .dlg-wrapper{transform:scale(1)}.du-dialog.dlg--closing{background-color:initial;opacity:0}.du-dialog.dlg--pulse{animation:dlgPulse .2s}.du-dialog.dlg--no-title .dlg-content{margin-top:20px}.du-dialog[dark=true] .dlg-wrapper{background-color:#1d1d1d}.du-dialog[dark=true] .dlg-content,.du-dialog[dark=true] .dlg-header{color:#ffffffbf}.du-dialog[dark=true][selection=true] .dlg-header{background-color:#121212}.du-dialog[dark=true] .dlg-content.content--scrolled{border-top:1px solid #ffffff1a}.du-dialog[dark=true] .dlg-action{color:#2196f3}.du-dialog[dark=true] .dlg-action:focus,.du-dialog[dark=true] .dlg-action:hover,.du-dialog[dark=true] .dlg-select-item:hover{background-color:#ffffff0f}.du-dialog[dark=true] .dlg-action:active,.du-dialog[dark=true] .dlg-select-item:active{background-color:#ffffff1a}@media (min-width:600px){.du-dialog .dlg-wrapper{max-width:560px}}@keyframes dlgPulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}:root{--platform-color-border:#0000001f;--platform-color:#43a047;--platform-color-dark:#1b5e20;--platform-color-light:#e8f5e9;--color-border:#0000001f;--color-information-important:#c2185b;--renewals-color-border:#0000001f;--renewals-color:#388e3c;--renewals-color-dark:#1b5e20;--renewals-color-light:#add8e6;--tasktype-renewal:#fff;--tasktype-renewal-letter:#00f;--tasktype-fixedlease:#fff;--tasktype-fixedlease-letter:#006400;--tasktype-cancel:#fff;--tasktype-cancel-letter:#c06;--status-not-awnsered:#c06;--status-not-awnsered-letter:#fff;--status-awnsered:#e64a19;--status-awnsered-letter:#fff;--status-confirm:#fbc02d;--status-confirm-letter:#fff;--status-first-guidance:olive;--status-first-guidance-letter:#fff;--status-secondary-guidance:#006400;--status-secondary-guidance-letter:#fff;--status-processing-internally:#640064;--status-processing-internally-letter:#fff;--status-completed:#4d4d4d;--status-completed-letter:#fff;--renttype-normal-background:#fff;--renttype-normal-letter:#00f;--renttype-fixedLease-background:#00f;--renttype-fixedLease-letter:#fff;--rnw-color-status-owner-answer:#c06;--rnw-color-status-owner-answered:#4d4d4d;--rnw-color-status-owner-confirm:#c06;--rnw-color-status-owner-type-letter:#fff;--rnw-color-status-mt-unanswered:#c06;--rnw-color-status-mt-answered:#e64a19;--rnw-color-status-mt-confirm:#fbc02d;--rnw-color-status-mt-renewal-schedule:#fff;--rnw-color-status-mt-renewal-schedule-letter:olive;--rnw-color-status-mt-early-guidance:olive;--rnw-color-status-mt-renewal-confirm:#fff;--rnw-color-status-mt-renewal-confirm-letter:#006400;--rnw-color-status-mt-renewal-guidance:#006400;--rnw-color-status-mt-agreement:#00f;--rnw-color-status-mt-end-notification:#fff;--rnw-color-status-mt-end-notification-letter:olive;--rnw-color-status-mt-end-agreement:olive;--rnw-color-status-mt-resign-guidance:#006400;--rnw-color-status-mt-cancel-guidance:#fff;--rnw-color-status-mt-cancel-guidance-letter:#00f;--rnw-color-status-mt-processing-internally:purple;--rnw-color-status-mt-processing-internally-letter:#fff;--rnw-color-status-mt-completed:#4d4d4d;--rnw-color-status-mt-type-renewal:#fff;--rnw-color-tax-excluded:#c06;--rnw-color-tax-included:#00f;--rnw-color-tax-exempt:#4d4d4d;--rnw-color-tax-type-TaxClassification:#fff;--rnw-color-rent-status-rent: ;--rnw-color-rent-status-cancel:#fff;--rnw-color-rent-status-cancel-letter:red;--rnw-color-rent-status-liquidated: ;--rnw-color-rent-status:#000;--rnw-color-answer-expired:#fff;--rnw-color-answer-expired-letter:#4d4d4d;--rnw-color-stop-expired:#fff;--rnw-color-stop-expired-letter:red;--rnw-color-exclusion:#fff;--rnw-color-exclusion-letter:red;--rnw-color-rent-change:#ddecff;--rnw-color-confirmation:#ffdaa2;--contracts-color-border:#0000001f;--contracts-color:#388e3c;--contracts-color-dark:#00008b;--contracts-color-light:#add8e6}html{background-color:#f2f5f7;font-size:15px;scrollbar-color:#15803d #fff}@media only screen and (min-width:1024px){html{font-size:16px}}body{font-feature-settings:"palt";color:#4e4a4a;font-family:Helvetica Neue,Arial,Hiragino Kaku Gothic ProN,Hiragino Sans,Meiryo,sans-serif;font-size:1rem;min-width:320px}a{color:#1e88e5}a:active,a:hover{color:#1565c0}.link-underline{text-decoration:underline}.link-underline:active,.link-underline:hover{text-decoration:none}a:active .text-default,a:hover .text-default{color:#272525}a:active .text-grey-7,a:hover .text-grey-7{color:#424242!important}.pg-settings{--color-theme:var(--color-settings);--color-theme-dark:var(--color-settings-dark);--color-theme-light:var(--color-settings-light)}header{box-shadow:1px 0 7px #0000000d}.q-header .q-toolbar__title{width:240px}.q-header .q-toolbar__title h1{font-size:1rem;line-height:1;margin:0}.q-header .q-toolbar__title h1 img{height:32px;width:auto}.q-header .q-toolbar__title a{color:#474747;font-weight:700;text-decoration:none}.doc-heading{letter-spacing:.7px;line-height:1.1em;margin-bottom:1em;padding:0;word-break:break-word}.doc-h1{align-items:center;display:flex;font-size:1.75em;font-weight:700}.doc-h2{border-bottom:2px solid var(--q-primary);font-size:1.5em;font-weight:600;padding-bottom:8px!important}.doc-h3{font-size:1.4em;font-weight:500}.doc-h4{font-size:1.2em;font-weight:500}.doc-h4:before{content:"» ";vertical-align:text-top}.doc-h5{font-size:1em;font-weight:500}.doc-h5:before{content:"»» ";vertical-align:text-top}.doc-h6{font-size:1em;font-weight:400}.doc-h6:before{content:"»»» ";vertical-align:text-top}.q-drawer--left{box-shadow:6px 16px 31px -18px #b7bcd1}.q-drawer--left .q-list{padding-bottom:48px}.menu-bottom{background-color:#fff;border-top:1px solid var(--color-border);bottom:0;position:fixed;right:0;width:240px}.menu-bottom .q-icon{padding-right:16px}.menu-bottom .q-btn{height:48px;width:100%}.button-closemenu.q-btn--rectangle{border-radius:0}@media screen and (min-width:1024px){.q-drawer--left .q-list{padding-bottom:0}.button-closemenu{display:none}}.q-drawer--left .q-item__section--avatar{min-width:18px}.q-drawer--left .q-item__section--side>.q-icon{font-size:1.125rem}.q-drawer--left .disabled{opacity:1!important}.menu-header{background-color:#fafafa;font-size:1rem;height:54px;position:relative}.menu-header:after{border-bottom:1px solid var(--color-border);bottom:0;content:"";display:block;height:1px;left:0;position:absolute;width:100%}.q-drawer--left .q-item__label--caption{opacity:.8}.q-drawer--left a.q-item{color:#757575;font-size:.8125rem;min-height:40px;padding-left:50px}.btn-open-left-container,.btn-open-right-container{align-items:center;background-color:#fff;border-top:1px solid #0000001f;bottom:0;color:var(--q-primary);display:flex;height:56px;position:fixed;width:56px;z-index:1002}.btn-open-left-container button,.btn-open-right-container button{border-radius:0;height:100%;padding:0 2px;width:100%}.btn-open-left-container button:hover,.btn-open-right-container button:hover{background-color:var(--platform-color-light)}.btn-open-left-container .q-btn__content,.btn-open-right-container .q-btn__content{justify-content:center}.btn-open-left-container:has(.active),.btn-open-right-container:has(.active){width:320px}.btn-open-left-container{border-right:1px solid #0000001f;left:0}.btn-open-right-container{border-left:1px solid #0000001f;right:0}.btn-open-left-container .active .q-btn__content,.btn-open-left-container:has(.active){justify-content:end}.btn-open-right-container .active .q-btn__content,.btn-open-right-container:has(.active){justify-content:start}.btn-open-left-container .active .q-icon,.btn-open-right-container .active .q-icon{transform:scaleX(-1)}.q-drawer--right{box-shadow:6px 16px 31px 2px #b7bcd1}.q-page{display:flex;flex-direction:column;padding-left:8px;padding-right:8px}@media screen and (min-width:1024px){.q-page{padding-left:16px;padding-right:16px}}@media screen and (min-width:1440px){.q-page{padding-left:24px;padding-right:24px}}.page-center-container{padding-left:40px;padding-right:40px;width:100%}.main-header{align-items:center;background-color:var(--platform-color-light);box-shadow:1px 0 4px #0000000d;display:flex;height:54px;margin:0 -8px;padding-left:8px;padding-right:8px;position:relative}@media screen and (min-width:1024px){.main-header{margin:0 -16px;padding-left:16px;padding-right:16px}}@media screen and (min-width:1440px){.main-header{margin:0 -24px;padding-left:24px;padding-right:24px}}.main-header .q-icon{font-size:1.25rem;margin-right:.5em}.main-header h1{font-size:1.25rem;font-weight:700;line-height:1}.breadcrumb{color:#757575;font-size:.875rem;white-space:nowrap;word-break:keep-all}.breadcrumb .q-scrollarea{height:48px;padding-top:8px;width:100%}.breadcrumb .flex{align-items:center;flex-wrap:nowrap}.breadcrumb a{color:#1e88e5}.breadcrumb a:active,.breadcrumb a:hover{color:#1565c0}@media screen and (min-width:1024px){.breadcrumb .q-scrollarea{height:50px;padding-top:16px}}.button-area{bottom:0;margin-left:-8px;margin-right:-8px;margin-top:auto;overflow:hidden;position:sticky;z-index:99}.button-area-inner{background-color:#424242;box-shadow:0 0 13px 0 #523f691a;margin-top:auto;padding:10px 8px}@media screen and (min-width:1024px){.button-area{margin-left:-16px;margin-right:-16px}.button-area-inner{padding:10px 16px}}@media screen and (min-width:1440px){.button-area{margin-left:-24px;margin-right:-24px}.button-area-inner{padding:10px 24px}}.q-stepper{background:#0000}.q-stepper__header--alternative-labels .q-stepper__tab{padding:24px 4px}.q-stepper--horizontal .q-stepper__step-inner{padding-bottom:0;padding-top:0}.stepper-button-area{bottom:0;height:56px;margin-top:auto;overflow:hidden;position:sticky;z-index:1002}.stepper-button-area-inner{padding:16px}@media screen and (min-width:1024px){.stepper-button-area{margin-left:40px;margin-right:40px}.stepper-button-area-inner{background-color:#424242;box-shadow:0 0 13px 0 #523f691a;padding:16px}}@media screen and (min-width:1440px){.stepper-button-area{margin-left:40px;margin-right:40px}.bstepper-button-area-inner{padding:40px,24px}}.bg-gray{background-color:#f0f0f0}.bg-sales{background-color:var(--color-sales)}.bg-expenses{background-color:var(--color-expenses)}.bg-receiving{background-color:var(--color-receiving)}.bg-placing{background-color:var(--color-placing)}.bg-settings{background-color:var(--color-settings)}.bg-sales-light{background-color:var(--color-sales-light)}.bg-expenses-light{background-color:var(--color-expenses-light)}.bg-receiving-light{background-color:var(--color-receiving-light)}.bg-placing-light{background-color:var(--color-placing-light)}.bg-settings-light{background-color:var(--color-settings-light)}.bg-sales-dark{background-color:var(--color-sales-dark)}.bg-expenses-dark{background-color:var(--color-expenses-dark)}.bg-receiving-dark{background-color:var(--color-receiving-dark)}.bg-placing-dark{background-color:var(--color-placing-dark)}.bg-settings-dark{background-color:var(--color-settings-dark)}.bg-rent-change-input{background-color:var(--rnw-color-rent-change)!important}.bg-confirmation-input{background-color:var(--rnw-color-confirmation)!important}.text-default{color:#4e4a4a}.text-sales{color:var(--color-sales)}.text-expenses{color:var(--color-expenses)}.text-receiving{color:var(--color-receiving)}.text-placing{color:var(--color-placing)}.text-settings{color:var(--color-settings)}.text-sales-light{color:var(--color-sales-light)}.text-expenses-light{color:var(--color-expenses-light)}.text-receiving-light{color:var(--color-receiving-light)}.text-placing-light{color:var(--color-placing-light)}.text-settings-light{color:var(--color-settings-light)}.text-sales-dark{color:var(--color-sales-dark)}.text-expenses-dark{color:var(--color-expenses-dark)}.text-receiving-dark{color:var(--color-receiving-dark)}.text-placing-dark{color:var(--color-placing-dark)}.text-settings-dark{color:var(--color-settings-dark)}.title-page{font-size:1.125rem;margin-bottom:.5rem}.title-card,.title-page{font-weight:700;line-height:1.6;margin-top:0}.title-card{font-size:1rem;margin-bottom:0}.title‐square{font-weight:700}.title‐square:before{background-color:var(--q-primary);content:"";display:inline-block;height:.8em;margin-right:.5em;width:.8em}table.bordered>tbody>tr,table.bordered>tfoot>tr,table.bordered>thead>tr{border-bottom:1px solid #c9c9c9}table.bordered{border-top:1px solid #c9c9c9}table.full-bordered,table.full-bordered td,table.full-bordered th{border:1px solid #c9c9c9}table.striped>tbody>tr:nth-child(odd){background-color:#f8f8f8}table.striped>tbody>tr>td{border-radius:0}table.highlight>tbody>tr{transition:background-color .25s ease}table.highlight>tbody>tr:hover{background-color:#b3d4fc}table.centered tbody tr td,table.centered thead tr th{text-align:center}table.striped>tbody tr:nth-child(odd) th{background-color:#f0f0f0}.q-table__container{width:100%}.q-table thead th{font-size:.875rem;font-weight:700}.q-table tbody td{font-size:.875rem}body.desktop .no-hover .q-table>tbody>tr:not(.q-tr--no-hover):hover>td:not(.q-td--no-hover):before{display:none}.cursor-default{cursor:default!important}.q-table tbody td:after{background-color:#0288d10f}.scroll{scrollbar-color:var(--q-primary) #fff}.q-drawer .q-table td,.q-drawer .q-table th{padding-left:4px;padding-right:4px}.q-table .table-detail-row td{padding-top:20px}.table-bottom-tr td{border-top:1px solid #0000001f}.table-sum-area td{background-color:#e0ffff}.table-caption{font-size:1.25rem;font-weight:700;letter-spacing:normal;line-height:2rem;text-align:left}table.entry-check-table{border-collapse:collapse;table-layout:fixed;width:100%}table.entry-check-table caption{display:inline-block;font-weight:700;text-align:left;width:100%}table.entry-check-table th{background-color:#f8f8f8;font-weight:700;min-width:200px;width:200px}table.entry-check-table td,table.entry-check-table th{border-bottom:1px solid #c8c8c8;border-top:1px solid #c8c8c8;font-size:14px;padding:10px;text-align:left}table.entry-check-table .email-td{overflow-wrap:break-word}.btn-route{font-size:16px;height:50px}.th-sticky{background-color:#f8f8f8;border-bottom:1px solid #c8c8c8;border-top:1px solid #c8c8c8;position:sticky;top:-1px;z-index:99}.th-sticky:before{content:"";height:100%;left:-1px;position:absolute;top:-1px;width:100%}.table-scroll{height:400px;overflow-y:auto}@media only screen and (min-width:768px){.btn-route{font-size:18px;height:50px}}@media only screen and (min-width:1200px){.btn-route{font-size:20px;height:50px}}@media only screen and (min-width:768px){table.entry-check-table td,table.entry-check-table th{font-size:15px}table.kaiyaku-seisan-table th{min-width:120px;width:45%}}@media only screen and (min-width:1200px){table.entry-check-table th{font-size:16px}}@media only screen and (max-width:768px){table.responsive-table,table.responsive-table caption,table.responsive-table tbody,table.responsive-table td,table.responsive-table tfoot,table.responsive-table th,table.responsive-table tr{display:block;position:relative;width:100%}table.bordered.responsive-table{border-top:0}table.responsive-table tbody{border-top:1px solid #c9c9c9}table.responsive-table td,table.responsive-table th{padding:.5rem 1rem;text-align:left!important}table.responsive-table th{display:none}table.responsive-table td[data-title]:before{content:attr(data-title) " :";display:inline-block;font-size:80%;font-weight:700;padding:0 10px 0 0}table.responsive-table tr.hide-row:after{clear:both;content:"";display:block}table.responsive-table tr.hide-row td{float:left;width:auto}table.responsive-table tr.hide-row td:empty{display:none}table.entry-check-table td,table.entry-check-table th{display:block;width:100%}table.kaiyaku-seisan-table th{width:45%}.hide{display:none!important}.left{text-align:left}.right{text-align:right}.center{text-align:center}.top{vertical-align:top}.middle{vertical-align:middle}.bottom{vertical-align:bottom}.center-block{display:block;margin-left:auto;margin-right:auto}.valign-wrapper{-webkit-box-align:center;align-items:center;display:flex}.valign-wrapper.space-between{justify-content:space-between}}.list-disc .q-item{min-height:auto;padding-bottom:0;padding-right:0;padding-top:0}.list-disc .q-item:before{background-color:#757575;border-radius:4px;content:"";display:block;height:4px;left:0;margin-top:-2px;position:absolute;top:50%;width:4px}.list-arrow{padding:0}.list-arrow li{list-style:none;padding:0 0 .5em 1.4em;position:relative}.list-arrow li:before{color:var(--q-secondary);content:"»";left:0;padding:0 5px;position:absolute}.btn-top-flat.q-btn{border-top-left-radius:0;border-top-right-radius:0}.pb-100per>div[style]{padding-bottom:100%!important}.pb-100per .q-img__content>div{padding:0}.img-48px>div[style]{padding-bottom:0!important}.img-48px .absolute-full{line-height:1;position:static}.img-48px img{height:48px;object-fit:cover;object-position:50% 50%;width:48px}.img-96px>div[style]{padding-bottom:0!important}.img-96px .absolute-full{line-height:1;position:static}.img-96px img{height:96px;object-fit:cover;object-position:50% 50%;width:96px}.control-button-area{margin-bottom:24px;margin-left:-8px;margin-right:-8px}.control-button-area-inner{background-color:#fffc;box-shadow:1px 0 4px #0000000d;padding:8px}@media screen and (min-width:1024px){.control-button-area{margin-left:-16px;margin-right:-16px}.control-button-area-inner{padding:8px 16px}}@media screen and (min-width:1440px){.control-button-area{margin-left:-24px;margin-right:-24px}.control-button-area-inner{padding:16px 24px}}.w-100per{width:100%}.w-100px{width:100px}.w-110px{width:110px}.h-100per{height:100%}.text-xxlarge{font-size:1.5rem}.text-xlarge{font-size:1.25rem}.text-large{font-size:1.125rem}.text-normal{font-size:1rem}.text-small{font-size:.875rem}.text-xsmall{font-size:.75rem}.hint-label{font-size:.875rem;font-weight:700;margin-bottom:.25rem}.q-field--outlined .q-field__control{background-color:#fff}.q-field--outlined .q-field--readonly .q-field__control:before,.q-field--readonly .q-field__control:before{border:none!important}.resize-none textarea{resize:none!important}.q-textarea.rows-4 .q-field__control{height:96px}.text-normal input{font-size:1rem!important}.water-mark{opacity:.6}.no-spin input[type=number]::-webkit-inner-spin-button,.no-spin input[type=number]::-webkit-outer-spin-button{appearance:none;margin:0}.no-spin input[type=number]{appearance:textfield}.height_auto{height:auto}.q-input-label-sm{padding-top:5px}.q-input-label-lg{padding-top:16px}.textarea-resize-none .q-field__native{resize:none}.q-radio{padding-right:10px}.q-gutter-lg>*{margin-top:18px}.q-checkbox__label,.q-input_label,.q-radio__label,.q-toggle__label{color:#4e4a4a;font-size:1rem}.single-line-value-select .q-field__native>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.q-table--no-wrap td.ws-pre,.q-table--no-wrap th.ws-pre,.ws-pre{white-space:pre}.box-shadow,.q-card,.q-table__card{box-shadow:0 0 13px 0 #523f691a}.q-table__card.q-table--flat{box-shadow:none}.text-monospace{font-family:monospace}.input-valid-message .q-field__bottom{white-space:nowrap}.search-expansion .q-checkbox{padding-top:20.99px}.badge-blue{background-color:#303f9f!important}.badge-blue,.badge-green{font-size:14px;justify-content:center;line-height:26px;width:72px}.badge-green{background-color:#388e3c!important}.badge-orange{background-color:#e64a19!important}.badge-orange,.badge-red{font-size:14px;justify-content:center;line-height:26px;width:72px}.badge-red{background-color:#c2185b!important}.badge-yellow{background-color:#fbc02d!important}.badge-light-green,.badge-yellow{font-size:14px;justify-content:center;line-height:26px;width:72px}.badge-light-green{background-color:#689f38!important}.badge-delete{background-color:#0000;color:#da1630}.badge-delete,.badge-gray{font-size:14px;justify-content:center;line-height:26px;outline:1px solid;width:72px}.badge-gray{background-color:#827c7c}.badge-black{background-color:#000;font-size:14px;justify-content:center;line-height:26px;outline:1px solid;width:72px}.badge-none{display:none}.body-label-symbol{font-size:1.5rem}.text-attention{color:#616161;font-size:.875rem;font-weight:400;letter-spacing:.01786em;line-height:1.25rem}.text-attention:before{content:"※";margin-right:2px}.text-attention:before,.text-red{color:var(--q-negative)}.q-dialog__inner--minimized>div{max-width:none!important}.tokuyaku-dialog .q-dialog__inner--minimized>div{max-width:790px}.tokuyaku-dialog textarea{color:#000;font-family:BIZ UD明朝 Medium;font-size:.92rem}.badge-platform{background-color:var(--platform-color)!important;font-size:14px;justify-content:center;line-height:26px;width:72px}.select-none{-webkit-user-select:none;user-select:none}.text-indent{padding-left:1em}.q-select__dialog{min-width:50%!important;width:auto!important}.q-uploader__subtitle{display:none}.disable-row{background-color:#c4c4c4}.word-break{overflow-wrap:break-word;word-break:break-all}.q-radio__bg{background-color:#fff;border-radius:50%}.table-header-accent-color{background-color:#c30a4c}.icon-color-platform{color:var(--platform-color)!important}.icon-color-contracts{color:var(--contracts-color)!important}.icon-color-renewals{color:var(--renewals-color)!important}.mb-margin{margin-top:10px}.renewal-badge-request{background-color:var(--tasktype-renewal);border-color:var(--tasktype-renewal-letter);border-style:solid;border-width:1px;color:var(--tasktype-renewal-letter)}.fixedLease-badge-request,.renewal-badge-request{font-size:14px;justify-content:center;line-height:26px;width:72px}.fixedLease-badge-request{background-color:var(--tasktype-fixedlease);border-color:var(--tasktype-fixedlease-letter);border-style:solid;border-width:1px;color:var(--tasktype-fixedlease-letter)}.cancel-badge-request{background-color:var(--tasktype-cancel);border-color:var(--tasktype-cancel-letter);border-style:solid;border-width:1px;color:var(--tasktype-cancel-letter)}.cancel-badge-request,.unanswered-badge-request{font-size:14px;justify-content:center;line-height:26px;width:72px}.unanswered-badge-request{background-color:var(--status-not-awnsered);color:var(--rnw-color-status-mt-type-renewal)}.answered-badge-request{background-color:var(--status-awnsered)}.answered-badge-request,.confirm-badge-request{color:var(--rnw-color-status-mt-type-renewal);font-size:14px;justify-content:center;line-height:26px;width:72px}.confirm-badge-request{background-color:var(--status-confirm)}.first-guidance-badge-request{background-color:var(--status-first-guidance);color:var(--status-first-guidance-letter);font-size:14px;justify-content:center;line-height:26px;width:72px}.secondary-guidance-badge-request{background-color:var(--status-secondary-guidance);border-style:solid;border-width:1px;color:var(--status-secondary-guidance-letter);font-size:14px;justify-content:center;line-height:26px;width:72px}.processing-internally-badge-request{background-color:var(--rnw-color-status-mt-cancel-guidance);border-color:var(--rnw-color-status-mt-cancel-guidance-letter);border-style:solid;border-width:1px;color:var(--rnw-color-status-mt-cancel-guidance-letter)}.completed-badge-request,.processing-internally-badge-request{font-size:14px;justify-content:center;line-height:26px;width:72px}.completed-badge-request{background-color:var(--status-completed);color:var(--rnw-color-status-mt-type-renewal)}.renttype-normal-badge-request{background-color:var(--renttype-normal-background);border-color:var(--renttype-normal-letter);border-style:solid;border-width:1px;color:var(--renttype-normal-letter);font-size:14px;justify-content:center;line-height:26px;width:72px}.renttype-fixedLease-badge-request{background-color:var(--renttype-fixedLease-background);color:var(--renttype-fixedLease-letter)}.badge-information-important,.renttype-fixedLease-badge-request{font-size:14px;justify-content:center;line-height:26px;width:72px}.badge-information-important{background-color:var(--color-information-important)}.tax-included-badge-request{background-color:var(--rnw-color-tax-included)}.tax-excluded-badge-request,.tax-included-badge-request{color:var(--rnw-color-tax-type-TaxClassification);font-size:14px;justify-content:center;line-height:26px;width:72px}.tax-excluded-badge-request{background-color:var(--rnw-color-tax-excluded)}.tax-exempt-badge-request{background-color:var(--rnw-color-tax-exempt);color:var(--rnw-color-tax-type-TaxClassification);font-size:14px;justify-content:center;line-height:26px;width:72px}.rnw-badge-status-answer-owner{background-color:var(--rnw-color-status-owner-answer)}.rnw-badge-status-answer-owner,.rnw-badge-status-answered-owner{color:var(--rnw-color-status-owner-type-letter);font-size:14px;justify-content:center;line-height:26px;width:72px}.rnw-badge-status-answered-owner{background-color:var(--rnw-color-status-owner-answered)}.rnw-badge-status-confirm-owner{background-color:var(--rnw-color-status-owner-confirm);color:var(--rnw-color-status-owner-type-letter);font-size:14px;justify-content:center;line-height:26px;width:72px}.rnw-badge-status-unanswered-mt{background-color:var(--rnw-color-status-mt-unanswered)}.rnw-badge-status-answered-mt,.rnw-badge-status-unanswered-mt{color:var(--rnw-color-status-mt-type-renewal);font-size:14px;justify-content:center;line-height:26px;width:72px}.rnw-badge-status-answered-mt{background-color:var(--rnw-color-status-mt-answered)}.rnw-badge-status-confirm-mt{background-color:var(--rnw-color-status-mt-confirm);color:var(--rnw-color-status-mt-type-renewal)}.rnw-badge-status-confirm-mt,.rnw-badge-status-schedule-mt{font-size:14px;justify-content:center;line-height:26px;width:72px}.rnw-badge-status-schedule-mt{background-color:var(--rnw-color-status-mt-renewal-schedule);border-color:var(--rnw-color-status-mt-renewal-schedule-letter);border-style:solid;border-width:1px;color:var(--rnw-color-status-mt-renewal-schedule-letter)}.rnw-badge-status-early-guidance-mt{background-color:var(--rnw-color-status-mt-early-guidance);color:var(--rnw-color-status-mt-type-renewal);font-size:14px;justify-content:center;line-height:26px;width:72px}.rnw-badge-status-renewal-confirm-mt{background-color:var(--rnw-color-status-mt-renewal-confirm);border-color:var(--rnw-color-status-mt-renewal-confirm-letter);border-style:solid;border-width:1px;color:var(--rnw-color-status-mt-renewal-confirm-letter);font-size:14px;justify-content:center;line-height:26px;width:72px}.rnw-badge-status-guidance-mt{background-color:var(--rnw-color-status-mt-renewal-guidance)}.rnw-badge-status-agreement-mt,.rnw-badge-status-guidance-mt{color:var(--rnw-color-status-mt-type-renewal);font-size:14px;justify-content:center;line-height:26px;width:72px}.rnw-badge-status-agreement-mt{background-color:var(--rnw-color-status-mt-agreement)}.rnw-badge-status-end-notification-mt{background-color:var(--rnw-color-status-mt-end-notification);border-color:var(--rnw-color-status-mt-end-notification-letter);border-style:solid;border-width:1px;color:var(--rnw-color-status-mt-end-notification-letter);font-size:14px;justify-content:center;line-height:26px;width:72px}.rnw-badge-status-end-agreement-mt{background-color:var(--rnw-color-status-mt-end-agreement)}.rnw-badge-status-end-agreement-mt,.rnw-badge-status-resign-guidance-mt{color:var(--rnw-color-status-mt-type-renewal);font-size:14px;justify-content:center;line-height:26px;width:72px}.rnw-badge-status-resign-guidance-mt{background-color:var(--rnw-color-status-mt-agreement)}.rnw-badge-status-cancel-guidance-mt{background-color:var(--rnw-color-status-mt-renewal-guidance);color:var(--rnw-color-status-mt-type-renewal);font-size:14px;justify-content:center;line-height:26px;width:72px}.rnw-badge-status-processing-internally-mt{background-color:var(--rnw-color-status-mt-cancel-guidance);border-color:var(--rnw-color-status-mt-cancel-guidance-letter);border-style:solid;border-width:1px;color:var(--rnw-color-status-mt-cancel-guidance-letter);font-size:14px;justify-content:center;line-height:26px;width:72px}.rnw-badge-status-completed-mt{background-color:var(--rnw-color-status-mt-completed);color:var(--rnw-color-status-mt-type-renewal);font-size:14px;justify-content:center;line-height:26px;width:72px}.rent-status-cancel-badge-request{background-color:var(--rnw-color-rent-status-cancel);border-color:var(--rnw-color-rent-status-cancel-letter);border-style:solid;border-width:1px;color:var(--rnw-color-rent-status-cancel-letter)}.answer-expired-badge-request,.rent-status-cancel-badge-request{font-size:14px;justify-content:center;line-height:26px;width:72px}.answer-expired-badge-request{background-color:var(--rnw-color-answer-expired);border-color:var(--rnw-color-answer-expired-letter);border-style:solid;border-width:1px;color:var(--rnw-color-answer-expired-letter)}.cancel-stop-badge-request{background-color:var(--rnw-color-stop-expired);border-color:var(--rnw-color-stop-expired-letter);border-style:solid;border-width:1px;color:var(--rnw-color-stop-expired-letter)}.cancel-stop-badge-request,.exclusion-badge-request{font-size:13px!important;justify-content:center;line-height:26px;width:72px}.exclusion-badge-request{background-color:var(--rnw-color-exclusion);border-color:var(--rnw-color-exclusion-letter);border-style:solid;border-width:1px;color:var(--rnw-color-exclusion-letter)}.menu-area[data-v-c2e8556e]{display:flex;flex-wrap:wrap;list-style:none;padding-left:0}.menu-area li[data-v-c2e8556e]{flex:0 0 auto;margin-bottom:1rem;width:50%}.menu-btn[data-v-c2e8556e]{font-size:1em;font-weight:700;height:140px;margin:auto;max-width:300px;padding:0;width:90%}.menu-btn-header[data-v-c2e8556e]{border-radius:7px 7px 0 0;width:100%}@media (min-width:576px){.menu-area li[data-v-c2e8556e]{width:33.33333333%}}@media (min-width:768px){.menu-area li[data-v-c2e8556e]{width:25%}}.top-menu-platform[data-v-c2e8556e],.top-menu-renewals[data-v-c2e8556e]{color:#4e4a4a}@media screen and (min-width:1600px){.top-menu-word-break[data-v-c2e8556e]{word-break:keep-all}}.page-header-bottom-platform[data-v-041c97da]{border-bottom:thick double;border-bottom-color:var(--platform-color)!important}.page-header-bottom-contracts[data-v-041c97da]{border-bottom:thick double;border-bottom-color:var(--contracts-color)!important}.page-header-bottom-renewals[data-v-041c97da]{border-bottom:thick double;border-bottom-color:var(--renewals-color)!important}.badge-none[data-v-34103044]{justify-content:center;line-height:24px;visibility:hidden;width:60px}.q-tab-panel[data-v-34103044]{padding:8px}.centerLine[data-v-37892eab]{align-items:center;display:flex}.centerLine[data-v-37892eab]:after,.centerLine[data-v-37892eab]:before{background:#bbb;content:"";flex-grow:1;height:1px;margin:0 2.4em}.Notification-card[data-v-37892eab]{border:1px solid #0000001f;height:90px;margin:auto;width:90%}.q-item__section--avatar[data-v-37892eab]{min-width:0}thead tr th{position:sticky;z-index:1}thead tr:first-child th{top:0}.information-title h1[data-v-af512232]{font-size:1.25rem;font-weight:700;line-height:1}button[data-v-a1f376fa]{padding:unset}span.q-btn__content.text-center.col.items-center.q-anchor--skip.justify-center.row[data-v-a1f376fa]{height:30px}@media screen and (max-width:600px){.q-card[data-v-9d0ef862]{width:461px!important}}.notice-method-chekbox[data-v-9d0ef862]{width:120px}.q-item-type[data-v-2f1238ce]{border-color:currentcolor #c9c9c9 #c9c9c9;border-top:2px solid #c9c9c9}.room[data-v-2f1238ce]{padding:0}.property[data-v-2f1238ce]{border:1px solid #c9c9c9}.property .bg-secondary[data-v-2f1238ce]{color:#fff}.q-checkbox[data-v-2f1238ce]{padding-top:unset}.q-item-type[data-v-e1272594]{border-color:currentcolor #c9c9c9 #c9c9c9;border-top:2px solid #c9c9c9}.room[data-v-e1272594]{padding:0}.property[data-v-e1272594]{border:1px solid #c9c9c9}.property .bg-secondary[data-v-e1272594]{color:#fff}.property-card-header[data-v-e1272594]{font-size:13px}.q-checkbox[data-v-e1272594]{padding-top:unset}.property[data-v-9faed368]{border:1px solid #c9c9c9}.property .bg-secondary[data-v-9faed368]{color:#fff}.q-item-type[data-v-75382fe6]{border-color:currentcolor #c9c9c9 #c9c9c9;border-top:2px solid #c9c9c9}.property[data-v-75382fe6]{border:1px solid #c9c9c9}.property .bg-secondary[data-v-75382fe6]{color:#fff}.q-checkbox[data-v-75382fe6]{padding-top:unset}@media screen and (max-width:600px){.q-card[data-v-3fe1fa60]{width:461px!important}}.notice-method-chekbox[data-v-3fe1fa60]{width:120px}.mt-confirm-child-tr{background-color:var(--platform-color-light)}body.desktop .mt-confirm tr.q-tr.no-hover:not(.q-tr--no-hover):hover>td:not(.q-td--no-hover):before{display:none}.no-disable-month-new-price .q-field__inner.relative-position.col.self-stretch{border-radius:4px;outline:1px solid #dedede}.q-table td{background-color:unset}.renewal-fee-input{color:#000;font-size:.875rem}.fee_table_cell_arrow{height:60px;padding-top:2px}.hint-label{align-items:center;display:flex;height:32px}.upload-action-area{max-width:600px}.upload-btn{max-height:40px;max-width:170px;min-height:40px;min-width:170px}.report-link{border-bottom:1px solid;max-width:400px;min-width:200px;overflow-wrap:break-word;word-break:break-word}.q-rating__icon:not(.q-rating__icon--active){opacity:.1}.q-checkbox{padding-top:unset}.input-item .q-field__bottom,.mobile-new-price .q-field__bottom{padding-left:unset;padding-right:unset}.mobile-tax-kbn .tax-excluded-badge-request,.mobile-tax-kbn .tax-exempt-badge-request,.mobile-tax-kbn .tax-included-badge-request{width:52px}.mobile-new-price .q-field__control{padding-left:unset;padding-right:unset}.q-table__bottom{padding-left:8px;padding-right:8px}.fee_table_input{height:60px;width:120px}.fee_table_cell_label{height:60px;padding-top:10px}.fee_table_cell_badge{height:60px;padding-top:6px}.theme01[data-v-3b51c9e9]{background-color:var(--platform-color-light)}.theme01 .box-logo[data-v-3b51c9e9]{background-color:#1a00c4}.theme02 .box-logo[data-v-3b51c9e9]{background-color:#5b0051}.theme03 .box-logo[data-v-3b51c9e9]{background-color:#515b00}.login-error[data-v-3b51c9e9]{background-color:#f8cbad;padding:20px 0;text-align:center}.box-logo[data-v-3b51c9e9]{display:flex}.q-footer[data-v-3b51c9e9]{color:#4e4a4a;font-size:12px;padding:8px}.for-pc[data-v-3b51c9e9]{display:none}.login-card[data-v-3b51c9e9]{margin-top:74px}@media screen and (min-width:1024px){.q-footer[data-v-3b51c9e9]{padding:8px 16px}.q-card>div.box-logo[data-v-3b51c9e9]{align-items:center;border-bottom-left-radius:4px;border-top-right-radius:0}.for-pc[data-v-3b51c9e9]{display:block}.for-sp[data-v-3b51c9e9]{display:none}.login-card[data-v-3b51c9e9]{margin-top:104px}}@media screen and (min-width:1440px){.q-footer[data-v-3b51c9e9]{padding:8px 24px}}.responsive-img[data-v-3b51c9e9]{width:100%}.theme01[data-v-2c550915]{background-color:#1b5e2080}.q-footer[data-v-2c550915]{color:#4e4a4a;font-size:12px;padding:8px}.login-card[data-v-2c550915]{margin-top:74px}@media screen and (min-width:1024px){.login-card[data-v-2c550915]{margin-top:104px}}.theme01[data-v-147e3eab]{background-color:#1b5e2080}.q-footer[data-v-147e3eab]{color:#4e4a4a;font-size:12px;padding:8px}.login-card[data-v-147e3eab]{margin-top:74px}@media screen and (min-width:1024px){.login-card[data-v-147e3eab]{margin-top:104px}}.original-header[data-v-17acb78b]{align-items:center;background-color:var(--platform-color-light);box-shadow:1px 0 4px #0000000d;display:flex;height:54px;margin:0 -8px 50px;padding-left:8px;padding-right:8px;position:relative}.original-header h1[data-v-17acb78b]{font-size:1.25rem;font-weight:700;line-height:1}@media screen and (min-width:1024px){.original-header[data-v-17acb78b]{margin:0 -16px 50px;padding-left:16px;padding-right:16px}}@media screen and (min-width:1440px){.original-header[data-v-17acb78b]{margin:0 -24px 50px;padding-left:24px;padding-right:24px}}