@charset "utf-8";

.box {
	display: flex;
	justify-content: space-between;
}
div.box01 {
	background: url("../images/img01.png") no-repeat 0 0;
	width: 895px;
	height: 698px;
	position: relative;
	margin: 30px 0;
}
.txt02 {
	line-height: 1.5;
	position: absolute;
	left: 100px;
	top: 31px;
	max-width: 170px;
}
.txt03 {
	line-height: 1.5;
	position: absolute;
	left: 390px;
	top: 20px;
	max-width: 170px;
}
.txt04 {
	line-height: 1.6;
	position: absolute;
	left: 680px;
	top: 20px;
	max-width: 170px;
}
.txt05 {
	line-height: 1.5;
	position: absolute;
	left: 40px;
	bottom: 15px;
	max-width: 160px;
	font-size: 14px;
}
.txt06 {
	line-height: 1.6;
	position: absolute;
	left: 400px;
	bottom: 40px;
	max-width: 150px;
	font-size: 14px;
}


div.box02 {
	background: url("../images/img02.png") no-repeat 0 0;
	width: 895px;
	height: 238px;
	position: relative;
	margin: 0 auto;
}
div.box02 p {
	line-height: 1.5;
	position: absolute;
	left: 15px;
	top: 120px;
	max-width: 170px;
}
