@charset "UTF-8";

.ledeTxt{font-weight: normal;}
.figureTitle sup {
    font-weight: bold;
}
.singleImg {
    padding: 2em 0 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;
}
.singleImg {
    padding: 2em 0 0;
}
.listNote01{
	margin-top: 2em;
}

.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) {

	.singleImg {
		width: 70%;
		margin: auto;
		padding: 2em 0 0;
	}
	.singleImg02 {
		width: 100%;
		margin: auto;
		padding: 1em 0 0;
	}
	.figureTitle {
		margin-top: 2em;
		position: relative;
		margin-bottom: 12px;
		padding: 0 0 0 15px;
		text-align: left;
		font-weight: 700;
		font-size: 16px;
		font-size: 1.6rem;
	}

	.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;
	}
}