@import url('https://fonts.googleapis.com/css?family=Open+Sans');


.overlay {
    display: none;
    font-family: "Open Sans", Helvetica, sans-serif;
    line-height: 1.6;
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #ff0000;
    background: rgba(0, 0, 0, 0.8);
}

.box-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}
.box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.box-title {
    margin: 0 0 10px 0;
    font-size: 24px;
    text-align: center;
}

.box-modal {
    width: 739px;
    padding: 20px 0;
    background: #ffffff;
    text-align: center;
}
.box-modal-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
}
.box-modal-coupon {
    margin: 10px 0 0 0;
    font-size: 42px;
    font-weight: 600;
    color: #393939;
}
.box-modal-button {
    width: 280px;
    height: 48px;
    margin: 20px auto 0 auto;
    display: block;
    background-color: #ff0000;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff !important;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    line-height: 48px;
}
.box-modal-button-no {
    background-color: #393939;
}
.box-text-dark {
    color: #393939;
    font-size: 16px;
}


@media screen and (max-width: 480px) and (orientation: portrait) {
    .box-description {
        padding: 110px 0 0 0;
        background-size: 200px auto;
    }
    .box-title {
        font-size: 18px;
    }
    .box-list {
        font-size: 14px;
    }
    .box-modal {
        width: 300px;
    }
}

@media screen and (max-width: 480px) and (orientation: landscape) {
    .box-description {
        padding: 0;
        background-image: none;
    }
    .box-title {
        font-size: 18px;
    }
    .box-list {
        font-size: 14px;
    }
    .box-modal {
        width: 300px;
        padding: 10px 0;
    }
    .box-modal-title {
        font-size: 14px;
        line-height: 15px;
    }
    .box-modal-coupon {
        margin: 0;
        font-size: 24px;
    }
    .box-modal p {
        margin: 0;
    }
    .box-modal-button {
        margin-top: 10px;
    }
}
