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

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

#recruit {
	margin-bottom: 60px;
}

#recruit p {
	margin-bottom: 20px;
	font-size: 14px;
}

/* ---------------------------------------------------------
	CSS Document summary
--------------------------------------------------------- */

#summary {
	width: 900px;
	margin-bottom: 90px;
	text-align: left;
	font-size: 14px;
}

#summary .h2 {
	margin-top: 90px;
}

#summary .copy {
	margin-bottom: 60px;
	text-align: center;
}

#summary h3 {
	margin: 40px 0 15px;
	padding-bottom: 15px;
	border-bottom: solid 2px #adadad;
	font-weight: 500;
	font-size: 15px;
}

#summary p {
	margin-bottom: 1.5em;
	line-height: 1.9;
}

/* ---------------------------------------------------------
	CSS Document outline
--------------------------------------------------------- */

#outline {
	width: 900px;
	margin-bottom: 80px;
	font-size: 14px;
}

#outline dl {
	display: table;
	width: 100%;
	text-align: left;
	letter-spacing: 0.1em;
}

#outline dl:first-of-type {
	border-top: solid 2px #ebebeb;
}

#outline dt {
	display: table-cell;
	vertical-align: middle;
	width: 230px;
	padding: 20px 0 20px 60px;
	border-bottom: solid 2px #ebebeb;
	font-weight: 500;
}

#outline dd {
	display: table-cell;
	vertical-align: middle;
	padding: 20px 0;
	border-bottom: solid 2px #ebebeb;
}

#outline .link {
	margin: 60px 0 15px;
}

#outline .link a {
	display: inline-block;
	vertical-align: top;
	width: 250px;
	height: 60px;
	background: #333;
	text-decoration: none;
	line-height: 60px;
	color: #fff;
	position: relative;
	transition: .4s;
	cursor: pointer;
}

#outline .link a:after {
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -6px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 20px;
}
