#chatbot-toggle_button {
    width: 100px;
    height: 100px;
    right: 390px !important;
    bottom: 10px !important;
    z-index: 99 !important;
}
#chatbot-toggle_button.visible {
    transform: translateX(0);
}
@media screen and (max-width: 1400px) {
    #chatbot-toggle_button {
        width: 84px;
        height: 84px;
    }
}
@media screen and (max-width: 768px) {
    #chatbot-toggle_button {
        right: 5px !important;
        bottom: 66px !important;
    }
}
/* ページのレイアウト */
@media only screen and (max-width: 768px) {
    .l-footer {
        margin-bottom: 120px;
    }
}