@charset "UTF-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#gNavi .navi03 a {
	color: #7E8EA3;
}

#main {
	margin-bottom: 0;
}

#main .mainVisual {
	margin-bottom: 0;
	background: url(/img/treatment/main_visual_bg.jpg) no-repeat center center;
	background-size: cover;
}

#main .photo {
	display: none;
}

#main .section01 {
	background: #F8F5F0;
}

#main .section01 #treatment {
	margin: 0 auto;
	padding: 58px 0 56px;
	width: 980px;
	background: url(/img/treatment/bg01.jpg) no-repeat center top;
}

#main .section01 h2 {
	margin-bottom: 370px;
	text-align: center;
}

#main .section01 p {
	margin: 0 auto;
	width: 720px;
	font-size: 18px;
	line-height: 1.6;
	text-align: justify;
}

#main .section02 #child {
	margin: 0 auto;
	padding: 60px 0;
	width: 980px;
	background: url(/img/treatment/bg02.jpg) no-repeat center bottom;
}

#main .section02 h2 {
	margin-bottom: 50px;
	text-align: center;
}

#main .section02 .inner {
	padding-left: 40px;
	width: 560px;
}

#main .section02 .inner p {
	text-align: justify;
}

#main .section03 {
	background: #F8F5F0;
}

#main .section03 #adult {
	margin: 0 auto;
	padding: 60px 0;
	width: 980px;
	background: url(/img/treatment/bg03.jpg) no-repeat center bottom;
}

#main .section03 h2 {
	margin-bottom: 50px;
	text-align: center;
}

#main .section03 .inner {
	padding-right: 40px;
}

#main .section03 .inner p {
	width: 480px;
	float: right;
	text-align: justify;
}

#main .section04 {
	padding: 60px 0;
}

#main .section04 #partial {
	margin: 0 auto;
	width: 700px;
	text-align: justify;
}

#main .section04 h2 {
	margin-bottom: 50px;
	text-align: center;
}

#main .section05 {
	padding: 60px 0;
	background: #F8F5F0;
}

#main .section05 #mft {
	margin: 0 auto;
	width: 700px;
	text-align: justify;
}

#main .section05 h2 {
	margin-bottom: 50px;
	text-align: center;
}

#main .section06 {
	padding: 60px 0;
}

#main .section06 #risks {
	margin: 0 auto;
	width: 700px;
    padding: 40px;
    position: relative;
    background-color: #F6F6F4;
    text-align: justify;
}

#main .section06 h2 {
	margin-bottom: 40px;
	text-align: center;
}

#main .section06 ol {
	list-style: none;
	counter-reset: li;
	margin-top: 40px;
}

#main .section06 ol li {
  position: relative;
  padding-left: 2.4em;
  padding-top: 0.2em;
}

#main .section06 ol li:not(:first-child) {
  margin-top: 5px;
}

#main .section06 ol li::before {
  counter-increment: li;
  content: counter(li);
  position: absolute;
  left: 0;
  top: 2px; /* 数字のY軸線上の位置を調整 */
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #073145;
  font-size: 12px;
  color: #fff;
  line-height: 24px;
  text-align: center;
}

@media all and (min-width: 0) and (max-width: 736px) {	
	#main .mainVisual {
		margin-bottom: 0;
		background: url(/img/treatment/sp_main_visual_bg.jpg) no-repeat center center;
		background-size: cover;
	}

	#main .photo {
		display: block;
	}	

	#main .photo img {
		width: 100%;
		height: auto;
	}
	
	#main .section01 {
		padding: 40px 0;
	}
	
	#main .section01 #treatment {
		margin: 0;
		padding: 0;
		width: auto;
		background: none;
	}
	
	#main .section01 h2 {
		margin-bottom: -24px;
		position: relative;
		z-index: 10;
	}
	
	#main .section01 h2 img {
		width: 180px;
		height: auto;
	}
	
	#main .section01 .photo {
		margin-bottom: 5px;
	}
	
	#main .section01 p {
		margin: 0 12px;
		width: auto;
		font-size: 14px;
		line-height: 1.6;
	}
	
	#main .section02 {
		padding: 40px 12px;
	}
	
	#main .section02 #child {
		margin: 0;
		padding: 0;
		width: auto;
		background: none;
	}
	
	#main .section02 h2 {
		margin-bottom: 30px;
	}
	
	#main .section02 h2 img {
		margin: 0 auto;
		width: 248px;
		height: auto;
	}
	
	#main .section02 .photo {
		margin-bottom: 12px;
	}
	
	#main .section02 .inner {
		padding-left: 0;
		width: auto;
	}
	
	#main .section03 {
		padding: 40px 12px;
	}
	
	#main .section03 #adult {
		margin: 0;
		padding: 0;
		width: auto;
		background: none;
	}
	
	#main .section03 h2 {
		margin-bottom: 30px;
	}
	
	#main .section03 h2 img {
		margin: 0 auto;
		width: 160px;
		height: auto;
	}
	
	#main .section03 .photo {
		margin-bottom: 23px;
	}
	
	#main .section03 .inner {
		padding-right: 0;
	}
	
	#main .section03 .inner p {
		width: auto;
		float: none;
	}
	
	#main .section04 {
		padding: 40px 12px;
	}
	
	#main .section04 #partial {
		margin: 0;
		width: auto;
	}
	
	#main .section04 h2 {
		margin-bottom: 30px;
	}
	
	#main .section04 h2 img {
		width: 110px;
		height: auto;
	}
	
	#main .section05 {
		padding: 40px 12px;
	}
	
	#main .section05 #mft {
		margin: 0;
		width: auto;
	}
	
	#main .section05 h2 {
		margin-bottom: 30px;
	}
	
	#main .section05 h2 img {
		width: 190px;
		height: auto;
	}
	
	#main .section06 {
		padding: 40px 12px;
	}
	
	#main .section06 #risks {
		margin: 0;
		padding: 0;
		width: auto;
		padding: 40px 12px 20px;
	}
	
	#main .section06 h2 {
		margin-bottom: 30px;
	}
	
	#main .section06 h2 img {
		margin: 0 auto;
		width: 260px;
		height: auto;
	}
	
	#main .section06 ol {
		margin: 30px 0 0;
	}
}
