@charset "UTF-8";



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

.treatment{}
.treatment .flex{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
	
.treatment .flex .img{
	width:100%;
}
.treatment .flex .img img{
	width:100%;
}
	
.treatment .flex .text{
	width:100%;

}

.treatment ol{
	width:100%;
	margin-bottom: 2em;
}

.treatment img{

}

.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:100%;}

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

.ex{
	margin: auto;
}

.ex img{
	margin: auto;
	display: block;
}
.menu_link{}
.menu_link a{
	display: block;
	margin:10px auto;
	background: rgb(212, 102, 162);
	border:1px solid #c70078;
    color: #FFF;
	width: 11em;
	text-align: center;
	text-decoration: none;
	padding: 5px;
	border-radius: 4px;
}

@media (min-width: 768px) {

header+article{
	margin-top:-35px
	
}
.treatment{}
.treatment .flex{
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}
	
.treatment .flex .img{
	width:38%;
}
.treatment .flex .img img{
	width:100%;
}
	
.treatment .flex .text{
	width:60%;

}
	
	
	
	
.treatment ol{
	width:100%;
	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:100%;}

.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;
	}

.menu_link a{
	margin:10px 0;
}

}
@media (min-width: 850px) {


}