@charset "utf-8";

/* ************************************************************

メインコンテンツ

************************************************************ */
/* PDF変換用 */
div.cover p.c_product {
	font-size: 10pt !important;
}
div.cover p.c_main {
	font-size: 24pt !important;
}
/* トップページ */
#contents .product_name {
	font-size: 1.5em;
	font-weight: 600;
	letter-spacing: 2px;
	margin: 0 auto;
}
#contents .main {
	font-size: 3em;
	font-weight: 600;
}
div.cov_ver {
	margin-bottom: 10px;
}
div.cov_ver p {
	text-align: center !important;
	font-size: 7pt;
	font-weight: bold;
}
@media screen and (max-width: 480px) {
	#contents .product_name {
		font-size: 1.2em;
		letter-spacing: 1px;
	}
	#contents .product_name_L {
		font-size: 5em;
	}
}
.os-box {
	padding-left: 1em;
}
.os-title {
	font-size: 100%;
	font-weight: 700;
}
.os-box .os-title {
	text-indent: -1em;
}
.os-box p.step-title {
	font-size: 0.6em !important;
}
@media screen and (min-width: 480px) {
	.os-title {
		font-size: 1rem;
	}
	.os-box p.step-title {
		font-size: 1.2rem !important;
	}
}
ol.paren > li {
	list-style-type: none;
	counter-increment: cnt;
	position: relative;
	margin-left: 1em;
}
ol.paren > li::before {
	content: "(" counter(cnt) ")";
	display: inline-block;
	margin-left: -4em;
	width: 3em;
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
	padding-left: 0!important;
}
ol.paren { 	counter-reset: cnt; }
ol.paren.start2{ counter-reset: cnt 1; }
.image-caption {
	font-size: 0.9em;
}
.model_box{
	position: relative;
}
.model_box.camera_icon {
	padding-left: 1.5rem;
	margin-top: 1rem;
	margin-bottom: 0.5rem;
}
.model_box.camera_icon div {
	margin-bottom: 0.5rem;
}
.model_box.camera_icon::before {
	content: "";
	background: url(../screens/camera_icon.svg) no-repeat;
	position: absolute;
	width: 1.2em;
	height: 1.2em;
	top: 3px;
	left: 0;
	background-size: contain;
	vertical-align: middle;
}
.model_box .model_name span {
	font-size: 100%;
	font-weight: bold;
	white-space: nowrap;
	display: inline-block;
}
.model_box .model_name span::after  {
	content: "|";
	font-size: 95%;
	padding: 0 0.3em;
	font-weight: 400;
	vertical-align: top;
}
.model_box .model_name span:last-of-type::after {
	content: "";
}
.model_name2 {
	font-size: 100%;
	font-weight: bold;
	white-space: nowrap;
	padding-right: 0.3em;
}
#contents .step-list > li > .ref-num {
	font-size: 0.4em;
}
@media screen and (min-width: 480px) {
	.model_box.camera_icon {
		padding-left: 2rem;
	}
	.model_box .model_name span {
		font-size: 95%;
	}
	.model_name2 {
		font-size: 95%;
	}
}
@media print {
	.os-title {
		font-size: 1em;
		font-weight: 700;
	}
	.flex-layout {
		text-align: left;
	}
	#contents .flex-layout img.print-w100 {
		width: 100% !important;
	}
	.os-box p.step-title {
		font-size: 1em !important;
	}
	#contents ol.step-list > li > .os-box:first-child { margin-top: -1.5em !important; }
	#contents .step-list li .flex-layout .os-title + img {
		max-width: 30% !important;
		text-align: left;
	}
	#contents ol.step-list li .paren li {
		padding-top: 0 !important;
	}
	#contents .step-list li > .os-box .figure,
	#contents .caution-box li .os-box .figure,
	#contents .note-box li .os-box .figure {
		text-align: left !important;
	}

	#contents ul.step-list > li::before {
		display: none !important;
	}
	#contents table th,
	#contents  table td {
		padding-top: 0.3em !important;
		padding-bottom: 0.3em !important;
	}
	#contents .step-list table th,
	#contents .step-list table td,
	#contents .step-list table th p,
	#contents .step-list table td p {
		text-indent: 0;
	}
	#contents ul.step-list {
		margin-top: 30px !important;
	}
}