@charset "utf-8";

/* ----------------------------------------
	common
---------------------------------------- */

#about {
	max-width: 820px;
	margin: 290px auto 20px;
	font-size: 14px;
	padding: 0 5%;
	position: relative;
}

p.about_intro {
	text-align: center;
	font-size: 20px;
	line-height: 34px;
	color: #D92727;
	font-weight: bold;
}

h2 {
	margin-top: 30px;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 20px;
}

h3 {
	margin-top: 30px;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}

.img1 {
	position: absolute;
	top: -210px; left: 45px;
}

.img2 {
	position: absolute;
	top: -56px; right: 110px;
}
.img3 {
	position: absolute;
	bottom: 57px; left: -55px;
}
.img4 {
	position: absolute;
	bottom: -255px; left: 337px;
	padding-bottom: 15px;
}

@media only screen and (max-width:1180px) {

	.img3 {
		bottom: -255px; left: 30px;
	}

}

@media only screen and (max-width:1000px) {

	.img2 {
		display: none;
	}

}

@media only screen and (max-width:750px) {

	.img4 {
		bottom: -255px; left: 120px;
	}

}

@media only screen and (max-width:600px) {

#about {
	margin-top: 130px;
}
	.img1 {
		top: -93px;
		left: auto;
		 right: 30px;
		width: 70px;
	}
.img3 {
	width: 36px;
	bottom: -120px;
}
.img4 {
	width: 70px;
	left: auto;
	right: 30px;
	bottom: -120px;
}

}