@charset "utf-8";

/* 子どもの治療
------------------ */
#ph01{
	display:block;
	margin:0 auto 1rem auto;
}

#child_treatment ul{
	line-height:2.0;
}

#child_treatment li{
	background:url(../img/i02.png) no-repeat 0 0;
	background-size:2em;
	margin-bottom:2rem;
	padding-left:2.7em;
}

@media print, screen and (min-width:960px){
#ph01{
	float:right;
	margin:0 0 1rem 2rem;
	max-width:40%;
}

#child_treatment ul:before{
	content:"";
	clear:both;
}
}

/* 治療のポイント
------------------ */
.child{
	border:1px solid #dadada;
	padding:1.5rem 1rem 0 1rem;
	margin-bottom:2rem;
	overflow:hidden;
}

.child h4{
	font-size:114.29%;
	margin-bottom:0.5rem;
	line-height:1.4;
}

.child h4:before{
	content:"■";
	color:#ee859a;
}

.child img{
	float:right;
	max-width:30%;
	margin:0 0 1rem 1rem;
}

.line{
	border-top:1px dashed #ccc;
	clear:both;
	margin-bottom:1.5rem;
}

@media print, screen and (min-width:960px){
.child{
	padding:2rem 2rem 0.5rem 2rem;
}
}

/* ここが気になる
------------------ */
#child_point{
	background:#fefae5;
	padding:2rem 1rem 0 1rem;
}

#child_point h3{
	font-size:114.29%;
	margin-bottom:0.5rem;
	line-height:1.4;
	background:url(../img/i03.png) no-repeat 0 0;
	background-size:1.5em;
	border-bottom:1px dashed #cfccc1;
	padding:0 0 0.2rem 1.8em;
}

.child_point{
	padding-bottom:1rem;
}

@media print, screen and (min-width:960px){
#child_point{
	background:#fefae5 url(../../child02/img/ph07.jpg) no-repeat 100% 50%;
	background-size:40%;
	padding:3rem 2rem 0 2rem;
}

#child_point img{
	display:none;
}

#child_point h3{
	font-size:114.29%;
	margin-bottom:0.5rem;
	line-height:1.4;
	background:url(../img/i03.png) no-repeat 0 0;
	background-size:1.5em;
	border-bottom:1px dashed #cfccc1;
	padding:0 0 0.2rem 1.8em;
}

.child_point{
	width:60%;
}
}

/*eof*/