@charset "UTF-8";


/*================================================
 *  診療科・部門詳細（dep）
 ================================================*/

/*===============外来診療担当表 共通テーブル===============*/
.table_schedule_group .table_dep_schedule,
.table_schedule_group .table_dep_schedule * {
	border-color: #ccc!important;
}
.table_schedule_group .table_dep_schedule {
	font-size: 80%; /*16px*/
	line-height: 1.5;
	table-layout: fixed;
	width: 100%;
}
.table_schedule_group .table_dep_schedule colgroup .col01 {
	width: 12.5%;
}
.table_schedule_group .table_dep_schedule colgroup .col02 {
	width: 5.5%;
}
.table_schedule_group .table_dep_schedule colgroup .col03 {
	width: 7.125%;
}
.table_schedule_group .table_dep_schedule span.yoyaku {
	color: #c1272d;
}


.table_schedule_group .table_dep_schedule thead th,
.table_schedule_group .table_dep_schedule tbody th,
.table_schedule_group .table_dep_schedule tbody td {
	border-right: 1px solid;
	border-bottom: 1px solid;
}
.table_schedule_group .table_dep_schedule thead th:last-of-type,
.table_schedule_group .table_dep_schedule tbody td:last-of-type {
	border-right: none;
}
.table_schedule_group .table_dep_schedule thead th {
	border-top: 1px solid;
	background-color: var(--color-main);
	color: #fff;
	font-weight: 500;
	line-height: 1.15;
	text-align: center;
	padding: 0.425em 0;
}
.table_schedule_group .table_dep_schedule tbody th,
.table_schedule_group .table_dep_schedule tbody td {
	background-color: #fff;
	text-align: center;
	vertical-align: center;
	padding: 0.657em 0;
	-webkit-font-feature-settings: 'halt' 1;
	font-feature-settings: 'halt' 1;
}


.table_schedule_group .table_dep_schedule tbody th.th_first {
	background-color: var(--color-table-bg-light);
}
.table_schedule_group .table_dep_schedule tbody th.th_first span.yoyaku {
	display: block;
	font-size: 87.5%;
}
.table_schedule_group .table_dep_schedule tbody th.th_time span {
	font-size: 112.5%;
	font-weight: 500;
	writing-mode: vertical-rl;
	min-height: 3em;
}



.table_schedule_group .table_dep_schedule tbody td {
	height: 4.375em;
}



.table_schedule_group .notes_box {
	font-size: 80%; /*16px*/
	margin-top: 1.5em;
}
.page-detail section .table_schedule_group {
	padding-bottom: 1em;
}
.page-detail section .txt_schedule { /*診療科ページ用*/
	font-size: 80%; /*16px*/
}













/*===============外来診療担当表（schedule.php）===============*/
/*******アンカーナビエリア*******/
.page-schedule section#anchor_area .btn_list {
	display: grid; 
	grid-template-columns: 1fr 1fr 1fr; 
	gap: 0.75em 0.8em; 
	margin-top: 0;
}
.page-schedule section#anchor_area .btn_list li [class*="btn_icon_arrow"] {
	line-height: 1.25;
	width: 100%;
	padding-left: 1.1em;
}
.page-schedule section#anchor_area .btn_list li [class*="btn_icon_arrow"] [class*="icon-"] {
	transform: rotate(90deg);
}


/*******外来表*******/
.page-schedule section[id^="schedule_area"] .headline_bold {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0.8em;
}
.page-schedule section[id^="schedule_area"] .headline_bold:nth-of-type(n+2) {
	margin-top: 2.3em;
}
.page-schedule section[id^="schedule_area"] .headline_bold a {
	/*font-size: 18px;*/
	font-size: 69.2%;
	font-weight: 400;
}
@media screen and (min-width: 800.1px) {
	.page-schedule section[id^="schedule_area"] .headline_bold a {
		margin-top: 0.2em;
	}
}





