@charset "utf-8";
/*******************************************
  SP
*******************************************/
@media screen and (max-width:480px){
	.sp_none{
		display: none;
	}

/*=======================================================================
各種ラッパー用CSS
=======================================================================*/
#wrapper,
#h_wrapper,
#cnt_wrapper,
#f_wrapper{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}
#h_wrapper {
	
}
#PAGE_TOP {
	width: 100%;
	height: 68px;
	background: #FFF;
	border-top: 4px solid #6CAF25;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3;
}
	#cnt_wrapper{
		background: #EBEAE5;
	}
#f_wrapper {

}

footer#f_cnt {
	
}


#breadcrumb{
	padding: 15px 0 15px 10px;
	text-align:left;
	font-size:93%;
}
#breadcrumb ul li a{
	color: #6CAF25;
}
#breadcrumb ul li{
	display:inline-block;
	font-size: 12px;
}
#breadcrumb ul li span{
	color: #6CAF25;
}
/*=======================================================================
ヘッダ
=======================================================================*/
	.header_logo{
		float: left;
		margin-top: 17px;
	}
	.header_logo a{
		display: block;
		height: 100%;
	}
	.header_title{
		font-size: 0;
	}

/*=======================================================================
Gナビ
=======================================================================*/
	#top_nav{
		width: 44px;
		height: 44px;
		background: #DB7E11;
		border-radius: 4px;
		float: right;
		margin-top: 10px;
		position: relative;
	}
	#top_nav p{
		color: #FFF;
		font-size: 11px;
		line-height: 15px;
		margin-top: 25px;
	}
	#top_nav::before,
	#top_nav p::before,
	#top_nav p::after{
		content: "";
		border-top: 2px solid #FFF;
		border-radius: 2px;
		position: absolute;
		left: 10px;
		transition: all 0.5s;
	}
	#top_nav::before{
		width: 24px;
		top: 9px;
	}
	#top_nav p::after{
		width: 20px;
		top: 16px;
	}
	#top_nav p::before{
		width: 16px;
		top: 23px;
	}
	#top_nav.active::before,
	#top_nav.active p::before{
		width: 24px;
		left: 13px;
		transform-origin: left;
	}
	#top_nav.active p::after{display: none;}
	#top_nav.active::before{
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
}
	#top_nav.active p::before{
		top: 26px;
		-moz-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	#top_nav .nav_wp{
		width: 100vw;
		height: calc(100vh - 68px);
		background: #6CAF25;
		box-sizing: border-box;
		overflow: scroll;
		padding: 10px 10px 50px;
		position: fixed;
		transition: all 0.5s;
		top: 68px;
		right: -100vw;
		z-index: 999;
	}
	#top_nav .nav_wp.active{
		right: 0;
	}
	#top_nav ul{
		width: 100%;
		height: 100%;
		margin: auto;
		text-align: left;
	}
	#top_nav ul li,
	#top_nav ul li a{color: #FFF;}
	#top_nav ul li h2{
		border-bottom: 1px solid rgba(255,255,255,0.6);
		font-size: 16px;
		padding: 0 0 5px 20px;
		position: relative;
		font-weight: bold;
	}
	#top_nav ul li h2 a{font-size: 16px;}
	#top_nav .nav_r{width: 56%;}
	#top_nav ul li.outer{margin: 25px 0;}
	#top_nav ul.inner{margin-top: 10px;display: flex;flex-wrap: wrap;}
	#top_nav ul li.inner{
		width: 60%;
		border-bottom: 1px dashed rgba(255,255,255,0.6);
		box-sizing: border-box;
		display: inline-block;
		padding: 8px 0 3px 18px;
		position: relative;
	}
	#top_nav li.outer:nth-child(-n+4) li.inner{
		width: calc(50% - 10px);
		float: left;	
	}
	#top_nav li.outer:nth-child(-n+4) li.inner:nth-child(2n){margin-left: 20px;}
	#top_nav ul li.inner a{
		display: block;
		font-size: 14px;
		line-height: 28px;
}
	#top_nav ul li.inner::before,
	#top_nav ul li h2::before{
		content: "-";
		width: 10px;
		height: 10px;
		position: absolute;
		top: 10px;
		left: 5px;
	}
	#top_nav ul li h2::before{	
		content: "▶";
		color: #DB7E11;	
		top: 2px;
		left: 0;
		transform: scale(0.8);
		font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	}
	#top_nav ul li#navi_09.outer{padding-bottom: 80px;}
	#bottom_nav{
		width: 100vw;
		height: 58px;
		position: fixed;
		bottom: 0;
		left: 0;
		background: #2E2E2E;
		box-sizing: border-box;
		display: flex;
		justify-content: space-between;
		padding: 5px 10px;
		z-index: 1;
	}
	#bottom_nav li{width: 60px;}
	#bottom_nav li.tel{padding-top: 6px;}
	#bottom_nav li a{
		display: block;
		padding-top: 6px;
	}
	#bottom_nav li p{
		color: #FFF;
		font-weight: 300;
		font-size: 10px;
		line-height: 20px;
	}
	#bottom_nav li:nth-child(2){margin-left: 8px;}
	#bottom_nav li:nth-child(3){
		background: #F27166;
		border-radius: 4px;
	}
	#bottom_nav li:last-child{margin-left: 8px;}
	.tel_box_wp{
		width: 100vw;
		height: 100vh;
		box-sizing: border-box;
		opacity: 0;
		transition: all 0.5s;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -99;
	}
	.tel_box_wp.active{
		opacity: 1;
		z-index: 99;
	}
	.tel_box{
		width: calc(100% - 20px);
		height: 441px;
		background: rgba(255,255,255,0.9);
		box-shadow: 0 0 6px rgba(0,0,0,0.3);
		box-sizing: border-box;
		padding: 22px 20px 24px;
		position: fixed;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
	}
	.tel_box h2{margin-bottom: 12px;}
	.tel_box ul{margin-bottom: 23px;}
	.tel_box ul li{
		width: 100%;
		height: 68px;
		border-radius: 6px;
		margin-bottom: 15px;
	}
	.tel_box ul li:first-child{background: #F27166;}
	.tel_box ul li:nth-child(2){background: #6CAF25;}
	.tel_box ul li:nth-child(3){background: #DB7E1F;}
	.tel_box ul li:last-child{background: #3F76C1;}
	.tel_box ul li a{
		box-sizing: border-box;
		display: block;
		height: 100%;
		padding: 7px 49px;
	}
	.tel_box ul li img{
		width: 30px;
		height: 30px;
		margin-right: 8px;
	}
	.tel_box ul li h3{
		color: #FFF;
		display: inline-block;
		font-size: 24px;
		line-height: 32px;
	}
	.tel_box p{
		color: #FFF;
		font-size: 14px;
		line-height: 22px;
	}
	.tel_box .tel_close{
		color: #171717;
		display: inline-block;
		line-height: 14px;
	}
	.tel_box .tel_close img{margin-right: 12px;}

/*=======================================================================
トップページ　メイン
=======================================================================*/
body{
	color: #1D1D1D;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	line-height: 160%;
}
.typos{
	font-family: kan415typos-std, sans-serif;
	font-weight: 400;
	font-style: normal;
}
	.futogo{
		font-family: a-otf-futo-go-b101-pr6n, sans-serif;
		font-weight: 500;
		font-style: normal;
	}

.in_wrap{
	padding: 0 10px;
}
	.mv_cnt{
		width: 100%;
		height: 160px;
		box-sizing: border-box;
		margin-top: 68px;
		padding-bottom: 10px;
		position: relative;
		background: url("../img/kasou_main@2x.png")no-repeat center 0/cover;
	}

	.mv_cnt h2{
		color: #FFF;
		filter: drop-shadow(0 0 6px #000);
		font-size: 24px;
		line-height: 37px;
		position: absolute;
		right: 0;
    	left: 0;
    	top: 52px;
	}
	.mv_cnt h2 span{
		color: #96E519;
	}
	
	
	
	
	
	
	.bottom_block{
		background: #EAE6DB;
		padding: 23px 10px 30px;
	}
	.bottom_cnt_01{margin-bottom: 30px;}
	h2.green_tit{
		color: #6CAF25;
		font-size: 16px;
		line-height: 28px;
		margin-bottom: 15px;
		padding-left: 14px;
		position: relative;
		text-align: left;
	}
	h2.green_tit::before{
		content: "";
		width: 4px;
		height: 18px;
		background: #6CAF25;
		position: absolute;
		top: 6px;
		left: 0;
	}
	.bottom_cnt_01 table{width: 100%;}
	.bottom_cnt_01 th{
		background: #3F76C1;
		border: 1px solid #DEDCD3;
		color: #FFF;
		font-weight: 300;
		font-size: 12px;
		height: 28px;
    	line-height: 28px;
	}
	.bottom_cnt_01 td{
		background: #FFF;
		border: 1px solid #DEDCD3;
		color: #171717;
		font-size: 12px;
		height: 38px;
		line-height: 38px;
	}
	.bottom_cnt_01 th:nth-child(2),
	.bottom_cnt_01 th:nth-child(3){width: 26.2%;}
	.bottom_cnt_01 th:nth-child(4),
	.bottom_cnt_01 th:last-child{width: 16.6%}
	.bottom_cnt_01 p{
		color: #1C1C1C;
		font-size: 12px;
		line-height: 20px;
		margin-top: 16px;
		text-align: left;
	}
	.bottom_cnt_01 p span{
		color: #D33636;
		display: inline-block;
	}
	.bottom_block li{
		width: calc(50% - 5px);
		float: left;
		margin-bottom: 10px;
		overflow: hidden;
	}
	.bottom_block li a{
		display: block;
		height: 100%;
	}
	.bottom_block li img{width: 100%;}
	.bottom_block li:nth-child(2n){margin-left: 10px;}
	.bottom_cnt_02 p.img{
		width: 100%;
		height: auto;
		display: inline-block;
		margin-bottom: 15px;
		overflow: hidden;
	}
	.bottom_cnt_02 p.img a{
		display: block;
		height: 100%;
	}
	.bottom_cnt_02 p.img a img{width: 100%;}
	.bottom_cnt_02 p.txt{
		line-height: 22px;
		text-align: left;
	}
/*=======================================================================
フッタ
=======================================================================*/
	.footer_logo{
		width: 240px;
		height: 30px;
		overflow: hidden;
		margin: 0 auto 17px;
	}
	.footer_logo h1{font-size: 0;text-align: center;}
	.footer_logo a{
		display: block;
		height: 100%;
	}
	.footer_logo img{width: 100%;}
	#f_cnt{
		padding: 30px 10px 104px;
		position: relative;
	}
	#f_cnt p.txt_01{margin-bottom: 8px;}
	#f_cnt p.txt_02{
		width: calc(43% - 10px);
		background: #6CAF25;
		color: #FFF;
		display: inline-block;
		font-size: 12px;
		height: 24px;
		line-height: 24px;
		margin-bottom: 20px;
	}
	#f_cnt p.r{
		margin-left: 10px;
		width: calc(57% - 10px);
	}
	#f_cnt .link{
		width: 240px;
		height: 58px;
		background: #F27166;
		border-radius: 4px;
		margin: 0 auto;
	}
	#f_cnt .link a{
		width: 100%;
		height: 100%;
		box-sizing: border-box;
		color: #FFF;
		display: block;
		font-size: 16px;
		font-weight: 500;
		padding: 18px 40px 19px 30px;
		letter-spacing: -0.01em;
		position: relative;
	}
	#f_cnt .link a::before{
		content: "";
		width: 10px;
		height: 14px;
		background: url("../img/icon_16@2x.png") no-repeat center;
		position: absolute;
		top: 23px;
		right: 22px;
	}
	.copy {
		width: 100vw;
		background: #6CAF25;
		color: #FFF;
		font-size: 12px;
		height: 27px;
		line-height: 27px;
		position: absolute;
		bottom: 53px;
		left: 0;
	}
	
	
	
	/** ↑羊ケ丘病院からのコピペ **/
	
 .flex_block{
	width: 100%;
	margin: 0 auto 30px;
	text-align: left;
	padding: 0 10px;
	box-sizing: border-box;
}
.knee_system{
	width: 100%;
	background: #fff;
	padding: 27px 10px 15px;
	box-sizing: border-box;
	margin: 0 auto;
}

