@charset "UTF-8";

/* CSS Document */


/*====================================

    wp_thanks

====================================*/

.wp_thanks {
    padding: 0 40px;
    margin-bottom: 100px;
}
.wp_thanks .ex {
    margin-bottom: 40px;
}
.wp_thanks .ex p {
    font-weight: 400;
    font-size: 120%;
}
.wp_thanks .inner {
}
.wp_thanks .inner p {
    margin-bottom: 80px;
}

/*====================================

    clock

====================================*/

.clock {
    position: absolute;
    right: -80px;
    bottom: -20px;
}
.clock .clock_long,
.clock .clock_short,
.clock .clock_bg {
    width: 300px !important;
}
.clock .clock_long img,
.clock .clock_short img,
.clock .clock_bg img {
    width: 100%;
}



