@charset "utf-8";
/* CSS Document */

/*about01*/
#about01 {
	margin-bottom: 50px;
}
#about01 .inner {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 350px;
	background: url(../img/about_img01.png) no-repeat center bottom;
	color: #333;
	font-size: 16px;
	line-height: 2;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#about01 .inner dl {
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
}
#about01 .inner dl dt {
	width: 200px;
	padding: 20px 0;
	border-bottom: 1px solid #78C2B5;
}
#about01 .inner dl:nth-of-type(3) dt {
	padding-top: 70px;
}
#about01 .inner dl dd {
	box-sizing: border-box;
	width: 800px;
	padding: 20px 0 20px 10px;
	border-bottom: 1px solid #CCCCCC;
}

/*about02*/
#about02 {
	margin-bottom: 100px;
}
#about02 .inner {
	width: 1000px;
	margin: 0 auto;
}