@charset "utf-8";

/* -------------------------------------------------------------------------- */

#contents-wrapper:before {
	content: "";
	width: 100%;
	height: 600px;
	background: url(../images/keycisual.jpg) no-repeat center top;
	display: block;
	position: absolute;
	top: 250px;
	z-index: -1;
}

#copy {
	margin: 100px auto;
	text-align: center;
}

#copy img {
	width: 60px;
}

#outline {
	clear: both;
}

#outline {
	overflow: hidden;
	margin-bottom: 60px;
}

#outline dt,
#outline dd {
	background: url(../../common/images/contents_dotted_line_horizontal.png) repeat-x left top;
	overflow: hidden;
	display: block;
	float: left;
	vertical-align: top;
	padding: 12px 0;
	line-height: 1.4em;
}

#outline dt {
	width: 75px;
}

#outline dd {
	width: 225px;
	margin-right: 20px;
}

#outline dd:before {
	content: ":";
	padding: 0 10px 0 0;
}

#outline dd:nth-child(3n) {
	margin-right: 0;
}

@media screen and (max-width: 980px) {

	#outline dd {
		width: calc(50% - 95px);
	}

	#outline dd:nth-child(3n) {
		margin-right: 20px;
	}

}

@media screen and (max-width: 767px) {

	#outline dd {
		width: calc(100% - 75px);
		margin-right: 0 !important;
	}

}

/* ========================================================================== */
/* underIE9                                                                   */
/* ========================================================================== */

