@charset "UTF-8";

.above-rental-summary .above-item {
    position: absolute;
    top: 8.7171052632%;
    left: 5.6%;
    max-width: 88.5333333333%;
}

.above-rental-summary .above-btn {
    position: absolute;
}

.above-rental-summary .above-btn .btn {
    width: 86.1333333333vw;
    max-width: 32.3rem;
    height: 5.8rem;
    margin: 0 auto;
    font-size: 1.6rem;
}

.rental-summary-compose {
    padding: 5.6rem 0 4.2rem;
}

.rental-summary-compose-item {
    width: 100%;
    max-width: 28rem;
    margin: 2rem auto 0;
    padding: 1.8rem 1.6rem;
    border-radius: 0.8rem;
    background-color: var(--color-7);
    text-align: center;
}

.rental-summary-compose-heading {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 2em;
    color: var(--color-3);
    font-weight: bolder;
    font-size: 2rem;
    line-height: 1.2;
}

.rental-summary-compose-img {
    margin-top: 1rem;
    text-align: center;
}

.rental-summary-compose-img .img {
    max-width: 15.8rem;
}

.rental-summary-compose-text {
    margin-top: 1rem;
    font-weight: bolder;
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 0.02em;
}

.rental-summary-feature {
    padding: 4.6rem 0 2.6rem;
    background-color: var(--color-7);
}

.rental-summary-feature-row {
    margin-top: 3rem;
}

.rental-summary-feature-item {
    padding: 2rem 0;
    text-align: center;
}

.rental-summary-feature-img {
    overflow: hidden;
    width: 20.8rem;
    height: 20.8rem;
    margin: 0 auto;
    border-radius: 100%;
    border: 1px solid var(--color-1);
    background-color: var(--color-bright);
}

.rental-summary-feature-img .img {
    max-width: calc(100% + 2px);
    margin: -1px;
}

.rental-summary-feature-heading {
    margin-top: 1.8rem;
    color: var(--color-3);
    font-weight: bolder;
    font-size: 1.8rem;
    line-height: 1.2;
}

.rental-summary-feature-text {
    margin-top: 1.4rem;
    font-size: 1.4rem;
    line-height: 1.7;
}

.rental-summary-feature-btn {
    text-align: center;
}

.rental-summary-feature-btn .btn {
    width: 100%;
    max-width: 23.6rem;
}

.rental-summary-charge {
    padding: 5.4rem 0 7.4rem;
}

.rental-summary-charge .box-charge {
    overflow: hidden;
    margin-top: 5rem;
}

.rental-summary-flow {
    padding: 7.4rem 0;
    background-color: var(--color-7);
}

.rental-summary-flow-inner {
    position: relative;
    overflow: hidden;
    max-width: 80rem;
    margin: 4rem auto 0;
    padding-bottom: 1rem;
}

.rental-summary-flow-inner::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 7.2rem;
    background: linear-gradient(0deg, rgba(149, 56, 162, 0.84) 0%, rgba(58, 93, 179, 0.84) 100%);
    content: "";
}

.rental-summary-flow-item {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    position: relative;
    z-index: 1;
}

.rental-summary-flow-item:last-child .rental-summary-flow-heading::before,
.rental-summary-flow-item:last-child .rental-summary-flow-heading::after {
    bottom: -1.8rem;
    width: 4.56rem;
    height: 1.5rem;
}

.rental-summary-flow-item:last-child .rental-summary-flow-heading::before {
    left: -0.5rem;
}

.rental-summary-flow-item:last-child .rental-summary-flow-heading::after {
    right: -0.5rem;
}

.rental-summary-flow-heading {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    position: relative;
    width: 7.2rem;
    margin-right: 0.4rem;
    color: var(--color-bright);
    font-weight: bolder;
    font-size: 2.2rem;
}

.rental-summary-flow-heading::before,
.rental-summary-flow-heading::after {
    position: absolute;
    bottom: -0.9rem;
    width: 4.26rem;
    height: 0.6rem;
    background-color: var(--color-7);
    content: "";
}

.rental-summary-flow-heading::before {
    left: -0.4rem;
    transform: rotate(23deg);
}

.rental-summary-flow-heading::after {
    right: -0.4rem;
    transform: rotate(-23deg);
}