.knee_system .cnt_01{
	position: relative;
	margin-bottom: 25px;
}
.knee_system .cnt_01 h3{
	font-size: 18px;
	border-bottom: 1px solid #79B83E; 
	line-height: 1;
	padding-bottom: 20px;
}
.knee_system .cnt_01 h3::before{
	content: '';
	background: url("../img/icon_001@2x.png")no-repeat center 0/contain;
	width: 18px;
	height: 16px;
	display: inline-block;
	border-radius: 0 8px 8px 0;
	margin-right: 10px;
}
.knee_system .cnt_01 h4{
	font-size: 16px;
	margin: 25px 0 15px;
	color: #F05A24;
	line-height: 1;
	font-weight: bold;
}
	.knee_system .cnt_01 p{
		line-height: 1.71;
		font-size: 14px;
	}
.knee_system .cnt_01 .img_wrap{
	width: 100%;
	margin: 25px auto 0 ;
}
.knee_system .cnt_01 img{
	width: 100%;
}
.knee_system .cnt_02{
	
}
.knee_system .cnt_02 h3{
	font-size: 16px;
	font-weight: 500;
	background: #539012;
	height: 34px;
	line-height: 36px;
	color: #fff;
	box-sizing: border-box;
	padding-left: 10px;
	position: relative;
	margin-bottom: 15px;
	font-family: "kozuka-gothic-pro", sans-serif;
}
.knee_system .cnt_02 h3::after{
	content: '';
	width: 100%;
	height: 2px;
	background: #6CAF25;
	display: block;
	position: absolute;
	bottom: -2px;
	left: 0;
}
.knee_system .cnt_02 .movie{
	width: 100%;
	height: 188px;
	display: block;
	background: url("../img/movie_img_01.jpg")no-repeat center 0/contain;
	position: relative;
	margin : 15px 0 20px;
}
.knee_system .cnt_02 .movie::after{
	content: '(仮画像)';
	display: block;
	font-size: 16px;
	color: red;
	position: absolute;
	bottom: 0px;
	right: 20px;
}
.knee_system .cnt_02 dl{
	
}
.knee_system .cnt_02 dl .line{
	margin-bottom: 15px;
}
.knee_system .cnt_02 dl dt{
	color: #6CAF25;
	margin-bottom: 15px;
	line-height: 1;
	font-size: 16px;
	letter-spacing: -0.06em;
}
.knee_system .cnt_02 dl dt::before{
	content: '';
	width: 3px;
	height: 16px;
	background: #6CAF25;
	display: inline-block;
	margin-right: 10px;
	position: relative;
	top: 2px;
}
	.knee_system .cnt_02 dl dd{
		font-size: 14px;
	}
