@charset "UTF-8";
/* CSS Document */


/****************************************

          6つの特徴

*****************************************/

#tokucyou_base{
	width: 100%;
	background: #fcf3cf;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
#tokucyou_area{
	width: 940px;
	margin: 0 auto;
}
.tokucyou{
	width: 450px;
	padding-top: 40px;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 30px;
	margin: 0 auto;
	margin-top: 100px;
	margin-bottom: 20px;
	background: #fff;
	border: #754C24 30px solid;
	border-radius: 10px;
	text-align: center;
	position: relative;
	box-shadow: 0 0 6px gray;
}
.clip{
	width:130px;
	height: 125px;
	position: absolute;
	top:-90px;
	left:200px;
}
.tokucyou ol{
	display: inline-block;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 180%;
	font-weight: bold;
	color: #7F2D13;
	padding-bottom: 10px;
	border-bottom: 5px solid #B8D76E;
}
.tokucyou li{
	text-align: justify;
	font-size: 120%;
	line-height: 160%;
	color: #603813;
	padding-left: 55px;
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: 4px dotted #D3904C;
	position: relative;
}
.tokucyou li img{
	width: 45px;
	position: absolute;
	top:0;
	left:0;
}
.tokucyou li:last-child{
	border-bottom: none;
}

.goran{
	width: 580px;
	margin: 0 auto;
	text-align: center;
	font-size: 110%;
	color: #603813;
}
.goran a{
	display: inline-block;
	text-align: center;
	font-size: 110%;
	color: #fff;
	background: #DF2557;
	border-radius: 999px;
	padding:5px 10px 5px 10px ; 
	margin-right: 5px;
}

/****************************************

          当院の施術

*****************************************/

#sejyutu_base{
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #ffeebf 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#ffeebf 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#ffeebf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffeebf',GradientType=0 ); /* IE6-9 */
	padding-bottom: 40px;
	margin-bottom: 40px;
}
#sejyutu_area{
	width: 940px;
	margin: 0 auto;
}
.sejyutu_copy{
	font-family: 'Noto Sans Japanese', sans-serif;
	color: #2282CA;
	font-size: 200%;
	line-height: 150%;
	text-align: center;
}
.sejyutu_copy span{
	font-weight: 500;
}
.oste_box{
	width: 560px;
	padding: 60px;
	margin: 0 auto;
	background: #FFE5BB;
	border-radius: 10px;
	margin-bottom: 30px;
	box-shadow: 0 0 6px gray;
}
.oste_box ul{
	display: block;
	text-align: center;
}
.oste_box ol {
	display: block;
	color: #fff;
	font-size: 180%;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	margin-bottom: 30px;
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(229,145,18,1) 10%, rgba(229,145,18,1) 90%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(229,145,18,1) 10%,rgba(229,145,18,1) 90%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(229,145,18,1) 10%,rgba(229,145,18,1) 90%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}
.oste_image {
	display: block;
	width: 60%;
	margin: 0 auto;
	border:  #fff 5px solid;
	position: relative;
	margin-bottom: 40px;
}
.oste_image img{
	width: 100%;
}
.caution{
	position: absolute;
	left: -20px;
	top: -15px;
}
.caution img{
width: 90px;
}

.oste_box li{
	display: block;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 500;
	text-align: justify;
	color: #6A1B00;
	font-size: 110%;
	line-height: 160%;
}
.oste_box li .point{
	width: 70px;
}
.oste_box li .point img{
	width: 100%;
}

.nayami_box{
	display: block;
	width: 580px;
	padding: 50px;
	background: #fff;
	margin: 0 auto;
	border-radius: 20px;
}
.nayami_box ol{
	font-family: 'Noto Sans Japanese', sans-serif;
	text-align: center;
	font-size: 160%;
	margin-bottom: 40px;
	color: #E86111;
	padding: 10px 0px 10px 0px ;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(252,243,207,1) 10%, rgba(252,243,207,1) 90%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(252,243,207,1) 10%,rgba(252,243,207,1) 90%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(252,243,207,1) 10%,rgba(252,243,207,1) 90%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
.nayami_box li{
	margin-bottom: 30px;
-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
-ms-flex-pack:justify;/*--- IE10 ---*/
-webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
justify-content:space-between;
}
.nayami_box li .naiyou_image{
width: 250px;
margin-right: 30px;
}
.nayami_box li .naiyou_image img{
	width: 100%;
	border-radius: 15px;
}
.nayami_box li dl{
width: 300px;
display: block;
}
.nayami_box li dl dt{
	display: block;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 500;
	color: #E86111;
	font-size: 130%;
	border-top:1px solid #E86111;
	padding-top: 7px;
	border-bottom:1px solid #E86111;
	padding-bottom: 7px;
	margin-bottom: 10px;
}
.nayami_box li dl dd{
	text-align: justify;
	display: block;
}

/****************************************

          治療方法

*****************************************/
#houhou_area{
	width: 940px;
	margin: 0 auto;
}
.houhou{
	flex-wrap : wrap;
	-ms-flex-wrap : wrap; /*for IE10*/
	-webkit-flex-wrap : wrap; /*for old webkit browser*/
	-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack:justify;/*--- IE10 ---*/
	-webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
	justify-content:space-between;
	width: 700px;
	margin: 0 auto;
}

.houhou_box {
	display: block;
	width: 220px;
	margin: 0px 5px 30px 5px;
}
.houhou_box dt{
	color:#15A144;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 500;
	font-size: 150%;
	border-bottom: 2px solid #B8D76E;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.houhou_box dd .naiyou_image img{
	width: 100%;
	margin-bottom: 10px;
}
.houhou_text {
	text-align: justify;
}
.houhou_text_l{
	text-align: justify;
}
.box_large{
	width: 690px;
	margin-bottom: 10px;
}
.large_p{
	-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack:justify;/*--- IE10 ---*/
	-webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
	justify-content:space-between;
}
.large_image{
	width: 220px;
	margin: 0px 5px 0px 5px;
}
.large_image img{
	width: 100%;
}
