<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*============================================

	style.css / 各パーツスタイル

============================================*/
/*--------------------------------------------

	トップページ

--------------------------------------------*/
/* メインビジュアル */
.main_visual_list {
	display: flex;
	margin-bottom: 40px;
}

.main_visual_item {
	flex-basis: 20%;
	background-position: center center;
	background-size: auto 100%;
	background-repeat: no-repeat;
	transition: all .2s ease-out;
	position: relative;
}

.main_visual_item:before {
	content: "";
	display: block;
	background: #000;
	opacity: .45;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .2s ease-out;
}

.main_visual_item.-slide1 {
	background-image: url(../../img/img_slide1.jpg);
}

.main_visual_item.-slide2 {
	background-image: url(../../img/img_slide2.jpg);
}

.main_visual_item.-slide3 {
	background-image: url(../../img/img_slide3.jpg);
}

.main_visual_item.-slide4 {
	background-image: url(../../img/img_slide4.jpg);
}

.main_visual_item.-slide5 {
	background-image: url(../../img/img_slide5.jpg);
}

.main_visual_item a {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	width: 100%;
	height: 560px;
	color: #fff;
	text-decoration: none;
	position: relative;
}

.main_visual_txtarea {
	text-align: center;
	min-height: 220px;
}

@media screen and (max-width : 1400px) {
	.main_visual_txtarea {
		font-size: 14px;
	}
}

.main_visual_ttl {
	font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
	font-size: 1.85em;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 1em;
}

.main_visual_txt {
	font-size: 1em;
	line-height: 2;
	letter-spacing: 0;
}

@media screen and (max-width : 599px) {
	.main_visual_txt.pc {
		display: none;
	}

	.main_visual_txt.sp {
		display: block;
	}

	.main_visual_list {
		flex-wrap: wrap;
	}

	.main_visual_item {
		flex-basis: 50%;
		background-size: cover;
	}

	.main_visual_item a {
		height: 188px;
	}

	.main_visual_txtarea {
		min-height: initial;
		padding-bottom: 20px;
		text-align: left;
	}

	.main_visual_ttl {
		font-size: 22px;
		margin-bottom: .5em;
	}

	.main_visual_txt {
		font-size: 12px;
		line-height: 1.5;
	}

	.main_visual_item.-slide1 {
		flex-basis: 100%;
	}

	.main_visual_item.-slide1 a {
		justify-content: flex-start;
		padding: 0 20px;
	}

	.main_visual_item.-slide1 .main_visual_ttl {
		font-size: 25px;
	}
}

@media print,
screen and (min-width : 600px) {
	.main_visual_txt.pc {
		display: block;
	}

	.main_visual_txt.sp {
		display: none;
	}

	.main_visual_item:hover {
		flex-basis: 25%;
		background-size: auto 110%;
	}

	.main_visual_item:hover:before {
		opacity: .2;
	}

	.main_visual_item.-slide1 {
		background-position: 0 center;
	}
}
/* トピックス */
.top_topics .top_topics_inner {
	padding-right: 550px;
	position: relative;
}

.top_topics .heading {
	font-size: 1.8rem;
	color: #007a28;
	font-weight: normal;
	font-family: Futura, Century Gothic;
	margin-bottom: 5px;
}

.top_topics .top_topics_list li {
	margin-bottom: 5px;
	padding-left: 7em;
	font-size: 1.5rem;
}

.top_topics .top_topics_list li span {
	text-indent: -7em;
	display: inline-block;
}

.top_topics .top_topics_list li a {
	text-decoration: none;
	color: #333;
}

.top_topics .top_topics_list li a:hover {
	text-decoration: underline;
}

/* トピックス横バナー */
.top_topics .bnr_recruit {
	position: absolute;
	bottom: 0;
	right: 0;
}

.top_topics .bnr_recruit li {
	float: left;
	margin-left: 20px;
}

.top_topics .bnr_recruit li img {
	height: 110px;
}

.top_topics .bnr_recruit a {
	display: block;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .3);
}

/* 病気 */
.top_disease .top_disease_list {
	display: flex;
	display: -webkit-flex;
	/* Safari */
}

.top_disease .top_disease_list.upper {
	margin-bottom: 20px;
}

.top_disease .top_disease_list.lower {
	margin-bottom: 40px;
}

.top_disease .top_disease_list&gt;li {
	background-color: #fff;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
	border-left: 3px solid #007a28;
	padding: 22px 22px 20px;
}

.top_disease .top_disease_list&gt;li a {
	text-decoration: none;
}

