* {
    margin: 0;
    font-family: 'Source Sans Pro', sans-serif;
    z-index:10000;
}

.condition_a {
    text-decoration: none;
    z-index:10000;
}

.condition1 {
    background-size: cover;
    background-position: center;
    /*height: 100vh;*/
    width: 100%;
    z-index:10000;
}

#darkBack {
    width: 100%;
    height: 100vh;
    background: rgba(76, 56, 75, .15);
    z-index:10000;
}

#condition {
    position: fixed;
    max-width: 380px;
    height: auto;
    background: rgba(236, 240, 241, 1);
    border: 5px solid #fff;
    border-radius: 15px;
    bottom: 15px;
    margin-left: -425px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    z-index:10000;

    min-width: 300px;
    box-shadow: 20px -10px 20px 5px rgba(34, 60, 80, 0.7);
}

#new span {
    background: #fff;
    border-radius: 4px;
    position: absolute;
    color: #69777e;
    padding: 4px 10px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: -5px;
    z-index:10000;
}

#condition .close_condition {
    color: #464646;
    right: 8px;
    top: 0px;
    position: absolute;
    font-size: 20px;
    cursor: pointer;
    z-index:10000;
}

#condition h2 {
    font-size: 17px;
    color: #464646;
    line-height: 22px;
    font-weight: 400;
    text-align: center;
    padding: 0 20px;
    z-index:10000;
}

.inform_condition {
    color: darkgray;
    font-size: 10px
}


.condition_button {
    margin: 0 auto;
    text-align: center;
    right: 0;
    left: 0;
    position: absolute;
    width: 350px;
    font-size: 15px;
    color: #fff;
    border-bottom: 2px solid #3c4246;
    background: #69777e;
    border-radius: 4px;
    padding: 8px 0;
    z-index:10000;
}

#condition_plus {
    position: fixed;
    color: #fff;
    bottom: 3%;
    font-size: 15px;
    margin-left: 0px;
    -webkit-transition: all 1.25s ease;
    -moz-transition: all 1.25s ease;
    -o-transition: all 1.25s ease;
    transition: all 1.25s ease;
    cursor: pointer;
    text-align: left;
    letter-spacing: 1px;
    z-index:10000;
}

#condition_plus span {
    position: absolute;
    margin-top: 38px;
    left: 4px;
    z-index:10000;
}

#condition_plus::after {
    content: '';
    display: block;
    display: relative;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #69777e;
    z-index:10000;
}

@media all and (max-width: 900px) {
    #condition {
        left: 20px;
    }
    #condition {
        margin-left: -425px;
    }
    #condition_plus {
        margin-left: 0px;
    }
}