@charset "utf-8";

div.box01 {
	background: url("../images/img01.png") no-repeat 0 0;
	width: 900px;
	height: 506px;
	margin: 10px auto 30px auto;
	position: relative;
}
div.box01 p {
	padding: 9px 0 0 25px;
	line-height: 1.4;
	position: absolute;
}
div.box01 p:nth-child(1) {
	left: 70px;
	top: 40px;
	max-width: 260px;
}
div.box01 p:nth-child(2) {
	right: 190px;
	top: 40px;
	max-width: 220px;
}
.effective {
	background: url("../images/img04.png") no-repeat 0 0;
	width: 900px;
	height: 277px;
}
.effective p {
	padding: 135px 0 0 18px;
	font-size: 14px;
	line-height: 1.8;
}
.box02 {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin: 30px 0 0 0;
}
.ng {
	background: url("../images/img02.png") no-repeat 0 0;
	width: 395px;
	height: 220px;
}
.ng p {
	padding: 65px 0 0 20px;
	max-width: 170px;
	font-size: 14px;
	line-height: 1.7;
}

.levelup {
	background: url("../images/img03.png") no-repeat 0 0;
	width: 486px;
	height: 220px;
}
.levelup p {
	padding: 30px 35px 0 265px;
	font-size: 14px;
	line-height: 1.7;
}