.top_disease .top_disease_list&gt;li h1 {
	font-size: 2.6rem;
	font-weight: bold;
	color: #000;
	line-height: 1;
}

.top_disease .top_disease_list&gt;li a:hover h1 {
	color: #007a28;
	transition: .2s;
}

.top_disease .top_disease_list&gt;li .en {
	font-size: 1.2rem;
	font-style: italic;
	color: #007a28;
	letter-spacing: 0;
}

.top_disease .top_disease_list&gt;li .child {
	margin-top: 10px;
}

.top_disease .top_disease_list&gt;li .child:after {
	content: "";
	display: block;
	clear: both;
}

.top_disease .top_disease_list&gt;li .child li {
	float: left;
	font-size: 1.6rem;
	white-space: nowrap;
	/*	margin:2px 2px 0 0;*/
}

.top_disease .top_disease_list&gt;li .child li a {
	color: #333;
	display: block;
	padding: 4px 10px;
	background-color: #fff;
	border: 1px solid #ddd;
	box-shadow: 0 -2px 0 0 rgba(0, 0, 0, .05) inset;
}

.top_disease .top_disease_list&gt;li .child li a:hover {
	box-shadow: 0 -3px 0 0 #d3e7da inset;
	border-color: #007a28;
	opacity: 1;
}

.top_disease .top_disease_list&gt;li.disease_kidney {
	width: 490px;
	margin-right: 20px;
	background-image: url(../../img/bg_disease_kidney.jpg);
}

.top_disease .top_disease_list&gt;li.disease_cancer {
	width: 490px;
	background-image: url(../../img/bg_disease_cancer.jpg);
}

.top_disease .top_disease_list&gt;li.disease_urination {
	width: 490px;
	margin-right: 20px;
	background-image: url(../../img/bg_disease_urination.jpg);
}

.top_disease .top_disease_list&gt;li.disease_urination .child li:nth-child(2) {
	clear: left;
}

.top_disease .top_disease_list&gt;li.disease_kidney .child li:nth-child(4) {
	clear: left;
}

.top_disease .top_disease_list&gt;li.disease_urinarystone {
	width: 490px;
	background-image: url(../../img/bg_disease_urinary-stone.jpg);
}
.top_disease .top_disease_list&gt;li.disease_urinarystone article {
	display: flex;
	width: 100%;
	height: 100%;
}
.top_disease .top_disease_list&gt;li.disease_urinarystone a {
	display: block;
	width: 100%;
}

.top_disease .top_disease_list&gt;li.disease_child {
	width: 400px;
	background-image: url(../../img/bg_disease_child.jpg);
}

.top_disease .lead {
	margin-bottom: 40px;
	text-align: center;
}

.top_disease .bnr_list {
	text-align: center;
	display: flex;
	display: -webkit-flex;
	/* Safari */
	flex-wrap: nowrap;
	align-items: stretch;
	-webkit-justify-content: space-between;
	/* Safari */
	justify-content: space-between;
}

.top_disease .bnr_list li {
	width: 322px;
}

.top_disease .bnr_list li img {
	border: 1px solid #d6d4cf;
}

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

泌尿器の病気と治療

--------------------------------------------*/
/* 移植Q&amp;A */
.faq_Box {
	background-color: #fff;
	box-shadow: 0 -2px 0 0 #eae9e6 inset;
	transition: 0.3s;
	clear: both;
	margin-bottom: 10px;
}

.faq_Box:hover {
	box-shadow: 0 -4px 0 0 #eae9e6 inset;
}

.faq_Box dl:after {
	content: "";
	display: block;
	clear: both;
}

.faq_Box .question {
	padding: 20px;
	position: relative;
	cursor: pointer;
}

.faq_Box .question:before {
	content: "\e145";
	font-family: "twmu" !important;
	line-height: 1;
	font-weight: normal;
	font-size: 2.4rem;
	color: #cdcac2;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -14px;
}

.faq_Box .question.active dd {
	font-weight: bold;
	color: #000;
}

.faq_Box .question.active:before {
	content: "\e15b";
}

.faq_Box .question dt {
	float: left;
	font: 3rem/1em Arial, Helvetica, sans-serif;
	color: #47afcd;
	text-align: center;
	width: 30px;
}

.faq_Box .question dd {
	padding: 0 35px 0 50px;
	font-size: 1.8rem;
	color: #666;
}

.faq_Box .answer {
	padding: 0 25px 30px 20px;
	display: none;
}

.faq_Box .answer dt {
	float: left;
	font: 3rem/1em Arial, Helvetica, sans-serif;
	color: #eca91a;
	text-align: center;
	width: 30px;
}

