@charset "UTF-8";
/* CSS Document */
#content01 p{
	text-align: center;
	line-height: 2;
}

#content02{
	position: relative;
	max-width: 100%;
	font-size: 0;
	margin-top: 90px;
}
#content02 img{
	width: 100%;
	height: auto;
}
#content02 img:first-child{
	position: relative;
	z-index: 1;
	width: 65%;
	margin-left: 30px;
}
#content02 img:last-child{
	position: absolute;
	z-index: 2;
	width: 35%;
	right: 60px;
	bottom: -60px;
}

#content03{
	margin-top: 215px;
	margin-bottom: 120px;
}

@media screen and (max-width: 750px) {
#content02 img:first-child{
	width: 75%;
	margin-left: 0;
}
#content02 img:last-child{
	width: 45%;
	right: 3vw;
	bottom: -10vw;
}

}