@charset "utf-8";

.box {
	display: flex;
	justify-content: space-between;
}
div.box01 {
	background: url("../images/img01.png") no-repeat 0 0;
	width: 895px;
	height: 815px;
	position: relative;
	margin: 30px 0 15px 0;
}
.txt02 {
	line-height: 1.5;
	position: absolute;
	left: 15px;
	top: 107px;
	max-width: 130px;
}
.txt03 {
	line-height: 1.5;
	position: absolute;
	left: 470px;
	top: 107px;
	max-width: 120px;
}
.txt04 {
	line-height: 1.6;
	position: absolute;
	left: 45px;
	bottom: 45px;
	max-width: 200px;
}


div.box02 {
	background: url("../images/img02.png") no-repeat 0 0;
	width: 637px;
	height: 195px;
	position: relative;
	margin-bottom: 38px;
	margin: 0 auto;
}
div.box02 p {
	line-height: 1.5;
	position: absolute;
	left: 30px;
	top: 95px;
	max-width: 170px;
}
