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


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

          6つの特徴

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

#tokucyou_base{
	width: 100%;
	background: #fcf3cf;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
#tokucyou_area{
	width: 94%;
	margin: 0 auto;
}
.tokucyou{
	width: 80%;
	padding:5%;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 20px;
	background: #fff;
	border: #754C24 15px solid;
	border-radius: 10px;
	text-align: center;
	position: relative;
	box-shadow: 0 0 6px gray;
}
.clip{
	width:25%;
	position: absolute;
	top:-7%;
	left:37%;
}
.tokucyou ol{
	display: inline-block;
	font-size: 160%;
	font-weight: bold;
	color: #7F2D13;
	margin-top: 30px;
	padding-bottom: 10px;
	border-bottom: 2px solid #B8D76E;
}
.tokucyou li{
	text-align: justify;
	font-size: 120%;
	line-height: 140%;
	color: #603813;
	padding-left: 15%;
	margin-top: 15px;
	padding-bottom: 15px;
	border-bottom: 4px dotted #D3904C;
	position: relative;
}
.tokucyou li img{
	width: 12%;
	position: absolute;
	top:0;
	left:0;
}
.tokucyou li:last-child{
	border-bottom: none;
}

.goran{
	width: 100%;
	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: 94%;
	margin-left: 3%;
	margin-right: 3%;
}
.sejyutu_copy{
	color: #2282CA;
	font-size: 145%;
	line-height: 120%;
	text-align: center;
}
.sejyutu_copy span{
	font-weight: bold;
}
.oste_box{
	width: 80%;
	padding: 7%;
	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: 160%;
	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: 70%;
	margin: 0 auto;
	border:  #fff 5px solid;
	position: relative;
	margin-bottom: 40px;
}
.oste_image img{
	width: 100%;
}
.caution{
	position: absolute;
	left: -45%;
	top: -20%;
}
.caution img{
	width: 35%;
}
.oste_box li{
	display: block;
	font-weight: bold;
	text-align: justify;
	color: #6A1B00;
	font-size: 110%;
	line-height: 150%;
}
.oste_box li .point{
	width: 25%;
}
.oste_box li .point img{
	width: 100%;
}

.nayami_box{
	display: block;
	width: 80%;
	padding: 7% 7% 5% 7%;
	background: #fff;
	margin: 0 auto;
	border-radius: 10px;
}
.nayami_box ol{
	text-align: center;
	font-weight: bold;
	font-size: 140%;
	margin-bottom: 30px;
	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;
}
.nayami_box li .naiyou_image{
	width: 120px;
	margin-right: 5%;
}
.nayami_box li .naiyou_image img{
	width: 100%;
	margin-top: 10px;
	border-radius: 10px;
}
.nayami_box li dl{
	width: 190px;
}
.nayami_box li dl dt{
	font-weight: bold;
	color: #E86111;
	font-size: 120%;
	line-height: 150%;
	border-top:1px solid #E86111;
	padding-top: 7px;
	border-bottom:1px solid #E86111;
	padding-bottom: 7px;
	margin-bottom: 10px;
}
.nayami_box li dl dd{
	font-size:110%;
	line-height: 140%;
	text-align: justify;
}

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

          治療方法

*****************************************/
#houhou_area{
	width: 94%;
	margin-left: 3%;
	margin-right: 3%;
}
.houhou{
	flex-wrap: wrap;  
	width: 100%;
	margin: 0 auto;
}
.houhou_box {
	width: 100%;
	flex-grow:1;
	margin: 0px 0px 20px 0px;
}
.houhou_box dt{
	color:#15A144;
	font-weight: bold;
	font-size: 150%;
	border-bottom: 2px solid #B8D76E;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
.houhou_box dd{
	display: flex;
	justify-content: center;
}
.houhou_box dd .naiyou_image{
	width: 150px;
	margin-right: 10px;
}
.houhou_box dd .naiyou_image img{
	width: 100%;
}
.houhou_text {
	width: 200px;
	font-size: 110%;
	line-height: 140%;
	text-align: justify;
}
.houhou_text_l{
	font-size: 110%;
	line-height: 140%;
	text-align: justify;
}
.box_large{
	flex-grow: 3;
}
.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: 100%;
}
.large_image img{
	width: 100%;
}