.knee_system .cnt_02 .img_wrap {
	width: 355px;
	height: 200px;
	margin:  20px auto 15px ;
}
.knee_system .cnt_02 .img_wrap_02 img{
	width: 100%;
	}
/*****/	
}
/*******************************************
  PC
*******************************************/
@media screen and (min-width:481px){
	.pc_none{
		display: none;
	}

/*=======================================================================
各種ラッパー用CSS
=======================================================================*/
#wrapper {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}

#h_wrapper {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

header#PAGE_TOP {
	position: relative;
	text-align: left;
}

.cnt_wp {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background: #EFEEEA;
}
#cnt_wrapper {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	position: relative;
 
	
}

#f_wrapper {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	
}

footer#f_cnt {
	width: 1080px;
	margin: 0 auto;
	position: relative;
	text-align: left; 
}

.in_wrap{
	width: 1080px;
	margin: 0 auto;
	position: relative;
	max-width: 100%;
}
/**************************************
 * CSS BasicStyle forHTML5 v1.0
**************************************/
a,a img{
	transition: .1s linear;
	-webkit-transition: .1s linear;
	-moz-transition: .1s linear;
	-o-transition: .1s linear;
	-ms-transition: .1s linear;
}
/******************************
 [共通]ベース設定:All Area base
******************************/
body{
	font-family:"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ", ProMeiryo , "メイリオ", Osaka, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
	line-height:1.8;
	color:#333333;
	text-align:center;
	-webkit-text-size-adjust: 100%;
}
h1,h2,h3,h4,h5,h6,form{
	padding:0;
	margin:0;
	font-weight: normal;
}
p{
	padding:0 0 0 0;
	margin:0;
}
h1{
	padding: 0 0 20px;
	line-height:1.0;

}
#toppage h1,p#h1title{
	width:470px;
	padding:0;
	margin:0;
	text-align:left;
	float:left;
	font-size:0;
}
/******************************
 [共通]リンク設定:All Link
******************************/
a:link 		{color:#3C7FB4; text-decoration: none;}
a:visited 	{color:#3C7FB4; text-decoration: none;}
a:hover		{color:#73A6D0; text-decoration: underline;}
a:active 	{color:#73A6D0; text-decoration: underline;}

/******************************
 [共通]ヘッダーエリア:Header Area
******************************/
header{
	width:1000px;
	margin:0 auto;
	padding:17px 0 20px 0;
	text-align:center;
	font-size:100%;
	line-height:1.0;
	zoom:1;
}
header:after	{
content:".";display:block;clear:both;height:0;visibility:hidden;
}
header p{
	padding:0;
}
header img{
	vertical-align:bottom;
}
header a{
	display: inline-block;
}
#headRgt{
	float:right;
	padding:0 0 10px;
	text-align:left;
	zoom:1;
}
#headRgt:after	{
content:".";display:block;clear:both;height:0;visibility:hidden;
}
#headResize{
	float:left;
	width:95px;
	height:71px;
	position:relative;
	background:url(../img/font_sizeBg.gif) no-repeat;
	zoom:1;
}
#headResize:after	{
content:".";display:block;clear:both;height:0;visibility:hidden;
}
#headResize ul{
	float:left;
	font-size:0;
	position:relative;
	margin:0 0 0 -40px;
	top:30px;
	left:50%;
	zoom:1;
}
#headResize ul:after	{
content:".";display:block;clear:both;height:0;visibility:hidden;
}
#headResize ul li{
	float:left;
	box-sizing: border-box;
	text-indent:-9999px;
	cursor:pointer;
}
#headResize ul li:first-child{
	margin:0 8px 0 0;
}
#headResize ul li span{
	display:block;
	width:30px;
	height:30px;
}
#headResize ul li span.plus{
	background:url(../img/size_plus_off.gif) no-repeat center center;
}
#headResize ul li span.minus{
	background:url(../img/size_minus_off.gif) no-repeat center center;
}
#headResize ul li.textresizer-active span.plus{
	background:url(../img/size_plus_on.gif) no-repeat center center;
}
#headResize ul li.textresizer-active span.minus{
	background:url(../img/size_minus_on.gif) no-repeat center center;
}
#headContact{
	float:left;
	width:230px;
}
#headContact p{
	padding:0 0 4px;
	font-size:0;
}
#headTel{
	float:left;
	width:205px;
}
#headTel li{
	padding:0 0 4px;
	font-size:0;
}
/******************************
 [共通]グローバルナビゲーション:Global Nav
******************************/
nav#gNav{
	clear:both;
}
nav#gNav ul{
	zoom:1;
	display: flex;
	justify-content: space-between;
}
nav#gNav ul:after	{
content:".";display:block;clear:both;height:0;visibility:hidden;
}
nav#gNav ul li:first-child{
	max-width:142px;
	border-left:solid 1px #357C1C;
}
nav#gNav ul li{
	display: table-cell;
	/*float:left;*/
	border-right:solid 1px #357C1C;
	width: 241px;
	height: 30px;
	line-height: 30px;
	font-size:15px;
}
nav#gNav ul li:hover{
	background: #79b83e;
}
nav#gNav ul li:nth-of-type(6){
	letter-spacing: -0.04em;
}
nav#gNav ul a{
	display: block;
	color: #367c1c;
	font-weight: 500;
}
nav#gNav ul a:hover{
	text-decoration: none;
	color: #fff;
}
nav#gNav ul img{
	vertical-align:bottom;
	line-height:1.0;
}
/******** 個別 ********/
nav#gNav ul a{
	display: block;
}
/******************************
 [共通]ぱんくず:breadcrumb
******************************/
#breadcrumb{
	padding: 15px 0;
	text-align:left;
	font-size:80%;
}
#breadcrumb ul li{
	display:inline-block;
}
/******************************
 [共通]カテゴリーナビ:category Nav
******************************/
#catNavArea{
	background:#367C1D;
}
#catNavArea nav{
	width:1000px;
	text-align:center;
	margin:0 auto;
}
#catNavArea ul{
	zoom:1;
}
#catNavArea ul:after	{
content:".";display:block;clear:both;height:0;visibility:hidden;
}
#catNavArea ul li{
	float:left;
	padding:0 1px 0 0;
	background:url(../img/catNavTop_line.gif) no-repeat right center;
}
#catNavArea ul a{
	display:block;
}
#catNavArea ul li:nth-of-type(2):hover{
	backgroud: url("../img/catNav01_on.png")no-repeat center 0 ;
	width: 114px;
	height: 50px;
	display: block;
	z-index: 1;
}
#catNavArea ul img{
	vertical-align:bottom;
}
/******** ※TOPのみ ********/
#toppage #catNavArea ul{
	padding: 0 0 0 13px;
}
#toppage #catNavArea ul li:first-child{
	padding:20px 10px 20px 0;
}
/******************************
 [共通]コンテンツエリア:contentArea
******************************/
#toppage #contentArea{
	padding:40px 0;
}
#contentArea{
	text-align:center;
	font-size:100%;
	background:#EFEEEA;
	border-bottom:solid 1px #DDD8C3;
}
#contentAreaInr{
	width:1000px;
	text-align:center;
	margin:0 auto;
	zoom:1;
}
#contentAreaInr:after	{
content:".";display:block;clear:both;height:0;visibility:hidden;
}
/******************************
 [共通]モーダル用オーバーレイCSS
******************************/
#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}
/*=======================================================================
ヘッダ
=======================================================================*/


