@charset "UTF-8";

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
HISTORY
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#history h2 {
	text-align: center;
	margin-bottom: 22px;
}
#history {
	padding-bottom: 83px;
}
#history li + li {
	margin-top: 35px;
}
#history dl {
	font-size: 14px;
	line-height: 21px;
}
#history dl + dl {
	margin-top: 11px;
}
#history dl:after {
	content: "";
	display: block;
	clear: both;
}
#history dt {
	width: 48px;
	float: left;
	color: #008cca;
	position: relative;
}
#history dt:after {
	content: "";
	height: 2px;
	width: 9999px;
	background: #008cca;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 100%;
	margin: auto 0;
}
#history dd {
	margin-left: 48px;
}
#history figure {
	margin: 15px 0 11px;
}

@media screen and (min-width:1001px){
}

@media screen and (max-width:1000px){
	#history li {
		margin-left: -20px;
	}
}