/* CSS Document */
@import url(style.css);
@import url('https://fonts.googleapis.com/css?family=Cinzel|Noto+Sans+JP:100,300,400,500,700,900|Roboto&subset=japanese');

a.btn,
a.btn:focus {
	display: inline-block;
	background-color: #333333;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	padding: 5px 20px;
	margin: 10px 0;
	color: #ffffff;
	transition: 0.5s;
	text-decoration: none;
}

a.btn:hover {background-color:#1997CC; }

/*-----------------------------------------------------------------------------

Contents 共通ヘッダ画像

-------------------------------------------------------------------------------*/


#mainarea {
	width: 100%;
	height: 360px;
	padding: 250px 0 0 0;
	box-sizing: border-box;
	}

	#mainarea.info {background:url("settings/img/main1.jpg") no-repeat right; background-size: cover;}
	#mainarea.cont {background:url("settings/img/main2.jpg") no-repeat right; background-size: cover;}
	#mainarea.exam {background:url("settings/img/main3.jpg") no-repeat right; background-size: cover;}
	#mainarea.gree {background:url("settings/img/main4.jpg") no-repeat right; background-size: cover;}
	#mainarea.outl {background:url("settings/img/main5.jpg") no-repeat right; background-size: cover;}
	#mainarea.soci {background:url("settings/img/main6.jpg") no-repeat right; background-size: cover;}
	#mainarea.stff {background:url("settings/img/main7.jpg") no-repeat right; background-size: cover;}
	#mainarea.admi {background:url("settings/img/main8.jpg") no-repeat right; background-size: cover;}
	#mainarea.prog {background:url("settings/img/main9.jpg") no-repeat right; background-size: cover;}
	#mainarea.data {background:url("settings/img/main10.jpg") no-repeat right; background-size: cover;}
	#mainarea.supp {background:url("settings/img/main1.jpg") no-repeat right; background-size: cover;}
	#mainarea.spec {background:url("settings/img/main2.jpg") no-repeat right; background-size: cover;}
	#mainarea.ikyo {background:url("settings/img/main4.jpg") no-repeat right; background-size: cover;}
	#mainarea.gyos {background:url("settings/img/main5.jpg") no-repeat right; background-size: cover;}
	
	
	#mainarea h1 {
		font-family: 'Noto Serif JP', serif;
		text-align: center;
		font-size: 32px;
		font-weight: 400;
	}


/*--------smp-----------------------*/
@media screen and (max-width: 550px) {

#mainarea {
	height: 180px;
	padding: 0;
	position: relative;
	}


	
	#mainarea h1 {
		text-align: left;
		font-size: 32px;
		position: absolute;
		bottom: 20px;
		left: 4%;
	}
}




/*--画像の配置サイズ----*/

img.img_small {
	width: 150px;
	height: auto;
	float: right;
	margin: 0 0 10px 30px;
}

img.img_middle {
	width: 40%;
	height: auto;
	float: right;
	margin: 0 0 10px 30px;
}

img.img_full {
	width: 100%;
	height: auto;
	margin: 0 0 0px 0;
}

/*---1/3サイズ-----*/

img.img_third {
	width: 33.3333%;
	padding: 5px;
	height: auto;
	box-sizing: border-box;
}

/*---1/2サイズ-----*/

img.img_half {
	width: 50%;
	padding: 5px;
	height: auto;
	box-sizing: border-box;
}



/*--------smp-----------------------*/
@media screen and (max-width: 550px) {


img.imgthird,
img.imghalf {
	width: 100%;
	padding: 5px;
	height: auto;
	box-sizing: border-box;
}
}


/*-----------------------------------------------------------------------------

コンテンツの下にバナーを置く場合

---------------------------------------------------------------------------*/

#contentsnav {
	padding: 60px 0 30px 0;
}

#contentsnav img {
	width: 50%;
	float: left;
	padding: 0 10px 10px 0;
	box-sizing: border-box;
}


/*--------smp-----------------------*/
@media screen and (max-width: 550px) {

#contentsnav {
	padding: 10px 0;
}