/*=======================================================================
Gナビ
=======================================================================*/




/*=======================================================================
Ajax部分
=======================================================================*/








/*=======================================================================
レフト・メイン・ライトコンテンツ 枠
=======================================================================*/



/*=======================================================================
サイド メニュー
=======================================================================*/
/******************************
 [共通]下層サイドカラム
******************************/
/******** 下層2カラム:ContLft ********/
#contMain{
	float:left;
	width:780px;
	padding: 0 0 40px ;
	text-align:left;
}
/******** 下層2カラム:ContRgt ********/
#contSide{
	width:220px;
	padding: 0 0 40px ;
	text-align:left;
	font-size:108%;
}
#contSide h2{
	padding: 10px 0;
	margin:0 0 10px;
	text-align:center;
	border-top:solid 2px #367C1D;
	border-bottom:solid 2px #367C1D;
	font-size:0;
}
#contSide .sidePix{
	padding: 0 0 10px;
}
#sideNav ul{
	border-bottom:solid 1px #B2A99A;
	margin: 0 0 30px;
}
#sideNav ul li{
	border-top:solid 1px #B2A99A;
}
#sideNav ul li a{
	display:block;
	padding: 0.6em 0.6em 0.6em 1.8em;
	background-image: url(../img/arrow01.gif);
	background-position:0.6em 1.0em;
	background-repeat:no-repeat;
}
#sideNav ul li a,#sideNav ul li a:link,#sideNav ul li a:visited{
}
#sideNav ul li a:hover,#sideNav ul li a:active{
	background-color: #E2DFD7;
}
#sideNav ul li.current a{
	background-color: #E2DFD7;
	color:#333;
}
#contSide h3 {
  border-left: solid 4px #367C1D;
  margin: 1.0em 0;
  padding: 0 0.3em;
  line-height: 1.0;
  font-size: 131%;
  color: #367C1D;
}
/******** サイドバナーエリア:sideBnBox ********/
.sideBnBox li{
	padding:0 0 5px;
	font-size:0;
}
.sideBnBox li a{
	display:block;
}
/******** サイド外来医師担当表:sideScheduleBox ********/
.sideScheduleBox{
	margin:0 0 20px;
	background-color:#E2DFD7;
}
.sideScheduleBoxInr{
	padding:10px;
}
#contSide .sideScheduleBox h3 {
	border-left: solid 4px #367C1D;
	margin: 0;
	padding: 0.5em;
	font-size: 89%;
	background-color:#367C1D;
	color: #FFFFFF;
}
#contSide .sideScheduleBox h4 {
	border-left-style: solid;
	border-left-width: 4px;
	margin: 0.5em 0;
	padding: 0 0.3em;
	line-height: 1.0;
	font-size: 120%;
}
#contSide .sideScheduleBox h4.general {
	border-left-color:#3A6DB5;
	color: #3A6DB5;
}
#contSide .sideScheduleBox h4.specialty {
	border-left-color:#EF7F11;
	color: #EF7F11;
}
.sideScheduleBox ul{
	margin-left:-10px;
	zoom:1;
}
.sideScheduleBox ul:after	{
content:".";display:block;clear:both;height:0;visibility:hidden;
}
.sideScheduleBox li{
	float:left;
	margin-left:10px;
}
.sideScheduleBox p{
	font-size:70%;
	line-height:1.4;
	padding:0 0 0.5em;
	word-break: break-all;
}


