    #juso-container * {
        margin: 0;
        border: 0;
        vertical-align: baseline;
    }

    #juso-container {
        position: fixed;
        width: 95%;
        height: 75vh;
        z-index: 5000;
        top: 11vh;
        left: 2.5%;
        text-align: center;
        overflow-y: auto;
    }

    .juso-opened {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .juso-closed {
        display: none;
    }

    #juso-container .blind-background {
        position: fixed;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.3);
    }

    .juso-title {
        font-size: 15px;
        background: #010101;
        color: white;
        padding: 15px 0;
    }

    .button-closer {
        position: Absolute;
        top: -0.1em;
        right: 15px;
        font-size: xx-large;
        color: #eee;
        cursor: pointer;
    }

    .juso-area {
        position: sticky;
        width: 100%;
        height: 100%;
        max-width: 45em;
        max-height: 45em;
        left: 0;
        top: 0;
        bottom: 0;
        overflow-y: auto;
        overflow-x: clip;
        background: #f9f9f9;
        box-sizing: border-box;
        border-radius: 0.5em;
        border-top-left-radius: 0.5em;
        border-top-right-radius: 0.5em;
    }

    .juso-title {
        font-size: 15px;
        background: #010101;
        color: white;
        padding: 15px 0;
    }

    .juso-bar>input {
        width: 100%;
        height: 50px;
        line-height: 50px;
        padding: 15px;
        border: 0px;
        border-bottom: 1px solid #ddd;
        box-sizing: border-box;
    }

    #juso-container ul,
    #juso-container li {
        padding: 0;
        margin: 0;
        list-style: none outside none;
    }

    #juso-container #juso-info {
        text-align: left;
        width: 100%;
        margin-left: 15px;
        margin-top: 10px;
        background-color: #fff;
    }

    #juso-info-container {
        text-align: left;
        width: 100%;
        padding: 0;
        margin-left: 0.3em;
        margin-right: 0.3em;
        margin-top: 0.3em;
        background-color: #fff;
    }

    .juso-selector {
        display: flex;
        flex-direction: column;
        align-items: flex-start;

        width: 100%;
        padding: 0.2em;
        background-color: #fff;
        font-size: clamp(1em, 1.5em, 3.5vw);
        font-weight: 300;
        cursor: pointer;
    }

    .juso-selector:nth-child(even) {
        background-color: #eee;
    }

    .juso-selector:hover {
        background-color: #ccc;
    }

    .juso-selector p {
        padding: 0;
        margin: 0;
        line-height: 2vw;
    }

    .juso-selector p.addr-selector-zip {
        padding: 0.4em 0 0.2em 0;
        font-weight: bold;
    }

    .juso-selector p.addr-selector-line {
        padding: 0.6em 0 0.2em 0;
        font-size: clamp(0.4em, 0.8em, 2.8vw);
        font-weight: 400;
    }

    .juso-selector p.addr-selector-line span {
        display: inline-block;
        background-color: #F1F1F1;
        font-size: clamp(0.6em, 0.7em, 2.5vw);
        width: clamp(3em, 4em, 9vw);
        text-align: center;
        margin-right: 0.5em !important;
        font-weight: 300;
    }