@charset "utf-8";

.box {
	display: flex;
	justify-content: space-between;
}
div.box01 {
	background: url("../images/img01.png") no-repeat 0 0;
	width: 458px;
	height: 568px;
	margin: 10px auto 30px auto;
	position: relative;
}
div.box01 p {
	line-height: 1.5;
	position: absolute;
	left: 30px;
	top: 95px;
	max-width: 100px;
}

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

div.box03 {
	background: url("../images/img03.png") no-repeat 0 0;
	width: 430px;
	height: 295px;
	position: relative;
}
div.box03 p {
	line-height: 1.5;
	position: absolute;
	left: 165px;
	top: 15px;
	max-width: 250px;
}

div.box04 {
	background: url("../images/img04.png") no-repeat 0 0;
	width: 439px;
	height: 293px;
	position: relative;
}
div.box04 p {
	line-height: 1.6;
	position: absolute;
	left: 30px;
	top: 80px;
	max-width: 165px;
}
div.box04 p strong {
	color: #6fba2c;
}