#contentsnav img {
	width: 50%;
	padding: 5px;
	box-sizing: border-box;
}

}


/*-----------------------------------------------------------------------------

Contents 基本レイアウト

-------------------------------------------------------------------------------*/

/*---段組み-----*/

#container {
	width: 90%;
	margin: 0 auto;
	max-width: 1200px;
}

	#container img {
		max-width: 100%;
		height: auto;
	}


#contents {
	width: calc(100% - 280px);
	float: left;
	padding: 50px 0;
}

#side {
	width: 220px;
	float: right;
	padding-bottom: 50px;
}


/*--------smp-----------------------*/
@media screen and (max-width: 920px) {

#container {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
	
#contents {
    width: 90%;
    float: none;
	margin: 0 auto;
}

#side {
	width: 90%;
	float: none;
	margin: 0 auto;
	padding: 30px 0;
}
}
	
	
/*--------------------------------------------
共通装飾
--------------------------------------------*/

#contents h2 {
	color: #1997CC;
	border-bottom: 1px solid #d6d6d6;
	padding: 8px 0;
	font-size: 26px;
	font-weight: 500;
}

#contents h2 span {
	display: block;
	float: right;
}

#contents p.nml {
	padding: 20px 0;
	margin: 0;
}

#contents p.nml30 {
	padding: 30px 0;
	margin: 0;
}

#contents h4 {
		margin: 0; padding: 0;
		color: #1997CC;
		font-size: 18px;
	font-weight: 500;
}

#contents iframe {
	width: 100%;
}
	
	#side h3,
	#side h4 {margin: 0; padding: 0;}
	
	#side h3.side {
		background-color: #1997CC;
		color: #ffffff;
		-moz-border-radius: 0 0 5px 5px;
		-webkit-border-radius: 0 0 5px 5px;
		border-radius: 0 0 5px 5px;
		padding: 10px;
		text-align: center;
		font-weight: 500;
		font-size: 16px;
		margin: 0;
	}
	
	#side p.smenu　{padding: 0; margin: 0; display: block;}
	
	#side p.smenu a {
		background-color: #f6f6f6;
		padding: 8px;
		text-align: center;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		display: block;
		margin-bottom: 0;
		text-decoration: none;
		transition: 0.3s;
	}
	
	#side p.smenu a.slc {background-color: #DDDCDC;}
	
	#side p.smenu a:hover {
		background-color: #666666;
		color: #ffffff;
	}
	
	/*--小さめメニュー---*/
	#side p.ssmenu　{padding: 0; margin: 0; display: block;}
	
	#side p.ssmenu a {
		padding: 0px 0 0px 8px;
		text-align: left;
		display: block;
		margin-bottom: 0;
		text-decoration: none;
		transition: 0.3s;
		font-size: 14px;
		border-bottom: 1px dashed #999;
	}
	

	
	#side p.ssmenu a.slc {background-color: #DDDCDC;}
	
	#side p.ssmenu a:hover {
		color: #1997CC;
	}
	
/*--------smp-----------------------*/
@media screen and (max-width: 920px) {

	#side h3.side {
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}
}


/*--------smp-----------------------*/
@media screen and (max-width: 550px) {
#contents h2 {
	font-size: 22px;
	position: relative;
	margin-bottom: 50px;
}

#contents h2 span {
	position: absolute;
	left: 0;
	bottom: -30px;
}
}	
	
	/*--関連記事------*/
	#side h4.side {
		background-color:#f6f6f6 ;
		color: #1997CC;
		padding: 10px;
		text-align: center;
		font-weight: 500;
		font-size: 16px;
		margin: 0;
		border-bottom: 1px solid #d6d6d6;
		border-top: 1px solid #d6d6d6;
	}
	
	#side p.kanren a {
		display: block;
		border-bottom: 1px dotted #d6d6d6;
		padding: 10px 0;
		transition: 0.3s;
		text-decoration: none;
		line-height: 140%;
	}
	
	#side p.kanren a:hover {
		color: #1997CC;
	}
	


