@charset "utf-8";
/* ******************************************************************
 *	File name		: department.css
 *	Summary			: css style
 * ******************************************************************
 */
 /*

緑カラーはbodyに
base_green

青　 #0080CC rgba(0,128,204,1.0)　文字等
濃青 #0061B1 rgba(0,97,177,1.0)

黄緑 #ABCD07 rgba(171,205,7,1.0)
緑　 #6FB92C rgba(111,185,44,1.0)
濃緑 #00632F rgba(0,99,47,1.0)

*/

*::before,
*::after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* ----------------------------------------------------------------------
   hidden
---------------------------------------------------------------------- */

#option_medical_information,
#b-medical_information{
	display:none;
}

/* ----------------------------------------------------------------------
  active
---------------------------------------------------------------------- */

/* medical */
#bdid_s-index #s-index a,
#bdid_s-pulmonology #s-pulmonology a,
#bdid_s-cardiology #s-cardiology a,
#bdid_s-gastroenterologic #s-gastroenterologic a,
#bdid_s-tumor #s-tumor a,
#bdid_s-diabetes #s-diabetes a,
#bdid_s-nephrology #s-nephrology a,
#bdid_s-neurology #s-neurology a,
#bdid_s-infection #s-infection a,
#bdid_s-cancer_relief #s-cancer_relief a,
#bdid_s-respiratory #s-respiratory a,
#bdid_s-cardiovascular #s-cardiovascular a,
#bdid_s-gastroenterologic_surgery #s-gastroenterologic_surgery a,
#bdid_s-breast_endocrine #s-breast_endocrine a,
#bdid_s-orthopedic #s-orthopedic a,
#bdid_s-neurosurgery #s-neurosurgery a,
#bdid_s-plastic_surgery #s-plastic_surgery a,
#bdid_s-hepatobiliary #s-hepatobiliary a,
#bdid_s-pain_clinic #s-pain_clinic a,
#bdid_s-neuropsychiatry #s-neuropsychiatry a,
#bdid_s-hematology #s-hematology a,
#bdid_s-pediatrics #s-pediatrics a,
#bdid_s-dermatology #s-dermatology a,
#bdid_s-urology #s-urology a,
#bdid_s-obstetrics #s-obstetrics a,
#bdid_s-ophthalmology #s-ophthalmology a,
#bdid_s-otorhinolaryngology #s-otorhinolaryngology a,
#bdid_s-rehabilitation #s-rehabilitation a,
#bdid_s-radiology #s-radiology a,
#bdid_s-pathological #s-pathological a,
#bdid_s-division #s-division a,
#bdid_s-anesthesiology #s-anesthesiology a,
#bdid_s-oral #s-oral a
{background:rgba(16,167,228,0.2) !important;font-weight: bold;}

/* bumon */
#bdid_b-radiation #b-radiation a,
#bdid_b-inspection #b-inspection a,
#bdid_b-pathology #b-pathology a,
#bdid_b-rehabilitation #b-rehabilitation a,
#bdid_b-clinical_engineering #b-clinical_engineering a,
#bdid_b-dental_he #b-dental_he a,
#bdid_b-nutrition_management #b-nutrition_management a,
#bdid_b-operating #b-operating a,
#bdid_b-transfusion #b-transfusion a,
#bdid_b-endoscope #b-endoscope a,
#bdid_b-material #b-material a,

#bdid_b-intensive_care #b-intensive_care a,
#bdid_b-blood_purification #b-blood_purification a,
#bdid_b-genetic_medicine #b-genetic_medicine a,
#bdid_b-emergency_center #b-emergency_center a,
#bdid_b-brain_dysfunction #b-brain_dysfunction a,
#bdid_b-dementia_center #b-dementia_center a,
#bdid_b-outpatient_chemotherapy_center #b-outpatient_chemotherapy_center a,
#bdid_b-allergy_center #b-allergy_center a,

#bdid_b-welfare #b-welfare a,
#bdid_b-medical_information #b-medical_information a,
#bdid_b-cr_support_center #b-cr_support_center a,
#bdid_b-bronchoscope #b-bronchoscope a,
#bdid_b-ess_center #b-ess_center a,
#bdid_b-moth_management_center #b-moth_management_center a,
#bdid_b-ns_center #b-ns_center a,
#bdid_b-mts_center #b-mts_center a,
#bdid_b-mc_center #b-mc_center a,

#bdid_b-safety #b-safety a,

#bdid_b-infection_control #b-infection_control a,

#bdid_b-yakuzai #b-yakuzai a,

#bdid_b-kango #b-kango a,

#bdid_b-office #b-office a,

#bdid_b-sotsugo #b-sotsugo a,
#bdid_b-rm_support_center #b-rm_support_center a,
#bdid_b-medical_education #b-medical_education a
{background:rgba(16,167,228,0.2) !important;font-weight: bold;}

/* ----------------------------------------------------------------------
  　side_nav
---------------------------------------------------------------------- */

#side_nav ul li{
	position:relative;
	}
	#side_nav ul li.active::after{
		content:" ";
		position:absolute;
		top:calc(50% - 10px);
		right:-35px;
		border: 10px solid transparent;
		border-left: 15px solid #0080CC;
}

/* ----------------------------------------------------------------------
  department base
---------------------------------------------------------------------- */

.bdcs_department.second main{
	padding:0px !important;
	text-align:center;
	background:none;
	border-radius:0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	}
/* base */
.bdcs_department.shinryou #main_contents,
.bdcs_department.bumon #main_contents{
	display:-webkit-flex;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between !important;
	flex-wrap:wrap;
	position:relative;
	width:100%;
	margin:0 auto;
	background:none;
	padding:0px !important;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}
.bdcs_department #dmenu{
	position:relative;
	width:190px;
	padding-left:5px;
}
.bdcs_department #department_contents{
	position:relative;
	width:calc(100% - 220px);
	margin:0px !important;
	font-size:0.96em;
	line-height:1.65;
	}
	.bdcs_department #department_contents a{
		text-decoration:underline;
}

/* --- responsive --- */
@media only screen and (max-width:767px){
	.bdcs_department.shinryou #main_contents,
	.bdcs_department.bumon #main_contents{
		padding:10px 20px 0 !important;
	}
	.bdcs_department #dmenu{
		display:none;
	}
	.bdcs_department #department_contents{
		width:100%;
	}
}

/* ----------------------------------------------------------------------
  section
---------------------------------------------------------------------- */

.bdcs_department #department_contents section{
	display:block;
	position:relative;
	width:100%;
	margin:0 0 30px 0;
}

/* p */
.bdcs_department #department_contents section table p:last-child{
	margin:0px;
}

/* ----------------------------------------------------------------------
  dmenu
---------------------------------------------------------------------- */

