@charset "utf-8";

.box {
	display: flex;
	justify-content: space-between;
	margin: 30px 0 0 0;
}
div.box01 {
	background: url("../images/img01.png") no-repeat 0 0;
	width: 576px;
	height: 1019px;
	position: relative;
}
.txt02 {
	line-height: 1.6;
	position: absolute;
	left: 85px;
	top: 22px;
	max-width: 180px;
}
.txt03 {
	line-height: 1.6;
	position: absolute;
	left: 380px;
	top: 22px;
	max-width: 180px;
}
.txt04 {
	line-height: 1.6;
	position: absolute;
	left: 85px;
	top: 510px;
	max-width: 180px;
}
.txt05 {
	line-height: 1.5;
	position: absolute;
	left: 380px;
	top: 510px;
	max-width: 180px;
}

div.box02 {
	width: 300px;
}

div.box03 {
	background: url("../images/img02.png") no-repeat 0 0;
	width: 300px;
	height: 605px;
	position: relative;
	margin-bottom: 38px;
}
div.box03 p {
	line-height: 1.5;
	position: absolute;
	left: 115px;
	top: 22px;
	max-width: 170px;
}

div.box04 {
	background: url("../images/img03.png") no-repeat 0 0;
	width: 300px;
	height: 376px;
	position: relative;
}
div.box04 p {
	line-height: 1.6;
	position: absolute;
	left: 35px;
	top: 300px;
	max-width: 230px;
}
div.box04 p strong {
	color: #6fba2c;
}