/*--------smp-----------------------*/
@media screen and (max-width: 550px) {

#contents iframe {height: 300px;}

#contents h2 .sacra {font-size: 14px;}
}
	


/*----ごあいさつ----*/

#contents img.rightimg {
	float: right;
	margin: 10px 0 15px 20px;
	max-width: 180px;
	width: 40%;
	height: auto;
}




	
/*------------------------------------------------
ページ内リンクのための区切り
------------------------------------------------*/

	hr.mark {
		border: none;
		border-top:1px solid #ffffff;
		padding: 0;
		margin: 0;
		background-color: none;
		height: 0px;
	}

	hr.marksp {
		border: none;
		padding: 20px 0;
		background-color: none;
		border-top:1px solid #ffffff;
		height: 0px;
	}



/*-------------------------------------------------------------------
*********************************************************************
以下、コンテンツごとの設定

*********************************************************************
--------------------------------------------------------------------*/
	
	
/*---------------------------------------------
お知らせ
----------------------------------------------*/

#contents.info {}

#contents.info h1 {
	color: #1B97CD;
	font-size: 26px;
	font-weight: 400;
	margin-bottom: 30px;
	line-height: 120%;
}

#contents.info h3 {
	color: #1B97CD;
	font-size: 20px;
	font-weight: 400;
	margin: 30px 0 20px 0;
}

#contents.info p.hd {
	font-size: 14px;
	color: #333333;
}

#contents.info p.inside20 {line-height: 220%;}

#contents.info hr {
	border: none;
	background-color: none;
	border-top: 1px solid #d6d6d6;
}

#contents.info .pixw img {
	height: 150px; 
	width: auto;
}

#contents.info p.pdf {
line-height: 200%;
}

#side.info {
	padding: 50px 0;
}

#side.info p a {
	text-decoration: none;
	padding: 10px 0;
	border-top: 1px dotted #666666;
	display: block;
	transition: 0.2s;
}

#side.info p a:hover {color:#1B97CD; }

#side.info p.title {
	color: #1B97CD;
	font-size: 26px;
}


/*--------smp-----------------------*/
@media screen and (max-width: 920px) {

#contents.info .pixw img {
	height: 100px; 
	width: auto;
}
}


/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  width: 100%;
  cursor: pointer;
  margin: 0 auto;}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/5);
  height: 50px;
  border-bottom: 3px solid #1B97CD;
  background-color: #f6f6f6;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}

.tab_content dl {
	width:100%;
	padding:0;
	margin:0;
	text-align:left;
	font-size:1em;
}

.tab_content dt {
	float:left;  
	width:100px;  
	padding:10px;  
	box-sizing: border-box;
	clear:both;
	font-weight: 500;
	line-height: 180%;
}

.tab_content dd {  
	margin-left:100px;  
	padding:10px;  
	line-height: 180%;
}


/*選択されているタブのコンテンツのみを表示*/
#c1:checked ~ #c1_content,
#c2:checked ~ #c2_content,
#c3:checked ~ #c3_content,
#c4:checked ~ #c4_content,
#c5:checked ~ #c5_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #1B97CD;
  color: #fff;
}


/*--------smp-----------------------*/
@media screen and (max-width: 650px) {

/*タブのスタイル*/
.tab_item {
  width: calc(100%/3);
}

.tab_item.all {
  width: 66.6666%;
}

.tab_content dt {
	float:none;  
	width:100%;  
	padding:10px 10px 0 10px;  
}

.tab_content dd {  
	margin-left:0;  
	padding:10px;  
	padding-top: 0;
	line-height: 180%;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 10px;
  clear: both;
  overflow: hidden;
}

}



/*---------------------------------------------
診療案内
----------------------------------------------*/

#contents.sinryo {}
#contents.sinryo dl {
	width:100%;
	padding:0;
	margin:30px 0 30px 0;
	text-align:left;
	font-size:1em;
	border:3px solid #f6f6f6;
}

