@media screen and (min-width: 1025px)
{
    .btReserveStepOneOrg {
        text-align:center;
        margin:10px 0 0 0;
    }

    .reserveRentaRakutiveWrap
    {
        border-radius:30px;
        -webkit-border-radius:30px;
        -moz-border-radius:30px;
    }
    #reserveRentaRakutiveSpanBlock
    {
        display:block;
    }
    #reserveRentaRakutiveSpanFont
    {
        color:#ff7d00;
        font-size:13px;
        background-color:White;
    }
    #reserveRentaRakutiveSpanWhite
    {
        margin:0px 10px 0px 10px;
    }
}
@media screen and (min-width: 641px) and (max-width:1024px){
    .btReserveStepOneOrg {
        text-align:center;
        margin:10px 0 0 0;
    }
    .btReserveStepOneOrg .btn {
        width: 190px !important;
        margin-top: 10px;
    }

    .reserveRentaRakutiveWrap
    {
        border-radius:30px;
        -webkit-border-radius:30px;
        -moz-border-radius:30px;
    }
    #reserveRentaRakutiveSpanBlock
    {
        display:block;
    }
    #reserveRentaRakutiveSpanFont
    {
        color:#ff7d00;
        font-size:13px;
        background-color:White;
    }
    #reserveRentaRakutiveSpanWhite
    {
        margin:0px 10px 0px 10px;
    }
}

@media screen and (max-width: 640px){

    .btReserveStepOneOrg {
        text-align: center;
        margin:10px 0 0 0;
    }
    .btReserveStepOneOrg > a {
     	width: 190px;
    }

    .reserveRentaRakutiveWrap
    {
        border-radius:30px;
        -webkit-border-radius:30px;
        -moz-border-radius:30px;
    }
    #reserveRentaRakutiveSpanBlock
    {
        display:block;
    }
    #reserveRentaRakutiveSpanFont
    {
        color:#ff7d00;
        font-size:13px;
        background-color:White;
    }
    #reserveRentaRakutiveSpanWhite
    {
        margin:0px 10px 0px 10px;
    }
}