.faq_Box .answer dd {
	padding-left: 50px;
	font-size: 1.6rem;
}

.box_label1,
.box_label2 {
	border: 2px solid #e4e1d7;
	padding: 20px 25px;
	background-color: #fff;
	margin-top: 45px;
	position: relative;
}

.box_label1 .label,
.box_label2 .label {
	position: absolute;
	top: -30px;
	left: -2px;
	line-height: 30px;
	color: #fff;
	padding: 0 15px;
	min-width: 120px;
	text-align: center;
	border-radius: 4px 4px 0 0;
}

.box_label1 .label {
	background-color: #eca91a;
}

.box_label2 .label {
	background-color: #fb5959;
}

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

診療案内

--------------------------------------------*/
.tel_reserve {
	color: #007a28;
	line-height: 1;
}

.tel_reserve i {
	font-size: 4.2rem;
	position: relative;
	top: 4px;
}

.tel_reserve em {
	font-size: 4.2rem;
	font-weight: bold;
	font-style: normal;
}

.email_reserve em {
	font-size: 2.8rem;
	font-weight: bold;
	font-style: normal;
	color: #007a28;
}

.email_reserve a {
	text-decoration: none;
}

.tel_recruit {
	color: #007a28;
	line-height: 1;
	font-weight: bold;
	font-size: 1.8rem;
}

.tel_recruit i.ico_phone {
	font-size: 3rem;
	position: relative;
	top: 3px;
}

.tel_recruit em {
	font-size: 3rem;
	font-weight: bold;
	font-style: normal;
}

.tel_reserve a,
.tel_recruit a {
	color: #007a28;
}

.doctor_wrap:after {
	content: "";
	display: block;
	clear: both;
}

.doctor_wrap .profile {
	float: left;
	width: 390px;
}

.doctor_wrap .profile dl {
	display: table;
	margin-bottom: 25px;
}

.doctor_wrap .profile dt {
	display: table-cell;
	width: 160px;
	vertical-align: middle;
	padding-right: 30px;
}

.doctor_wrap .profile dt img {
	width: 130px;
	height: 130px;
	border-radius: 75px;
}

.doctor_wrap .profile dd {
	display: table-cell;
	vertical-align: middle;
}

.doctor_wrap .profile .name {
	font-size: 2.4rem;
	font-weight: normal;
}

.doctor_wrap .profile .en {
	font-size: 1.2rem;
	color: #007a28;
	letter-spacing: 0;
}

.doctor_wrap .profile .dept {
	margin-bottom: 15px;
}

.doctor_wrap .schedule {
	float: right;
	width: 580px;
}

.doctor_wrap .tb_schedule {
	width: 100%;
	background-color: #fff;
	border: 1px solid #007a28;
	margin-bottom: 20px;
	font-size: 1.4rem;
}