.rental-summary-flow-text {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex: 1 1 auto;
    min-height: 21.2rem;
    padding: 1rem 1.4rem;
    background: linear-gradient(to right, #b5b3b3, #b5b3b3 4px, transparent 4px, transparent 8px) left bottom/8px 2px repeat-x;
    font-size: 1.4rem;
}

.rental-summary-flow-text a {
    color: #4879ff;
    text-decoration: underline;
}

.rental-summary-flow-text a:hover {
    text-decoration: none;
}

.rental-summary-flow-method {
    max-width: 80rem;
    margin: 3.6rem auto 0;
    padding: 2.4rem 2.4rem 1.8rem;
    background-color: var(--color-9);
}

.rental-summary-flow-method-heading {
    color: var(--color-3);
    font-weight: bolder;
    font-size: 2rem;
    line-height: 1.2;
}

.rental-summary-flow-method-list {
    margin-top: 1.6rem;
}

.rental-summary-flow-method-list + .rental-summary-flow-method-list {
    margin-top: 2.4rem;
}

.rental-summary-flow-method-item {
    font-weight: bolder;
    font-size: 1.6rem;
}

.rental-summary-flow-method-text {
    font-size: 1.6rem;
}

.rental-summary-flow-method-text a {
    color: #4879ff;
    text-decoration: underline;
}

.rental-summary-flow-method-text a:hover {
    text-decoration: none;
}

.rental-summary-flow-notes {
    max-width: 80rem;
    margin: 3.2rem auto 0;
    padding: 1.8rem 2.4rem 2rem;
    border: 1px solid #707070;
    background-color: var(--color-bright);
}

.rental-summary-flow-notes-heading {
    font-weight: bolder;
    font-size: 2rem;
    line-height: 1.2;
}

.rental-summary-flow-notes-text {
    margin-top: 1.2rem;
    font-size: 1.4rem;
    text-indent: -1em;
}

.rental-summary-flow-notes-text > * {
    padding-left: 0.5em;
}

.rental-summary-data-area {
    padding: 3.2rem 0 4.2rem;
}

.feature-about-provided-data {
    padding: 6rem 0 8rem;
}

.feature-about-provided-data-lead {
    margin-top: 3rem;
    font-weight: bolder;
    font-size: 1.4rem;
    text-align: center;
}

.feature-about-provided-data-result {
    padding: 8.2rem 0 7.8rem;
}

.feature-about-provided-data-result-col {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 3rem;
}

.feature-about-provided-data-result-img {
    min-width: 8.8rem;
    text-align: center;
}

.feature-about-provided-data-result-apartment .img {
    max-width: 8.8rem;
}

.feature-about-provided-data-result-apartment .feature-about-provided-data-result-text {
    padding: 0.8rem 0 0.4rem;
}

.feature-about-provided-data-result-dwelling-unit .img {
    max-width: 4.9rem;
    margin-left: 0.8rem;
}

.feature-about-provided-data-result-dwelling-unit .feature-about-provided-data-result-text {
    padding: 0.6rem 1rem 0.4rem 0;
}

.feature-about-provided-data-result-item {
    padding: 0 1.8rem;
    font-weight: bolder;
    line-height: 1.2;
    text-align: center;
}

.feature-about-provided-data-result-text {
    font-size: 1.6rem;
}

.feature-about-provided-data-result-value {
    font-size: 2.5rem;
}

.feature-about-provided-data-result-value em {
    font-size: 4.6rem;
}

.feature-various-search {
    padding: 6rem 0;
    background-color: var(--color-7);
}

.feature-various-search .layout-row {
    --layout-img-width: 37.5rem;
    --layout-text-width: 34.5rem;
    margin-top: 4.2rem;
}

.feature-report-output {
    padding: 6rem 0;
}

.feature-report-output .layout-row {
    --layout-img-width: 37.5rem;
    --layout-text-width: 34.5rem;
    margin-top: 4.2rem;
}

.feature-recurring-download {
    padding: 6rem 0;
    background-color: var(--color-7);
}

.feature-recurring-download .layout-row {
    --layout-img-width: 37.5rem;
    --layout-text-width: 34.5rem;
    margin-top: 4rem;
}

.charge-plan-service {
    padding: 3.6rem 0 7.2rem;
}

.charge-plan-service-inner {
    max-width: 84.3rem;
    margin: 0 auto;
}

.charge-plan-license-agreement {
    padding: 4.2rem 0 7.8rem;
    background-color: var(--color-7);
}

.charge-plan-license-agreement .box-license-agreement {
    margin: 5rem auto 0;
}

.charge-plan-license-agreement .box-license-agreement + .box-license-agreement {
    margin-top: 3.2rem;
}

.charge-plan-license-agreement-trial {
    padding: 5rem 0 8.4rem;
}

.charge-plan-license-agreement-trial-img {
    text-align: center;
}

.charge-plan-license-agreement-trial-img .img {
    width: 100%;
    max-width: 21.4rem;
}

.charge-plan-license-agreement-trial-text {
    max-width: 21em;
    margin-top: 3.6rem;
    font-weight: bolder;
    font-size: 1.6rem;
    text-align: center;
}

.rental-summary-charge-table .table-charge-subscription-header-plan-text {
    background-color: transparent;
    font-weight: bolder;
    font-size: 1.4rem;
}

.rental-summary-charge-table .table-charge-subscription-header-area {
    justify-content: center;
}

.rental-summary-charge-table .table-charge-subscription-header-area-item {
    margin: 0.6rem auto;
    padding: 0.5rem 0.8rem;
    border-radius: 0.4rem;
    background-color: var(--color-bright);
}

@media (min-width: 768px) {
    .above-rental-summary .above-item {
        top: 19.3227091633%;
        left: 16.7642752562%;
        max-width: 31.5519765739%;
    }

    .above-rental-summary .above-btn {
        top: 63.4%;
        left: 16.5446559297%;
    }

    .above-rental-summary .above-btn .btn {
        width: 18.75vw;
        height: 3.513909224vw;
        font-size: clamp(14px, 1.1713030747vw, 32px);
    }

    .rental-summary-compose {
        padding: 10.4rem 0 11.2rem;
    }

    .rental-summary-compose-row {
        display: flex;
        justify-content: space-around;
        align-items: stretch;
        margin: 0 -1rem;
        max-width: 102rem;
        margin: 8.4rem auto 0;
    }

    .rental-summary-compose-item {
        margin: 0 1rem;
        padding: 2.6rem 1.6rem 3.6rem;
    }

    .rental-summary-compose-heading {
        min-height: 2.4em;
        font-size: 2.3rem;
    }

    .rental-summary-compose-img {
        margin-top: 1.5rem;
    }

    .rental-summary-compose-img .img {
        max-width: 19.2rem;
    }

    .rental-summary-compose-text {
        margin-top: 2.4rem;
    }

    .rental-summary-feature {
        padding: 8.4rem 0 7.4rem;
    }

    .rental-summary-feature-row {
        display: flex;
        justify-content: space-around;
        align-items: stretch;
        flex-wrap: wrap;
        max-width: 100rem;
        margin: 4.6rem auto 0;
    }

    .rental-summary-feature-item {
        flex: 1 0 1%;
        max-width: 22.8rem;
        padding: 2rem 1rem;
    }

    .rental-summary-feature-heading {
        margin-top: 2rem;
    }

    .rental-summary-feature-text {
        margin-top: 2.3rem;
    }

    .rental-summary-charge {
        padding: 11.6rem 0 6.4rem;
    }

    .rental-summary-flow {
        padding: 6.4rem 0 11rem;
    }

    .rental-summary-flow-inner {
        margin-top: 6.4rem;
        padding-bottom: 1.8rem;
    }

    .rental-summary-flow-inner::before {
        width: 15.8rem;
    }

    .rental-summary-flow-item:last-child .rental-summary-flow-heading::before,
    .rental-summary-flow-item:last-child .rental-summary-flow-heading::after {
        bottom: -3.4rem;
        width: 10rem;
        height: 3.2rem;
    }

    .rental-summary-flow-item:last-child .rental-summary-flow-heading::before {
        left: -1.1rem;
    }

    .rental-summary-flow-item:last-child .rental-summary-flow-heading::after {
        right: -1.1rem;
    }

    .rental-summary-flow-heading {
        width: 15.8rem;
        margin-right: 1.4rem;
        padding-top: 2.4rem;
    }

    .rental-summary-flow-heading::before,
    .rental-summary-flow-heading::after {
        bottom: -1.7rem;
        width: 8.86rem;
    }

    .rental-summary-flow-heading::before {
        left: -0.5rem;
    }

    .rental-summary-flow-heading::after {
        right: -0.5rem;
    }

    .rental-summary-flow-text {
        min-height: 15.4rem;
        font-size: 1.6rem;
    }

    .rental-summary-flow-method {
        margin-top: 4.4rem;
    }

    .rental-summary-data-area {
        padding: 11.8rem 0 10rem;
    }

    .feature-about-provided-data {
        padding: 8.2rem 0 14.2rem;
    }

    .feature-about-provided-data-lead {
        margin-top: 4.4rem;
        font-size: 1.8rem;
    }

    .feature-about-provided-data-result {
        padding: 9.6rem 0 10rem;
    }

    .feature-about-provided-data-result-row {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .feature-about-provided-data-result-col {
        margin: 6rem 3rem 0;
    }

    .feature-various-search {
        padding: 8rem 0 12rem;
    }

    .feature-various-search .layout-row {
        --layout-img-width: 54.3rem;
        margin-top: 5rem;
    }

    .feature-report-output {
        padding: 8rem 0 10rem;
    }

    .feature-report-output .layout-row {
        --layout-img-width: 51rem;
        margin-top: 8.6rem;
    }

    .feature-recurring-download {
        padding: 8rem 0 12rem;
    }

    .feature-recurring-download .layout-row {
        --layout-img-width: 42rem;
        margin-top: 11rem;
    }

    .charge-plan-service {
        padding: 4.2rem 0 10rem;
    }

    .charge-plan-license-agreement {
        padding: 9.2rem 0 10.6rem;
    }

    .charge-plan-license-agreement .box-license-agreement {
        margin-top: 8.6rem;
    }

    .charge-plan-license-agreement .box-license-agreement + .box-license-agreement {
        margin-top: 10.6rem;
    }

    .charge-plan-license-agreement-trial {
        padding: 14.2rem 0 26rem;
    }

    .charge-plan-license-agreement-trial-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 67.6rem;
        margin: 0 auto;
    }

    .charge-plan-license-agreement-trial-img {
        margin: 0 1.5rem;
    }

    .charge-plan-license-agreement-trial-text {
        margin: 0 1.5rem;
    }

    .rental-summary-charge-table .table-charge-subscription-header {
        margin-left: 28.14%;
        margin-bottom: 0.6rem;
    }

    .rental-summary-charge-table .table-charge-subscription-header-plan {
        justify-content: center;
    }

    .rental-summary-charge-table .table-charge-subscription-header-area {
        margin: 0 0.4rem;
    }

    .rental-summary-charge-table .table-charge-subscription-header-area-item {
        width: 25%;
        margin: 0.4rem 0.4rem 0;
    }

    .rental-summary-charge-table .table-charge-subscription-area {
        height: 6.2rem;
    }

    .rental-summary-charge-table .table-charge-subscription-area:nth-child(1n) {
        background-color: var(--color-8);
    }

    .rental-summary-charge-table .table-charge-subscription-area:nth-child(2n) {
        background-color: var(--color-bright);
    }

    .rental-summary-charge-table .table-charge-subscription-heading {
        width: 28.14%;
    }

    .rental-summary-charge-table .table-charge-subscription-row {
        width: 71.86%;
    }

    .rental-summary-charge-table .table-charge-subscription-item {
        height: 6.2rem;
    }
}

@media (min-width: 960px) {
    .above-rental-summary .above-btn .btn {
        width: 13.17715959vw;
    }
}

@media (max-width: 767.98px) {
    .above-rental-summary .above-img {
        --ratio-img-height: 1046;
    }

    .above-rental-summary .above-btn {
        top: 81.6%;
        left: 50%;
        transform: translateX(-50%);
    }

    .rental-summary-charge .box-charge-body:first-child {
        margin-top: -1.6rem;
    }

    .rental-summary-flow-heading {
        letter-spacing: 0.2em;
        writing-mode: vertical-rl;
    }

    .rental-summary-charge-table {
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
    }

    .rental-summary-charge-table .table-charge-subscription-header {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        border-radius: 0.6rem;
        background-color: var(--color-9);
    }

    .rental-summary-charge-table .table-charge-subscription-header-area-item {
        font-weight: bolder;
        font-size: 1.2rem;
        text-align: center;
        white-space: nowrap;
    }

    .rental-summary-charge-table .table-charge-subscription-area:first-child {
        margin-top: 0;
    }

    .rental-summary-charge-table .table-charge-subscription-heading {
        display: none;
    }

    .rental-summary-charge-table-abbreviation {
        display: none;
    }
}
