@charset "Shift_JIS";

@media screen and (min-width: 751px) {
	#pageTopBtn{
		bottom: 100px;
	}
	#chatbotBtn{
		position: fixed;
		bottom: 10px;
		right: 10px;
		z-index: 10000;
	}
	.chatbot-toggle_button{display: none;}
	.chatbot-sp_image{display: none;}
}
@media print {
	#chatbotBtn{
		display: none;
	}
}

@media screen and (max-width: 750px) {
	#chatbotBtn{
		position: fixed;
		bottom: 128px;
		right: 0;
		width: 39px;
		z-index: 10000;
	}
	.chatbot-toggle_button{
		position: absolute;
		left: 0;
		bottom: 6px;
		width: 16px;
		height: 16px;
		cursor: pointer;
	}
	.chatbot-pc_image{display: none;}
}