.doctor_wrap .tb_schedule th {
	background-color: #007a28;
	border-right: 1px solid #e4e1d7;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.doctor_wrap .tb_schedule th.am,
.doctor_wrap .tb_schedule th.pm {
	background-color: #faf7ee;
	text-align: left;
	color: #333;
	vertical-align: middle;
	border-bottom: 1px solid #e4e1d7;
	padding: 10px;
}

.doctor_wrap .tb_schedule td {
	background-color: #fff;
	border-right: 1px solid #e4e1d7;
	border-bottom: 1px solid #e4e1d7;
	vertical-align: middle;
	text-align: center;
	padding: 10px;
	width: 68px;
}

.doctor_wrap .tb_schedule .ico {
	font-size: 2rem;
	line-height: 1;
	color: #eca91a;
}

.doctor_wrap .tb_schedule .ico_star {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

.doctor_wrap .tb_schedule tr td:last-child,
.doctor_wrap .tb_schedule tr th:last-child {
	border-right-color: #007a28;
}

.doctor_wrap .tb_schedule tr:last-child td,
.doctor_wrap .tb_schedule tr:last-child th {
	border-bottom: #007a28;
}

.doctor_wrap .pictgram {
	margin-bottom: 20px;
}

.doctor_wrap .pictgram i {
	color: #eca91a;
}

/* お知らせ  */
.news_Box {
	background-color: #fff;
	padding: 20px 30px 30px;
	margin-bottom: 20px;
	box-shadow: 0 -2px 0 0 #eae9e6 inset;
}

.news_Box:after {
	content: "";
	display: block;
	clear: both;
}

.news_Box h1 {
	font-size: 2rem;
	font-weight: bold;
	margin-left: -30px;
	padding-left: 27px;
	border-left: 3px solid #007a28;
}

.news_Box .date {
	font-size: 1.4rem;
	color: #007a28;
	margin-bottom: 20px;
}

.news_Box .image {
	float: left;
	margin-right: 30px;
	max-width: 240px;
}

.news_Box .txt {}

/* 地図  */
.map_box {
	background-color: #fff;
	padding: 30px;
	text-align: center;
	border: 2px solid #e4e1d7;
	border-radius: 10px;
}

.access_arr {
	letter-spacing: -0.2em;
	font-family: "Times New Roman", Times, serif;
	margin: 0 0.5em 0 0.3em;
}

.link_googlemap i {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

/* 診療担当表  */
.tb_charge {
	background-color: #fff;
	border: 2px solid #007a28;
	width: 100%;
}

.tb_charge th {
	text-align: center;
	font-weight: normal;
	font-size: 1.4rem;
	color: #000;
	padding: 5px;
	border: 1px solid #809e8a;
}

.tb_charge .am {
	background-color: #cde0a3;
}

.tb_charge .am_col {
	background-color: #e2eccd;
}

.tb_charge .pm {
	background-color: #c0d7b3;
}

.tb_charge .pm_col {
	background-color: #dbe5d1;
}

.tb_charge .week {
	background-color: #007a28;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

.tb_charge td {
	border: 1px solid #cfcab8;
	padding: 10px;
	width: 14%;
	vertical-align: top;
	text-align: center;
}

.tb_charge td div:last-of-type {
	margin-bottom: 0;
}

.tb_charge .doctor {
	text-align: center;
	line-height: 1.4;
	padding: 10px 5px;
	border: 1px solid #ddd;
	border-radius: 4px;
	margin-bottom: 5px;
}

.tb_charge .doctor .name {
	font-weight: bold;
}

.tb_charge .doctor .kana {
	font-size: 1rem;
	color: #999;
}

.tb_charge .doctor .date {
	font-size: 1.3rem;
	font-weight: bold;
	color: #007a28;
}

.tb_charge .doctor .dept {
	font-size: 1.3rem;
	font-weight: bold;
	color: #eca91a;
	background-color: #FFF7D1;
	margin: -10px -5px 10px;
	padding: 5px;
	border-radius: 4px 4px 0 0;
}

.tb_ope_wait_period {
	width: 100%;
}

.tb_ope_wait_period th,
.tb_ope_wait_period td {
	width: 50%;
}

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

東京女子医科大学病院 泌尿器科について

--------------------------------------------*/
/* メッセージ */
.tanabe_image_box {
	width: 200px;
	position: relative;
	float: right;
	margin: 0 0 30px 30px;
}

.tanabe_image_box .name_en {
	position: absolute;
	bottom: 10px;
	left: 10px;
}

.tanabe_image_box .name {
	text-align: right;
	margin-top: 20px;
}

/* 手術統計 */
.tb_ope_stat {
	font-size: 1.4rem;
	width: 100%;
	border: 2px solid #cfcab8;
	background-color: #fff;
	margin-bottom: 5px;
}
.tb_ope_stat.table-layout-fixed {
	table-layout: fixed;
}
.tb_ope_stat.table-layout-fixed th,
.tb_ope_stat.table-layout-fixed td {
	width: auto;
}

.tb_ope_stat th {
	border: 1px solid #cfcab8;
	padding: 5px;
	font-weight: normal;
	width: 23.2%;
	background-color: #eff8dc;
}

.tb_ope_stat td {
	border: 1px solid #cfcab8;
	text-align: right;
	padding: 5px 3px;
	font-size: 1.4rem;
	line-height: 1.2;
}

.tb_ope_stat .trBack th {
	font-weight: bold;
	font-size: 1.6rem;
	color: #fff;
	background-color: #007a28;
}

.tb_ope_stat .trBack td {
	font-size: 1.3rem;
	line-height: 1.1;
	width: 4.5%;
	background-color: #faf7ee;
	text-align: center;
	height: 170px;
}

.tb_ope_stat .trBack_sum td {
	border-top: 3px double #cfcab8;
	font-weight: bold;
	background-color: #fff7d1;
	font-size: 1.5rem;
	padding: 10px 5px;
}

.tb_ope_stat .trBack_sum th {
	border-top: 3px double #cfcab8;
	font-weight: bold;
	color: #000;
	background-color: #fff0a9;
}

.tb_ope_stat .total {
	color: #fb5959;
}

/* 手術統計＞ダビンチ */
@media screen and (max-width : 640px) {

.tb_ope_stat.tb_ope_stat--davinci {
	width: auto;
	table-layout: auto;
	white-space: nowrap;

	th,td {
		padding: 5px;
	}
}


}


/* 研究分野 */
.en_theme li {
	margin-bottom: 10px;
	letter-spacing: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}

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

入局・研修案内

--------------------------------------------*/
/* 沿革 */
.history dl {
	border-bottom: 1px solid #dfdbcc;
	position: relative;
	padding: 10px 0;
	display: table;
	width: 100%;
}

.history dl:after {
	content: "";
	border-bottom: 1px solid #fff;
	bottom: -1px;
	left: 0;
	width: 100%;
	position: absolute;
}

.history dl dt {
	display: table-cell;
	vertical-align: top;
	text-align: left;
	width: 7em;
}

.history dl dd {
	display: table-cell;
	vertical-align: top;
	text-align: left;
}

/* スタッフ紹介 */
.staff_Box {
	border-bottom: 1px solid #e4e1d7;
	padding: 140px 0 40px;
	margin-top: -100px;
}

.staff_Box:after {
	content: "";
	display: block;
	clear: both;
}

.staff_Box .image {
	float: left;
	width: 200px;
}

.staff_Box .image img {
	width: 100%;
}

.staff_Box .profile {
	float: right;
	width: 760px;
}

.staff_Box .profile .dept {
	font-size: 1.8rem;
}

.staff_Box .profile .name {
	font-size: 2.8rem;
	font-weight: bold;
}

.staff_Box .profile .en {
	font-size: 1.4rem;
	color: #007a28;
	letter-spacing: 0;
}

/* 医局員募集 */
.comment_Box {
	border-bottom: 1px solid #e4e1d7;
	padding: 30px 0 40px;
}

.comment_Box&gt;div {
	position: relative;
}

.comment_Box .profile {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.comment_Box .profile .box {
	display: table-cell;
	width: 280px;
	height: 280px;
	border-radius: 140px;
	padding: 0 30px;
	vertical-align: middle;
	text-align: center;
	font-size: 2rem;
}

.comment_Box .profile .year {
	margin-bottom: 10px;
}

.comment_Box .profile .bg_man .sex {
	color: #499abd;
}

.comment_Box .profile .bg_woman .sex {
	color: #ed6474;
}

.comment_Box .txt {
	padding-top: 40px;
	padding-left: 260px;
	position: relative;
	z-index: 10;
}

.comment_Box .place {
	margin-bottom: 20px;
	border-bottom: 1px dotted #cfcab8;
	padding-bottom: 10px;
}

.comment_Box .place em {
	font-weight: bold;
	font-size: 1.8rem;
	font-style: normal;
}

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

コラム

--------------------------------------------*/
.column_Box .ope_explain dt {
	float: left;
	color: #333333;
	font-weight: bold;
	width: 25px;
}

.column_Box .ope_explain dd {
	padding: 0 0 4px 30px;
}

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

サイトマップ

--------------------------------------------*/
nav.sitemap a {
	text-decoration: none;
	color: #333;
}

nav.sitemap a:hover {
	text-decoration: underline;
}

nav.sitemap .home {
	margin-bottom: 20px;
}

nav.sitemap&gt;ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	display: -webkit-flex;
	/* Safari */
	-webkit-flex-wrap: wrap;
	/* Safari 6.1+ */
	-webkit-justify-content: space-between;
	/* Safari */
}

nav.sitemap&gt;ul&gt;li {
	width: 100%;
}

nav.sitemap&gt;ul&gt;li&gt;a,
nav.sitemap .home a {
	position: relative;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 8px 20px;
	border-left: 4px solid #007a28;
	background-color: #edeae3;
	display: block;
}

nav.sitemap&gt;ul&gt;li&gt;.child_wrap {
	padding: 20px 0;
	font-size: 1.4rem;
}

nav.sitemap&gt;ul&gt;li&gt;.child_wrap&gt;ul.child {
	display: flex;
	flex-wrap: wrap;
	display: -webkit-flex;
	/* Safari */
	-webkit-flex-wrap: wrap;
	/* Safari 6.1+ */
}

nav.sitemap&gt;ul&gt;li&gt;.child_wrap&gt;ul.child:after {
	content: "";
	display: block;
	clear: both;
}

nav.sitemap&gt;ul&gt;li&gt;.child_wrap&gt;ul.child&gt;li {
	position: relative;
	float: left;
	width: 33.3333%;
	padding: 0 10px;
}

nav.sitemap&gt;ul&gt;li&gt;.child_wrap&gt;ul.child&gt;li&gt;a {
	display: inline-block;
	padding: 10px 5px 10px 15px;
	position: relative;
	letter-spacing: 0;
	font-size: 1.6rem;
	font-weight: bold;
}

nav.sitemap&gt;ul&gt;li&gt;.child_wrap&gt;ul.child&gt;li&gt;a:before {
	content: "\e902";
	font-family: "twmu";
	font-size: 2.4rem;
	line-height: 1;
	font-weight: normal;
	display: block;
	position: absolute;
	top: 50%;
	left: -8px;
	margin-top: -12px;
	color: #007a28;
	transition: 0.2s;
}

nav.sitemap&gt;ul&gt;li&gt;.child_wrap&gt;ul.child&gt;li&gt;ul.grand_child {
	margin-bottom: 20px;
}

nav.sitemap&gt;ul&gt;li&gt;.child_wrap&gt;ul.child&gt;li&gt;ul.grand_child&gt;li {
	position: relative;
}

nav.sitemap&gt;ul&gt;li&gt;.child_wrap&gt;ul.child&gt;li&gt;ul.grand_child&gt;li:before {
	content: "";
	display: block;
	background-color: #007a28;
	width: 6px;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -1px;
}

nav.sitemap&gt;ul&gt;li&gt;.child_wrap&gt;ul.child&gt;li&gt;ul.grand_child&gt;li&gt;a {
	color: #333;
	text-decoration: none;
	padding: 2px 2px 2px 15px;
	display: inline-block;
}

/*============================================


	スマートフォン用スタイル


============================================*/
/* SP - PCにて非表示
---------------------------------------*/
@media screen and (max-width : 599px) {

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

	SP - トップページ

--------------------------------------------*/
	#main_visual {
		margin-bottom: 40px;
	}

	#main_visual .main_slider li.slick-slide {
		height: auto;
	}

	#main_visual .main_slider li.slick-slide:after,
	#main_visual .main_slider li.slick-slide:before {
		display: none;
	}

	#main_visual .slick-dots {
		top: 5px;
		right: 10px;
	}

	#main_visual .main_slider li.slick-slide figure img {
		min-width: 0;
	}

	#main_visual .main_slider li.slick-slide article {
		position: relative;
		left: 0;
		bottom: 0;
		top: -20px;
		margin: 0;
		width: auto;
		padding: 15px;
		background-color: rgba(0, 122, 40, 0.85);
	}

	#main_visual .main_slider li.slick-slide article h1 {
		color: #fff;
		font-size: 1.6rem;
		text-shadow: none;
	}

	#main_visual .main_slider li.slick-slide article h1 span {
		background-color: transparent;
		padding: 0;
		display: inline;
	}

	#main_visual .main_slider li.slick-slide article h1 .icon_note {
		position: static;
		font-size: .6rem;
	}

	#main_visual .main_slider li.slick-slide article .btn {
		margin-top: 10px;
	}

	#main_visual .main_slider li.slick-slide article .btn a {
		width: 100%;
		font-size: 1.4rem;
		padding: 7px 20px 7px 10px;
	}

	#main_visual .main_slider li.slick-slide article .btn a:after {
		right: 5px;
	}

	.top_topics {
		margin-bottom: 20px;
	}

	.top_topics .top_topics_inner {
		padding-right: 15px;
	}

	.top_topics .heading {
		text-align: center;
		display: block;
		font-size: 1.7rem;
	}

	.top_topics .heading span {
		display: inline-block;
		font-weight: normal;
		font-style: italic;
		color: #007a28;
		border-bottom: 2px solid #007a28;
	}

	.top_topics .top_topics_list li {
		margin: 0;
		padding: 10px 0;
		border-bottom: 1px solid #ddd;
	}

	.top_topics .top_topics_list li span {
		display: block;
		text-indent: 0;
		color: #999;
		font-size: 1.3rem;
	}

	/* トピックス横バナー */
	.top_topics .bnr_recruit {
		position: static;
		text-align: center;
		margin: 20px auto 0;
		width: auto;
	}

	.top_topics .bnr_recruit li {
		float: none;
		margin: 0 0 10px 0;
	}

	.top_topics .bnr_recruit li a {
		display: inline-block;
	}

	.top_topics .bnr_recruit li img {
		width: 260px;
		height: auto;
	}

	.top_disease .top_disease_list {
		display: block;
		border-top: 1px solid #ddd;
		border-right: 1px solid #ddd;
		margin: 0 -5px;
	}

	.top_disease .top_disease_list.upper {
		margin-bottom: 0;
	}

	.top_disease .top_disease_list.lower {
		margin-bottom: 0;
		border-top: none;
	}

	.top_disease .top_disease_list&gt;li {
		width: auto !important;
		margin: 0 !important;
		padding: 12px;
		border-bottom: 1px solid #ddd;
		background-size: auto 100px;
		background-position: right top;
		box-shadow: none;
		position: relative;
		z-index: 2;
		overflow: hidden;
	}

	.top_disease .top_disease_list&gt;li:after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100px;
		background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 70px, #fff 100px);
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 70px, #fff 100px);
		z-index: 1;
	}

	.top_disease .top_disease_list&gt;li:nth-child(even) {
		border-left-color: #93caa5;
	}

	.top_disease .top_disease_list&gt;li h1 {
		font-size: 2rem;
		color: #007a28;
		padding: 10px 0 10px 20px;
		position: relative;
		z-index: 2;
	}

	.top_disease .top_disease_list&gt;li h1:after {
		content: "\e902";
		font-family: "twmu";
		font-size: 2.6rem;
		line-height: 1;
		font-weight: normal;
		display: inline-block;
		position: absolute;
		top: 50%;
		left: -5px;
		margin-top: -13px;
	}

	.top_disease .top_disease_list&gt;li .en {
		display: none;
	}

	.top_disease .top_disease_list&gt;li .child {
		margin-top: 0;
		position: relative;
		z-index: 2;
	}

	.top_disease .top_disease_list&gt;li .child li {
		margin: 3px 3px 0 0;
	}

	.top_disease .top_disease_list&gt;li .child li a {
		box-shadow: 0 -2px 0 0 rgba(0, 0, 0, 0.1) inset;
		border-radius: 3px;
		font-size: 1.5rem;
		padding: 4px 6px;
	}

	.top_disease .lead {
		margin: 20px 5px;
		text-align: left;
	}

	.top_disease .lead br:nth-child(1) {
		display: none;
	}

	.top_disease .bnr_list {
		display: block;
		max-width: 300px;
		margin: 0 auto;
	}

	.top_disease .bnr_list li {
		width: auto;
		margin-bottom: 10px;
	}

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

