@charset "UTF-8";

h2{
	margin-top: 32px;
}
p{
	margin-top: 7px;
}
.colEq2.firstly {
	margin-top: 2em;
}
.colEq2.scondly{
	margin-top: 3em;
}
.colEq2.firstly > .col {margin-right: 10px;}
.colEq2.firstly > .col:nth-child(2n) {margin-right: 0;}
.colEq2.scondly > .col {margin-right: 40px;}
.colEq2.scondly > .col:nth-child(2n) {margin-right: 0;}
.colEq2.scondly > .col:first-child figure{
	padding: 0 0 0 25px;
}
.colEq2 > .col figure{
	padding: 0;
}
.figureTitle{
	position: relative;
	margin-bottom: 12px;
	padding: 0 0 0 15px;
	text-align: left;
	font-weight: 700;
	font-size: 16px;
	font-size: 1.6rem;
}
.figureTitle:before{
	content: "";
	display: block;
	position: absolute;
	top: .16em;
	left: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #f99038;
}
.listNote02{
	margin-top: 40px;
}
ul + ul{
	margin-top: 4px
}
hr{
	margin: 3em 0 5em;
}

.sideMenu > dl > dt{
	font-size: 23px;
	font-size: 2.3rem;
}
.sideMenu dl > dt:after {
	right: 0;
	width: 100px;
	height: 90px;
	background: url(/inspection01/images/img_inspection.png) no-repeat;
}

@media screen and (max-width: 768px) {
	h2{
		margin-top: 1em;
		line-height: 1.5;
	}
	p.ledeTxt + .boxLink01{
		margin-top: 2em;
	}
	p{
		margin-top: 7px;
	}
	.colEq2.firstly,.colEq2.scondly{
		margin-top: 0;
	}
	.colEq2.firstly > .col {margin-right: 0;}
	.colEq2.scondly > .col {margin-right: 0;}
	.colEq2.scondly > .col:first-child figure{
		width: 50%;
		margin: 0 auto;
	}
	.colEq2 > .col figure{
		padding: 0;
	}
	.figureTitle{
		margin: 1em 0 1em;
		font-size: 14px;
		font-size: 1.4rem;
	}
	.listNote02{
		margin-top: 40px;
	}
	ul + ul{
		margin-top: 4px
	}
	hr{
		margin: 2em 0 4em;
	}

	.sideMenu dl > dt:after{
		display: none;
	}
	.subject:after{
		width: 103px;
		height: 91px;
		background: url(/inspection01/images/img_inspection@2x.png) no-repeat;
		background-size: contain;
	}
}