#contents.sinryo dt {
	float:left;  
	width:200px;  
	padding:10px;  
	box-sizing: border-box;
	clear:both;
	font-weight: 500;
	line-height: 180%;
	border-top: 1px solid #eeeeee;
}

#contents.sinryo dd {  
	margin-left:200px;  
	padding:10px;  
	line-height: 180%;
	border-top: 1px solid #eeeeee;
}

#contents.sinryo .waku {
	background-color: #f6f6f6;
	border: 1px solid #d6d6d6;
	padding: 20px 30px;
}

#contents.sinryo .waku p {
	margin: 0;
	padding: 0;
}

#contents.sinryo h3 {
font-size: 20px;
font-weight: 500;
margin-bottom: 20px;
}


#contents.sinryo h4 {
	font-size: 18px;
	font-weight: 500;
	margin: 10px 0;
}

#contents.sinryo h4::before {
	content: "●";
	color: #1997CC;
	display: inline-block;
	margin-right: 5px;
}



/*--------smp-----------------------*/
@media screen and (max-width: 650px) {

#contents.sinryo dt {
	float:none;  
	width:100%;  
	font-size: 17px;
}

#contents.sinryo dd {  
	margin-left:0;  
	border-top: none;
}
}






/*---------------------------------------------
教室沿革
----------------------------------------------*/

#contents.outline .waku {
	letter-spacing: -0.4em;
	padding: 20px;
}


#contents.outline p.dt {
	width: 230px;
	display: inline-block;
	letter-spacing: normal;
}

#contents.outline p.his {
	width: calc(100% - 230px);
	display: inline-block;
	letter-spacing: normal;
}

#contents.outline p.his img {
	float: right;
	width: 150px;
	height: auto;
	margin: 0 0 5px 20px;
}

#contents.outline hr.history {
	margin: 0;
	padding: 0;
	border: none;
	border-bottom: 1px dotted #d6d6d6;
	clear: both;
}



/*--------smp-----------------------*/
@media screen and (max-width: 650px) {

#contents.outline .waku {
	padding: 0;
}
#contents.outline p.dt,
#contents.outline p.his { 
	width:100%;  
	padding: 5px;
	margin: 5px;
}

#contents.outline p.dt {color: #1B97CD; padding-bottom: 0;}

}

/*--------smp-----------------------*/
@media screen and (max-width: 500px) {

#contents.outline p.his img {
	float: none;
	width: 100%;
	height: auto;
	margin: 0 0 5px 0;
}
}




/*---------------------------------------------
学会・研究会
----------------------------------------------*/


#contents.society {}

#contents.society h1 {
	font-size: 22px;
	color: #1B97CD;
	font-weight: 500;
}
#contents.society dl {
	width:100%;
	padding:0;
	margin:30px 0 30px 0;
	text-align:left;
	font-size:1em;
	border:3px solid #f6f6f6;
}

#contents.society dt {
	float:left;  
	width:230px;  
	padding:10px;  
	box-sizing: border-box;
	clear:both;
	font-weight: 500;
	line-height: 180%;
	border-top: 1px solid #eeeeee;
}

#contents.society dd {  
	margin-left:230px;  
	padding:10px;  
	line-height: 180%;
	border-top: 1px solid #eeeeee;
}


/*--------smp-----------------------*/
@media screen and (max-width: 650px) {

#contents.society dt {
	float:none;  
	width:100%;  
	font-size: 17px;
}

#contents.society dd {  
	margin-left:0;  
	border-top: none;
}
}




/*---------------------------------------------
研修プログラム
----------------------------------------------*/


#contents.program {}

#contents.program .list {
	margin: 10px;
	border-bottom: 1px dashed #d6d6d6;
	}

#contents.program .list a {
	display: table;
	text-decoration: none;
	width: 100%;
	box-sizing: border-box;
}


#contents.program .list a h4 {
	display: table-cell;
	margin: 0;
	padding: 20px;
	width: calc(100% - 140px) !important;
	color: #333;
	font-weight: 500;
	box-sizing: border-box;
	font-size: 16px;
}