泌尿器の病気と治療

--------------------------------------------*/
	.faq_Box .question {
		padding: 15px 10px;
		line-height: 2.4rem;
	}

	.faq_Box .question:before {
		right: 10px;
		color: #999;
	}

	.faq_Box .question dt {
		font-size: 2.4rem;
		text-align: center;
		width: 24px;
	}

	.faq_Box .question dd {
		padding: 0 30px;
		font-size: 1.8rem;
	}

	.faq_Box .answer {
		padding: 0 15px 15px 15px;
	}

	.faq_Box .answer dt {
		float: none;
		font-size: 2rem;
		padding: 5px;
		margin-bottom: 10px;
		text-align: center;
		width: 100%;
		background-color: #fbe8be;
		border-radius: 4px;
	}

	.faq_Box .answer dd {
		padding-left: 0;
	}

	.box_label1,
	.box_label2 {
		padding: 15px;
		margin-bottom: 20px;
	}

	.box_label2 {
		margin-bottom: 0;
	}

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

	診療案内

--------------------------------------------*/
	.tel_reserve i {
		font-size: 3rem;
	}

	.tel_reserve em {
		font-size: 3.6rem;
	}

	.tel_recruit span {
		display: inline-block;
		margin-top: 15px;
		text-align: center;
	}

	.email_reserve {
		font-size: 2rem;
	}

	.doctor_wrap .profile {
		width: auto;
		float: none;
		margin-bottom: 10px;
	}

	.doctor_wrap .profile dl {
		width: 100%;
		margin-bottom: 0 !important;
	}

	.doctor_wrap .profile dt {
		width: 100px;
	}

	.doctor_wrap .profile dt img {
		width: 100px;
		height: 100px;
	}

	.doctor_wrap .profile dd {
		padding-right: 20px;
	}

	.doctor_wrap .profile .name {
		font-size: 2rem;
		font-weight: bold;
	}

	.doctor_wrap .profile .dept {
		margin-bottom: 0;
	}

	.doctor_wrap .schedule {
		width: auto;
		float: none;
	}

	.doctor_wrap .tb_schedule th.am,
	.doctor_wrap .tb_schedule th.pm {
		padding: 5px;
		font-size: 1.2rem;
		width: 50px;
	}

	.doctor_wrap .tb_schedule td {
		width: 40px;
		padding: 5px;
	}

	.news_Box {
		margin-bottom: 10px;
		padding: 15px;
	}

	.news_Box h1 {
		font-size: 1.6rem;
		line-height: 1.4;
		margin-left: -15px;
		padding-left: 17px;
	}

	.news_Box .date {
		margin-bottom: 15px;
	}

	.news_Box .image {
		max-width: 80px;
		margin-right: 15px;
		margin-bottom: 10px;
	}

	.tb_charge {
		border-width: 1px;
	}

	.tb_charge th {
		font-size: 1.2rem;
		padding: 3px;
	}

	.tb_charge td {
		padding: 3px;
		font-size: 1.2rem;
	}

	.tb_charge td div:last-of-type {
		margin-bottom: 0;
	}

	.tb_charge .doctor {
		text-align: center;
		line-height: 1.4;
		padding: 3px;
		border: 1px solid #ddd;
		border-radius: 4px;
		margin-bottom: 5px;
	}

	.tb_charge .doctor .name {
		font-size: 1.2rem;
	}

	.tb_charge .doctor .kana {
		display: none;
	}

	.tb_charge .doctor .date {
		font-size: 1.0rem;
	}

	.tb_charge .doctor .dept {
		font-size: 1.0rem;
		margin: -3px -3px 5px;
	}

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

