#guarantee_page {
    .top-sp {
        margin-top: 200px;
    }

    .kuzu {
        border-top: 1px solid #CCC;
        border-bottom: 1px solid #CCC;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 10px;
    }

    .maker-box {
        background: #f7f7f7;
        padding: 20px;
        border: 1px solid #CCC;
        font-weight: bold;
        text-align: center;
        color: #000 !important;
    }

    .maker-box:hover {
        background: #35aec3;
        color: #FFF !important;
    }

    .kenpin {
        padding: 15px;
        text-align: center;
        margin-top: 50px;
        margin-bottom: 50px;
        border-bottom: 1px solid #CCC;
        border-top: 1px solid #CCC;
    }

    .sp-bt {
        margin-bottom: 10px;
    }
}