#contents.program .list a p {
	display: table-cell;
	width: 140px;
	padding: 20px;
	box-sizing: border-box;
}

#contents.program .list a p span {
	display: inline-block;
	background-color: #333;
	color: #fff;
	padding: 0 5px;
	text-align: center;
	box-sizing: border-box;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}



#contents.program .list a:hover {background-color: #f6f6f6;}

/*---詳細ページ----*/
#contents.program .lista img.hf {
	width: 80%;
	height: auto;
	display: block;
	margin: 20px auto 10px auto;
}

#contents.program .lista p {
line-height: 200%;
}



/*---研修プログラムの文字装飾---*/

#contents.program .lista p span.lb,
#contents.ikyoku p span.lb{
font-size:1.2em; color: #1B97CD;
display: inline-block;
border-bottom: 1px dotted #666;
font-weight: 500;
}


#contents.program .lista p span.bb,
#contents.ikyoku p span.bb{
font-size:1.1em; 
font-weight: 500;
display: inline-block;
}


#contents.program .lista p span.gb,
#contents.ikyoku p span.gb{
font-size:1.1em; 
font-weight: 500;
display: block;
background-color: rgba(25,151,204,0.3);
padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}




#contents.program .chart {
	border:3px solid rgba(25,151,204,0.3);
	letter-spacing: -0.4em;
}

#contents.program .chart p {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	border-top: 1px dotted #666666;
	margin: 0;
	padding: 5px 10px;
	box-sizing: border-box;
}

	#contents.program .chart p:nth-child(2n) {
		width: calc(100% - 250px);
	}
	
	#contents.program .chart p:nth-child(2n+1) {
		width: 250px;
	}
	
#contents.program h3 {
	margin: 20px 0 0 0;
	background-color: #f6f6f6;
	padding: 10px 15px;
	font-weight: normal;
	font-size: 20px;
	border-left: 3px solid #1B97CD;
}

#contents.program h4 {
	margin: 20px 0;
	color: #1B97CD;
	font-size: 18px;
	font-weight: 500;
}


/*--------smp-----------------------*/
@media screen and (max-width: 650px) {

/*---詳細ページ----*/
#contents.program .lista img.hf {
	width: 100%;
	height: auto;
	float:none;
	margin: 20px 0 0px 0px;
}





#contents.program .chart p {
	display: block;
	border-top: none;
}

	#contents.program .chart p:nth-child(2n) {
		width: 100%;
	}
	
	#contents.program .chart p:nth-child(2n+1) {
		width: 100%;
		border-top: 1px dotted #666666;
		background-color: #f6f6f6;
	}
	
	
#contents.program .list {
	margin: 0px;
	}

#contents.program .list a {
	display: table;
	text-decoration: none;
	width: 100%;
	box-sizing: border-box;
}


#contents.program .list a h4 {
	margin: 0;
	padding: 20px 10px;
	width: calc(100% - 100px) !important;
}

#contents.program .list a p {
	width: 100px;
	padding: 20px 0;
}
}


/*------研修施設群データ----*/

#contents.program .kdata {
	padding: 20px;
}

#contents.program .kdata p {
	letter-spacing: normal;
	padding: 0;
	margin: 0;
}

#contents.program .kdata .tbb {
	display: table;
	width: 100%;
	border:3px solid rgba(25,151,204,0.3);
	margin: 10px 0 20px 0;
	}
#contents.program .kdata .tb {
	display: table-row;
	width: 100%;
}

#contents.program .kdata .th,
#contents.program .kdata .td {
	display: table-cell;
	padding: 5px;
	width: auto;
	text-align: center;
	box-sizing: border-box;
}

#contents.program .kdata .th {
	background-color: #f6f6f6;
}

#contents.program .kdata .td {
	border-top:1px dotted rgba(0,0,0,0.2);
}

#contents.program .kdata .td.left {text-align: left;}

#contents.program .kdata .td.nm {min-width: 250px;}