.bdcs_department #dmenu h2{
	display:block;
	position:relative;
	width:100%;
	margin:20px 0 2px 0;
	padding:2px 5px 2px;
	font-weight:bold;
	font-size:1.1em;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border:3px double rgba(0,88,173,0.5);
	background:rgba(234,238,249,1);
	color:#0058AD;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	}
	.bdcs_department #dmenu h2:nth-of-type(1){
		margin:0px 0 2px;
	}
	.bdcs_department #dmenu h2:before,
	.bdcs_department #dmenu h2:after{
		display:none;
}

.bdcs_department #dmenu ul{
	list-style-type:none;
	}
	.bdcs_department #dmenu li{
		padding:2px 0;
		border-bottom:1px dotted #0058AD;
		}
		.bumon.bdcs_department #dmenu li{
			padding:1px 0;
	}
	.bdcs_department #dmenu li a{
		display:block;
		padding:4px 7px 2px;
		font-size:0.95em;
		border-radius:4px;
		-webkit-border-radius:4px;
		-moz-border-radius:4px;
		text-decoration:none;
		}
		.bumon.bdcs_department #dmenu li a{
			padding:3px 7px 1px;
		}
		.bdcs_department #dmenu li.active a{
			background:rgba(16,167,228,0.2) !important;
		}
		.bdcs_department #dmenu li a:hover{
			background:rgba(16,167,228,0.2) !important;
}
/* --- responsive --- */
@media only screen and (max-width:767px){
}

/* ----------------------------------------------------------------------
  department_contents
---------------------------------------------------------------------- */

.bdcs_department #department_contents h1{
	display:block;
	position:relative;
	width:calc(100% + 20px);
	height:auto;
	margin:0 0 0px;
	padding:13px 20px 13px;
	font-weight:bold;
	font-size:1.65em;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border:none;
	background:#0497DB;
	color:#FFFFFF;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	}
	.bdcs_department #department_contents h1:before,
	.bdcs_department #department_contents h1:after{
		display:none;
}
/* h2 */
.bdcs_department #department_contents h2,
.bdcs_department #department_contents .h2{
	display:block;
	position:relative;
	width:100%;
	height:auto;
	margin:0 0 15px 0;
	padding:0px 0 0px 25px;
	font-weight:bold;
	font-size:1.5rem;
	border:none;
	background:none;
	border:none;
	color:#000;
	}
	.bdcs_department #department_contents h2 *,
	.bdcs_department #department_contents .h2 *{
		font-weight:inherit;
		font-size:inherit;
	}
	.bdcs_department #department_contents h2:before,
	.bdcs_department #department_contents .h2:before{
		content:" ";
		display:block !important;
		position:absolute;
		top:7px;
		left:0px;
		width:15px;
		height:20px;
		background:#0080CC;
	}
	.bdcs_department #department_contents h2.green{
		color:#07A33E !important;
		}
		.bdcs_department #department_contents h2.green:before{
			background:#07A33E !important;
	}
	.bdcs_department #department_contents h2.pink{
		color:#EC6D8E !important;
		}
		.bdcs_department #department_contents h2.pink:before{
			background:#EC6D8E !important;
	}
/* --- responsive --- */
@media only screen and (max-width:767px){
	.bdcs_department #department_contents h2,
	.bdcs_department #department_contents .h2{
		font-size:1.4rem;
	}
	.bdcs_department #department_contents h2:before,
	.bdcs_department #department_contents .h2:before{
		top:8px;
	}
}
.bdcs_department #department_contents #pnkz{
	display:none;
}

/* shinryo_nav */
.bdcs_department #shinryo_nav{
	position:relative;
	width:calc(100% + 20px);
	margin:0 0 0px;
	padding:7px 5px 7px 20px;
	background:#BBDBF4;
	list-style:none;
	}
	.bumon.bdcs_department #shinryo_nav{
		margin:0 0 18px;
	}
	.bdcs_department #shinryo_nav li{
		display:inline-block;
		position:relative;
		list-style:none;
		font-weight:bold;
		font-size:0.9rem;
		margin-right:20px;
		padding:0 0 0 12px;
		color:#0067B3;
		}
		.bdcs_department #shinryo_nav li:before {
			content:' ';
			display:inline-block;
			position: absolute;
			top: 50%;
			left: 0;
			width: 0;
			height: 0;
			margin-top: -6px;
			border: 5px solid transparent;
			border-left: 7px solid #0067B3;
		}
		.bdcs_department #shinryo_nav li a{
			color:#0067B3;
			text-decoration:none;
		}
		.bdcs_department #shinryo_nav li a:hover{
			text-decoration:underline;
}

/* dep_lead */
.bdcs_department #department_contents #dep_lead{
	display:block;
	width:calc(100% + 20px);
	margin:0px;
	padding:20px 20px;
	background:#F1F6FC;
	}
	.bdcs_department #department_contents #dep_lead p{
		margin:0 0 0px;
		font-size:1.1rem;
		line-height:1.5;
}

/* --- responsive --- */
@media only screen and (max-width:767px){
	.bdcs_department #department_contents h1{
		width:calc(100% + 40px);
		margin-left:-20px;
	}
	.bdcs_department #shinryo_nav{
		width:calc(100% + 40px);
		margin-left:-20px !important;
		}
		.bdcs_department #shinryo_nav li{
			width:100%;
			margin:2px 0;
	}

	/* dep_lead */
	.bdcs_department #department_contents #dep_lead{
		width:calc(100% + 40px);
		margin:0 0 0 -20px;
		padding:20px 15px;
		}
		.bdcs_department #department_contents #dep_lead p{
			font-size:1.0rem;
	}
}

/* ----------------------------------------------------------------------
  doctor_greeting
---------------------------------------------------------------------- */

.bdcs_department #department_contents #doctor_greeting{
	position:relative;
	width:100%;
}
.bdcs_department #department_contents #doctor_greeting #doctor_photo{
	position:relative;
	width:calc(100% + 20px);
	margin:0 0 15px;
	}
	.bdcs_department #department_contents #doctor_greeting #doctor_photo p{
		position:absolute;
		left:0px;
		bottom:18px;
		margin:0px;
	}
	.bdcs_department #department_contents #doctor_greeting #doctor_photo p strong{
		display:-webkit-flex;
		display:flex;
		justify-content:center;
		align-items:center;
		position:relative;
		width:210px;
		height:40px;
		margin:0px;
		padding-left:15px;
		font-weight:normal;
		font-size:1.5rem;
		background:#0080CC;
		color:#FFF;
		}
		.bdcs_department #department_contents #doctor_greeting #doctor_photo p strong::after{
			content:" ";
			position:absolute;
			top:0px;
			right:-40px;
			border:20px solid transparent;
			border-top:20px solid #0080CC;
			border-left:20px solid #0080CC;
	}
	.bdcs_department #department_contents #doctor_greeting #doctor_photo p span{
		display:-webkit-flex;
		display:flex;
		justify-content:center;
		align-items:center;
		position:relative;
		height:40px;
		width:250px;
		margin:0px;
		padding-right:25px;
		font-size:1.2rem;
		background:#E6E9ED;
		background:linear-gradient(90deg, rgba(230,233,237,1), rgba(230,233,237,1), rgba(230,233,237,1), rgba(230,233,237,1), rgba(230,233,237,0));
		color:#0080CC;
}
/* --- responsive --- */
@media only screen and (max-width:767px){
	.bdcs_department #department_contents #doctor_greeting #doctor_photo{
		width:calc(100% + 40px);
		margin-left:-20px;
	}
	.bdcs_department #department_contents #doctor_greeting #doctor_photo p{
		position:relative;
		margin:0 0 -18px;
	}
	.bdcs_department #department_contents #doctor_greeting #doctor_photo p span{
		height:auto;
		margin:0px;
		font-size:1.0rem;
		background:none;
	}
}