/*===============休診情報（closed.php）===============*/
.page-closed section#closed_area .table_closed {
	border: 1px solid #ccc;
}
.page-closed section#closed_area .table_closed thead th:not(:last-of-type),
.page-closed section#closed_area .table_closed tbody th,
.page-closed section#closed_area .table_closed tbody td:not(:last-of-type) {
	border-right: 1px solid #ccc;
}
.page-closed section#closed_area .table_closed thead th,
.page-closed section#closed_area .table_closed tbody tr:not(:last-of-type) th,
.page-closed section#closed_area .table_closed tbody tr:not(:last-of-type) td {
	border-bottom: 1px solid #ccc;
}
.page-closed section#closed_area .table_closed thead th {
	background-color: #F0F0F0;
	text-align: center;
	padding: 0.594em 0;
}
.page-closed section#closed_area .table_closed thead th:nth-child(1) {
	width: 27.5%;
}
.page-closed section#closed_area .table_closed thead th:nth-child(2) {
	width: 16.5%;
}
.page-closed section#closed_area .table_closed thead th:nth-child(5) {
	width: 10%;
}
.page-closed section#closed_area .table_closed tbody th,
.page-closed section#closed_area .table_closed tbody td {
	text-align: center;
	padding: 1.219em 0;
}
.page-closed section#closed_area .table_closed tbody th {
	text-align: left;
	padding-left: 0.8em;
	padding-right: 0.8em;
}






/*===============各診療科共通（depXX.php）===============*/
/*ボタン*/
.page-detail section .btn_dep {
	width: 15em;
}





/*******定義ボックス*******/
.page-detail section .definition_box {
	border-radius: 0.5em;
	background-color: var(--color-main-light);
	margin-top: 2em;
	padding: 2em 2.5em 1.75em;
}
.page-detail section .definition_box + .definition_box {
	margin-top: 1em;
}
.page-detail section .definition_box h4 {
	font-size: 120%;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.04em;
	margin: -0.25em 0 0.7em;
}




/*******イントロダクション*******/
/*フロア*/
.page-detail section#intro_area .floor_box {
	border-radius: 0.25em;
	border: 1px solid var(--color-main);
	display: flex;
	align-items: center;
	padding: 1.2em 1.2em 1.2em 1.45em;
}
.page-detail section#intro_area .floor_box h4,
.page-detail section#intro_area .floor_box .unit_txt {
	line-height: 1;
}
.page-detail section#intro_area .floor_box h4 {
	font-weight: 500;
	margin-top: -0.09em;
}

.page-detail section#intro_area .floor_box .unit_txt,
.page-detail section#intro_area .floor_box .unit_txt .txt_floor > div,
.page-detail section#intro_area .floor_box .unit_txt dl {
	display: flex;
	align-items: center;
}
.page-detail section#intro_area .floor_box .unit_txt {
	margin-left: 1.8em;
}
.page-detail section#intro_area .floor_box .unit_txt .txt_floor {
	color: var(--color-main);
	font-size: 140%;
	margin: -0.1em 0 -0.13em;
	font-weight: 500;
}


.page-detail section#intro_area .floor_box .unit_txt dl {
	margin-left: 1.5em;
}
.page-detail section#intro_area .floor_box .unit_txt dl dt {
	background-color: var(--color-main);
	border-radius: 0.25em;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 1.4em;
	width: 2.9em;
	margin-right: 0.5em;
}
.page-detail section#intro_area .floor_box .unit_txt dl dt span {
	font-size: 80%;
	font-weight: 500;
	letter-spacing: 0.3em;
	text-indent: 0.3em;
	margin-top: -0.09em;
}
.page-detail section#intro_area .floor_box .unit_txt dl dd {
	margin-top: -0.09em;
}


@media screen and (min-width: 800.1px) {
	.page-detail section#intro_area .floor_box .unit_btn {
		width: 8.5em;
		margin-left: auto;
	}
	.page-detail section#intro_area .floor_box .unit_btn [class*="btn_icon_arrow"] {
		padding-left: 0.9em;
	}
	.page-detail section#intro_area .floor_box .unit_btn [class*="btn_icon_arrow"] em {
		font-size: 80%;
	}
	.page-detail section#intro_area .floor_box .unit_btn [class*="btn_icon_arrow"] [class*="icon-"] {
		font-size: 100%;
	}
}


/*外来表*/
.page-detail section#intro_area > div + .table_schedule_group {
	margin-top: 2em;
}





/*トピックス*/
.page-detail section#intro_area .topics_box {
	margin-top: 3em;
}
.page-detail section#intro_area .topics_box h5 {
	border: 1px solid;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 90%;
	font-weight: 700;
	height: 2.3em;
	width: 7em;
	padding-bottom: 0.09em;
	margin-bottom: 1.2em;
}
.page-detail section#intro_area .topics_box .bull_flex_list > li + li {
	margin-top: 2em;
}
.page-detail section#intro_area .topics_box .bull_flex_list li [class*="btn_list"] {
	margin: 0.7em 0 0 -1em;
}





