@charset "UTF-8";

.ledeTxt{
	font-weight: normal;
}
.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;
}
.listNote01{
	margin-top: 2em;
}

.sideMenu > dl > dt{
	font-size: 23px;
	font-size: 2.3rem;
}
.sideMenu dl > dt:after {
	top: .49em;
	right: .1em;
	width: 100px;
	height: 90px;
	background: url(/treatment01/images/ico_title01_treatment.png) no-repeat;
}

.sideMenu dl dd > ul li:first-child a{
	font-size: 15px;
	font-size: 1.55rem;
}

@media screen and (max-width: 768px) {

	.singleImg {
		width: 100%;
		margin: auto;
	}
	.colEq2 {
		margin-top: 2em;
	}
	.colEq2.firstly > .col {
		margin-right: 30px;
	}
	.figureTitle {
		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{
		top: .3em;
		width: 103px;
		height: 91px;
		background: url(/treatment01/images/ico_title01_treatment@2x.png) no-repeat;
		background-size: contain;
	}
}