/*--------smp-----------------------*/
@media screen and (max-width: 550px) {

#contents.program .kdata .tbb {
	display: block;
	border: none;
	}
	
#contents.program .kdata .tb.ttl {display: none;}
#contents.program .kdata .tb {
	display:block;
	width: 100%;
	margin-bottom: 20px;
	border:3px solid rgba(25,151,204,0.3);
}



#contents.program .kdata .th,
#contents.program .kdata .td {
	display: block;
	padding: 5px;
	width: auto;
	text-align: left;
	box-sizing: border-box;
}



#contents.program .kdata .td.kz1::before {content: "総手術件数:　"; display: inline-block; width: calc(100% - 50px);}

#contents.program .kdata .td.kz7::before {content: "生殖内分泌:　"; display: inline-block; width: calc(100% - 50px);}
#contents.program .kdata .td.kz8::before {content: "婦人科腫瘍:　"; display: inline-block; width: calc(100% - 50px);}
#contents.program .kdata .td.kz9::before {content: "周産期:　"; display: inline-block; width: calc(100% - 50px);}
#contents.program .kdata .td.kz10::before {content: "女性のヘルスケア:　"; display: inline-block; width: calc(100% - 50px);}
#contents.program .kdata .td.left {
	width: 100%;
	background-color: #f6f6f6;
}
}



/*-------連携施設--------------*/

#rk {
	letter-spacing: -0.4em;
	padding: 10px;
}

#rk .box {
	vertical-align: top;
	display: inline-block;
	letter-spacing: normal;
	width: 25%;
	padding: 10px;
	box-sizing: border-box;
	overflow: hidden;
	text-align: center;
}

#rk .box p a {
	text-align: center;
	text-decoration: none;
	display: block;
	background-color: #1B97CD;
	border-radius: 5px;
	padding: 3px;
	color: #ffffff;
	transition: 0.5s;
}

#rk .box p a:hover {background-color: #333333;}

#rk .box img {
	height: 128px;
	width: 100%;
	box-sizing: border-box;
	object-fit: cover;
	max-width: inherit;
}

/*--------smp-----------------------*/
@media screen and (max-width: 800px) {
#rk .box {width: 33.333%;}
}

/*--------smp-----------------------*/
@media screen and (max-width: 650px) {
#rk .box {width: 50%;}

#rk {
	padding: 10px 0;
}
}


/*--------smp-----------------------*/
@media screen and (max-width: 550px) {
#rk .box {width: 100%;}
#rk .box img {
	height: auto;
	width: 100%;
	max-width: 100%;
}

}



/*---------------------------------------------
臨床統計
----------------------------------------------*/


#contents.data {}

#contents.data .list {
	padding: 20px;
	letter-spacing: -0.4em;
}

#contents.data .list p {
	letter-spacing: normal;
	display:inline-block;
	width: 50%;
	padding: 25px;
	box-sizing: border-box;
	vertical-align: top;
	margin: 0;
}

@media screen and (max-width: 600px) {
	
#contents.data .list {
	padding: 0px;
}
	
#contents.data .list p,
#contents.data .list p.pdf {
	width: 100%;
	padding: 0 0 0px 0px;
}	
}


/*---------------------------------------------
スタッフ紹介
----------------------------------------------*/

#contents.staff .box {
	width: 100%;
	margin: 30px auto;
	letter-spacing: -0.4em;
}

	
#contents.staff img.hf {
	width: 40%;
	max-width: 180px;
	height: auto;
	float: right;
	margin: 0 0 5px 20px;
}

	#contents.staff h3 {
		margin: 20px 0 0 0;
		background-color: rgba(27,151,205,1);
		padding: 10px 15px;color: #ffffff;
		font-weight: normal;
		font-size: 20px;
		border-left: 3px solid #1B97CD;
	}


	#contents.staff p.yaku {
		font-size: 19px;
		font-weight: 600;
		color: #555;
	}


	#contents.staff h4 {
		font-size: 18px;
		padding: 10px 0;
		font-weight: normal;
		margin: 20px 0 0 0;
	}

	#contents.staff .td h4 {
		font-size: 15px;
		border-bottom: 1px solid #d6d6d6;
		padding: 5px 10px;
		font-weight: normal;
		margin: 10px;
	}
	#contents.staff .td h4 span {
		display: inline-block;
	}
	
	#contents.staff .td h4 span.nn {
		font-size: 26px;
		font-weight: 500;
	}
	
	#contents.staff .td h4 span.nn::after {
		content: "　";
	}



