@charset "utf-8";

.web-yoyaku-btn-wrapper {
    display: none;
    position: fixed;
    right: 50px;
    bottom: 50px;
}

.web-yoyaku-btn-wrapper.nocache {
    display: block;
}

.web-yoyaku-btn {
    display: block;
    margin: 3px 3px 6px 3px;
    padding: 0px 10px 0px 10px;
    line-height: 45px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    height: 45px;
    border-radius: 5px;
    cursor: pointer;
    background-color: #F79646;
    width: 180px;
    border: none;
}

@media screen and (max-width:767px) {
    .web-yoyaku-btn-wrapper {
        right: 2%;
        bottom: 140px;
    }
}
