#tebot-iframe-style-close-pc {
    z-index: 99999;
	max-height: 120px;
    height: 100%;
    width: 300px;
    position: fixed;
	right: 20px;
	bottom: 90px;
    border: none;
    background: none;
    transition-delay: 0.4s;
}
#tebot-iframe-style-open-pc {
    z-index:99998;
    max-height: 565px;
    height: 100%;
    max-width: 100%;
    width: 420px;
    position: fixed;
    right: 20px;
    bottom: 90px;
    border: none;
    background: none;
}
#tebot-iframe-style-close-sp {
    z-index:99998;
    max-height: 110px;
    height: 100%;
    width: 100px;
    position: fixed;
    right: 10px;
    bottom: 80px;
    border: none;
    background: none;
    transition-delay: 0.4s;
    overflow: hidden;
    
}
#tebot-iframe-style-open-sp {
    z-index:99998;
    max-height: 565px;
    height: 100%;
    max-width: 420px;
    width: 100%;
    position: fixed;
    right: 0px;
    left: 0px;
    margin-left: auto;
    bottom: 0px;
    border: none;
    background: none;
}