#contents.staff ol {
	counter-reset: li;
	margin: 0;
	padding: 0;
}

#contents.staff ol > li {
	list-style: none;
	position: relative;/*リストの項目の位置を基準に*/
	padding-left: 2.5em; /*li:before分左に余白を。調整可*/
	/*margin-bottom: 0.8em;*//*リストの数字がくっついてしまう場合*/
	margin-bottom: 20px;
	font-size: 15px;
}

#contents.staff ol > li:before {
	counter-increment: li;
	content: counter(li);
	margin-right: 1em;
	background: #333; /*薄いピンク*/
	color: #ffffff; /*白*/
	border-radius: 20%; /*丸く*/
	text-align: center; /*端に寄ってる数字を真ん中に*/
	width: 1.6em; /*幅を決めるheightと同じ数値に*/
	height: 1.6em; /*高さ。widthと同じ数値に。数値変更した場合はline-heightで調整を*/
	position: absolute; /*リストの基準から移動させる*/
	left: 0em; /*項目の基準、左にあわせる*/
	top: 1px; /*基準の上から2pxの位置に表示。テーマによって位置がずれる場合は修正を*/
	line-height: 1.6;/*数字の位置あわせで数値を指定*/
}
	
/*--------smp-----------------------*/
@media screen and (max-width: 500px) {

#contents.staff h2 {
	margin-bottom: 20px;
}

	
#contents.staff .td.pix {width: 100px;}
	#contents.staff .td {padding: 10px;
		vertical-align: top;
	}
}


/*---一覧用---*/

#contents.staff .inner {
	padding: 40px 20px;
}

#contents.staff .inner p {
	margin: 0;
	padding: 0;
	border: 1px solid #d6d6d6;
	border-bottom: none;
	letter-spacing: -0.4em;
}

#contents.staff .inner p a {
	display: block;
	transition: 0.3s;
}

#contents.staff .inner p a:hover {
	background-color: #f6f6f6;
}

#contents.staff .inner p:last-child {border-bottom: 1px solid #d6d6d6;}

#contents.staff .inner p span.kg {
	width: 40%;
	display: inline-block;
	letter-spacing: normal;
	padding: 5px;
	box-sizing: border-box;
}

#contents.staff .inner p span.nm {
	width: 60%;
	display: inline-block;
	padding: 5px;
	letter-spacing: normal;
	box-sizing: border-box;
}
	
/*--------smp-----------------------*/
@media screen and (max-width: 500px) {

#contents.staff .inner p span.kg {
	width: 50%;
}

#contents.staff .inner p span.nm {
	width: 50%;
}
}



/*---------------------------------------------
医局紹介
----------------------------------------------*/

#contents.ikyoku h3 {
	margin: 20px 0 0 0;
	background-color: #1B97CD;
	padding: 10px 15px;
	font-weight: normal;
	color: #ffffff;
	font-size: 20px;
	border-left: 3px solid #333333;
}

	#contents.ikyoku h4 {
	margin: 20px 0 0 0;
	color: #1B97CD;
	font-size: 20px;
	font-weight: 500;
	}
	
	#contents.ikyoku h5 {
	margin: 10px 0 -10px 0;
	font-size: 16px;
	font-weight: 500;
	padding: 0;
	}
	
#contents.ikyoku p.hb {
	padding: 0 20px;
}

/*---------------------------------------------
業績
----------------------------------------------*/
#contents.pfm h3 {
	color: #ffffff;
	background-color: #1B97CD;
	padding: 5px 20px;
	margin: 20px 0;

	font-weight: 400;
	font-size: 20px;
}

