@charset "utf-8";

.chatbot-open-btn.btn img {
	padding: 0;
}

/*sp*/
.chatbot {
	position: fixed;
	bottom: 19%;
	right: 2%;
	width: 70px;
	padding: 15px 0 0;
	height: 70px;
	/*display: flex;*/
	text-align: center;
	align-items: center;
	justify-content: center;
	z-index: 100;
	background: #005bac;
	color: #fff;
	border-radius: 100px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.chatbot b {
	font-size: 12px;
	margin: 0 auto 0;
	display: block;
}

.chatbot img {
    width: 28px;
    display: block;
    margin: auto;
}

.chatbot small {
    font-size: 0.6em;
    font-weight: bold;
    display: block;
    text-align: center;
    margin: 2px 0 0 2px;	
}