@charset "shift_jis";

@media screen and (min-width: 751px) {
	body #chatbotBtn {
		bottom: 100px!important;
	}
	#pageTopBtn {
		bottom: 190px!important;
		z-index: 1;
	}
}
@media screen and (max-width: 750px) {
	body #chatbotBtn {
		bottom: 160px!important;
	}
	body #pageTopBtn {
		bottom: 100px!important;
	}
}