/*******診療内容*******/
.page-detail section#target_area .target_list {
	display: grid; 
	grid-template-columns: 1fr 1fr 1fr; 
	gap: 0.8em 0.8em;
	line-height: 1.5;
}
.page-detail section#target_area .target_list li {
	background-color: var(--color-main-light);
	position: relative;
	padding: 0.75em 0.5em 0.75em 1.7em;
	text-align: left;
}
.page-detail section#target_area .target_list li::before {
	position: absolute;
	content: '';
	top: 1.3em;
	left: 0.75em;
	background-color: var(--color-main);
	border-radius: 50%;
	width: 0.5em;
	height: 0.5em;
}




/*******テーブル系*******/
/*手術実績のテーブル*/
.page-detail section .table_surgical {
	font-size: 90%;
	line-height: 1.5;
	width: 100%;
}
.page-detail section .table_surgical thead th {
	background-color: var(--color-main);
	color: #fff;
	font-weight: 500;
	text-align: center;
	padding: 0.714em 0;
}
.page-detail section .table_surgical thead th:not(:last-of-type) {
	border-right: 1px solid #fff;
}
.page-detail section .table_surgical thead th:last-of-type {
	width: 27.5%;
}
.page-detail section .table_surgical tbody th,
.page-detail section .table_surgical tbody td {
	border-color: #ccc!important;
	border-bottom: 1px solid;
	padding: 0.732em 0;
}
.page-detail section .table_surgical tbody th {
	border-right: 1px solid;
}
.page-detail section .table_surgical tbody td {
	text-align: right;
	padding-right: 0.9em;
}



/*診療実績のテーブル*/
.page-detail section .table_examine {
	font-size: 90%;
	line-height: 1.5;
	width: 100%;
}
.page-detail section .table_examine tbody th,
.page-detail section .table_examine tbody td,
.page-detail section .table_examine tfoot th,
.page-detail section .table_examine tfoot td {
	border-color: #ccc!important;
	border-top: 1px solid;
	padding: 0.732em 0;
}
.page-detail section .table_examine tbody th,
.page-detail section .table_examine tfoot th {
	background-color: var(--color-table-bg-light);
	font-weight: 600;
	padding-left: 0.9em;
	width: 22.5%;
}
.page-detail section .table_examine tbody td {
	background-color: #fff;
	border-right: 1px solid;
	padding-left: 0.9em;
}
.page-detail section .table_examine tbody td:last-of-type,
.page-detail section .table_examine tfoot td:last-of-type {
	border-right: none!important;
	text-align: right;
	padding-right: 0.9em;
	padding-left: 0;
	width: 15%;
}


.page-detail section .table_examine tfoot th,
.page-detail section .table_examine tfoot td {
	background-color: #999!important;
	color: #fff;
	font-weight: 500!important;
}
.page-detail section .table_examine tfoot td {
	border-right: 1px solid;
}



/*取得資格一覧*/
.page-detail section .table_license,
.page-detail section .table_license tbody th,
.page-detail section .table_license tbody td {
	border-color: #ccc!important;
}
.page-detail section .table_license {
	border-top: 1px solid;
	font-size: 90%;
	line-height: 1.5;
	width: 100%;
}
.page-detail section .table_license tbody th,
.page-detail section .table_license tbody td {
	border-bottom: 1px solid;
	padding: 0.732em 0;
}
.page-detail section .table_license tbody th {
	background-color: var(--color-table-bg-light);
	border-radius: 1px solid;
	padding-left: 0.9em;
	padding-right: 0.9em;
}
.page-detail section .table_license tbody td {
	padding-right: 0.9em;
	width: 17.5%;
	text-align: right;
}