#contents.pfm ol {
	counter-reset: li;
	margin: 0;
}

#contents.pfm ol > li {
	list-style: none;
	position: relative;/*リストの項目の位置を基準に*/
	padding-left: 2.5em; /*li:before分左に余白を。調整可*/
	/*margin-bottom: 0.8em;*//*リストの数字がくっついてしまう場合*/
	margin-bottom: 20px;
	font-size: 15px;
}

#contents.pfm ol > li:before {
	counter-increment: li;
	content: counter(li);
	margin-right: 1em;
	background: #333; /*薄いピンク*/
	color: #ffffff; /*白*/
	border-radius: 20%; /*丸く*/
	text-align: center; /*端に寄ってる数字を真ん中に*/
	width: 1.6em; /*幅を決めるheightと同じ数値に*/
	height: 1.6em; /*高さ。widthと同じ数値に。数値変更した場合はline-heightで調整を*/
	position: absolute; /*リストの基準から移動させる*/
	left: 0em; /*項目の基準、左にあわせる*/
	top: 1px; /*基準の上から2pxの位置に表示。テーマによって位置がずれる場合は修正を*/
	line-height: 1.6;/*数字の位置あわせで数値を指定*/
}

#contents.pfm p.pdf {padding: 0; margin: 0;}

.btn_data,
.btn_data:focus {
		padding:8px 15px;
		border: 1px solid rgba(27,151,205,0.3);
		cursor:pointer;
		text-decoration:none;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		transition: 0.5s;
		display: block;
	}
	
.btn_data:hover {
		background-color:#1B97CD;
		cursor:pointer;
		color: #ffffff;
	}
	


/*--------smp-----------------------*/
@media screen and (max-width: 700px) {

#contents.pfm ol > li {
	padding-left: 0em; /*li:before分左に余白を。調整可*/

}

#contents.pfm ol > li:before {
	left: -2.5em; /*項目の基準、左にあわせる*/
}
}



/*----------------------------------------------------
臨床研修の表

----------------------------------------------------*/
#kk {
	border: 3px solid #f6f6f6;
}

#kk .data {
	display: flex;
	border-top: 1px solid #d6d6d6;
}

#kk .data.th {background-color: rgba(27,151,205,0.3)}

#kk .data .box {
	padding: 10px;
	box-sizing: border-box;
}


#kk .data .box.b5 {
	width: 70px;
}

#kk .data .box.b4 {
	width: calc(100% - 70px);
	font-size: 15px;
	color: #666;
}

#kk .data .box.b4 span {
	font-size: 17px;
	font-weight:500;
	color: #000;
}

#kk .data .pbtn,
#kk .data .pbtn:focus {
		padding:0px 10px;
		border: 1px solid rgba(27,151,205,0.3);
		margin-bottom: 2px;
		cursor:pointer;
		text-decoration:none;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		transition: 0.5s;
		display: block;
	}
	
#kk .data .pbtn:hover {
		background-color:#1B97CD;
		cursor:pointer;
		color: #ffffff;
	}


@media screen and (max-width: 700px) {
	
#kk .data {
	display: block;
	border-top: 1px solid #d6d6d6;
}	
	
#kk .data.th {display: none;}
	
#kk .data .box {
	padding: 0px 10px;
	box-sizing: border-box;
}

#kk .data .box.b5 {padding-bottom: 10px;}
#kk .data .box.b4 span {font-size: 18px; display: inline-block; padding-bottom: 10px;}
#kk .data .box.b4,
#kk .data .box.b5 {width: 100%;}	
	
	#kk .data .box.b1::before {
		content: "承認番号";
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		background-color: #666;
		color: #fff;
		padding: 3px 5px;
		font-size: 12px;
		margin-right: 10px;
	}
	#kk .data .box.b2::before {content: "実務責任者: ";font-size: 12px; margin-right: 10px;}
	#kk .data .box.b3::before {content: "研究責任者: ";font-size: 12px; margin-right: 10px;}


	#kk .data .pbtn {display: inline-block;}
}