.alignRgt{
		text-align: right;
	}


/*=======================================================================
トップページ　メイン
=======================================================================*/
.flex_block{
	width: 1000px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto 80px;
	text-align: left;
}
.knee_system{
	width: 740px;
	background: #fff;
	padding: 28px 40px 50px;
	box-sizing: border-box;
}

.knee_system .cnt_01{
	position: relative;
	margin-bottom: 50px;
}
.knee_system .cnt_01 h3{
	font-size: 26px;
	border-bottom: 1px solid #79B83E; 
	line-height: 1;
	padding-bottom: 20px;
}
.knee_system .cnt_01 h3::before{
	content: '';
	width: 18px;
	height: 16px;
	background: #6CAF25;
	display: inline-block;
	border-radius: 0 8px 8px 0;
	margin-right: 20px;
}
.knee_system .cnt_01 h4{
	font-size: 26px;
	margin: 25px 0 ;
	color: #F05A24;
	line-height: 1;
}
.knee_system .cnt_01 .img_wrap{
	width: 613px;
	height: 304px;
	margin: 30px 0 0 auto;
}
.knee_system .cnt_01 img{
	width: 100%;
}
.knee_system .cnt_02{
	
}
.knee_system .cnt_02 h3{
	font-size: 16px;
	font-weight: 500;
	background: #539012;
	height: 34px;
	line-height: 36px;
	color: #fff;
	box-sizing: border-box;
	padding-left: 10px;
	position: relative;
	margin-bottom: 25px;
	font-family: "kozuka-gothic-pro", sans-serif;
}
.knee_system .cnt_02 h3::after{
	content: '';
	width: 100%;
	height: 2px;
	background: #6CAF25;
	display: block;
	position: absolute;
	bottom: -2px;
	left: 0;
}
.knee_system .cnt_02 .movie{
	width: 100%;
	height: 373px;
	display: block;
	background: url("../img/movie_img_01.jpg")no-repeat center 0/contain;
	position: relative;
	margin :25px 0 50px;
}
.knee_system .cnt_02 .movie::after{
	content: '(仮画像)';
	display: block;
	font-size: 24px;
	color: red;
	position: absolute;
	bottom: 7px;
	right: 20px;
}
.knee_system .cnt_02 dl{
	
}
.knee_system .cnt_02 dl .line{
	margin-bottom: 40px;
}
.knee_system .cnt_02 dl dt{
	color: #6CAF25;
	margin-bottom: 25px;
	line-height: 1;
}
.knee_system .cnt_02 dl dt::before{
	content: '';
	width: 3px;
	height: 16px;
	background: #6CAF25;
	display: inline-block;
	margin-right: 10px;
	position: relative;
	top: 2px;
}
.knee_system .cnt_02 .img_wrap {
	width: 355px;
	height: 200px;
	margin:  0 0 50px auto;
}
.knee_system .cnt_02 .img_wrap_02 img{
	width: 100%;
}
/*=======================================================================
フッタ
=======================================================================*/
.footer_logo a {

}