/*2列系共通*/
.page-detail section [class*="table_dep_common"],
.page-detail section [class*="table_dep_common"] th,
.page-detail section [class*="table_dep_common"] td {
	border-color: #ccc!important;
}
.page-detail section [class*="table_dep_common"] + [class*="table_dep_common"] {
	margin-top: 2.777em;
}
.page-detail section [class*="table_dep_common"] {
	border-top: 1px solid;
	font-size: 90%;
	line-height: 1.5;
	width: 100%;
}
.page-detail section [class*="table_dep_common"] thead th {
	background-color: var(--color-main);
	border-bottom: 1px solid;
	color: #fff;
	text-align: center;
	padding: 0.732em 0;
}
.page-detail section [class*="table_dep_common"].thead_tal thead th {
	text-align: left;
	padding-left: 0.9em;
}
.page-detail section [class*="table_dep_common"] thead th:not(:last-of-type),
.page-detail section [class*="table_dep_common"] tbody th,
.page-detail section [class*="table_dep_common"] tfoot th,
.page-detail section [class*="table_dep_common"] tfoot td {
	border-right: 1px solid;
}
.page-detail section [class*="table_dep_common"] tbody th,
.page-detail section [class*="table_dep_common"] tbody td,
.page-detail section [class*="table_dep_common"] tfoot th,
.page-detail section [class*="table_dep_common"] tfoot td {
	border-bottom: 1px solid;
	padding: 0.732em 0;
}
.page-detail section [class*="table_dep_common"] tbody th {
	background-color: var(--color-table-bg-light);
	padding-left: 0.9em;
}
.page-detail section [class*="table_dep_common"] tbody td,
.page-detail section [class*="table_dep_common"] tfoot td {
	text-align: center;
}
.page-detail section [class*="table_dep_common"].tbody_td_tal tbody td {
	padding-left: 0.9em;
	text-align: left;
}
.page-detail section [class*="table_dep_common"].tbody_td_bd tbody td:not(:last-of-type) {
	border-right: 1px solid;
}

.page-detail section [class*="table_dep_common"] tfoot th,
.page-detail section [class*="table_dep_common"] tfoot td {
	background-color: #999;
	color: #fff;
}
.page-detail section [class*="table_dep_common"] tfoot th {
	padding-left: 0.9em;
}






/*******医師紹介*******/
.page-detail section#doctor_area .doctor_outer {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2.5em 1em;
}
.page-detail section#doctor_area .doctor_outer + .doctor_outer {
	margin-top: 2.5em;
}

.page-detail section#doctor_area .doctor_outer .doctor_list {
	border: 1px solid var(--color-main);
	line-height: 1;
	padding: 1.35em 2em 2em;
	position: relative;
}
.page-detail section#doctor_area .doctor_outer .doctor_list dt > div p.position {
	color: var(--color-main);
	font-size: 90%;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 0.7em;
}
.page-detail section#doctor_area .doctor_outer .doctor_list dt > div p.kanji {
	font-size: 130%;
	font-weight: 700;
	letter-spacing: 0.2em;
}
.page-detail section#doctor_area .doctor_outer .doctor_list dt > div p.furi {
	color: #666;
	font-size: 80%;
	letter-spacing: 0.14em;
	margin-top: 0.9em;
}
.page-detail section#doctor_area .doctor_outer .doctor_list dd {
	padding: 1.6em 0 0;
	font-size: 90%;
	line-height: 1.5;
}
.page-detail section#doctor_area .doctor_outer .doctor_list dd h5 {
	font-weight: 500;
	margin-bottom: 0.3em;
}
.page-detail section#doctor_area .doctor_outer .doctor_list dd h5:nth-of-type(n+2) {
	margin-top: 1.5em;
}
.page-detail section#doctor_area .doctor_outer .doctor_list dd ul {
	text-align: left;
}
.page-detail section#doctor_area .doctor_outer .doctor_list dd ul li + li {
	margin-top: 0.25em;
}
.page-detail section#doctor_area .doctor_outer .doctor_list dd ul > li::before {
	padding-top: 0.1em; /*調整用*/
}
















/*==============================診療科別==========================================================================================*/






/*===============看護部（dep01.php）===============*/
/*******理念・挨拶*******/
.page-dep01 section#philosophy_area .director_box .unit_img figure figcaption {
	color: inherit;
	text-align: right;
}
@media screen and (min-width: 800.1px) {
	.page-dep01 section#philosophy_area .director_box .unit_img figure figcaption {
		font-size: 90%;
	}
}

/*******概要・特色*******/
.page-dep01 section#overview_area [class*="table_dep_common"] thead th:first-of-type {
	width: 62.5%;
}





/*===============乳腺センター（dep02.php）===============*/
/*******概要・特色*******/
@media screen and (min-width: 800.1px) {
	.page-dep02 section#overview_area .img_overview {
		width: 25em!important;
	}
}




