#download {
	text-align: center;
}

.column-style {
	display: flex;
}

.mascot1,
.mascot2,
.mascot3,
.mascot4,
.mascot5 {
	display: block;
	position: relative;
	width: 200px;
}
.mascot1 {
	top: 230px;
}
.mascot2 {
	left: 280px;
}
.mascot3 {
	top: -40px;
}
.mascot4 {
	top: 90px;
}
.mascot5 {
	top: -420px;
	left: 270px;
}

/* 吹き出し */
.speech-bubble {
	height: 70px;
	width: 350px;
	display: flex;
	position: relative;
	padding: 30px 10px 10px 10px;
	background: #f0f0f0;
	border-radius: 20px;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 1.0rem;
	box-shadow: 0px 2px 5px #000000A0;
	left: 50%;
	transform: translate(-50%);
}
