
#cxj-overlay-all-wrap[data-v-84c4dc2c] {
    z-index: 99;
    padding: 5px;
    background-color: #FFFFFF;
    border: solid 1px #f0f0f0;
    background-color: #FFFFFF;
    box-shadow: 4px 4px 15px 0px rgba(0,0,0,0.25);
    position: fixed;
    right: 25px;
    bottom: 20px;
    z-index: 9999999999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(200px);
    transition: all 2s;
    max-width: 300px;
}
#cxj-overlay-all-wrap.is-show[data-v-84c4dc2c] {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}
#cxj-overlay-all-wrap[data-v-84c4dc2c] * {
    vertical-align: middle;
    font-weight: normal;
    line-height: 1.6em;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif !important;
}
#cxj-overlay-close[data-v-84c4dc2c] {
    position: absolute;
    top: -18px;
    right: -18px;
    padding: 0.6rem;
    background: rgba(0,0,0,0.5);
    border-radius: 50%;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    cursor: pointer;
    z-index: 999;
}
#cxj-overlay-close svg[data-v-84c4dc2c] {
    width: 24px;
    fill: #fff;
    pointer-events: none;
    vertical-align: top;
}
#cxj-overlay-wrap[data-v-84c4dc2c] {
    width: 100%;
    overflow: hidden;
}
#cxj-overlay-form[data-v-84c4dc2c] {
    display: inline-block;
    float: left;
    width: 200px;
    text-align: -webkit-center;
    text-align: center;
}
#cxj-overlay-all-wrap a[data-v-84c4dc2c] {
    cursor: pointer;
}
