<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "shift_jis";
/* CSS Document */

/*===========================================
	sls-lsr200 common css
=============================================*/

#contents ul,
#contents ul li,
#contents ol,
#contents ol li,
#contents dl,
#contents dl dt,
#contents dl dd{
	margin:0;
	padding:0;
}

#contents p{
	margin:0 0 1em 2em;
}

#contents h1 + p{
    margin: 0 0 2em 1em;
}


#contents h2{
	font-size:110% !important;
	margin-left:1em;
	margin-top:3em;
}

#contents h2.title{
	border-bottom: 1px solid #000;
    font-size: 1.2em;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-bottom: 20px;
}

#contents h3{
	background-color: #e3e3e3;
    border: medium none;
    padding: 0.5em 1em;
    font-size: 110%;
    margin: 0 0 3em 1em;
}

#contents p.annotation{
	padding-left:1em;
	text-indent:-1em;
	margin-top:0.5em;
}

#contents ul.disc{
	list-style-type: disc;
	margin-left: 2.5em;
}

#contents a.textLink{
	display: inline-block;
	background-position: 0 6px;
}

@media (max-width: 640px){

	#contents h1 + p,
	#contents h1 + div.top &gt; p {
		margin-left:0.5em !important;
	}


	#contents h2{
		margin-left:0 !important;
	}

	#contents h3{
		margin: 3em 0 1.5em 0 !important;
	}

	#contents p{
		margin-left:0.5em;
	}

}


/* stepArea */

#contents ol.stepArea{
	list-style:none;
	margin: 2em 0;
}

#contents ol.stepArea &gt; li{
	margin: 0 0 2em 1em;
	padding: 0.5em 0 2em 1em;
	border-bottom:1px dotted #ccc;
}

#contents ol.stepArea li:last-child{
	border-bottom:none;
	padding-bottom: 0;
    margin-bottom: 0;
}


#contents ol.stepArea li img.num{
	margin:0 0.5em 0 0;
	display:inline-block;
}

#contents ol.stepArea li img.num + p{
	font-size:120%;
	font-weight:700;
	margin: 0;
    display: inline-block;
	padding-bottom:1em;
}

#contents .stepArea .stepWrapper{
	margin-left: 3em;
	margin-top: 0.5em;
}

#contents .stepArea .stepWrapper &gt; p{
	margin-left: 0;
}

@media (max-width: 640px){
	#contents ol.stepArea &gt; li{
		margin: 0 0 2em 0;
		padding: 0 0 2em 0.5em;
		background-position: left 0 top 0;
	}

	#contents ol.stepArea li &gt;p{
		margin-left:0;
		margin-top:2em;
	}

	#contents ol.stepArea li img.num {
		display: block;
		float: left;
	}

	#contents ol.stepArea li img.num + p{
		font-size:115%;
		display: block;
	}
	#contents .pct img{
		max-width: 460px;
		height: auto;
}

@media (max-width: 460px){
	#contents .pct img{
		width: 100% !important;
	}
}

@media (max-width: 360px){
	#contents .stepArea .stepWrapper{
		margin-left: 0;
	}
}













</pre></body></html>