/* greeting_txt */
.bdcs_department #department_contents #doctor_greeting #greeting_txt{
	position:relative;
	width:100%;
	margin:0 0 20px;
	}
	.bdcs_department #department_contents #doctor_greeting #greeting_txt p{
		width:100% !important;
		margin-bottom:10px;
	}
	.bdcs_department #department_contents #doctor_greeting h2{
		width:100%;
		margin:0 auto 10px;
		border-bottom:7px solid #DDEBF4;
}

/* ----------------------------------------------------------------------
  bumon_greeting
---------------------------------------------------------------------- */

.bdcs_department #department_contents #bumon_greeting{
	display:-webkit-flex;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	flex-wrap:wrap;
	flex-direction: row-reverse;
	position:relative;
	width:100%;
	padding:0px 0px 10px 0px;
	}
.bdcs_department #department_contents #bumon_greeting #greeting_txt{
	position:relative;
	width:calc(100% - 260px);
	}
	.bdcs_department #department_contents #bumon_greeting #greeting_txt p{
		width:100% !important;
	}
.bdcs_department #department_contents #bumon_greeting #doctor_photo{
	position:relative;
	width:240px;
	}
	.bdcs_department #department_contents #bumon_greeting #doctor_photo img{
		margin-bottom:10px;
		max-width:240px;
		height:auto;
	}
	.bdcs_department #department_contents #bumon_greeting #doctor_photo p{
		display:block;
		margin:0px;
		padding-right:10px;
		font-weight:normal;
		text-align:right;
		line-height:1.3;
	}
	.bdcs_department #department_contents #bumon_greeting #doctor_photo strong{
		display:block;
		width:100%;
		font-weight:normal;
		font-size:1.5em;
		color:#000;
		}
		.color-black.bdcs_department #department_contents #bumon_greeting #doctor_photo strong{
			color:#FFF;
	}
	.bdcs_department #department_contents #bumon_greeting #doctor_photo span{
		display:block;
		width:100%;
		color:#0497DB;
}
/* --- responsive --- */
@media only screen and (max-width:767px){
	.bdcs_department #department_contents #bumon_greeting{
		width:100%;
		padding:0px 0px 10px 0px;
		}
		.bdcs_department #department_contents #bumon_greeting #greeting_txt{
			width:100%;
		}
		.bdcs_department #department_contents #bumon_greeting #doctor_photo{
			width:100%;
			margin-bottom:10px;
			text-align:center;
		}
		.bdcs_department #department_contents #bumon_greeting #doctor_photo p{
			padding-right:0px;
			text-align:center;
	}
}

/* dbox */
.bdcs_department #department_contents .dbox{
	position:relative;
	width:100%;
	margin: 0 0 10px 0;
	padding:17px 0px 10px 0px;
	}
	.bdcs_department #department_contents .dbox:after{
		content:" ";
		display:block;
		clear:both;
	}
	.bdcs_department #department_contents .dbox h2,
	.bdcs_department #department_contents #bumon_greeting .dbox h2{
		padding:0px 0;
		margin:0 0 10px 0px;
		border-top:none;
		border-bottom:7px solid #DDEBF4;
		}
		.bdcs_department #department_contents #bumon_greeting .dbox h2::before,
		.bdcs_department #department_contents #bumon_greeting .dbox h2::after{
			display:none !important;
	}
	.bdcs_department #department_contents .dbox table p:last-child{
		margin:0px;
}

/* ----------------------------------------------------------------------
  doctor_links
---------------------------------------------------------------------- */

#doctor_links{
	display:-webkit-flex;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:flex-start;
	flex-wrap:wrap;
	text-align:left;
	vertical-align:text-top;
}
/* --- responsive --- */
@media only screen and (max-width:767px){
	#doctor_links{
		justify-content:space-around;
	}
}
#doctor_links div{
	display:inline-block;
	position:relative;
	margin:0 15px 10px 0;
	vertical-align:text-top;
}
#doctor_links .medical_note{
	position:relative;
	width:252px;
	background:#FFF;
	border:1px solid rgba(0,97,177,0.3);
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	overflow:hidden;
	}
	#doctor_links .medical_note img{
		position:absolute;
		top:7px;
		left:7px;
	}
	#doctor_links .medical_note a{
		display:block;
		position:relative;
		width:100%;
		padding:58px 7px 7px 7px;
		text-align:center;
		text-decoration:none;
		transition-duration:0.5s;
		color:#000;
	}
	#doctor_links .medical_note a:hover{
		text-decoration:underline;
		background:rgba(0,97,177,0.1);
}

/* ownweb_link */
#doctor_links .ownweb_link{
	display:inline-block;
	position:relative;
	width:252px;
	min-height:50px;
	color:#FFF;
	background:rgba(1,98,177,1);
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	transition-duration:0.5s;
	}
	#doctor_links .ownweb_link a{
		display:-webkit-flex;
		display:flex;
		justify-content:center;
		align-items:center;
		position:relative;
		width:100%;
		height:100%;
		padding:10px;
		font-weight:normal;
		font-size:1.2rem;
		text-align: center;
		text-decoration: none !important;
		line-height:1.35;
		color:#FFF;
	}
	#doctor_links .ownweb_link a::before,
	#doctor_links .ownweb_link a::after{
		content:" ";
		display:block;
		position:absolute;
		}
		#doctor_links .ownweb_link a::before{
			top:4px;
			left:4px;
			width:calc(100% - 8px);
			height:calc(100% - 8px);
			border:1px solid rgba(255,255,255,0.5);
			-moz-border-radius:4px;
			-webkit-border-radius:4px;
			border-radius:4px;
		}
		#doctor_links .ownweb_link a::after{
			top:9px;
			left:9px;
			width:8px;
			height:calc(100% - 18px);
			background:rgba(255,255,255,0.7);
			-moz-border-radius:6px;
			-webkit-border-radius:6px;
			border-radius:6px;
			transition-duration:0.5s;
		}
		#doctor_links .ownweb_link a:hover::after{
			background:rgba(255,255,0,1);
	}
	#doctor_links .ownweb_link::before,
	#doctor_links .ownweb_link::after{
		content:" ";
		position:absolute;
		top:calc(50% - 6px);
		border: 6px solid transparent;
		border-left: 6px solid #7CCEF3;
		}
		#doctor_links .ownweb_link::before{
			right:13px;
		}
		#doctor_links .ownweb_link::after{
			right:6px;
}
/* --- responsive --- */
@media only screen and (max-width:767px){
	#doctor_links .ownweb_link a{
		font-size:1.0rem;
	}
}

