﻿.tools-box{
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}
.tools-all-box{
    width: 1200px;
    max-width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 7.5rem 0;
    margin: 0 auto;
    font-size: 0;
}
.tools-title{
    font-family: "Noto Sans TC";
    font-weight: 700;
    font-size: 3.125rem;
    color: #000;
    letter-spacing: 0.2em;
    line-height: 1;
}
.tools-title-center{
    text-align: center;
}
.tools-invoice-btn-box{
    margin-top: 10rem;
}
.tools-invoice-btn{
    width: 560px;
    max-width: 100%;
    display: inline-flex;
    display: -webkit-inline-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction:column;
    vertical-align: top;
    text-align: center;
    box-sizing: border-box;
    border: 3px solid #00286e;
    font-family: "Noto Sans TC";
    font-weight: 700;
    font-size: 1.75rem;
    color: #00286e;
    letter-spacing: 0.06em;
    padding-left: 0.06em;
    height: 5rem;
    border-radius: 10px;
    cursor: pointer;
    transition: all .3s linear;
}
.tools-invoice-btn:nth-child(1){
    margin-right: 80px;
}
.tools-invoice-btn.active{
    background-color: #00286e;
    color: #fff;
    pointer-events: none;
    cursor: pointer;
}

.tools-invoice-buyer-box{
    box-sizing: border-box;
    padding: 4.125rem 0;
    margin-top: 3.25rem;
    position: relative;
}
.tools-invoice-buyer-line-box{
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 1px;
}
.tools-invoice-buyer-line-box::after{
    content: '';
    width: 100%;
    display: block;
    border-bottom: 6px dashed #ccc;
}
.tools-invoice-info-title-box p{
    font-family: "Noto Sans TC";
    font-weight: 700;
    font-size: 2.25rem;
    color: #000;
    letter-spacing: 0.2em;
    display: inline-block;
    vertical-align: bottom;
    line-height: 1;
}
.tools-invoice-info-title-box span{
    font-family: "Noto Sans TC";
    font-size: 1.125rem;
    color: #666;
    letter-spacing: 0.06em;
    display: inline-block;
    vertical-align: bottom;
    line-height: 1;
    margin-left: 15px;
}
.tools-invoice-buyer-info-box{
    margin-top: 2.75rem;
}
.tools-invoice-info{
    width: 560px;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
}
.tools-invoice-info:nth-child(1){
    margin-right: 80px;
}
.tools-invoice-info-name{
    font-family: "Noto Sans TC";
    font-weight: 700;
    font-size: 1.125rem;
    color: #000;
    letter-spacing: 0.06em;
}
.tools-invoice-info-text{
    width: 100%;
    display: block;
    box-sizing: border-box;
    border: 3px solid #ddd;
    font-family: "Noto Sans TC";
    font-weight: 700;
    font-size: 1.125rem;
    color: #000;
    letter-spacing: 0.06em;
    padding: 0 20px;
    line-height: calc(5rem - 6px);
    border-radius: 10px;
    margin-top: 1rem;
    transition: all .3s linear;
}
::-webkit-calendar-picker-indicator{
    line-height: 1;
}

.tools-invoice-price-box{
    box-sizing: border-box;
    padding: 4.125rem 0;
}
.tools-invoice-price-box .tools-invoice-info{
    width: 270px;
    margin-right: 40px;
}
.tools-invoice-price-box .tools-invoice-info:last-child{
    margin-right: 0;
}
.tools-invoice-info-select-box{
    width: 100%;
    display: block;
    margin-top: 1rem;
    position: relative;
}
.tools-invoice-info-select{
    width: 100%;
    height: 5rem;
    display: block;
    box-sizing: border-box;
    border: 3px solid #ddd;
    font-family: "Noto Sans TC";
    font-weight: 700;
    font-size: 1.125rem;
    color: #000;
    letter-spacing: 0.06em;
    padding: 0 20px;
    padding-right: 40px;
    border-radius: 10px;
    -webkit-appearance: none; /*Chrome*/
    -moz-appearance: none; /*FF*/
    appearance: none;/*CSS3*/
    transition: all .3s linear;
}
.tools-invoice-info-select-box:after{
    content: 'none';
    font-size: 0;
    width: 0px;
    height: 0px;
    margin: 0 auto;
    border-right: 5px solid transparent;
    border-top: 8px solid #00286e;
    border-left: 5px solid transparent;
    display: block;
    position: absolute;
    right: 20px;
    top: 37px;
    pointer-events: none;
}
.tools-invoice-example-text-box{
    margin-top: 2.75rem;
}
.tools-invoice-example-text{
    font-family: "Noto Sans TC";
    font-size: 1.125rem;
    letter-spacing: 0.2em;
    line-height: 2.25rem;
    color: #666;
}
.tools-invoice-example-text span{
    color: #00286e;
    font-weight: 700;
    margin-right: 10px;
}
.tools-invoice-example-text2 p{
    font-family: "Noto Sans TC";
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 0.2em;
    line-height: 2.25rem;
    color: #000;
}
.tools-invoice-example-text2-span{
    font-family: "Noto Sans TC";
    font-size: 1rem;
    letter-spacing: 0.2em;
    line-height: 2.25rem;
    color: #666;
}
.tools-invoice-example-text2-span span{
    margin-right: 20px;
}

