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

/* ---------------------------------------------------------
	CSS Document heading
--------------------------------------------------------- */

html, body {
	background-image: url(../images/visual.jpg);
}

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

#about {
	margin: 0 20px 50px;
	text-align: left;
	word-break: normal;
}

#about p:first-child {
	margin: 0 -20px 20px;
	text-align: center;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-size: 22px;
	line-height: 1.5;
}

#about ul {
	margin: 30px -20px 0;
	font-size: 0;
}

#about li {
	display: inline-block;
	vertical-align: top;
	width: 50%;
}

/* ---------------------------------------------------------
	CSS Document recruit
--------------------------------------------------------- */

#recruit {
	margin: 0 20px;
	text-align: left;
}

#recruit p {
	margin-bottom: 15px;
	word-break: normal;
}

#recruit .section {
	margin-bottom: 20px;
}

#recruit dl {
	margin-top: -1px;
	border: solid 1px #e7e9ec;
}

#recruit dt {
	padding: 8px 12px;
	background: #e7e9ec;
}

#recruit dd {
	padding: 10px 12px;
}

#recruit li a {
	display: block;
	width: 280px;
	height: 80px;
	margin: 30px auto 0;
	background: #00408e;
	text-decoration: none;
	text-align: center;
	font-weight: 500;
	font-size: 16px;
	line-height: 80px;
	color: #fff;
}

#recruit li a:before {
	display: inline-block;
	vertical-align: top;
	content: '';
	width: 22px;
	height: 80px;
	margin-right: 10px;
	background: url(../images/email.png) no-repeat left;
	background-size: 22px auto;
}
