@charset "utf-8";

.box {
	display: flex;
	justify-content: space-between;
}
div.box01 {
	background: url("../images/img01.png") no-repeat 0 0;
	width: 776px;
	height: 494px;
	position: relative;
	margin: 0 auto 20px auto;
	left: 15px;
}
div.box01 p {
	line-height: 1.6;
	position: absolute;
	left: 110px;
	top: 95px;
	max-width: 250px;
}
div.box02 {
	background: url("../images/img02.png") no-repeat 0 0;
	width: 747px;
	height: 436px;
	position: relative;
	margin: 20px auto;
}
div.box02 p {
	line-height: 1.6;
	position: absolute;
	left: 110px;
	top: 25px;
	max-width: 250px;
}
div.box03 {
	background: url("../images/img03.png") no-repeat 0 0;
	width: 747px;
	height: 436px;
	position: relative;
	margin: 20px auto 30px auto;
}
div.box03 p {
	line-height: 1.6;
	position: absolute;
	left: 110px;
	top: 25px;
	max-width: 250px;
}

div.box04 {
	background: url("../images/img04.png") no-repeat 0 0;
	width: 505px;
	height: 300px;
	position: relative;
}
div.box04 p {
	line-height: 1.6;
	position: absolute;
	left: 15px;
	top: 115px;
	max-width: 180px;
}
div.box05 {
	background: url("../images/img05.png") no-repeat 0 0;
	width: 355px;
	height: 300px;
	position: relative;
}
div.box05 p {
	line-height: 1.5;
	position: absolute;
	left: 180px;
	top: 130px;
	max-width: 150px;
}