/*===============緩和ケアセンター（dep04.php）===============*/
/*******イントロダクション*******/
.page-dep04 section#intro_area .img_intro {
	display: block;
	width: 25em;
	margin: 0 auto;
}
.page-dep04 section#intro_area .img_intro img {
	border-radius: 0.5em;
	isolation: isolate;
}
.page-dep04 section#intro_area .img_intro figcaption {
	font-size: 90%;
	text-align: right;
	margin-top: 0.5em;
}

.page-dep04 section#intro_area h3 {
	text-align: center;
	margin-top: 2.25em;
}
.page-dep04 section#intro_area h3 img {
	width: 29.65em;
}




/*******緩和ケアとは*******/
.page-dep04 section#about_area .table_dep_common_history tbody th {
	width: 22.5%;
}



/*******施設紹介*******/
@media screen and (min-width: 800.1px) {
	.page-dep04 section#facility_area .img_staff {
		width: 25em!important;
	}
}

.page-dep04 section#facility_area .table_dep_common_facility tbody th {
	width: 22.5%;
}


/*******相談窓口*******/
.page-dep04 section#sodan_area .txt_contact > span {
	font-size: 130%;
}



/*******過去統計*******/
/*統計*/
.page-dep04 section#statistics_area .table_dep_common_statistics01 .col02 {
	width: 12.5%;
}
.page-dep04 section#statistics_area .table_dep_common_statistics01 .col03,
.page-dep04 section#statistics_area .table_dep_common_statistics01 .col04 {
	width: 15%;
}
.page-dep04 section#statistics_area .table_dep_common_statistics01 tbody th.ta-c {
	padding-left: 0;
}



/*転帰*/
.page-dep04 section#statistics_area .table_dep_common_statistics02 thead th:first-of-type {
	width: 33.75%;
}


/*ご紹介元*/
.page-dep04 section#statistics_area .table_dep_common_statistics03 thead th:first-of-type {
	width: 33.75%;
}

	


















/*===============健診センター（dep07.php）===============*/
/*******人間ドックのご案内*******/
.page-dep07 section#dock_area .table_dep_common_dock .col01 {
	width: 7.5%;
}
.page-dep07 section#dock_area .table_dep_common_dock .col02 {
	width: 15%;
}
.page-dep07 section#dock_area .table_dep_common_dock .col03 {
	width: 43.75%;
}

.page-dep07 section#dock_area .table_dep_common_dock thead tr:last-of-type th {
	border-right: 1px solid;
}


.page-dep07 section#dock_area .table_dep_common_dock tbody th.th_vertical {
	padding-left: 0;
	text-align: center;
}
.page-dep07 section#dock_area .table_dep_common_dock tbody th.th_vertical span {
	display: inline-block;
	-webkit-writing-mode: vertical-lr;
	writing-mode: vertical-lr;
	vertical-align: middle;
	white-space: nowrap;
	letter-spacing: 0.2em;
}

.page-dep07 section#dock_area .table_dep_common_dock tbody td:not(:nth-last-child(-n+3)) {
	padding-left: 0.9em;
	padding-right: 0.9em;
	text-align: left;
}
.page-dep07 section#dock_area .table_dep_common_dock tbody td:nth-last-child(-n+3) {
	color: var(--color-main);
}




/*******オプション検査*******/
.page-dep07 section#option_area .table_dep_common_option thead th:last-of-type {
	width: 17.5%;
}
.page-dep07 section#option_area .table_dep_common_option tbody td {
	padding-right: 0.9em;
	text-align: right;
}
















/*===============栄養科（dep11.php）===============*/
/*******業務内容*******/
.page-dep11 section#work_area .table_dep_common_enge thead th:first-of-type {
	width: 22.5%;
}
.page-dep11 section#work_area .table_dep_common_enge tbody td {
	padding: 0.85em 2.8em 1.6em 1.47em;
}
.page-dep11 section#work_area .table_dep_common_enge tbody td .enge_list {
	display: grid; 
	grid-template-columns: repeat(3, 1fr); 
	gap: 1.75em 1.75em;
	font-weight: 700;
}
.page-dep11 section#work_area .table_dep_common_enge tbody td .enge_list figure img {
	width: 100%;
	display: block;
	margin-top: 0.3em;
}


















