/* ===================================================================

=================================================================== */
p {
	margin: 0;
	padding: 0;
}
.spec-block {
	max-width: 1200px;
	margin: 0 auto 5em auto;
	word-wrap: break-word;
}
.spec-headerLv1 {
	font-size: 1.4em;
	font-weight: 400;
	margin: 2em 0 1.5em 0;
	padding: .4em 1em;
	text-align: center;
	color: #fff;
	background-color: #336c9b;
}
.spec-listLv1 {
	margin: 0 0 0 1em;
}
.spec-listLv1:before {
	margin-left: -1em;
	content: '・';
}
.spec-listLv2 {
	margin: 0 0 0 2em;
}
.spec-listLv2.dot-none{
	margin: 0 0 0 1em;
}
.spec-listLv2:before {
	margin-left: -1em;
	content: '・';
}
.spec-listLv2.dot-none:before {
	margin-left: -1em;
	content: none;
}
.spec-note {
	margin: 15px 15px 0 15px;
	padding: 0;
}
.spec-note li {
	font-size: 13px;
	margin-left: 30px;
	list-style-type: none;
	counter-increment: annotation;
	text-indent: 20px;
}
.spec-note li:before {
	display: inline-block;
	width: 2em;
	margin-left: -50px;
	content: '\203B'counter(annotation);
	text-indent: 0;
}
.ss-limit_note02 {
	margin: 0 0 0 20px;
}
.spec-labelLv1 {
	float: left;
	clear: left;
	color: #0064ba;
	box-sizing: border-box;
	width: 30%;
	margin: 0 0 0 0;
	padding: 1em 15px 0 15px !important;
	border-top: 1px solid #dce3e8;
	font-weight: 500;
}
.spec-labelLv1-large{
	font-size: 1.3em;
	border-top: none;
	line-height: 1em;
	padding: 2em 0 1em 15px!important;
	font-weight: 700;
	width: 100%;
}
.spec-labelLv2 {
	margin: 0;
	padding: 0;
	font-weight: 500;
}
.spec-container1 {
	border-bottom: 1px solid #dce3e8;
	overflow: hidden;
}
.spec-container2 {
	float: left;
	box-sizing: border-box;
	width: 70%;
	margin: 0 0 0 0;
	padding: 1em 0;
	border-top: 1px solid #dce3e8;
}
.spec-container1 p {
	padding: 0 0 5px 0;
}
.spec-container2 p {
	padding: 0 0 5px 0;
}
.spec-block sup {
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	bottom: 0.25em;
}
.ss-operation_header02 {
	font-size: .6em;
	display: block;
	text-align: center;
}
.spec-note-p {
	margin: 15px 15px 0 15px;
	padding: 0;
}