/* ----------------------------------------------------------------------
  ul_twin
---------------------------------------------------------------------- */

.ul_twin ul{
	vertical-align:text-top;
	display:inline-block;
	list-style:disc;
	padding:0 20px;
}

/* ----------------------------------------------------------------------
  guidance
---------------------------------------------------------------------- */

.bdcs_department #department_contents #guidance{
	display:-webkit-flex;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	flex-wrap:wrap;
	padding-top:30px;
}
.bdcs_department #department_contents #guidance::before{
	content:" ";
	position:absolute;
	top:-15px;
	left:0px;
	width:100%;
	height:10px;
	background:url(../../img/base/arrow_border.png) repeat;
}
.bdcs_department #department_contents #guidance #dimg{
		position:relative;
		left:0px;
		top:0px;
		width:280px;
		margin-left:20px;
	}
	.bdcs_department #department_contents #guidance #guidance_txt{
		-webkit-flex: 1;
		flex: 1;
	}
	.bdcs_department #department_contents #guidance #dimg::before,
	.bdcs_department #department_contents #guidance #dimg::after{
		content:" ";
		position:absolute;
		top:0px;
		width:40px;
		height:100%;
		}
		.bdcs_department #department_contents #guidance #dimg::before{
			left: 0px;
			background:linear-gradient(-90deg, rgba(255,255,255,0), rgba(255,255,255,1));
		}
		.bdcs_department #department_contents #guidance #dimg::after{
			right: 0px;
			background:linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,1));
		}
		.bdcs_department #department_contents #guidance #dimg img{
			width:100%;
			height:auto;
}
/* --- responsive --- */
@media only screen and (max-width:1200px){
	.bdcs_department #department_contents #guidance #dimg{
		width:auto;
		height:auto;
		margin:15px auto 15px;
	}
	.bdcs_department #department_contents #guidance #guidance_txt{
		-webkit-flex:100%;
		flex:100%;
		display:block;
		width:100%;
	}
}

/* ----------------------------------------------------------------------
  zisseki_table
---------------------------------------------------------------------- */


/* ----------------------------------------------------------------------
  classroom
---------------------------------------------------------------------- */

.bdcs_department #classroom{
	position:relative;
	width:100%;
	margin:0 0 50px 0;
	padding:0 20px 10px;
	border:1px solid #0162B1;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	overflow: hidden;
	}
.bdcs_department #classroom > h2{
	position:relative;
	width:calc(100% + 40px);
	margin: 0 0 10px -20px;
	padding:10px 20px 10px 70px;
	background:url(../../img/department/classroom.jpg) no-repeat 7px 7px #0162B1;
	color:#FFF;
	border-bottom: 0px;
}
/* class_name */
.bdcs_department #classroom .class_name{
	position:relative;
	width:100%;
	margin-bottom:10px;
	border-bottom:1px solid #0162B1;
	}
	.bdcs_department #classroom .class_name h3,
	.bdcs_department #classroom .class_name h3:after{
		display:inline-block;
		margin-bottom:0px;
		font-weight:normal;
		font-size:1rem;
		color:#333;
	}
	.bdcs_department #classroom .class_name h3::after{
		content:"：";
	}
	.bdcs_department #classroom .class_name p{
		display:inline-block;
		margin:0px;
		padding:0px !important;
		font-weight:bold;
		font-size:1.1rem;
		color:#0162B1;
		}
		.bdcs_department #classroom .class_name p *{
			margin:0px;
			font-weight:bold;
			color:#0162B1;
		}
		.bdcs_department #classroom .class_name p strong{
			font-size:1.3rem;
}
/* --- responsive --- */
@media only screen and (max-width:767px){
	.bdcs_department #classroom .class_name{
		padding:0 0 5px;
	}
	.bdcs_department #classroom .class_name h3{
		margin-bottom:5px;
		padding:1px 15px;
		font-weight:bold;
		font-size:0.9rem;
		background:#DDD;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		border-radius:6px;
	}
	.bdcs_department #classroom .class_name h3::after{
		display:none;
	}
	.bdcs_department #classroom .class_name p{
		display:block;
		font-size:1.0rem;
		}
		.bdcs_department #classroom .class_name p strong{
			font-size:1.2rem;
	}
}

	.bdcs_department #classroom h4{
		clear:both;
		display:block;
		width:100%;
		margin-top:10px;
		margin-bottom:10px;
		padding:2px 10px 2px;
		font-weight:bold;
		font-size:1.15rem;
		text-align:left;
		background:#DDEBF4;
		border:none;
		color:#0162B1;
	}
	.bdcs_department #classroom p{
		padding-left: 20px;
	}
	.bdcs_department #classroom ul{
		margin:0 0 15px 0px;
		padding:0 0 0 20px !important;
		list-style:none;
		counter-reset:ol_li;
		}
		.bdcs_department #classroom ul li{
			line-height:1.5;
			margin-bottom:4px;
			padding-left:7px;
			text-indent:-25px;
		}
		.bdcs_department #classroom ul li:nth-child(1),
		.bdcs_department #classroom ul li:nth-child(2),
		.bdcs_department #classroom ul li:nth-child(3),
		.bdcs_department #classroom ul li:nth-child(4),
		.bdcs_department #classroom ul li:nth-child(5),
		.bdcs_department #classroom ul li:nth-child(6),
		.bdcs_department #classroom ul li:nth-child(7),
		.bdcs_department #classroom ul li:nth-child(8),
		.bdcs_department #classroom ul li:nth-child(9){
			padding-left:7px;
			text-indent:-17px;
		}
		.bdcs_department #classroom ul li::before{
			counter-increment:ol_li;
			content:counter(ol_li)".";
		  	margin-right:5px;
		  	font-weight:bold;
			color:#0162B1;
		}
		.bdcs_department #classroom ul.num li,
		.bdcs_department #classroom ul.disc li{
			padding:0px !important;
		}
		.bdcs_department #classroom #d_qualification ul.num li,
		.bdcs_department #classroom #d_qualification ul.disc li{
			text-indent:0px !important;
}
.bdcs_department #d_qualification{
	position:relative;
	width:100%;
	margin:20px 0 10px;
	padding:13px 20px 5px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:5px solid #DDEBF4;
	}
	.bdcs_department #d_qualification h2{
		margin:0 0 7px;
		text-align:left;
		font-size:1.3rem;
	}
	.bdcs_department #d_qualification p{
		padding:0px;
	}
	.bdcs_department #d_qualification ul{
		margin:0 0 15px 0px;
		padding:0 0 0 20px;
		list-style:none;
		counter-reset:ol_li;
		}
		.bdcs_department #d_qualification ul.ul_kakko{
			padding:0 0 0 40px !important;
		}
		.bdcs_department #d_qualification ul li{
			line-height:1.5;
			margin-bottom:4px;
			text-indent:-20px;
		}
		.bdcs_department #d_qualification ul li::before{
			display:none;
		}
