.sb-slidebar {
    font-family: "Roboto", sans-serif;
    width: 100%;
    background-color: rgba(51, 51, 51, 0.9);
    padding: 0 10% 40px;
    height: 92%;
    position: fixed;
    top: 80px;
}

.nav.menu {
    padding-top: 50px;
    font-size: 1.8rem;
    color: #fff;
}

.nav.menu.left {
    width: 50%;
    float: left;
}

.nav.menu.right {
    width: 50%;
    float: right;
}

.nav.menu li {
    margin-bottom: 40px;
}

.nav.menu li a {
    text-decoration: none;
    color: #fff;
}

.sb-slidebar .line_link {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.sb-slidebar .line_link a {
    display: inline-block;
    width: 100%;
    font-size: 1.8rem;
    background: #06c755;
    color: #fff;
    padding: 10px 6% 8px;
    border-radius: 10px;
    box-sizing: border-box;
    text-decoration: none;
}

.sb-slidebar .form_link {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.sb-slidebar .form_link a {
    display: inline-block;
    width: 100%;
    font-size: 1.8rem;
    background: #027fff;
    color: #fff;
    padding: 10px 6% 8px;
    border-radius: 10px;
    box-sizing: border-box;
    text-decoration: none;
}

.sb-slidebar .tel_link {
    width: 100%;
    text-align: center;
}

.sb-slidebar .tel_link a {
    display: inline-block;
    width: 100%;
    font-size: 1.8rem;
    background: #fe0101;
    color: #fff;
    padding: 10px 6% 8px;
    border-radius: 10px;
    box-sizing: border-box;
    text-decoration: none;
}
