@charset "UTF-8";
@import "/include/css/common.sp.css";

/* ---------------------------------------------------------
	CSS Document about
--------------------------------------------------------- */

#about .container {
	margin: 0 20px 30px;
}

#about h2 {
	margin-bottom: 20px;
	padding-left: 5px;
	text-align: center;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 40px;
	line-height: 40px;
	letter-spacing: 5px;
	color: #1fa50a;
}

#about .w610 {
	margin-bottom: 40px;
	padding-left: 20px;
	text-align: left;
	position: relative;
	z-index: 0;
}

#about .w610:before {
	content: '';
	width: 20px;
	height: 100%;
	background: #f2f2f2 url(/include/images/bg.png) top / 3px auto;
	position: absolute;
	top: 0;
	left: -20px;
	z-index: -1;
}

#about figure {
	position: relative;
	z-index: 0;
}

#about figure:before {
	content: '';
	width: 70%;
	height: 50%;
	background: #9ad890 url(/include/images/bg.png) top / 3px auto;
	position: absolute;
	top: -20px;
	right: -20px;
	z-index: -1;
}

/* ---------------------------------------------------------
	CSS Document company
--------------------------------------------------------- */

#company {
	padding: 30px 20px;
	background: #f2f2f2;
}

#company .table {
	margin-bottom: 5px;
}

#company dl {
	margin-bottom: 5px;
	padding: 15px;
	background: #fff;
	text-align: left;
}

#company dt {
	font-weight: bold;
}

#company p.right {
	font-size: 14px;
}
