@charset "utf-8";
#botop-1003 {
    width: 100%;
    height: auto;
    background: #ff6600;
}

#botop-1003 .col {
    width: 100%;
}

#botop-1003 .col+.col {
    margin-top: 10px;
}

#botop-1003 .des {
    width: auto;
    height: auto;
    text-align: center;
}

#botop-1003 .des h3 {
    line-height: 1.5em;
    color: #ffffff;
}

#botop-1003 .go a {
    display: block;
    width: 120px;
    height: auto;
    margin: 0 auto;
    padding: 8px 0;
    text-align: center;
    border: 2px solid #ffffff;
    color: #ffffff;
    border-radius: 100px;
}

#botop-1003 .go a:hover {
    background: #ffffff;
    color: #ff6600;
}

@media screen and (min-width: 1240px) {
    #botop-1003 .col1 {
        width: auto;
    }
    #botop-1003 .col2 {
        float: right;
        width: auto;
    }
    #botop-1003 .col+.col {
        margin-top: 0;
    }
    #botop-1003 .des {
        text-align: left;
    }
    #botop-1003 .go a {
        width: 140px;
    }
}