@charset "utf-8";

/* PC用 */
@media screen and (min-width: 561px) {
.side-btnsbox {
    border: 5px solid #e3058e;
    border-radius: 5px;
    box-sizing: border-box;
    display: block;
    height: auto;
    margin-top: 30px;
    padding: 5% 1% 1%;
    position: relative;
    text-align: center;
    width: 100%;
}
.side-btnsbox a.drawer-menu-item {
    text-indent: 0;
}
.btnsbox-head {
    background-color: #e3058e;
    border-radius: 5px 5px 0 0;
    color: #fff;
    display: block;
    font-weight: 600;
    height: 25px;
    letter-spacing: -.5px;
    left: -5px;
    line-height: 26px;
    position: absolute;
    top: -25px;
    width: 180px;
}
.side-btnsbox .box-btn {
    background: #54b52c;
    border: solid #aac91a 1px;
    box-shadow: 0px 1px 2px #41a916;
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: .5px;
    line-height: 1;
    margin: 5px auto;
    padding: 8px 0;
    position: relative;
    text-decoration: none;
    text-shadow: 1px 1px #848484;
    width: 95%;
}
.side-btnsbox .box-btn::after {
    border: solid 8px transparent;
    border-left: solid 10px #fff;
    content: '';
    height: 0;
    margin-top: -8px;
    position: absolute;
    right: 6px;
    top: 50%;
    width: 0;
}
.side-btnsbox:hover .btnsbox-head {
    background-color: #ff5600;
}
.side-btnsbox:hover {
    border-color: #ff5600;
    cursor: pointer;
}
.side-btnsbox a:hover {
    text-decoration: none;
}
.side-btnsbox:hover .box-btn {
    background: #46a220;
}
}

/*sp*/
@media screen and (max-width: 560px) {

}