@charset "utf-8";

/* コンテンツ
======================================= */
#cont{
	background:none;
}
h1{
	text-align:center;
	margin-bottom:150px;
}
#about p{
	font-size:16px;
	line-height:1.8em;
}
#about01{
	position:relative;
	width:1000px;
	height:380px;
	margin:0 auto 30px;
	background: url(../../../img/page/about/bg01.png) no-repeat center top;
	text-align:center;
	padding-top:125px;
	box-sizing:border-box;
}
#about01 h2{
	position:absolute;
	top:-96px;
	left:310px;
}
#about02{
	position:relative;
	width:1000px;
	height:433px;
	margin:0 auto 30px;
	background: url(../../../img/page/about/bg02.png) no-repeat center top;
	text-align:center;
	padding-top:38px;
	box-sizing:border-box;
}
#about02 h2{
	margin-bottom:28px;
}
#about03{
	position:relative;
	width:1000px;
	height:386px;
	margin:0 auto 30px;
	background: url(../../../img/page/about/bg03.png) no-repeat center top;
	text-align:center;
	padding-top:38px;
	box-sizing:border-box;
}
#about03 h2{
	margin-bottom:28px;
}
#about p.name{
	font-size:18px;
	text-align:right;
}
#about p.name strong{
	font-weight:bold;
	text-align:right;
}