.tools-invoice-example-info-box{
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    display: block;
    border: 3px solid #666;
    box-sizing: border-box;
    border-radius: 10px;
    margin-top: 2.75rem;
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.tools-invoice-example-info-box.active{
    position: static;
    opacity: 1;
    pointer-events: all;
}
.tools-invoice-example-info-all-box{
    width: 1194px;
    box-sizing: border-box;
    padding: 20px 45px;
    padding-top: 35px;
}
.tools-invoice-example-info-title-box{
    text-align: center;
    position: relative;
}
.tools-invoice-example-info-title{
    font-family: "Noto Sans TC";
    font-size: 20px;
    letter-spacing: 1em;
    line-height: 1;
    color: #000;
}
.tools-invoice-example-info-title span{
    letter-spacing: 0.2em;
}
.tools-invoice-example-info-date{
    margin-top: 20px;
}
.tools-invoice-example-info-date p{
    font-family: "Noto Sans TC";
    font-size: 18px;
    letter-spacing: 0.06em;
    line-height: 1;
    color: #000;
    display: inline-block;
    vertical-align: middle;
}
.tools-invoice-example-info-date p:last-child{
    margin-left: 5px;
}
.tools-invoice-example-info-date span{
    font-family: "Noto Sans TC";
    font-size: 18px;
    letter-spacing: 0.06em;
    line-height: 1;
    color: #00286e;
    display: inline-block;
    vertical-align: middle;
}
.tools-invoice-example-info-date-y,
.tools-invoice-example-info-date-m{
    margin: 0 15px;
    display: inline-block;
    vertical-align: middle;
}
.tools-invoice-example-info-abbreviation{
    position: absolute;
    top: 0;
    left: 0;
    font-family: "Noto Sans TC";
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.06em;
    line-height: 1;
    color: #000;
}
.tools-invoice-example-info-buyer-name,
.tools-invoice-example-info-number-name{
    display: inline-block;
    vertical-align: middle;
    font-family: "Noto Sans TC";
    font-size: 18px;
    letter-spacing: 0.06em;
    line-height: 36px;
    color: #000;
}
.tools-invoice-example-info-buyer-text{
    display: inline-block;
    vertical-align: middle;
    font-family: "Noto Sans TC";
    font-size: 18px;
    letter-spacing: 0.06em;
    line-height: 36px;
    color: #00286e;
}
.tools-invoice-example-info-number-box{
    display: block;
    position: relative;
}
.tools-invoice-example-info-number-text{
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #000;
    border-right: none;
    box-sizing: border-box;
}
.tools-invoice-example-info-number-text span{
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    border-right: 1px solid #000;
    font-family: "Noto Sans TC";
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.06em;
    color: #00286e;
}
.tools-invoice-example-info-today{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    text-align: center;
}
.tools-invoice-example-info-today-y-text{
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
}
.tools-invoice-example-info-today-y-text:nth-child(1){
    margin-left: 0;
}
.tools-invoice-example-info-today-y-text p{
    font-family: "Noto Sans TC";
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 36px;
    color: #000;
    display: inline-block;
    vertical-align: middle;
}
.tools-invoice-example-info-today-y-text:nth-child(1) p{
    letter-spacing: 0.5em;
}
.tools-invoice-example-info-today-y-text span{
    font-family: "Noto Sans TC";
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.06em;
    color: #00286e;
    display: inline-block;
    vertical-align: middle;
    line-height: 36px;
}
.tools-invoice-example-info-address-box{
    position: relative;
    display: block;
}
.tools-invoice-example-info-address-name,
.tools-invoice-example-info-address-text{
    display: inline-block;
    vertical-align: middle;
    font-family: "Noto Sans TC";
    font-size: 18px;
    letter-spacing: 0.06em;
    line-height: 36px;
    color: #000;
}
.tools-invoice-example-info-address-name{
    box-sizing: border-box;
    padding-right: 11px;
}
.tools-invoice-example-info-address-text{
    margin-left: 90px;
}
.tools-invoice-example-info-address-text span{
    display: block;
    font-size: 16px;
    line-height: 1.1;
}
.tools-invoice-example-info-address-box:after{
    content: '';
    width: 100%;
    height: 5px;
    background-color: #00286e;
    opacity: 0.5;
    position: absolute;
    top: 16px;
    left: 0;
}
.tools-invoice-example-info-table-box{
    box-sizing: border-box;
    border: 1px solid #000;
}
.tools-invoice-example-info-table-left{
    width: 768px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.tools-invoice-example-info-table-1-title,
.tools-invoice-example-info-table-1_5,
.tools-invoice-example-info-table-1_6{
    display: inline-flex;
    display: -webkit-inline-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-direction: row;
    box-sizing: border-box;
    padding: 0 15px;
    border: 1px solid #000;
    font-family: "Noto Sans TC";
    font-size: 18px;
    height: 36px;
    color: #000;
}
.tools-invoice-example-info-table-1_1,
.tools-invoice-example-info-table-1_2,
.tools-invoice-example-info-table-1_3,
.tools-invoice-example-info-table-1_4{
    display: inline-flex;
    display: -webkit-inline-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    vertical-align: top;
    box-sizing: border-box;
    padding: 0 15px;
    border: 1px solid #000;
    font-family: "Noto Sans TC";
    font-size: 18px;
    letter-spacing: 0.06em;
    height: 36px;
    color: #00286e;
}
.tools-invoice-example-info-table-1_1{
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}
.tools-invoice-example-info-table-1_2{
    color: #000;
}
.tools-invoice-example-info-table-1_3{
    font-size: 14px;
}
.tools-invoice-example-info-table-1_5{
    padding: 0 40px;
}
.tools-invoice-example-info-table-1_6{
    padding: 0 40px;
}
.tools-invoice-example-info-table-left-line{
    position: absolute;
    top: 70px;
    left: 660px;
    background-color: #000;
    width: 145px;
    height: 2px;
    transform-origin: left;
    transform: rotate(98deg);
    pointer-events: none;
}
.tools-invoice-example-info-table-1_7{
    display: inline-flex;
    display: -webkit-inline-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    vertical-align: top;
    box-sizing: border-box;
    border: 1px solid #000;
    border-left: none;
    border-right: none;
}
.tools-invoice-example-info-table-1_7_t{
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}
.tools-invoice-example-info-table-1_7_t-up{
    width: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-direction: row;
    box-sizing: border-box;
    padding: 0 10px;
    font-family: "Noto Sans TC";
    font-size: 13px;
    height: 16px;
    color: #000;
    border-bottom: 2px solid #000;
}
.tools-invoice-example-info-table-1_7_t-check{
    width: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    box-sizing: border-box;
    padding: 0 10px;
    font-family: "Noto Sans TC";
    font-weight: 300;
    font-size: 13px;
    height: 18px;
    color: #00286e;
    opacity: 0;
}
.tools-invoice-example-info-table-list-8w{
    box-sizing: border-box;
    padding: 4px 0;
    border: 1px solid #000;
}
.tools-invoice-example-info-table-1_8-t{
    width: 85px;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 0 10px;
}
.tools-invoice-example-info-table-1_8-t span{
    font-family: "Noto Sans TC";
    font-size: 13px;
    line-height: 1;
    color: #000;
    display: block;
    text-align: center;
}
.tools-invoice-example-info-table-1_8-price{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-left: 25px;
}
.tools-invoice-example-info-table-1_8-price p{
    width: 50px;
    font-family: "Noto Sans TC";
    font-size: 24px;
    line-height: 1;
    color: #00286e;
    display: inline-block;
    vertical-align: bottom;
    text-align: center;
}
.tools-invoice-example-info-table-1_8-price span{
    font-family: "Noto Sans TC";
    font-size: 18px;
    line-height: 1;
    color: #000;
    display: inline-block;
    vertical-align: bottom;
}
.tools-invice-table-1_1w{
    width: 340px;
}
.tools-invice-table-1_2w{
    width: 100px;
}
.tools-invice-table-1_3w{
    width: 100px;
}
.tools-invice-table-1_4w{
    width: 228px;
}
.tools-invice-table-1_5w{
    width: calc(340px + 100px + 100px);
}
.tools-invice-table-1_6w{
    width: 270px;
}
.tools-invice-table-1_7_1w{
    width: 100%;
}
.tools-invoice-example-info-table-right{
    width: 334px;
    display: inline-block;
    vertical-align: top;
}
.tools-invoice-example-info-table-1_8-line{
    width: 100%;
    background-color: #00286e;
    height: 10px;
    position: absolute;
    top: 12px;
    left: 10px;
    opacity: 0.5;
}
.line-w0{
    width: 0%;
}
.line-w1{
    width: 11%;
}
.line-w2{
    width: 22%;
}
.line-w3{
    width: 33%;
}
.line-w4{
    width: 44%;
}
.line-w5{
    width: 55%;
}
.line-w6{
    width: 66%;
}
.line-w7{
    width: 77%;
}
.line-w8{
    width: 88%;
}

.tools-invoice-example-info-table-2_1{
    width: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-direction: row;
    box-sizing: border-box;
    padding: 0 15px;
    border: 1px solid #000;
    font-family: "Noto Sans TC";
    font-size: 18px;
    color: #000;
}
.tools-invice-table-2_1h{
    height: 36px;
}
.tools-invice-table-2_2h{
    height: 72px;
}
.tools-invoice-example-info-table-2_2{
    width: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    text-align: center;
    box-sizing: border-box;
    padding: 0 15px;
    letter-spacing: 0.06em;
    border: 1px solid #000;
    font-family: "Noto Sans TC";
    font-size: 18px;
    color: #000;
}
.tools-invoice-example-info-table-2_3{
    width: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    text-align: center;
    box-sizing: border-box;
    padding: 10px 60px;
    padding-left: calc(60px + 0.06em);
    letter-spacing: 0.06em;
    border: 1px solid #000;
    font-family: "Noto Sans TC";
    font-size: 48px;
    line-height: 1.2;
    color: #00286e;
}
.tools-invice-table-2_3h{
    height: 216px;
}
.tools-invoice-example-info-text-left{
    font-family: "Noto Sans TC";
    font-size: 14px;
    line-height: 36px;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}
.tools-invoice-example-info-text-right{
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    text-align: right;
}
.tools-invoice-example-info-text-right p{
    font-family: "Noto Sans TC";
    font-size: 18px;
    line-height: 36px;
    color: #000;
    display: inline-block;
    vertical-align: middle;
}
.tools-invoice-example-info-text-right p:nth-child(2){
    margin-left: 20px;
}
.tools-invoice-example-info-text-right p:nth-child(3){
    margin-left: 120px;
}
.tools-invoice-example-info-operate-box{
    margin-top: 60px;
}
.tools-invoice-example-info-operate{
    width: 560px;
    max-width: 100%;
    display: inline-flex;
    display: -webkit-inline-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    vertical-align: top;
    text-align: center;
    box-sizing: border-box;
    border: 3px solid #00286e;
    font-family: "Noto Sans TC";
    font-weight: 700;
    font-size: 1.75rem;
    color: #00286e;
    letter-spacing: 0.06em;
    padding-left: 0.06em;
    height: 5rem;
    border-radius: 10px;
    cursor: pointer;
    transition: all .3s linear;
}
.tools-invoice-example-info-operate-close{
    background-color: #00286e;
    color: #fff;
    margin-right: 80px;
}
.tools-invoice-example-info-operate i{
    margin-left: 10px;
}
.tools-invice-table-1_9w{
    width: 498px;
    display: inline-flex;
    display: -webkit-inline-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    vertical-align: top;
    box-sizing: border-box;
    border: 1px solid #000;
}
.tools-invice-table-1_9_1w {
    width: 100%;
}
.tools-invoice-example-info-table-1_9_t-up{
    width: 50%;
    display: inline-flex;
    display: -webkit-inline-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-direction: row;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 0 10px;
    font-family: "Noto Sans TC";
    font-size: 18px;
    height: 34px;
    color: #000;
    border-left: 2px solid #000;
    border-right: 2px solid #000;
}
.tools-invoice-example-info-table-1_9_t-check{
    width: 50%;
    display: inline-flex;
    display: -webkit-inline-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 0 10px;
    font-family: "Noto Sans TC";
    font-size: 18px;
    height: 34px;
    color: #00286e;
    opacity: 0;
}
.tools-invice-table-1_9_1w:first-child .tools-invoice-example-info-table-1_9_t-up{
    border-left: none;
}
.tools-invoice-example-info-date2{
    margin-top: 10px;
}
.tools-invoice-example-info-date3{
    margin-top: 0;
}
.check-on{
    opacity: 1;
}




/* rent */
.tools-rent-landlord-box{
    width: 100%;
    display: block;
    margin-top: 5.625rem;
}
.tools-rent-landlord-btn{
    width: 560px;
    max-width: 100%;
    display: inline-flex;
    display: -webkit-inline-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    vertical-align: top;
    text-align: center;
    box-sizing: border-box;
    border: 3px solid #00286e;
    font-family: "Noto Sans TC";
    font-weight: 700;
    font-size: 1.75rem;
    color: #00286e;
    letter-spacing: 0.06em;
    padding-left: 0.06em;
    height: 5rem;
    border-radius: 10px;
    cursor: pointer;
    transition: all .3s linear;
}
.tools-rent-landlord-btn.active{
    background-color: #00286e;
    color: #fff;
}
.tools-rent-landlord-btn:nth-child(1){
    margin-right: 80px;
}
.tools-rent-landlord-btn-box{
    margin-top: 1.875rem;
}
.tools-rent-landlord-menu-box{
    margin-top: 1rem;
}
.tools-rent-landlord-menu-select-box{
    width: 560px;
    max-width: 100%;
    text-align: right;
}
.tools-rent-landlord-menu-select{
    font-family: "Noto Sans TC";
    font-weight: 700;
    font-size: 1.125rem;
    color: #00286e;
    letter-spacing: 0.06em;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    transition: all .3s linear;
}
.tools-rent-landlord-menu-select span{
    display: inline-block;
    margin-bottom: 2px;
    border-top: 11px solid #00286e;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    margin-left: 7px;
}
.tools-rent-landlord-menu-info-box{
    width: 100%;
    display: block;
    border: 3px solid #888;
    box-sizing: border-box;
    border-radius: 10px;
    padding-bottom: 25px;
    margin-top: 1.25rem;
    overflow: hidden;
    display: none;
}
.tools-rent-landlord-menu-info-title{
    box-sizing: border-box;
    padding: 10px 0;
    background-color: #888;
}
.tools-rent-landlord-menu-info-title-del-box{
    width: 140px;
    display: inline-block;
    vertical-align: middle;
}
.tools-rent-landlord-menu-info-title-name{
    width: calc((100% - 140px) * 0.2);
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-family: "Noto Sans TC";
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 2.5rem;
    color: #fff;
    letter-spacing: 0.06em;
}
.tools-rent-landlord-menu-info-title-identity{
    width: calc((100% - 140px) * 0.3);
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-family: "Noto Sans TC";
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 2.5rem;
    color: #fff;
    letter-spacing: 0.06em;
    position: relative;
}
.tools-rent-landlord-menu-info-title-identity:before {
    content: '';
    width: 4px;
    height:100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 2px;
}
.tools-rent-landlord-menu-info-title-identity:after {
    content: '';
    width: 4px;
    height:100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 2px;
}
.tools-rent-landlord-menu-info-title-proportion{
    width: calc((100% - 140px) * 0.5);
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-family: "Noto Sans TC";
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 2.5rem;
    color: #fff;
    letter-spacing: 0.06em;
}
.tools-rent-landlord-menu-info-list{
    margin-top: 40px;
}
.tools-rent-landlord-menu-info-list-del-box{
    width: 140px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.tools-rent-landlord-menu-info-list-del{
    font-family: "Noto Sans TC";
    font-weight: 700;
    font-size: 1rem;
    line-height: 22px;
    text-align: center;
    color: #fff;
    background-color: #888;
    width: 24px;
    height: 24px;
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    transition: all .3s linear;
}
.tools-rent-landlord-menu-info-list-name{
    width: calc((100% - 140px) * 0.2);
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-family: "Noto Sans TC";
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 2.5rem;
    color: #888;
    letter-spacing: 0.06em;
}
.tools-rent-landlord-menu-info-list-identity-box{
    width: calc((100% - 140px) * 0.3);
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 0 30px
}
.tools-rent-landlord-menu-info-list-identity{
    width: 100%;
    display: block;
    border: 2px solid #888;
    box-sizing: border-box;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    transition: all .3s linear;
}
.tools-rent-landlord-menu-info-list-identity-select{
    width: 100%;
    display: block;
    box-sizing: border-box;
    border: none;
    text-align: center;
    font-family: "Noto Sans TC";
    font-size: 1.5rem;
    line-height: 2.875rem;
    color: #888;
    letter-spacing: 0.06em;
    -webkit-appearance: none; /*Chrome*/
    -moz-appearance: none; /*FF*/
    appearance: none;/*CSS3*/
    transition: all .3s linear;
}
.tools-rent-landlord-menu-info-list-identity:after {
    content: 'none';
    font-size: 0;
    width: 0px;
    height: 0px;
    margin: 0 auto;
    border-right: 0.3125rem solid transparent;
    border-top: 0.5rem solid #666;
    border-left: 0.3125rem solid transparent;
    display: block;
    position: absolute;
    right: 15px;
    top: 1.25rem;
    pointer-events: none;
    transition: all .3s linear;
}
.tools-rent-landlord-menu-info-list-proportion-box{
    width: calc((100% - 140px) * 0.5);
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 0 30px;
    position: relative;
}
.tools-rent-landlord-menu-info-list-proportion{
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #888;
    box-sizing: border-box;
    border-radius: 8px;
    overflow: hidden;
    font-family: "Noto Sans TC";
    padding: 0 40px;
    font-size: 2rem;
    height: 3.125rem;
    line-height: calc(3.125rem - 14px);
    color: #888;
    letter-spacing: 0.06em;
    text-align: right;
    transition: all .3s linear;
}
.tools-rent-landlord-menu-info-list-proportion-box:after {
    content: '%';
    font-family: "Noto Sans TC";
    font-weight: 700;
    font-size: 1.25rem;
    line-height: calc(3.125rem - 4px);
    color: #888;
    position: absolute;
    top: 2px;
    right: 40px;
}
.tools-rent-landlord-menu-info-list-check-box{
    margin-top: 20px;
    box-sizing: border-box;
    padding-left: calc((100% - 140px) * 0.2 + 140px + 30px);
}
.tools-rent-landlord-menu-info-list-check{
    margin-right: 20px;
}
.tools-rent-landlord-menu-info-list-check input{
    width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    border-width: 2px;
    transform: scale(2);
}
.tools-rent-landlord-menu-info-list-check p{
    display: inline-block;
    vertical-align: middle;
    font-family: "Noto Sans TC";
    font-size: 1.25rem;
    line-height: 1;
    color: #888;
    margin-left: 10px;
    transition: all .3s linear;
}
.tools-rent-landlord-menu-info-add-box{
    width: calc((100% - 140px) * 0.5);
    display: block;
    margin-left: auto;
    margin-top: 30px;
    box-sizing: border-box;
    padding: 0 30px;
}
.tools-rent-landlord-menu-info-add{
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    background-color: #666;
    color: #fff;
    text-align: center;
    font-family: "Noto Sans TC";
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 3.125rem;
    box-sizing: border-box;
    letter-spacing: 0.06em;
    padding-left: 0.06em;
    border-radius: 8px;
    cursor: pointer;
    transition: all .3s linear;
}
.tools-rent-price-box{
    margin-top: 4.125rem;
}
.tools-rent-price-info-box{
    margin-top: 2.5rem;
}
.tools-rent-price-info{
    width: 560px;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
}
.tools-rent-price-info-text {
    width: 100%;
    display: block;
    box-sizing: border-box;
    border: 3px solid #ddd;
    font-family: "Noto Sans TC";
    font-weight: 700;
    font-size: 1.125rem;
    color: #000;
    letter-spacing: 0.06em;
    padding: 5px;
    padding-left: 20px;
    /* height: 5rem; */
    line-height: calc(5rem - 16px);
    border-radius: 10px;
    margin-top: 1rem;
    transition: all .3s linear;
}
.tools-rent-price-info-radio-box{
    box-sizing: border-box;
    padding-top: calc(1.125rem * 1.4 + 1rem)
}
.tools-rent-price-info-list{
    display: block;
    box-sizing: border-box;
    padding-left: 80px;
}
.tools-rent-price-info-radio{
    display: inline-block;
    position: relative;
}
.tools-rent-price-info-radio input{
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.tools-rent-price-info-radio p{
    display: inline-block;
    box-sizing: border-box;
    padding-left: 40px;
    font-family: "Noto Sans TC";
    font-weight: 700;
    font-size: 1.625rem;
    color: #000;
    letter-spacing: 0.06em;
    line-height: 2.5rem;
    transition: all .3s linear;
}
.tools-rent-price-info-radio p:before{
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 11px;
    left: 0;
    border: 2px solid #00286e;
    box-sizing: border-box;
    border-radius: 50%;
}
.tools-rent-price-info-radio p:after{
    content: '';
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    top: 14px;
    left: 3px;
    background-color: #00286e;
    box-sizing: border-box;
    border-radius: 50%;
    opacity: 0;
}
.tools-rent-price-info-radio input:checked + p:after{
    opacity: 1;
}

.tools-rent-info-box{
    margin-top: 4.6875rem;
}
.tools-rent-info-box .tools-invoice-buyer-line-box{
    bottom: initial;
    top: 0;
}
.tools-rent-info{
    width: 100%;
    display:         flex;
    display: -webkit-flex;
    flex-direction: row;
    position: relative;
    box-sizing: border-box;
    padding: 4.6875rem 0;
}
.tools-rent-info-left{
    width: 535px;
    max-width: 100%;
}
.tools-rent-info-title{
    font-family: "Noto Sans TC";
    font-weight: 700;
    font-size: 2.25rem;
    color: #000;
    letter-spacing: 0.2em;
    line-height: 1;
}
.tools-rent-info-title-text{
    font-family: "Noto Sans TC";
    font-weight: 700;
    font-size: 1.125rem;
    color: #00286e;
    letter-spacing: 0.2em;
    line-height: 1.4;
    margin-top: 10px;
}
.tools-rent-info-right{
    width: 430px;
    max-width: 100%;
    box-sizing: border-box;
    padding: 5px 25px;
    position: relative;
}
.tools-rent-info-right::after{
    content: '';
    width: 3px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #00286e;
}
.tools-rent-info-list{
    margin-bottom: 30px;
}
.tools-rent-info-list:last-child{
    margin-bottom: 0;
}
.tools-rent-info-list-name{
    font-family: "Noto Sans TC";
    font-weight: 700;
    font-size: 1.125rem;
    color: #000;
    letter-spacing: 0.2em;
    line-height: 1;
    width: calc(100% - 7.5rem);
    display: inline-block;
    vertical-align: middle;
}
.tools-rent-info-list-price{
    font-family: "Roboto";
    font-weight: 700;
    font-size: 1.125rem;
    color: #00286e;
    letter-spacing: 0.2em;
    line-height: 1;
    width: 7.5rem;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}
.tools-rent-menu-box{
    margin-top: 1.25rem;
    text-align: right;
}
.tools-rent-menu{
    width: 360px;
    max-width: 100%;
    display: inline-flex;
    display: -webkit-inline-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    vertical-align: top;
    text-align: center;
    box-sizing: border-box;
    border: 3px solid #00286e;
    font-family: "Noto Sans TC";
    font-weight: 700;
    font-size: 1.75rem;
    background-color: #00286e;
    color: #fff;
    letter-spacing: 0.06em;
    padding-left: 0.06em;
    height: 5rem;
    border-radius: 10px;
    transition: all .3s linear;
}
.tools-rent-menu:nth-child(2){
    margin: 0 60px;
}
.tools-rent-menu-a{
    background-color: #fff;
    color: #00286e;
}
.tools-rent-menu-a i{
    margin-left: 5px;
}
.tools-rent-company-info{
    display: block;
}
.tools-rent-company-info .tools-rent-info-right::after{
    display: none;
}
.tools-rent-company-info-title{
    font-family: 'Noto Sans TC';
    font-weight: 700;
    font-size: 1.5rem;
    color: #000;
    line-height: 1;
    letter-spacing: 0.06em;
    margin-bottom: 1.25rem;
}
.tools-rent-company-info-title span{
    font-weight: 700;
    color: #00286e;
    font-size: 2rem;
}

.tools-rent-landlord-menu-select-box.opClose,
.tools-rent-price-info-radio-box.opClose,
.tools-rent-personal-info-box.opClose,
.tools-rent-menu-box.opClose,
.tools-rent-company-info-box.opClose{
    position: absolute;
    opacity: 0;
    pointer-events: none;
}



.tools-title-text{
    font-family: 'Noto Sans TC';
    font-weight: 700;
    font-size: 1.125rem;
    color: #666;
    line-height: 2;
    letter-spacing: 0.2em;
    margin-top: 1.75rem;
}
.tools-income-box .tools-invoice-buyer-box{
    margin-top: 0;
}
.tools-income-box .tools-rent-menu-box{
    margin-top: 3.75rem;
}
.tools-income-box .tools-invoice-info-select,
.tools-income-box .tools-rent-price-info-text{
    color: #00286e;
}
.tools-rent-supplement-box{
    box-sizing: border-box;
    border: 3px solid #00286e;
    border-radius: 10px;
    padding: 70px 40px;
    display:         flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction:column;
}
.tools-rent-supplement-title{
    font-family: 'Noto Sans TC';
    font-weight: 700;
    font-size: 2.25rem;
    color: #000;
    line-height: 1;
    letter-spacing: 0.2em;
}
.tools-rent-supplement-info-box{
    width: 380px;
    max-width: 100%;
    margin-top: 3.75rem;
}



@media only screen and (max-width: 1200px){
    .tools-all-box{
        width: 1000px;
        padding: 5rem 0;
    }
    .tools-invoice-btn-box{
        margin-top: 6.25rem;
    }
    .tools-invoice-btn{
        width: 460px;
    }
    .tools-invoice-info {
        width: 460px;
    }
    .tools-invoice-price-box .tools-invoice-info {
        width: 220px;
    }
    .tools-invoice-example-info-operate{
        width: 460px;
    }

    .tools-rent-landlord-btn{
        width: 460px;
    }
    .tools-rent-landlord-menu-select-box{
        width: 460px;
    }
    .tools-rent-price-info{
        width: 460px;
    }
    .tools-rent-menu {
        width: 300px;
    }
    .tools-rent-menu:nth-child(2) {
        margin: 0 50px;
    }
}
@media only screen and (max-width: 1000px){
    .tools-all-box{
        width: 750px;
        padding: 3.75rem 0;
    }
    .tools-title{
        font-size: 2.25rem;
    }
    .tools-invoice-btn-box{
        margin-top: 5rem;
    }
    .tools-invoice-btn {
        width: 345px;
    }
    .tools-invoice-btn:nth-child(1) {
        margin-right: 60px;
    }
    .tools-invoice-buyer-box{
        padding: 60px 0;
        margin-top: 40px;
    }
    .tools-invoice-info-title-box p{
        font-size: 30px;
    }
    .tools-invoice-info {
        width: 345px;
    }
    .tools-invoice-info:nth-child(1) {
        margin-right: 60px;
    }
    .tools-invoice-price-box .tools-invoice-info {
        width: 345px;
        margin-right: 60px;
    }
    .tools-invoice-price-box .tools-invoice-info:nth-child(2n){
        margin-right: 0;
    }
    .tools-invoice-price-box .tools-invoice-info:nth-child(n + 3){
        margin-top: 30px;
    }
    .tools-invoice-example-info-operate{
        width: 345px;
    }
    .tools-invoice-example-info-operate-close{
        margin-right: 60px;
    }
    .tools-rent-landlord-box {
        margin-top: 3.75rem;
    }

    .tools-rent-landlord-btn{
        width: 345px;
    }
    .tools-rent-landlord-btn:nth-child(1) {
        margin-right: 60px;
    }
    .tools-rent-landlord-menu-select-box{
        width: 345px;
    }
    .tools-rent-landlord-menu-info-title-del-box,
    .tools-rent-landlord-menu-info-list-del-box {
        width: 100px;
    }
    .tools-rent-landlord-menu-info-title-name,
    .tools-rent-landlord-menu-info-list-name{
        width: calc((100% - 100px) * 0.2);
    }
    .tools-rent-landlord-menu-info-title-identity,
    .tools-rent-landlord-menu-info-list-identity-box {
        width: calc((100% - 100px) * 0.3);
    }
    .tools-rent-landlord-menu-info-title-proportion,
    .tools-rent-landlord-menu-info-list-proportion-box {
        width: calc((100% - 100px) * 0.5);
    }
    .tools-rent-landlord-menu-info-list-check-box{
        padding-left: calc((100% - 100px) * 0.2 + 100px + 30px);
    }
    .tools-rent-price-info{
        width: 345px;
    }
    .tools-rent-price-info-list{
        padding-left: 60px;
    }
    .tools-rent-menu {
        width: 230px;
        height: 3.75rem;
        font-size: 1.25rem;
    }
    .tools-rent-menu:nth-child(2) {
        margin: 0px 30px;
    }
}
@media only screen and (max-width: 768px){
    .tools-all-box{
        width: 550px;
        padding: 2.5rem 0;
    }
    .tools-title{
        font-size: 1.75rem;
        letter-spacing: 0.1em;
    }
    .tools-invoice-btn-box{
        margin-top: 2.5rem;
    }
    .tools-invoice-btn {
        width: 255px;
        font-size: 1.25rem;
        height: 3.75rem;
    }
    .tools-invoice-btn:nth-child(1) {
        margin-right: 40px;
    }
    .tools-invoice-buyer-box{
        padding: 40px 0;
        margin-top: 20px;
    }
    .tools-invoice-info-title-box p{
        font-size: 24px;
        letter-spacing: 0.06em;
    }
    .tools-invoice-info-title-box span{
        font-size: 16px;
        display: block;
        margin-left: 0;
        margin-top: 10px;
    }
    .tools-invoice-info {
        width: 255px;
    }
    .tools-invoice-info:nth-child(1) {
        margin-right: 40px;
    }
    .tools-invoice-buyer-info-box {
        margin-top: 30px;
    }
    .tools-invoice-info-name{
        font-size: 16px;
    }
    .tools-invoice-info-text{
        font-size: 1rem;
        padding: 0 10px;
        margin-top: 10px;
        line-height: 60px;
    }
    .tools-invoice-price-box{
        padding: 40px 0;
    }
    .tools-invoice-price-box .tools-invoice-info {
        width: 100%;
        margin-right: 0px;
    }
    .tools-invoice-price-box .tools-invoice-info:nth-child(n + 2){
        margin-top: 20px;
    }
    .tools-invoice-info-select-box{
        margin-top: 10px;
    }
    .tools-invoice-info-select{
        font-size: 1rem;
        padding: 0 10px;
        padding-right: 40px;
        height: 66px;
    }
    .tools-invoice-info-select-box:after{
        top: 31px;
    }
    .tools-invoice-example-text-box{
        margin-top: 1.75rem;
    }
    .tools-invoice-example-text{
        font-size: 16px;
        line-height: 1.5rem;
        letter-spacing: 0.1em;
    }
    .tools-invoice-example-text2 p{
        font-size: 14px;
    }
    .tools-invoice-example-text2-span{
        font-size: 14px;
        letter-spacing: 0.1em;
        line-height: 1.5rem;
    }
    .tools-invoice-example-info-operate{
        width: 255px;
        font-size: 1.25rem;
        height: 3.75rem;
    }
    .tools-invoice-example-info-operate-close{
        margin-right: 40px;
    }
    .tools-rent-landlord-box {
        margin-top: 2.5rem;
    }
    .tools-rent-landlord-btn-box{
        margin-top: 1.25rem;
    }
    
    .tools-rent-landlord-btn{
        width: 255px;
        font-size: 1.25rem;
        height: 3.75rem;
    }
    .tools-rent-landlord-btn:nth-child(1) {
        margin-right: 40px;
    }
    .tools-rent-landlord-menu-select-box{
        width: 255px;
    }
    .tools-rent-landlord-menu-info-title{
        display: none;
    }
    .tools-rent-landlord-menu-info-list{
        position: relative;
        margin-top: 0;
    }
    .tools-rent-landlord-menu-info-list:nth-child(n + 2){
        margin-top: 20px;
    }
    .tools-rent-landlord-menu-info-list-del-box{
        width: 28px;
        position: absolute;
        top: 8px;
        left: 40px;  
    }
    .tools-rent-landlord-menu-info-list-del{
        width: 24px;
        height: 24px;
        line-height: 19px;
        border: 2px solid #fff;  
        box-sizing: border-box;
        border-radius: 50%;
        overflow: hidden;
        font-size: 0.875rem;
    }
    .tools-rent-landlord-menu-info-list-name{
        width: 100%;
        display: block;
        background-color: #888;
        color: #fff;
        text-align: center;
    }
    .tools-rent-landlord-menu-info-list-identity-box{
        width: 100%;
        display: block;
        margin-top: 10px;
    }
    .tools-rent-landlord-menu-info-list-identity-text{
        font-family: "Noto Sans TC";
        font-weight: 700;
        font-size: 1.5rem;
        line-height: 2.5rem;
        color: #888;
        letter-spacing: 0.06em;
    }
    .tools-rent-landlord-menu-info-list-proportion-box{
        width: 100%;
        display: block;
        margin-top: 10px;
    }
    .tools-rent-landlord-menu-info-list-proportion-text{
        font-family: "Noto Sans TC";
        font-weight: 700;
        font-size: 1.5rem;
        line-height: 2.5rem;
        color: #888;
        letter-spacing: 0.06em;
    }
    .tools-rent-landlord-menu-info-list-proportion-box:after{
        top: 42px;
    }
    .tools-rent-landlord-menu-info-list-check-box{
        padding: 0 30px;
    }
    .tools-rent-landlord-menu-info-list-check{
        display: block;
    }
    .tools-rent-landlord-menu-info-list-check:nth-child(n + 2){
        margin-top: 15px;
    }
    .tools-rent-landlord-menu-info-add-box{
        width: 180px;
    }
    .tools-rent-price-box {
        margin-top: 2.5rem;
    }
    .tools-rent-price-info-box {
        margin-top: 1.25rem;
    }
    .tools-rent-price-info-text{
        margin-top: 10px; 
        line-height: calc(3.125rem - 4px);
    }
    .tools-rent-price-info{
        width: 255px;
    }
    .tools-rent-price-info-radio-box{
        padding-top: calc(1rem * 1.4 + 10px);
    }
    .tools-rent-price-info-list{
        padding-left: 40px;
    }
    .tools-rent-price-info-radio p{
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
    .tools-rent-price-info-radio p:before{
        top: 4px;
    }
    .tools-rent-price-info-radio p:after{
        top: 7px;
    }

    .tools-rent-info-box{
        margin-top: 3.125rem;
    }
    .tools-rent-info{
        padding: 3.125rem 0;
        flex-direction: column;
    }
    .tools-rent-info-title{
        font-size: 1.75rem;
        letter-spacing: 0.1em;
    }
    .tools-rent-info-title-text{
        font-size: 1rem;
        letter-spacing: 0.1em;
    }
    .tools-rent-info-right{
        width: 100%;
        padding: 25px 5px;
        padding-bottom: 0;
        margin-top: 20px;
    }
    .tools-rent-info-right::after{
        width: 100%;
        height: 3px;
    }
    .tools-rent-menu {
        width: 230px;
        height: 3.75rem;
        font-size: 1.25rem;
        display: flex;
        display: -webkit-flex;
        margin: 0 auto;
    }
    .tools-rent-menu:nth-child(2) {
        margin: 30px auto;
    }
    .tools-rent-company-info-title{
        font-size: 1.25rem;
    }
    .tools-rent-company-info-title span{
        font-size: 1.5rem;
    }
    .tools-title-text{
        font-size: 1rem;
        line-height: 1.4;
        margin-top: 0.675rem;
    }
    .tools-rent-supplement-box{
        padding: 40px 20px;
    }
    .tools-rent-supplement-title{
        font-size: 1.5rem;
        letter-spacing: 0.1em;
    }
    .tools-rent-supplement-info-box{
        width: 100%;
        margin-top: 2.5rem;
    }
    .tools-rent-info-list {
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 550px){
    .tools-all-box{
        width: calc(100vw - 40px);
        padding: 1.25rem 0;
    }
    .tools-title{
        font-size: 1.25rem;
        letter-spacing: 0.06em;
    }
    .tools-invoice-btn-box{
        margin-top: 1.25rem;
    }
    .tools-invoice-btn {
        width: 100%;
        font-size: 1rem;
        height: 2.5rem;
    }
    .tools-invoice-btn:nth-child(1) {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .tools-invoice-buyer-box{
        padding: 20px 0;
        margin-top: 10px;
    }
    .tools-invoice-info-title-box p{
        font-size: 18px;
        letter-spacing: 0.06em;
    }
    .tools-invoice-info-title-box span{
        font-size: 14px;
        margin-top: 5px;
    }
    .tools-invoice-info {
        width: 100%;
    }
    .tools-invoice-info:nth-child(1) {
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .tools-invoice-buyer-info-box {
        margin-top: 20px;
    }
    .tools-invoice-info-text{
        margin-top: 5px;
        line-height: 40px;
    }
    .tools-invoice-price-box{
        padding: 20px 0;
    }
    .tools-invoice-price-box .tools-invoice-info:nth-child(1){
        margin-bottom: 0;
    }
    .tools-invoice-price-box .tools-invoice-info:nth-child(n + 2) {
        margin-top: 10px;
    }
    .tools-invoice-info-select-box{
        margin-top: 5px;
    }
    .tools-invoice-info-select{
        height: 46px;
    }
    .tools-invoice-info-select-box:after{
        top: 19px;
    }
    .tools-invoice-example-text{
        line-height: 1.25rem;
        letter-spacing: 0.06em;
    }
    .tools-invoice-example-text2-span{
        letter-spacing: 0.06em;
        line-height: 1.25rem;
    }
    .tools-invoice-example-info-operate-box {
        margin-top: 30px;
    }
    .tools-invoice-example-info-operate{
        width: 100%;
        font-size: 1rem;
        height: 2.5rem;
    }
    .tools-invoice-example-info-operate-close{
        margin-right: 0;
        margin-bottom: 10px;
    }
    .tools-rent-landlord-box {
        margin-top: 1.25rem;
    }
    .tools-rent-landlord-btn-box{
        margin-top: 0.625rem;
    }
    
    .tools-rent-landlord-btn{
        width: 100%;
        font-size: 1rem;
        height: 2.5rem;
    }
    .tools-rent-landlord-btn:nth-child(1) {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .tools-rent-landlord-menu-box{
        margin-top: 5px;
    }
    .tools-rent-landlord-menu-select-box{
        width: 100%;
    }
    .tools-rent-landlord-menu-select{
        font-size: 1rem;
    }

    .tools-rent-landlord-menu-info-list-name{
        font-size: 1.125rem;
    }
    .tools-rent-landlord-menu-info-list-identity-box{
        padding: 0 10px
    }
    .tools-rent-landlord-menu-info-list-identity-text{
        font-size: 1.125rem;
        line-height: 1.875rem;
    }
    .tools-rent-landlord-menu-info-list-identity-select{
        font-size: 1.125rem;
        line-height: 2.5rem;
    }
    .tools-rent-landlord-menu-info-list-identity:after{
        top: 17px;
        right: 10px;
    }
    .tools-rent-landlord-menu-info-list-proportion-box{
        padding: 0 10px
    }
    .tools-rent-landlord-menu-info-list-proportion-text{
        font-size: 1.125rem;
        line-height: 1.875rem;
    }
    .tools-rent-landlord-menu-info-list-proportion{
        font-size: 1.125rem;
        height: 2.5rem;
        line-height: calc(2.5rem - 14px);
        padding: 0 10px;
        padding-right: 30px;
    }
    .tools-rent-landlord-menu-info-list-proportion-box:after{
        font-size: 1rem;
        line-height: calc(2.5rem - 4px);
        top: 32px;
        right: 19px;
    }
    .tools-rent-landlord-menu-info-list-check-box{
        padding: 0 10px;
    }
    .tools-rent-landlord-menu-info-list-check input{
        transform: scale(1.6);
    }
    .tools-rent-landlord-menu-info-list-check p{
        font-size: 1.125rem;
        margin-left: 5px;
    }
    .tools-rent-price-box {
        margin-top: 1.25rem;
    }
    .tools-rent-price-info-box {
        margin-top: 0.625rem;
    }
    .tools-rent-price-info{
        width: 100%;
    }
    .tools-rent-price-info-text{
        margin-top: 5px;
        line-height: calc(1.75rem - 4px);
        padding: 5px;
        padding-left: 10px;
    }
    .tools-rent-price-info-radio-box{
        padding-top: 10px;
    }
    .tools-rent-price-info-list{
        padding-left: 0;
    }
    .tools-rent-price-info-radio p{
        padding-left: 20px;
        font-size: 1rem;
    }
    .tools-rent-price-info-radio p:before{
        width: 16px;
        height: 16px;
        top: 7px;
    }
    .tools-rent-price-info-radio p:after{
        width: 10px;
        height: 10px;
        top: 10px;
    }
    .tools-rent-info-box{
        margin-top: 1.25rem;
    }
    .tools-rent-info {
        padding: 1.25rem 0;
    }
    .tools-rent-info-title {
        font-size: 1.125rem;
        letter-spacing: 0.06em;
    }
    .tools-rent-info-title-text {
        font-size: 0.875rem;
        letter-spacing: 0.06em;
        margin-top: 5px;
        line-height: 1.2;
    }
    .tools-rent-info-right{
        padding: 15px 5px;
        margin-top: 10px;
    }
    .tools-rent-info-list{
        margin-bottom: 10px;
    }
    .tools-rent-info-list-name{
        font-size: 1rem;
        letter-spacing: 0.06em;
        width: calc(100% - 5.625rem);
    }
    .tools-rent-info-list-price{
        font-size: 1rem;
        letter-spacing: 0.06em;
        width: 5.625rem;
    }
    .tools-rent-landlord-menu-info-add-box{
        padding: 0 10px;
        width: 140px;
    }
    .tools-rent-landlord-menu-info-add{
        font-size: 1rem;
        line-height: 2.5rem;
    }
    .tools-rent-menu {
        width: 200px;
        height: 2.5rem;
        font-size: 1rem;
    }
    .tools-rent-menu:nth-child(2) {
        margin: 10px auto;
    }
    .tools-rent-company-info-title{
        font-size: 1.125rem;
    }
    .tools-rent-company-info-title span{
        font-size: 1.25rem;
    }
    .tools-rent-supplement-box{
        padding: 20px;
    }
    .tools-rent-supplement-info-box{
        margin-top: 1.5rem;
    }
    .tools-rent-supplement-title {
        font-size: 1.25rem;
        letter-spacing: 0.06em;
    }
    .tools-income-box .tools-rent-menu-box {
        margin-top: 2.5rem;
    }
}


@media only screen and (min-width: 769px){
    .tools-invoice-btn:hover{
        background-color: #000;
        color: #fff;
        border-color: #000;
    }
    .tools-invoice-info-text:hover{
        border-color: #00286e;
    }
    .tools-invoice-info-text:focus{
        background-color: #ddd;
    }
    .tools-invoice-info-select:hover{
        border-color: #00286e;
    }
    .tools-invoice-example-info-operate:hover{
        background-color: #000;
        color: #fff;
        border-color: #000;
    }
    .tools-rent-landlord-btn:hover{
        background-color: #000;
        color: #fff;
        border-color: #000;
    }
    .tools-rent-landlord-menu-select:hover{
        color: #000;
    }
    .tools-rent-landlord-menu-select:hover span{
        border-top-color: #000;
    }
    .tools-rent-landlord-menu-info-list-identity:hover{
        border-color: #000;
    }
    .tools-rent-landlord-menu-info-list-identity:hover .tools-rent-landlord-menu-info-list-identity-select{
        color: #000;
    }
    .tools-rent-landlord-menu-info-list-identity:hover:after{
        border-top-color: #000;
    }
    .tools-rent-landlord-menu-info-list-proportion:hover{
        border-color: #000;
    }
    .tools-rent-landlord-menu-info-list-check:hover p{
        color: #000;
    }
    .tools-rent-landlord-menu-info-list-del:hover{
        color: #fff;
        background-color: #000;
    }
    .tools-rent-landlord-menu-info-add:hover{
        background-color: #000;
        color: #fff;
    }
    .tools-rent-price-info-text:focus,
    .tools-rent-price-info-text:hover{
        border-color: #00286e;
    }
    .tools-rent-price-info-radio:hover p{
        color: #00286e;
    }
    .tools-rent-menu:hover{
        background-color: #000;
        color: #fff;
        border-color: #000;
    }
}