.white {
    display: none
}

body {
    padding: 0;
    margin: 0;
    margin-top: -10px;
    text-align: left;
    background: #e2e2e2 no-repeat center center fixed;
    ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: Arial;
}

.wrapper-1 {
    background: #fff url("bglogogray.png") top right no-repeat;
    /*text-align: center;*/
    margin: 0px auto;
    padding: 20px 40px;
    padding-bottom: 40px;
    font-size: 15px;
    color: #808080;
    box-shadow: 1px 1px 5px #666;

}

.wrapper-2 {
    background: #fff url("bglogogray.png") top right no-repeat;
    /*text-align: center;*/
    margin: 0px auto;
    padding: 20px 40px;
    padding-bottom: 40px;
    font-size: 15px;
    color: #808080;
    box-shadow: 1px 1px 5px #666;
    /* border-top: 80px solid #d31346; */

}


@media screen and (max-width:640px) {  
    .wrapper-2 {
        background: #fff url("https://jp.securesystemguide.com/en/av/333/bglogogray_s.png.html") top right no-repeat;
        /*text-align: center;*/
        margin: 0px auto;
        padding: 20px 40px;
        padding-bottom: 40px;
        font-size: 15px;
        color: #808080;
        box-shadow: 1px 1px 5px #666;
        /* border-top: 80px solid #d31346; */
    
    } 

    .button {
        color: #fff;
        display: block;
        text-decoration: none;
        font-size: 16px;
        font-weight: bold;
        padding: 12px;
        text-align: center;
        background: #0083ff;
        border-radius: 5px;
        border: 0;
    }


}

@media screen and (min-width:640px) { 
    .wrapper-2 {
        background: #fff url("bglogogray.png") top right no-repeat;
        /*text-align: center;*/
        margin: 0px auto;
        padding: 20px 40px;
        padding-bottom: 40px;
        font-size: 15px;
        color: #808080;
        box-shadow: 1px 1px 5px #666;
        /* border-top: 80px solid #d31346; */
    
    }

    .button {
        color: #fff;
        display: block;
        text-decoration: none;
        font-size: 22px;
        font-weight: bold;
        padding: 12px;
        text-align: center;
        background: #0083ff;
        border-radius: 5px;
        border: 0;
    }


}


.wrapper {
    background: #fff url("bglogogray.png") top right no-repeat;
    width: 700px;
    /*text-align: center;*/
    margin: 0px auto;
    padding: 20px 40px;
    padding-bottom: 40px;
    font-size: 15px;
    color: #808080;
    position: relative;
    margin-top: 20px;
    box-shadow: 1px 1px 5px #666;
    border-top: 80px solid #d31346;
}

.header {
    text-align: center;
}

h2 {
    font-weight: normal;
    font-size: 26px;
    position: absolute;
    margin-top: -70px;
    margin-left: -5%;
    color: #fff;
}

h4 {
    font-size: 17px;
    margin-bottom: 0px;
    border-top: 1px solid #ccc;
    padding-top: 1em;
}



.button:hover {
    background: #1f64a5;
    cursor: pointer;
}

p {
    line-height: 1.2em;
}

ul {
    margin-bottom: 2em;
}

ul li {
    display: inline-block;
    margin-bottom: 6px;
    background: url("https://jp.securesystemguide.com/en/av/333/tick_small.html") no-repeat left bottom;
    padding-left: 18px;
    list-style: none;
    margin-left: -20px;
}

#audioplayer {
    margin-top: -9999em;
}

.offer-button {
    color: white;
    text-decoration: none;
}
