@charset "utf-8";
/* ******************************************************************
 *	File name		: department_SSR.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;
}

/* ----------------------------------------------------------------------
  department base
---------------------------------------------------------------------- */

.bdcs_department.second main{
	width:100% !important;
	margin:0 auto !important;
	padding:0px !important;
	text-align:center;
	background:none;
	border-radius:0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
}
.bdcs_department.shinryou #main_contents,
.bdcs_department.bumon #main_contents{
	display:block;
	position:relative;
	width:1020px;
	max-width:100% !important;
	margin:0 auto !important;
	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;
}
#department_contents{
	position:relative;
	width:100%;
	max-width:100% !important;
	margin:0 auto !important;
	}
	#department_contents a{
		text-decoration:underline;
}
#contents_body{
	max-width:100%;
}

/* --- 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;
	}
	#department_contents{
		width:100%;
	}
	#department_contents .year_right{
		position:relative;
		top:0px;
		right:0px;
		width:100%;
		text-align:right;
	}
}

/* ----------------------------------------------------------------------
   option set
---------------------------------------------------------------------- */

#department_contents .pagelink{
	margin-top:20px;
	}
	#department_contents .pagelink a{
		text-decoration:none;
}

#department_contents .year_right{
	position:absolute;
	top:0px;
	right:0px;
}

/* floor_table */
.floor_table{}
.floor_table th,
.floor_table td{
	width:150px;
	font-weight:bold;
	text-align:center;
	color:var(--color-base);
}

.ul_twin ul{
	vertical-align:text-top;
	display:inline-block;
	list-style:disc;
	padding:0 20px;
}

/* --- responsive --- */
@media only screen and (max-width:767px){
	.floor_table th,
	.floor_table td{
		width:50%;
	}
}

/* ----------------------------------------------------------------------
  section
---------------------------------------------------------------------- */

#department_contents section{
	display:block;
	position:relative;
	width:100%;
	margin:0 0 50px 0;
}

/* p */
#department_contents section table p:last-child{
	margin:0px;
}

/* ----------------------------------------------------------------------
  doctor_greeting
---------------------------------------------------------------------- */

#department_contents #doctor_greeting{
	position:relative;
	width:100%;
}
#department_contents #doctor_greeting figure{
	position:relative;
	width:100%;
	margin:0 0 15px;
}
#department_contents #doctor_greeting figure img{
	width:100%;
	height:auto;
	}
	#department_contents #doctor_greeting #doctor_name{
		position:absolute;
		left:0px;
		bottom:18px;
		margin:0px;
	}
	#department_contents #doctor_greeting #doctor_name strong{
		display:-webkit-flex;
		display:flex;
		justify-content:center;
		align-items:center;
		position:relative;
		width:200px;
		height:40px;
		margin:0px;
		padding:0 15px;
		font-weight:normal;
		font-size:1.5rem;
		background:#0080CC;
		color:#FFF;
		}
		#department_contents #doctor_greeting #doctor_name strong::after{
			content:" ";
			position:absolute;
			top:0px;
			right:-40px;
			border:20px solid transparent;
			border-top:20px solid #0080CC;
			border-left:20px solid #0080CC;
}

/* --- responsive --- */
@media only screen and (max-width:767px){
	#department_contents #doctor_greeting{
		width:calc(100% + 40px);
		margin-left:-20px;
	}
	#department_contents #doctor_greeting #doctor_photo p{
		position:relative;
		margin:0 0 -18px;
	}
	#department_contents #doctor_greeting #doctor_photo p span{
		height:auto;
		margin:0px;
		font-size:1.0rem;
		background:none;
	}
}

/* ----------------------------------------------------------------------
  bumon_greeting
---------------------------------------------------------------------- */

#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;
	}
#department_contents #bumon_greeting #greeting_txt{
	position:relative;
	width:calc(100% - 260px);
	}
	#department_contents #bumon_greeting #greeting_txt p{
		width:100% !important;
	}
#department_contents #bumon_greeting #doctor_photo{
	position:relative;
	width:240px;
	}
	#department_contents #bumon_greeting #doctor_photo img{
		margin-bottom:10px;
		max-width:240px;
		height:auto;
	}
	#department_contents #bumon_greeting #doctor_photo p{
		display:block;
		margin:0px;
		padding-right:10px;
		font-weight:normal;
		text-align:right;
		line-height:1.3;
	}
	#department_contents #bumon_greeting #doctor_photo strong{
		display:block;
		width:100%;
		font-weight:normal;
		font-size:1.5em;
		color:#000;
		}
		.color-black#department_contents #bumon_greeting #doctor_photo strong{
			color:#FFF;
	}
	#department_contents #bumon_greeting #doctor_photo span{
		display:block;
		width:100%;
		color:#0497DB;
}
/* --- responsive --- */
@media only screen and (max-width:767px){
	#department_contents #bumon_greeting{
		width:100%;
		padding:0px 0px 10px 0px;
		}
		#department_contents #bumon_greeting #greeting_txt{
			width:100%;
		}
		#department_contents #bumon_greeting #doctor_photo{
			width:100%;
			margin-bottom:10px;
			text-align:center;
		}
		#department_contents #bumon_greeting #doctor_photo p{
			padding-right:0px;
			text-align:center;
	}
}