/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width: 800px) {


/*===============外来診療担当表 共通テーブル===============*/
.table_schedule_group .sp_table_sticky {
	width: 93vw;
}
.table_schedule_group .sp_table_sticky::before {
	background-position: top 12vw center;
}

.table_schedule_group .sp_table_sticky.sp_table_minh::before {
	background-position: center center;
}

	
.table_schedule_group .table_dep_schedule {
	width: 195vw;
	font-size: 4vw;
	margin-right: 7vw;
}
.table_schedule_group .table_dep_schedule colgroup .col01 {
	width: 22vw;
}
.table_schedule_group .table_dep_schedule colgroup .col02 {
	width: 10vw;
}
.table_schedule_group .table_dep_schedule colgroup .col03 {
	width: 15vw;
}
.table_schedule_group .table_dep_schedule thead th:nth-child(-n+3),
.table_schedule_group .table_dep_schedule tbody th {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	left: 0;
	z-index: 2;
}
.table_schedule_group .table_dep_schedule thead th:nth-child(2),
.table_schedule_group .table_dep_schedule tbody th.th_time {
	left: 22vw;
}
.table_schedule_group .table_dep_schedule thead th:nth-child(3),
.table_schedule_group .table_dep_schedule tbody th.th_number {
	left: calc(10vw + 22vw);
}


	
.table_schedule_group .notes_box {
	font-size: 4vw;	
	margin-top: 1em;
}
.page-detail section .txt_schedule { /*診療科ページ用*/
	font-size: 4vw;	
}














/*===============外来診療担当表（schedule.php）===============*/
/*******アンカーナビエリア*******/
.page-schedule section#anchor_area .btn_list {
	grid-template-columns: 1fr 1fr; 
	gap: 2vw 2vw; 
}


/*******外来表*******/
.page-schedule section[id^="schedule_area"] .headline_bold a {
	font-size: 3.7vw;
}









/*===============休診情報（closed.php）===============*/
.page-closed section#closed_area .sp_table_scroll {
	min-height: 35vw;
}
.page-closed section#closed_area .sp_table_scroll::before {
	background-position: top 5vw center;
}	
	

.page-closed section#closed_area .table_closed {
	width: 200vw;
}
.page-closed section#closed_area .table_closed thead th {
	padding: 0.5em 0;
}
.page-closed section#closed_area .table_closed thead th:nth-child(1) {
	width: 24%;
}
.page-closed section#closed_area .table_closed tbody th,
.page-closed section#closed_area .table_closed tbody td {
	padding: 1em 0.5em;
}













/*===============各診療科共通（depXX.php）===============*/


/*******定義ボックス*******/
.page-detail section .definition_box {
	border-radius: 2.6vw;
	margin-top: 10vw;
	padding: 8vw 6.5vw;
}
.page-detail section .definition_box + .definition_box {
	margin-top: 5vw;
}
.page-detail section .definition_box h4 {
	font-size: 4.8vw;
}



/*******イントロダクション*******/
/*フロア*/
.page-detail section#intro_area .floor_box {
	border-radius: 1.3vw;
	display: block;
	padding: 7vw 0 7vw;
}
.page-detail section#intro_area .floor_box h4 {
	font-size: 4.8vw;
	text-align: center;
	margin-bottom: 5vw;
}
.page-detail section#intro_area .floor_box .unit_txt {
	justify-content: center;
	margin-left: 0;
}
.page-detail section#intro_area .floor_box .unit_txt .txt_floor > div + div {
	margin-top: 2vw;
}

.page-detail section#intro_area .floor_box .unit_txt dl {
	display: block;
	margin-left: 7vw;
}
.page-detail section#intro_area .floor_box .unit_txt dl dd {
	margin-top: 0.5em;
}
.page-detail section#intro_area .floor_box .unit_btn {
	width: 60vw;
	margin: 5vw auto 0;
}



/*外来表*/
.page-detail section#intro_area > div + .table_schedule_group {
	margin-top: 10vw;
}














/*******診療内容*******/
.page-detail section#target_area .target_list {
	grid-template-columns: 1fr 1fr; 
	gap: 2vw 2vw;
}




/*******テーブル系*******/
/*手術実績のテーブル*/
.page-detail section .table_surgical thead th:last-of-type {
	width: 25vw;
}
.page-detail section .table_surgical tbody td {
	padding-right: 0.5em;
}


/*診療実績のテーブル*/
.page-detail section .table_examine {
	width: 150vw;
}
.page-detail section .table_examine tbody th,
.page-detail section .table_examine tfoot th {
	padding-left: 0.5em;
	width: 30vw;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	left: 0;
	z-index: 2;
}
.page-detail section .table_examine tbody td {
	padding-left: 0.5em;
}
.page-detail section .table_examine tbody td:last-of-type,
.page-detail section .table_examine tfoot td:last-of-type {
	padding-right: 0.5em;
	width: 20vw;
}



