#tebot-iframe-style-close-sp {
    z-index:99998;
    max-height: 120px;
    height: 100%;
    width: 85px;
    position: fixed;
    right: 10px;
    bottom: 20px;
    border: none;
    background: none;
    transition-delay: 0.4s;
    overflow: hidden;
}

.bubble-chat-bound.sp div.bubble-chat-bound-inner::before {
    content: '';
    width: 70px;
    height: 41px;
    background: url(/uploads/1214/chat_icon2.png) no-repeat top center;
    background-size: 100% auto;
    position: absolute;
    top: -30px;
    left: -5px;
}

.btn_suggest span.btn_suggest-text {
    color:#292929 !important; /*回答サジェストテキスト色*/
}

.btn_suggest {
    border: 2px solid #292929; /*回答サジェスト枠線色*/
}
