@charset "utf-8";

.contentsImg {
	background-image: url(../../img/contents-img1.jpg);
	background-position: center 30%;
}
.wrap01 p {
	margin-bottom: 30px;
	line-height: 2;
}
/* ---------------------------------------------
	768px
--------------------------------------------- */
@media only screen and (max-width: 768px) {

}

/* ---------------------------------------------
	640px
--------------------------------------------- */
@media only screen and (max-width: 640px) {

}

/* ---------------------------------------------
	480px
--------------------------------------------- */
@media only screen and (max-width: 480px) {

	.wrap01 p {
		margin-bottom: 20px;
		line-height: 1.6;
	}

}
