@charset "utf-8";
/* CSS Document */
.fixed-box{
	display: flex;
	justify-content: flex-end;
	width: 100%;
	position: fixed;
	margin: 0 auto;
	bottom: 0;
	z-index: 100;
}