.bdcs_department #classroom #tmpu_link{
	display:block;
	position: relative;
	width:calc(100% + 20px);
	padding:10px 0;
	text-align:right;
	color:#FFF;
	}
	.bdcs_department #classroom #tmpu_link a{
		display: inline-block;
		position: relative;
		min-height: 30px;
		padding:5px 40px 5px 40px;
		font-weight: bold;
		font-size:0.9rem;
		text-decoration: none;
		color:#FFF;
		background:url(../../img/base/mark_medicine.png) no-repeat 7px 6px rgba(1,98,177,1);
	}
	.bdcs_department #classroom #tmpu_link a:hover{
		background:url(../../img/base/mark_medicine.png) no-repeat 7px 6px rgba(1,98,177,0.8)
	}
	.bdcs_department #classroom #tmpu_link a:before{
		content:" ";
		display:block;
		position:absolute;
		top:4px;
		left:6px;
		width:21px;
		height:21px;
		border:1px solid #FFF;
	}
	.bdcs_department #classroom #tmpu_link a:after{
		content:" ";
		display:block;
		position:absolute;
		top:50%;
		right:13px;
		width:14px;
		height:9px;
		margin:-4px 0 0 0;
		background:url(../../img/base/ff.png) no-repeat;
}
/* --- responsive --- */
@media only screen and (max-width:767px){
	.bdcs_department #classroom{
		width:100%;
		margin:0 0 30px;
		padding:0 10px 10px;
		}
		.bdcs_department #classroom p{
			padding-left:0px;
		}
		.bdcs_department #classroom ul{
			padding:0 0 0 30px;
		}
		.bdcs_department #classroom ul li{
			padding-left:7px;
			text-indent:-23px;
		}
		.bdcs_department #classroom ul li:nth-child(1),
		.bdcs_department #classroom ul li:nth-child(2),
		.bdcs_department #classroom ul li:nth-child(3),
		.bdcs_department #classroom ul li:nth-child(4),
		.bdcs_department #classroom ul li:nth-child(5),
		.bdcs_department #classroom ul li:nth-child(6),
		.bdcs_department #classroom ul li:nth-child(7),
		.bdcs_department #classroom ul li:nth-child(8),
		.bdcs_department #classroom ul li:nth-child(9){
			padding-left:7px;
			text-indent:-16px;
	}
	.bdcs_department #classroom #d_qualification ul.ul_kakko{
		padding:0 0 0 30px !important;
	}
	.bdcs_department #classroom #d_qualification ul.ul_kakko::before{
		left:-4px;
	}
	.bdcs_department #classroom #d_qualification ul.ul_kakko::after{
		left:-3px;
	}
}

/* ----------------------------------------------------------------------
  d_recruit
---------------------------------------------------------------------- */

.bdcs_department #department_contents #d_recruit h2{
	display:-webkit-flex;
	display:flex;
	justify-content:flex-start;
	justify-content:center;
	align-items:center;
	position: relative;
	width:calc(100% + 20px);
	height:100px;
	margin:0 auto 20px;
	padding:0 0 0 0px;
	text-align:center;
	font-family: 'Noto Serif JP', serif;
	font-size:2.0rem;
	background:url(../../img/department_doctor/d_recruit.jpg) no-repeat left 0;
	-moz-border-radius:10px 0 0 10px;
	-webkit-border-radius:10px 0 0 10px;
	border-radius:10px 0 0 10px;
	overflow:hidden;
	border:none;
	color:#000;
	}
	.bdcs_department #department_contents #d_recruit h2 br{
		display:none;
	}
	.bdcs_department #department_contents #d_recruit #d_recruit_contact{
		position: relative;
		width:375px;
		max-width:100%;
		margin:20px auto;
		padding:10px 10px;
		text-align: center;
		border:1px solid #3C7FC5;
		-moz-border-radius:10px;
		-webkit-border-radius:10px;
		border-radius:10px;
	}
	.bdcs_department #department_contents #d_recruit #d_recruit_contact p{
		margin:0px;
		color: #0497DB;
	}
	.bdcs_department #department_contents #d_recruit #d_recruit_contact p:first-child{
		color: #000;
	}
	.color-black.bdcs_department #department_contents #d_recruit #d_recruit_contact p:first-child{
		color: #FFF;
}
/* --- responsive --- */
@media only screen and (max-width:767px){
	.bdcs_department #department_contents #d_recruit{
		padding:0 15px;
	}
	.bdcs_department #department_contents #d_recruit h2{
		width:calc(100% + 30px);
		height:40px;
		margin:0 0 10px -15px;
		padding:0 0 0 15px;
		font-size:1.2rem;
		background:url(../../img/department_doctor/d_recruit.jpg) no-repeat left 0;
		background-size:767px;
		-moz-border-radius:0px;
		-webkit-border-radius:0px;
		border-radius:0px;
	}
}

/* ----------------------------------------------------------------------
  table
---------------------------------------------------------------------- */

table.sp_broken{
}
/* --- responsive --- */
@media only screen and (max-width:767px){
	table.sp_broken th,
	table.sp_broken td{
		display:block;
	}
}


/* ----------------------------------------------------------------------
  other
---------------------------------------------------------------------- */

/* classroom_greeting */
.bdcs_department .classroom_greeting{
	position:relative;
	padding-top:17px;
	border-top:1px dotted rgba(0,128,204,0.5);
	}
	.bdcs_department .classroom_greeting:after{
		content:" ";
		display:block;
		clear:both;
		margin-bottom:10px;
	}
	.bdcs_department .classroom_greeting dt{
		clear:both;
		float:left;
		display:inline-block;
		width:110px;
		margin-bottom:10px;
		padding:4px 5px 2px;
		font-weight:bold;
		font-size:1em;
		text-align:center;
		border-radius:6px;
		-webkit-border-radius:6px;
		-moz-border-radius:6px;
		background:#0497DB;
		color:#FFFFFF;
	}
	.bdcs_department .classroom_greeting dd{
		margin:0 0 10px 120px;
	}
	.bdcs_department .classroom_greeting dd ul{
		padding:0 0 0 20px;
		list-style:decimal;
		}
		.bdcs_department .classroom_greeting dd ul li{
			line-height:1.5;
			margin-bottom:4px;
}
/* tmpu_link */
.tmpu_link{
	position:absolute;
	top:20px;
	right:0px;
}
.tmpu_link2{
	position:relative;
	width:100%;
	text-align:left;
}