.copy {

}
	.p_top20{
		margin-top: 20px;
	}
/******************************
 [共通]フッターナビ:footer Nav
******************************/
#footNav{
	text-align:left;
	zoom:1;
	background: #EFEEEA;
}
#footNav:after	{
content:".";display:block;clear:both;height:0;visibility:hidden;
}
#footNav ul li{
	font-size:93%;
}
#footNav ul a{
	background-repeat:no-repeat;
	background-position:left center;
}
.footNav01,.footNav02{
	width:100%;
}
.footNav01{
	border-bottom:solid 1px #DDD8C3;
}
.footNav02{
	border-top:solid 1px #FFF;
}
.footNav01Inr,.footNav02Inr{
	box-sizing:border-box;
	width:1000px;
	height:100%;
	padding:20px 0;
	display:table;
	margin:0 auto;
	zoom:1;
}
.footNav01Inr:after,.footNav02Inr:after	{
content:".";display:block;clear:both;height:0;visibility:hidden;
}
.footNavBox{
	display:table-cell;
	box-sizing:border-box;
	float:left;
	width:250px;
	height:100%;
	min-height:150px;
	border-left:solid 1px #DDD8C3;
}
div.footNavBox:first-child{
	border-left:none;
}
.footNavBox h4{
	padding:0 20px;
	font-weight:bold;
	font-size:108%;
}
.footNavBox ul{
	padding:0 20px;
}

