@charset "UTF-8";
/* 追加CSS */
/* ===============================================
# 修正　20251127
=============================================== */
#open-chatbot{
	position:fixed;
	right:2%;
	bottom:12%;
	z-index:9999;
	transition: opacity 0.4s ease-in-out;
}
#open-chatbot img{
	width:100%;
	max-width:320px;
}
@media (max-width: 1023px) {
  #open-chatbot {
    bottom: 20%;
  }
}
@media (max-width: 767px) {
  #open-chatbot img {
    max-width: 210px;
  }
}