/*取得資格一覧*/
.page-detail section .table_license tbody th {
	padding-left: 0.5em;
	padding-right: 0.5em;
}
.page-detail section .table_license tbody td {
	padding-right: 0.5em;
	width: 15vw;
}





/*2列系共通*/
.page-detail section [class*="table_dep_common"] + [class*="table_dep_common"] {
	margin-top: 10vw;
}
.page-detail section [class*="table_dep_common"].thead_tal thead th,
.page-detail section [class*="table_dep_common"] tbody th,
.page-detail section [class*="table_dep_common"].tbody_td_tal tbody td,
.page-detail section [class*="table_dep_common"] tfoot th {
	padding-left: 0.5em;
}



















	
	
/*******医師紹介*******/
.page-detail section#doctor_area .doctor_outer {
	display: block;
}
.page-detail section#doctor_area .doctor_outer + .doctor_outer,
.page-detail section#doctor_area .doctor_outer .doctor_list:nth-of-type(n+2) {
	margin-top: 5vw;
}

.page-detail section#doctor_area .doctor_outer .doctor_list {
	padding: 6vw 7.8vw 8vw;
}
.page-detail section#doctor_area .doctor_outer .doctor_list dt > div p.position {
	font-size: 4vw;
}
.page-detail section#doctor_area .doctor_outer .doctor_list dt > div p.kanji {
	font-size: 5vw;
}
.page-detail section#doctor_area .doctor_outer .doctor_list dt > div p.furi {
	font-size: 3.7vw;
}
.page-detail section#doctor_area .doctor_outer .doctor_list dd {
	padding: 6.5vw 0 0;
	font-size: 3.7vw;
}



	
	
	
	
	
	
	
	
	



/*==============================診療科別==========================================================================================*/












/*===============緩和ケアセンター（dep04.php）===============*/
/*******イントロダクション*******/
.page-dep04 section#intro_area .img_intro {
	width: 78vw;
}
.page-dep04 section#intro_area .img_intro figcaption {
	font-size: 3.5vw;
}

.page-dep04 section#intro_area h3 {
	margin-top: 6vw;
}
.page-dep04 section#intro_area h3 img {
	width: 53vw;
}



/*******緩和ケアとは*******/
.page-dep04 section#about_area .table_dep_common_history tbody th {
	width: 18vw;
}



/*******施設紹介*******/
.page-dep04 section#facility_area .table_dep_common_facility tbody th {
	width: 20vw;
}




/*******相談窓口*******/
.page-dep04 section#sodan_area .txt_contact > span {
	font-size: 4.6vw;
}






/*******過去統計*******/
/*統計*/
.page-dep04 section#statistics_area .table_dep_common_statistics01 .col02 {
	width: 15vw;
}
.page-dep04 section#statistics_area .table_dep_common_statistics01 .col03,
.page-dep04 section#statistics_area .table_dep_common_statistics01 .col04 {
	width: 18vw;
}


/*転帰*/
.page-dep04 section#statistics_area .table_dep_common_statistics02 thead th:first-of-type {
	width: 32vw;
}


/*ご紹介元*/
.page-dep04 section#statistics_area .table_dep_common_statistics03 thead th:first-of-type {
	width: 32vw;
}
	







/*===============健診センター（dep07.php）===============*/
/*******人間ドックのご案内*******/
.page-dep07 section#dock_area .sp_table_scroll::before {
	background-position: top 10vw center;
}
.page-dep07 section#dock_area .table_dep_common_dock {
	width: 160vw;
}


/*******オプション検査*******/
.page-dep07 section#option_area .table_dep_common_option thead th:last-of-type {
	width: 20vw;
}
.page-dep07 section#option_area .table_dep_common_option tbody td {
	padding-right: 0.5em;
}


























/*===============栄養科（dep11.php）===============*/
/*******業務内容*******/
.page-dep11 section#work_area .table_dep_common_enge thead th:first-of-type {
	width: 24vw;
}
.page-dep11 section#work_area .table_dep_common_enge tbody td {
	padding: 4vw ;
}
.page-dep11 section#work_area .table_dep_common_enge tbody td .enge_list {
	grid-template-columns: repeat(2, 1fr); 
	gap: 5vw 3vw;
}











}