東京女子医科大学病院 泌尿器科について

--------------------------------------------*/
	/* メッセージ */
	.tanabe_image_box {
		width: auto;
		float: none;
		margin: 0 0 30px 0;
		text-align: center;
	}

	.tanabe_image_box .name_en {
		position: absolute;
		bottom: 40px;
		left: auto;
		right: 10px;
		width: 130px;
	}

	.tanabe_image_box .name {
		text-align: center;
		margin-top: 25px;
	}

	/* 手術統計 */
	.ope_stat_wrap {
		overflow: auto;
	}

	.tb_ope_stat {
		font-size: 1.2rem;
		line-height: 1.2;
		width: 700px;
		overflow: auto;
	}

	.tb_ope_stat th {
		padding: 3px;
	}

	.tb_ope_stat td {
		padding: 3px;
		font-size: 1.2rem;
	}

	.tb_ope_stat .trBack th {
		font-size: 1.2rem;
	}

	.tb_ope_stat .trBack td {
		font-size: 1.2rem;
	}

	.tb_ope_stat .trBack_sum td {
		font-size: 1.2rem;
		padding: 3px;
	}

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

入局・研修案内

--------------------------------------------*/
	.staff_Box {
		padding: 20px 0 40px;
		margin: 0 0 20px 0;
	}

	.staff_Box .image {
		float: none;
		width: 150px;
		margin: 0 auto 10px;
	}

	.staff_Box .profile {
		float: none;
		width: auto;
		padding: 0 10px;
	}

	.staff_Box .profile .dept {
		font-size: 1.4rem;
		line-height: 1.4;
		text-align: center;
	}

	.staff_Box .profile .name {
		font-size: 1.8rem;
		text-align: center;
	}

	.staff_Box .profile .en {
		font-size: 1.2rem;
		text-align: center;
	}

	.staff_Box .profile h2 {
		margin-left: -10px;
		margin-right: -10px;
	}

	.comment_Box {
		padding: 20px 0 40px;
	}

	.comment_Box .profile {
		position: static;
		margin-bottom: 15px;
	}

	.comment_Box .profile .box {
		display: block;
		width: auto;
		height: auto;
		border-radius: 6px;
		font-size: inherit;
		padding: 10px;
	}

	.comment_Box .profile .box p {
		display: inline;
	}

	.comment_Box .profile .year {
		margin-bottom: 0;
	}

	.comment_Box .txt {
		padding: 0
	}

	.comment_Box .place {
		font-size: 1.2rem;
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 10px;
	}

	.comment_Box .place em {
		font-weight: bold;
		font-size: 1.6rem;
		font-style: normal;
	}

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

サイトマップ

--------------------------------------------*/
	nav.sitemap .home {
		margin-bottom: 10px;
	}

	nav.sitemap&gt;ul {
		display: block;
	}

	nav.sitemap&gt;ul&gt;li&gt;a,
	nav.sitemap .home a {
		font-size: 1.6rem;
	}

	nav.sitemap&gt;ul&gt;li&gt;.child_wrap {
		padding: 15px 0;
	}

	nav.sitemap&gt;ul&gt;li&gt;.child_wrap&gt;ul.child {
		display: block;
	}

	nav.sitemap&gt;ul&gt;li&gt;.child_wrap&gt;ul.child&gt;li {
		float: none;
		width: 100%;
	}
}</pre></body></html>