/* jenga_box */
.bdcs_department .jenga_box{
	list-style:none;
}
.bdcs_department .jenga_box td{
	width:250px;
	padding:7px 10px 5px 10px;
	border:1px solid #A8E1FD;
}
.bdcs_department .jenga_box td{
	width:250px;
	padding:7px 10px 5px 10px;
	border:1px solid #A8E1FD;
}

.bdcs_department .jenga_box tr:nth-child(odd) td:nth-child(2){
	background:#F0F9FD;
}
.bdcs_department .jenga_box tr:nth-child(even) td:nth-child(1){
	background:#F0F9FD;
}



/* doctor_introduction */
.bdcs_department #department_contents #doctor_introduction{
	position:relative;
	width:100%;
	max-width:100%;
	display:-webkit-flex;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:center;
	flex-wrap:wrap;
	padding:17px 0px 10px 0px;
}
.bdcs_department #department_contents #doctor_introduction div{
	display:inline-block;
	margin-left:10px;
	}
	.bdcs_department #department_contents #doctor_introduction div img{
		width:100%;
		height:auto;
		margin-bottom:10px;
	}
	.bdcs_department #department_contents #doctor_introduction div p{
		display:block;
		font-weight:normal;
		text-align:center;
		line-height:1.3;
	}
	.bdcs_department #department_contents #doctor_introduction div strong{
		display:block;
		width:100%;
		font-weight:normal;
		font-size:1.5em;
		color:#0497DB;
	}
	.bdcs_department #department_contents #doctor_introduction div span{
		display:block;
		width:100%;
		color:#222222;
}
/* --- responsive --- */
@media only screen and (max-width:767px){
	.bdcs_department #department_contents #doctor_introduction div{
		text-align:center;
		margin:0 auto 10px;
	}
}

/* ----------------------------------------------------------------------
  staff
---------------------------------------------------------------------- */

#bdid_staff main h1{
	display:block;
	position:relative;
	width:100%;
	height:auto;
	margin:0 0 0px;
	padding:13px 20px 13px;
	font-weight:bold;
	font-size:1.65em;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border:none;
	background:#0497DB;
	color:#FFFFFF;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	}
	.bdcs_department #department_contents h1:before,
	.bdcs_department #department_contents h1:after{
		display:none;
}
#bdid_staff main #pnkz{
	display:none;
}

#staff_list{
	position:relative;
	width:100%;
	margin-bottom:17px;
	padding:15px 20px;
	background:rgba(0,128,204,0.2);
	}
	.color-black #staff_list{
	background:rgba(0,128,204,0.1);
}
#staff_list:after{
    content:" ";
    display:block;
    clear:both;
}
#staff_list ul{
	width:100%;
	column-count:3;
}
#staff_list ul li{
	position:relative;
	width:100%;
	margin-bottom:5px;
	padding:3px 0 1px 25px;
	border:1px solid rgba(0,128,204,0.5);
	background:rgba(255,255,255,0.8)
	}
	.color-black #staff_list ul li{
		background:rgba(255,255,255,0.1);
	}
	#staff_list ul li:hover{
		background:rgba(0,128,204,0.2);
	}
	#staff_list ul li a{
		display:block;
		width:100%;
		height:100%;
	}
	#staff_list ul li a:hover{
		text-decoration:none;
	}
	#staff_list ul li a:before{
			content:"";
			display:block;
			position: absolute;
			top:13px;
			left:10px;
			width: 0;
			height: 0;
			margin-top:-5px;
			border:5px solid transparent;
			border-left:5px solid rgba(0,128,204,1);
}
/* --- responsive --- */
@media only screen and (max-width:767px){
	#staff_list{
		display:none;
	}
}

#staff_list_table{
}
#staff_list_table table{
	width:100% !important;
	font-size:0.95em;
}
#staff_list_table table th,
#staff_list_table table td{
	line-height:1.5;
}
#staff_list_table table th{
	width:220px;
	padding:5px 0px 5px 0px;
	font-weight:bold;
	font-size:0.9rem;
	transition-duration:0.5s;
}
#staff_list_table table th p{
	margin:7px 0;
	font-weight:bold;
	font-size:0.95rem;
	line-height:1.35;
}
#staff_list_table table th p.prof{
	width:calc(100% - 10px);
	margin:0 auto;
	padding:2px 0 1px;
	font-weight:normal;
	font-size:0.95rem;
	text-align:center;
	background:rgba(0,0,0,0.05);
	color:#000;
	}
	.color-black #staff_list_table table th p.prof{
		background:rgba(255,255,255,0.1);
		color:#FFF;
}
#staff_list_table table td:nth-child(2){
	width:170px;
	font-weight:bold;
}
#staff_list_table table td:nth-child(3){
	font-size:0.90em;
}
#staff_list_table table td span{
	font-weight:normal;
	font-size:0.9em;
	color:rgba(0,128,204,1);
	}
	.color-black #staff_list_table table td span{
		color:rgba(120,180,255,1);
}

#staff_list_table h3{
	margin-bottom:0px;
	font-weight:bold;
	font-size:1.3rem;
	color:rgba(0,128,204,1);
}


#staff_list_table table td ul{
	list-style:none;
	}
	#staff_list_table table td ul li{
		position:relative;
		padding:2px 0 2px 15px;
		font-size:0.95rem;
		line-height:1.35;
	}
	#staff_list_table table td ul li::before{
		content:" ";
		position:absolute;
		top:6px;
		left:0px;
		width:9px;
		height:9px;
		-moz-border-radius:50%;
		-webkit-border-radius:50%;
		border-radius:50%;
		background:linear-gradient(275deg, rgba(0,128,204,0.5), rgba(0,128,204,1.0));
	}
	/* nostyle */
	#staff_list_table table td ul li.nostyle{
		padding:2px 0 2px 0px;
	}
	#staff_list_table table td ul li.nostyle::before{
		display:none;
}


/* --- responsive --- */
@media only screen and (max-width:1200px){
	#staff_list_table table th{
		width:170px;
	}
	#staff_list_table table th p{
		font-size:0.90rem;
	}
	#staff_list_table table th p.prof{
		font-size:0.84rem;
	}
	#staff_list_table table td:nth-child(2){
		width:155px;
	}
}
/* --- responsive --- */
@media only screen and (max-width:767px){
	#staff_list_table table{
		font-size:0.95em;
		border:none;
	}
	#staff_list_table table th,
	#staff_list_table table td{
		display:inline-block;
	}
	#staff_list_table table th{
		width:100%;
		height:auto;
		font-size:0.80rem;
		text-align:center;
		border:1px solid #BBBBBB;
		}
		#staff_list_table table th p{
			margin:0px;
			font-size:0.90rem;
		}
		#staff_list_table table th p.prof{
			margin:5px auto 0;
		}
		#staff_list_table table th p:first-child.prof{
			margin:0 auto 0;
		}
		#staff_list_table table th p br{
			display:none;
	}
	#staff_list_table table td:nth-child(2){
		width:100%;
		height:auto;
		font-weight:bold;
		border-left:1px solid #BBBBBB;
	}
	#staff_list_table table td:nth-child(3){
		width:100%;
		margin:0 0 10px;
		font-size:0.80rem;
		border-left:1px solid #BBBBBB;
	}
	#staff_list_table table td span{
		font-size:0.9em;
	}

	#staff_list_table h3{
		margin-bottom:0px;
		padding:5px 10px;
		background:rgba(0,128,204,0.5);
		color: #FFF;
	}

	#staff_list_table table td ul li{
		font-size:0.77rem;
	}
}

