@charset "utf-8";

.box {
	display: flex;
	justify-content: space-between;
}
div.box01 {
	background: url("../images/img01.png") no-repeat 0 0;
	width: 765px;
	height: 518px;
	position: relative;
	margin: 0 auto 20px auto;
	left: 9px;
}
div.box01 p {
	line-height: 1.6;
	position: absolute;
	left: 110px;
	top: 65px;
	max-width: 200px;
}

div.box02 {
	background: url("../images/img02.png") no-repeat 0 0;
	width: 748px;
	height: 507px;
	position: relative;
	margin: 20px auto 40px auto;
}
div.box02 p {
	line-height: 1.6;
	position: absolute;
	left: 110px;
	top: 35px;
	max-width: 200px;
}
div.box02 p strong {
	color: #6fba2c;
}

div.box03 {
	background: url("../images/img03.png") no-repeat 0 0;
	width: 369px;
	height: 479px;
	position: relative;
}
div.box03 p {
	line-height: 1.6;
	position: absolute;
	left: 120px;
	top: 20px;
	max-width: 220px;
}
div.box04 {
	background: url("../images/img04.png") no-repeat 0 0;
	width: 469px;
	height: 129px;
	position: relative;
	margin-bottom: 28px;
}
div.box04 p {
	line-height: 1.6;
	position: absolute;
	left: 0;
	top: 55px;
	font-size: 14px;
}
div.box05 {
	background: url("../images/img05.png") no-repeat 0 0;
	width: 496px;
	height: 322px;
	position: relative;
}
div.box05 p {
	line-height: 1.6;
	position: absolute;
	left: 40px;
	top: 50px;
	max-width: 430px;
}