/******** footGnav ********/
#footGnav{
	padding:10px 0;
	font-size:108%;
	background-color:#367C1D;
}
#footGnav ul{
	width:1000px;
	margin:0 auto;
	text-align:left;
	zoom:1;
}
#footGnav ul:after	{
content:".";display:block;clear:both;height:0;visibility:hidden;
}
#footGnav li{
	display:inline;
}
#footGnav li a{
	display:inline-block;
	color:#fff;
	padding:0 2.0em 0 1.2em;
	background:url(../img/arrow03.gif) no-repeat left center;
}
/*** address ***/
#address{
	clear:both;
	background:#fff;
	font-size:103%;
}
#addressInr{
	width:1000px;
	margin:0 auto;
	padding:30px 0;
	text-align: left;
	zoom:1;
}
#addressInr:after	{
content:".";display:block;clear:both;height:0;visibility:hidden;
}
#address dl{
	float:left;
	padding:0 60px 0 0;
	margin:0 auto;
}
#address dl dt{
	color:#367C1D;
}
#address dl dd{
	padding:0;
}
/*** copy ***/
#copy{
	font-size:85%;
	padding:0;
}
/*** ページ最上部に戻る:page_top ***/
.pageTop {
	display:none;
	position:relative;
	width:90%;
	max-width:900px;
	height:0;
	margin:0 auto;
	z-index:10000;
}
.pageTop a {
	position: fixed;
	bottom: 0px;
	left:auto;
	display: block;
	margin-left:980px;
	padding:1em 0 1em 2px;
	text-align:center;
	outline:none;
	text-decoration: none;
	z-index:9999;
}
.pageTop a:hover {
	opacity:0.7;
}



/*=======================================================================
clear　clearfix
=======================================================================*/
.clear {
	clear: both;
	visibility: visible;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* IE7,MacIE5 */
.clearfix {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
  height: 1%;
}

/* 作成しアップロード後に[overflow:hidden;]は削除（DWデザインビュー用の為） */
.clearfix {
  display: block;
}
	
}
