@charset 'utf-8';
/* ======================================
	usageGuide
====================================== */
#usageGuide ol>li {
	padding-bottom: 3em;
}
#usageGuide ol>li h3 {
	position: relative;
	border-bottom: #000 2px solid;
	margin-bottom: 1em;
	padding-left: 5em;
	padding-bottom: 1em;
}
#usageGuide ol>li h3 .ttl {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
}
#usageGuide ol>li h3 .num {
	position: absolute;
	left: 0;
	display: inline-block;
	font-weight: 400;
	line-height: 1;
	background-color: #ffea80;
	border: #000 2px solid;
	border-radius: 1.5em;
	margin-right: .5em;
	padding: .2em .8em .5em;
}
#usageGuide ol>li .content {
	text-align: center;
	padding-bottom: 1em;
}
#usageGuide ol>li .content .heading {
	padding-bottom: 1em;
}
#usageGuide ol>li .content .img {
	width: 40%;
	max-width: 220px;
	margin: 0 auto;
}
#usageGuide ol>li .content .img.wide {
	width: 100%;
	max-width: 617px;
	margin: 0 auto;
}
@media screen and (max-width: 949px) {
}
@media screen and (min-width: 950px) {
	#usageGuide ol>li {
		padding-bottom: 5em;
	}
	#usageGuide ol>li h3 {
		margin-bottom: 2em;
		padding-left: 7em;
	}
	#usageGuide ol>li h3 .ttl {
		font-size: 30px;
	}
	#usageGuide ol>li h3 .num {
		font-size: 22px;
		top: .1em;
	}
	#usageGuide ol>li .content {
		text-align: center;
		padding-bottom: 1em;
	}
	#usageGuide ol>li .content .heading {
		font-size: 18px;
		padding-bottom: 2em;
	}
	#usageGuide ol>li .content .img {
		width: 40%;
		max-width: 220px;
		margin: 0 auto;
	}
	#usageGuide ol>li .content .img.wide {
		width: 100%;
		max-width: 617px;
		margin: 0 auto;
	}
}





















