@charset "UTF-8";
#about .catch {
	width: 100%;
	position: relative;
	height: auto;
}
#about .catch .inner {
	position: absolute;
}
#about .catch .inner2 {
	position: absolute;
	right: 20px
}
#about .catch .outer {
	top: 50px;
	position: absolute;
	width: 100%;
	max-width: 970px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}
#about h3 {
	font-size: 2.6rem;
	line-height: 140%;
	font-weight: bold;
	color: #1D1F1F;
}
#about p {
}



@media screen and (max-width:600px){
	#about h3 {
	font-size: 2rem;
	text-shadow: 1px 0px 1px #ffffff, 0px 1px 1px #ffffff, -1px 0px 1px #ffffff, 0px -1px 1px #ffffff;
}

}
