@charset "UTF-8";



/* treatmentページ専用
-----------------------------------------*/

header+article{
	margin-top:-35px
	
}
.treatment{}
.treatment ol{
	width:420px;
	margin-bottom: 2em;
}

.treatment img{
	float:right;
	margin: 30px 0 10px 20px;
}

.treatment p{
	clear: none;
	line-height:1.8;
	font-size:16px;
	}

.treatment h4{
	font-weight:normal;
	font-size:16px;
	text-indent:10px;
	border-bottom: 1px solid #42210B;
	width:420px;
}

.lsf-icon::before {
    font-size: 200%;
    margin-right: 0.0em;
}


.treatment ul{
	clear: both;
	list-style-type:none;
	border: 1px solid #42210B;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	padding:15px;
	margin:0;
	background:#fff;
}
.treatment ul li{
	line-height:1.5;
	padding-left:1em;
	
}

.treatment ul li::before {
   text-indent:-1em;
}
.treatment .ex{
	border-top: 1px dotted #42210B;
	border-bottom: 1px dotted #42210B;
	margin: 30px 0 10px;
	padding: 10px 0 ;
	display:inline-block;
	width:100%;
}

.treatment .ex img{
	float:right;
	margin: 0px 0 10px 0px;
}

.treatment .ex p{
	clear: none;
	margin: 0px 0 0 20px;
	}