/* ----------------------------------------------------------------------
  rinsyo
---------------------------------------------------------------------- */

/* ctp_pamphlet */
.bdcs_rinsyo .ctp_pamphlet{
	position:relative;
	display:block;
	margin-bottom:10px;
	padding:10px 0 7px 0;
	text-align:center;
	background:#0080CC;
	color:#FFF;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	}
	.bdcs_rinsyo .ctp_pamphlet span{
		display:block;
		margin-bottom:3px;
		font-weight:bold;
		font-size:1em;
		line-height:1.3;
	}
	.bdcs_rinsyo .ctp_pamphlet p{
		display:block;
		margin:0px;
		padding:0px;
		font-size:0.9em;
	}
	.bdcs_rinsyo .ctp_pamphlet p a{
		color:#FFF;
}
/* ctp_plus */
.bdcs_rinsyo #plus_banner{
	display:none;
	position:relative;
	width:190px;
	height:70px;
	margin-bottom:10px;
	text-indent:-9999px;
	background:url(../../img/rinshou/rinshou_banner.png) no-repeat 0 0;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	}
	.bdcs_rinsyo #plus_banner a{
		display:block;
		width:190px;
		height:70px;
}
.bdcs_rinsyo #rinshou_facebook{
	position:relative;
	width:190px;
	height:50px;
	margin-bottom:10px;
	text-indent:-9999px;
	background:url(../../img/rinshou/rinshou_facebook.png) no-repeat 0 0;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	}
	.bdcs_rinsyo #rinshou_facebook a{
		display:block;
		width:190px;
		height:50px;
}


/* ----------------------------------------------------------------------
  bumon
---------------------------------------------------------------------- */

.bumon_photo{
	list-style:none;
	text-align:center;
}
.bumon_photo li{
	display:inline-block;
	width:360px;
	margin:10px;
	vertical-align:text-top;
	}
	.bumon_photo li p{
		text-align:center;
		margin:5px 0 0 0;
}

/* 3mai */
.bumon_photo2{
	padding:0px;
	list-style:none;
	text-align:left;
}
.bumon_photo2 li{
	display:inline-block;
	width:32%;
	margin:0px 0.5% 10px;
	text-align:center;
	vertical-align:text-top;
	}
	.bumon_photo2 li p{
		width:100%;
		text-align:center;
		margin:5px 0 0 0;
}

/* --- responsive --- */
@media only screen and (max-width:767px){
	.bumon_photo2{
		text-align:center;
	}
	.bumon_photo li,
	.bumon_photo2 li{
		width:100%;
		margin:0px 0 10px;
	}
}

/* ----------------------------------------------------------------------
  bumon outpatient_chemotherapy_center
---------------------------------------------------------------------- */

#bdid_b-outpatient_chemotherapy_center #disclosure_occ{
	width:800px;
	max-width:100%;
	margin:25px auto;
	padding:10px;
	border:1px solid #CCC;
}

#bdid_b-outpatient_chemotherapy_center #cancer_regimen_list {
	position: relative;
	margin:20px 0 25px;
	border-top: 1px solid #AAA;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
	#bdid_b-outpatient_chemotherapy_center #cancer_regimen_list *{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
}

#bdid_b-outpatient_chemotherapy_center #cancer_regimen_list .crl_contents{
	margin:0px;
	padding:5px 0;
	border-bottom: 1px solid #AAA;
	}
	#bdid_b-outpatient_chemotherapy_center #cancer_regimen_list .crl_contents h4{
		display:block;
		position:relative;
		margin:0px;
		padding:0 0 0 10px;
		font-weight: bold;
		font-size:1.1rem;
		color:rgba(0,97,177,1.0);
		border:none;
		background:rgba(0,97,177,0.05);
		cursor:pointer;
		line-height: 2.1;
		}
		#bdid_b-outpatient_chemotherapy_center #cancer_regimen_list .crl_contents h4:before,
		#bdid_b-outpatient_chemotherapy_center #cancer_regimen_list .crl_contents h4:after{
			display:block !important;
			content:" ";
			position: absolute;
			top:50%;
			right:50px;
			background:rgba(0,97,177,1.0);
			transition-duration:1.0s;
			}
			
			#bdid_b-outpatient_chemotherapy_center #cancer_regimen_list .crl_contents h4:before{
				width:20px;
				height: 2px;
				margin-right:-9px !important;
			}
			
			#bdid_b-outpatient_chemotherapy_center #cancer_regimen_list .crl_contents h4:after{
				width: 2px;
				height:20px;
				margin-top:-9px !important;
		}
	
		#bdid_b-outpatient_chemotherapy_center #cancer_regimen_list .crl_contents h4.toogle,
		#bdid_b-outpatient_chemotherapy_center #cancer_regimen_list .crl_contents h4:hover{
			background:rgba(0,97,177,0.1);
		}
		
			#bdid_b-outpatient_chemotherapy_center #cancer_regimen_list .crl_contents h4.toogle:hover{
			background:rgba(0,97,177,0.2);
			}
			
			#bdid_b-outpatient_chemotherapy_center #cancer_regimen_list .crl_contents h4.toogle:after{
				width: 2px;
				height:2px;
				margin-top:0px !important;
	}
	/* notoggle */
		#bdid_b-outpatient_chemotherapy_center #cancer_regimen_list .crl_contents.notoggle h4:before,
		#bdid_b-outpatient_chemotherapy_center #cancer_regimen_list .crl_contents.notoggle h4:after{
			display: none !important;
		}
		#bdid_b-outpatient_chemotherapy_center #cancer_regimen_list .crl_contents.notoggle h4:hover,
		#bdid_b-outpatient_chemotherapy_center #cancer_regimen_list .crl_contents.notoggle h4.toogle,
		#bdid_b-outpatient_chemotherapy_center #cancer_regimen_list .crl_contents.notoggle h4.toogle:hover{
			background:rgba(0,97,177,0.05) !important;
		}

