@charset "utf-8";

#content section {
	position: relative;
	padding: 20px 0 0;
}
#content section:before {
	content: "";
	position: absolute;
	display: block;
	width: 22px;
	height: 1px;
	left: 0;
	top: 0;
	background: #fff;
}
#content section + section {
	margin-top: 90px;
}
#content section h3 {
	margin: 0 0 25px;
	font-size: 18px;
	font-weight: bold;
	font-family: serif;
}
#content section p {
	font-size: 14px;
	line-height: 1.8;
}
#content section .list {
	margin: 20px 0 0;
	font-size: 14px;
	line-height: 1.8;
}
#content section .list dt {
	margin: 0 0 8px;
	font-weight: bold;
}
#content section .list dd {
	padding-left: 1em;
	text-indent: -1em;
}
#content section .list dd:before {
	content: "・";
}

#content section:after,
#content section .history dl:after {
	clear: both;
	content: "";
	display: block;
	visibility: hidden;
}
#content section .history dl {
	line-height: 1.6;
	font-size: 14px;
	font-family: sans-serif;
}
#content section .history dt {
	float: left;
	width: 155px;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
}
#content section .history dd {
	float: left;
	width: 845px;
}
#content section .history dl + dl {
	margin-top: 20px;
}

#content section figure {
	float: right;
	width: auto;
	padding-left: 40px;
	margin-top: -43px;
}






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

	#content section + section {
		margin-top: 60px;
	}
	#content section h3 {
		margin: 0 0 20px;
	}
	#content section p {
		margin: 0 0 20px;
		font-size: 13px;
		line-height: 1.5;
	}
	#content section .list {
		font-size: 13px;
		line-height: 1.5;
	}



	#content section .history dl {
		line-height: 1.5;
		font-size: 13px;
	}
	#content section .history dt {
		float: none;
		width: 100%;
		font-weight: bold;
	}
	#content section .history dd {
		float: none;
		width: 100%;
	}
	#content section .history dl + dl {
		margin-top: 15px;
	}
	
	#content section figure {
		float: none;
		margin: 0 0 15px;
		padding: 0;
	}
	#content section figure img {
		width: 100%;
		height: auto;
		max-width: 320px;
	}
}