/* dbox */
#department_contents .dbox{
	position:relative;
	width:100%;
	margin: 0 0 10px 0;
	padding:17px 0px 10px 0px;
	}
	#department_contents .dbox:after{
		content:" ";
		display:block;
		clear:both;
	}
	#department_contents .dbox h2,
	#department_contents #bumon_greeting .dbox h2{
		padding:0px 0;
		margin:0 0 10px 0px;
		border-top:none;
		border-bottom:7px solid #DDEBF4;
		}
		#department_contents #bumon_greeting .dbox h2::before,
		#department_contents #bumon_greeting .dbox h2::after{
			display:none !important;
	}
	#department_contents .dbox table p:last-child{
		margin:0px;
}

/* ----------------------------------------------------------------------
  ul_twin
---------------------------------------------------------------------- */


/* ----------------------------------------------------------------------
  guidance
---------------------------------------------------------------------- */

#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;
}
#department_contents #guidance #dimg{
		position:relative;
		left:0px;
		top:0px;
		width:280px;
		margin-left:20px;
	}
	#department_contents #guidance #guidance_txt{
		-webkit-flex: 1;
		flex: 1;
	}
	#department_contents #guidance #dimg::before,
	#department_contents #guidance #dimg::after{
		content:" ";
		position:absolute;
		top:0px;
		width:40px;
		height:100%;
		}
		#department_contents #guidance #dimg::before{
			left: 0px;
			background:linear-gradient(-90deg, rgba(255,255,255,0), rgba(255,255,255,1));
		}
		#department_contents #guidance #dimg::after{
			right: 0px;
			background:linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,1));
		}
		#department_contents #guidance #dimg img{
			width:100%;
			height:auto;
}
/* --- responsive --- */
@media only screen and (max-width:1200px){
	#department_contents #guidance #dimg{
		width:auto;
		height:auto;
		margin:15px auto 15px;
	}
	#department_contents #guidance #guidance_txt{
		-webkit-flex:100%;
		flex:100%;
		display:block;
		width:100%;
	}
}

/* ----------------------------------------------------------------------
  table
---------------------------------------------------------------------- */

table.sp_broken{
}
/* --- responsive --- */
@media only screen and (max-width:767px){
	table.sp_broken th,
	table.sp_broken td{
		display:block;
	}
}

/* ----------------------------------------------------------------------
  other
---------------------------------------------------------------------- */

/* tmpu_link */
.tmpu_link{
	position:absolute;
	top:20px;
	right:0px;
}
.tmpu_link2{
	position:relative;
	width:100%;
	text-align:left;
}

/* ----------------------------------------------------------------------
  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";
	}
	#department_contents h1:before,
	#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:16px;
			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:"更新日時：";
	}
}

/* ----------------------------------------------------------------------
  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;
    }
}


/* ----------------------------------------------------------------------
  brain_dysfunction
---------------------------------------------------------------------- */

#bdid_b-brain_dysfunction #examined h3 span{
	display:inline-block;
	height:20px;
	margin:0 0 0 10px;
	padding:0 10px;
	font-weight:500;
	font-size:0.80rem;
	background:#C00 !important;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	color:#FFF;
}
#bdid_b-brain_dysfunction #flow_contents .flow_box{
	position:relative;
	width:100%;
	margin:0 0 40px;
	padding:0 20px 20px;
	border:1px solid #0080CC;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	}
	#bdid_b-brain_dysfunction #flow_contents .flow_box::after{
		content:" ";
		position:absolute;
		left:calc(50% - 10px);
		bottom:-56px;
		border:20px solid transparent;
		border-top:30px solid #0080CC;
	}
	#bdid_b-brain_dysfunction #flow_contents .flow_box:last-child::after{
		display:none;
	}
	#bdid_b-brain_dysfunction #flow_contents .flow_box h4{
		position:relative;
		left:-20px;
		width:calc(100% + 40px);
		margin-bottom:20px;
		padding:10px 20px;
		font-size:1.2rem;
		border:none;
	}
	#bdid_b-brain_dysfunction #flow_contents .flow_box h5{
		position:relative;
		margin-top:20px;
		margin-bottom:5px;
		font-weight:500;
		font-size:1.1rem;
		text-indent:-0.5em;
	}