#bdid_b-outpatient_chemotherapy_center #cancer_regimen_list .crl_contents h4+div{/*openclose*/
	display: none;
}
#bdid_b-outpatient_chemotherapy_center #cancer_regimen_list .crl_contents div.title{
	display:flex;
	display:-webkit-flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	margin:5px 0;
	}
	#bdid_b-outpatient_chemotherapy_center #cancer_regimen_list .crl_contents div.title span{
		display:block;
		text-align: center;
		background:rgba(0,0,0,0.05);
	}
	#bdid_b-outpatient_chemotherapy_center #cancer_regimen_list .crl_contents div.title span:first-child{
		width:calc(100% - 130px);
	}
	#bdid_b-outpatient_chemotherapy_center #cancer_regimen_list .crl_contents div.title span:last-child{
		width: 120px;
}
#bdid_b-outpatient_chemotherapy_center #cancer_regimen_list .crl_contents ul{
		margin-bottom:10px;
		font-size: 1rem;
	}
	#bdid_b-outpatient_chemotherapy_center #cancer_regimen_list .crl_contents ul li{
		position:relative;
		min-height: 42px;
		border-bottom:1px dotted rgba(0,0,0,0.5);
		}
		#bdid_b-outpatient_chemotherapy_center #cancer_regimen_list .crl_contents ul li:hover{
			background:rgba(0,0,0,0.05);
	}
	#bdid_b-outpatient_chemotherapy_center #cancer_regimen_list .crl_contents ul li a{
		display: block;
		position: relative;
		width:100%;
		height:100%;
		padding:12px 130px 7px 10px;
		font-size: 0.87rem;
		word-break: break-all;
		line-height:1.3;
	}
	#bdid_b-outpatient_chemotherapy_center #cancer_regimen_list .crl_contents ul li.pdf a{
		padding:12px 0 7px 50px;
		background:url(../../img/base/pdf.png) no-repeat 10px center;
	}
	#bdid_b-outpatient_chemotherapy_center #cancer_regimen_list .crl_contents ul li.xls a{
		padding:12px 0 7px 50px;
		background:url(../../img/base/excel.png) no-repeat 10px center;
	}
	#bdid_b-outpatient_chemotherapy_center #cancer_regimen_list .crl_contents ul li.doc a{
		padding:12px 0 7px 50px;
		background:url(../../img/base/word.png) no-repeat 10px center;
	}
	#bdid_b-outpatient_chemotherapy_center #cancer_regimen_list .crl_contents ul li.zip a{
		padding:12px 0 7px 50px;
		background:url(../../img/base/zip.png) no-repeat 10px center;
	}
	#bdid_b-outpatient_chemotherapy_center #cancer_regimen_list .crl_contents ul li a span{
		display: block;
		position:absolute;
		top:13px;
		right:0px;
		width: 120px;
		color:#000;
		text-align: center;
		font-size: 0.84rem;
}

/* --- responsive --- */
@media only screen and (max-width:767px){
	#bdid_b-outpatient_chemotherapy_center #cancer_regimen_list .crl_contents h4:before,
	#bdid_b-outpatient_chemotherapy_center #cancer_regimen_list .crl_contents h4:after{
		right:30px;
	}
	#bdid_b-outpatient_chemotherapy_center #cancer_regimen_list .crl_contents div.title{
		display:none;
	}
	#bdid_b-outpatient_chemotherapy_center #cancer_regimen_list .crl_contents ul li a{
		text-decoration:none;
	}
	#bdid_b-outpatient_chemotherapy_center #cancer_regimen_list .crl_contents ul li a span{
		display:block;
		position:relative;
		top:0px;
		right:0px;
		width:100%;
		color:#000;
		text-align:left;
		text-decoration:none;
		font-size: 0.84rem;
	}
	#bdid_b-outpatient_chemotherapy_center #cancer_regimen_list .crl_contents ul li a span::before{
		content:"更新日時：";
	}
}

/* ----------------------------------------------------------------------
   pulmonology
---------------------------------------------------------------------- */

#bdid_s-pulmonology .medical_notes{
	width:252px;
}
#bdid_s-pulmonology .medical_note{
	height:90px;
}
#pul_recruit{
	display:-webkit-flex;
	display:flex !important;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	flex-wrap:wrap;
	width:calc(100% - 287px);
	margin:0 0px 10px 0 !important;
	}
	#pul_recruit .pul_link{
		width:48.5%;
		margin:0 0px 10px 0 !important;
		}
		#pul_recruit .pul_link a{
			display:-webkit-flex;
			display:flex !important;
			justify-content:center;
			align-items:center;
			position:relative;
			width:100%;
			height:100%;
			min-height:90px;
			padding:10px 0px;
			font-weight:bold;
			font-size:0.9rem;
			text-decoration:none;
			text-align:center;
			-moz-border-radius:8px;
			-webkit-border-radius:8px;
			border-radius:8px;
			border:3px solid #BBDBF4;
			-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
			-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
			box-shadow: 0px 0px 5px rgba(0,0,0,0.4) inset;
			background:#0497DB;
			color:#FFF;
			transition-duration:0.5s;
			z-index:100;
		}
		#pul_recruit .pul_link a::before,
		#pul_recruit .pul_link a::after{
			content:" ";
			position:absolute;
			left:calc(50% - 8px);
			border:16px solid transparent;
			}
			#pul_recruit .pul_link a::before{
				bottom:-13px;
				border-bottom:18px solid #0379AF;
			}
			#pul_recruit .pul_link a::after{
				bottom:-15px;
				border-bottom:20px solid #FFF;
		}
		#pul_recruit .pul_link a:hover{
			background:#0387C7;
			border:3px solid #0379AF;
	}
	#pul_recruit #pul_contact{
		position:relative;
		width:100%;
		text-align:center;
		margin:0 0px 10px 0 !important;
		padding:8px 10px;
		border:1px solid #0497DB;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		border-radius:6px;
		}
		#pul_recruit #pul_contact p{
			position:relative;
			width:100%;
			margin-bottom:0px;
}
/* --- responsive --- */
@media only screen and (min-width:1400px){
	#pul_recruit .pul_link a{
		font-size:1.1rem;
	}
}
@media only screen and (min-width:1500px){
	#pul_recruit .pul_link a{
		font-size:1.2rem;
	}
}
@media only screen and (max-width:1200px){
	#pul_recruit .pul_link a{
		font-size:1.0rem;
	}
}
@media only screen and (max-width:1300px){
	#pul_recruit{
		width:100%;
	}
	#pul_recruit .pul_link a{
		font-size:1.2rem;
	}
}
@media only screen and (max-width:767px){
	#pul_recruit .pul_link a{
		font-size:0.95rem;
	}
}
@media only screen and (max-width:380px){
	#pul_recruit .pul_link a{
		font-size:0.85rem;
	}
}


/* ----------------------------------------------------------------------
  wide_table
---------------------------------------------------------------------- */

.wide_table{
    width:calc(100% + 230px);
    margin-left:-230px;
		font-size:0.9rem;
    }
    .wide_table th,
    .wide_table td,
    .wide_table th *,
    .wide_table td *{
		font-size:0.9rem;
    }
    .wide_table th p{
        margin: 0 0 3px;
        font-weight:bold;
		font-size:0.9rem;
}

/* --- responsive --- */
@media only screen and (max-width:767px){
    .wide_table{
        width:100%;
        margin-left:0px;
    }
}
