/* Common */
#contentsStage h1 {
  margin-bottom: 214px;
}
#contentsStage section {
  margin-right: 90px;
}
#contentsStage section b {
  color: #7ba805;
  font-weight: bold;
}
#contentsStage section#lead {
  margin-bottom: 60px;
}
#contentsStage section h2 {
  margin-bottom: 26px;
}
#contentsStage section h3 {
  margin-bottom: 15px;
}
#contentsStage section dt {
  color: #7ba805;
  font-weight: bold;
  margin-left: .4em;
  margin-bottom: 10px;
}
#contentsStage section dd {
  margin-bottom: 25px;
  margin-left: 1.7em;
}
#contentsStage section dd .em1 li {
  margin-left: 1.3em;
  margin-bottom: .5em;
  text-indent: -1.3em;
}
#contentsStage section dd .em2 li {
  margin-left: 1.3em;
  text-indent: -1.3em;
}
#contentsStage section dd .em2 li:first-child {
  margin-left: 0;
  text-indent: 0;
}
#contentsStage section dd .em3 li {
  margin-left: 2.5em;
  text-indent: -3em;
}
#contentsStage section dd table {
  margin-left: 50px;
}
#contentsStage section dd table th {
  font-weight: normal;
  padding-right: 5em;
}
#contentsStage section dd .syomei {
  text-align: right;
}
@media screen and (max-width: 768px) {
	#contentsStage h1 {
		margin: 50px 0 120px;
	}
	#contentsStage section {
		margin-right: 0;
	}
	#contentsStage section#lead {
		margin-bottom: 60px;
	}
	#contentsStage section h2 {
		margin-bottom: 15px;
	}
	#contentsStage section h3 {
		line-height: 1;
	}
	#contentsStage section dt {
		margin-left: 0;
		margin-bottom: 0;
	}
	#contentsStage section dd {
		margin-bottom: 25px;
		margin-left: 1em;
	}
	#contentsStage section dd .em1 li {
		margin-left: 1.3em;
		margin-bottom: .5em;
		text-indent: -1.3em;
	}
	#contentsStage section dd .em3 li {
		margin-left: 2.5em;
		text-indent: -3em;
	}
	#contentsStage section dd table {
		margin: 0;
		width: 100%;
	}
	#contentsStage section dd table th {
		font-weight: normal;
		padding-right: 5em;
		display: block;
	}
	#contentsStage section dd table td{
		display: block;
		margin-left: 1em;
	}
}