@charset "utf-8";

/******************************************************************************************
	pc size
******************************************************************************************/

/*基本レイアウト*/
#main_contents{
	width:100%;
	max-width:1100px;
	margin:40px auto 50px auto;
	min-height:500px;
	font-size:115%;
}

@media \0screen\,screen\9 {
    #main_contents,h1{ width:1100px; }
}

/*リンク色*/
a{ color:#3F84D0; text-decoration:underline; }
a:hover,a:active{ text-decoration:none; }

/*--------------------------------------------------------------------*/
/*デザインパーツ*/
/*--------------------------------------------------------------------*/
#h1_wrap{
	background:url(../img/common/h1_bg.jpg) no-repeat top center;
}
h1{
	width:100%;
	max-width:1100px;
	margin:0 auto;
	
	padding:33px 12px 33px 12px;
}
h2{
	border-top:1px solid #ACACAC;
	border-bottom:1px solid #E1E1E1;
	padding:14px 10px 12px 10px;
	margin-bottom:25px;
	clear:both;
}
h3{
	border-bottom:1px solid #ACACAC;
	padding:7px 10px;
	margin-bottom:15px;
	clear:both;
}
h4{
	border-bottom:1px solid #ACACAC;
	padding:7px 12px;
	margin-bottom:15px;
	clear:both;
}
h5{
	margin-bottom:12px;
	clear:both;
}
h6{
	font-size:108%;
	font-weight:bold;
	margin-bottom:5px;
	clear:both;
}

h4.text{
	background:url(../img/common/h4_point.jpg) no-repeat 0 11px;
	font-size:108%;
	font-weight:bold;
	border-bottom:1px solid #ACACAC;
	padding:7px 20px;
	margin-bottom:15px;
	clear:both;
}

h5.text{
	background:url(../img/common/h5_point.jpg) no-repeat 0 11px;
	font-size:108%;
	font-weight:bold;
	padding:7px 20px;
	margin-bottom:3px;
	clear:both;
}

h6:before{
	content:"■ ";
	color:#4084D0;
}
h6.h6_red:before{
	content:"■ ";
	color:#e58795;
}


strong{ font-weight:bold; }

/*余白設定*/
.indent1{ padding:0 1em; }
.indent2{ padding:0 2em; }

.mb10{ margin-bottom:10px; }
.mb15{ margin-bottom:15px; }
.mb20{ margin-bottom:20px; }
.mb30{ margin-bottom:30px; }
.mb40{ margin-bottom:40px; }
.mb50{ margin-bottom:50px; }

.mt30{ margin-top:30px; }

.mr5{ margin-right:5px; }

.spece-l18{
	padding-left:18px;
}

.txt-l{ text-align:left; }
.txt-r{ text-align:right; }
.txt-c{ text-align:center; }

.txt10{ font-size:10px; }
.txt12{ font-size:12px; }
.txt14{ font-size:14px; }
.txt16{ font-size:16px; }
.txt18{ font-size:18px; }
.txt22{ font-size:22px; }

.va-mdl{ vertical-align:middle; }

.mincho{ font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif; }

/*文字色*/
.red{ color:#990000; }


/*背景色（主にテーブル用）*/
.bg_gray{ background:#F3F3F3; }
.bg_red{ background:#FFE6F2; }
.bg_blue{ background:#DDF4FF; }


/*PDFリンク*/
a[href$=".pdf"] {
	display: inline-block;
	padding-right: 1.5em;
	background: url(../img/common/icon_pdf.png) no-repeat right center;
}
a[href$=".pdf"].no_ico {
	display: inline;
	padding-right: 0;
	background:none ;
}

/*リンク*/
a.link{
	padding-left:1.5em;
	background:url(../img/common/li_marker01.jpg) no-repeat left center;
}

/*横並び*/
.flexbox,.flexbox_gairai{
	display:flex;
}

/*--------------------------------------------------------------------*/
/*メインコンテンツ大枠（サブナビ有）*/
/*--------------------------------------------------------------------*/
#contents_mainarea{
	float:right;
	width:70%;
	border-left:1px solid #E1E1E1;
	padding:0 30px 15px 30px;
	min-height:500px;
}

/*サブナビ*/
#contents_subnavi{
	float:left;
	width:30%;
	padding:0 30px 30px 30px;
	max-width:300px;
	font-size:87%;
}
#contents_subnavi .title{
	border-bottom:1px solid #ACACAC;
	padding:15px;
}
#contents_subnavi ul{
	padding:0 10px;
}
#contents_subnavi ul li{
	margin:15px 0;
	padding-left:1.5em;
	background:url(../img/common/subnavi_bg.jpg) no-repeat left 0.5em;
}
#contents_subnavi ul li a{
	font-size:108%;
	text-decoration:none;
	color:#333333;
}
#contents_subnavi ul li a:hover{ text-decoration:underline; }
#contents_subnavi ul li.active a{
	color:#4084D0;
}

/*サブナビ下階層用*/
#contents_subnavi ul li.sub{
	margin:5px 0 0 1.5em;
	padding-left:1.5em;
	background:url(../img/common/subnavi_bg2.jpg) no-repeat left 0.5em;
}
#contents_subnavi ul li.sub_parent{
	margin-bottom:0;
}

/*サブナビ固定用*/
.fixed{
	position:fixed;
	top:0px;
}


/*第三階層用リンク*/
.acc_menu{
	background:#4084D0;
	padding:0 10px;
	margin:0 auto 15px auto;
	width:98%;
	font-size:87%;
}
.acc_menu li{
	float:left;
	padding:0 1em 0 2.3em;
	background:url(../img/common/subnavi_bg3.jpg) no-repeat 1em 0.5em;
	margin:7px 0;
	border-right: 1px solid #FFFFFF;
}
.acc_menu li:last-child{
	border-right:none;
}
.acc_menu li a{
	color:#FFFFFF;
	font-size:108%;
	text-decoration:none;
}
.acc_menu li a:hover{
	text-decoration:underline;
}
.acc_menu li.active a{
	font-weight:bold;
}



/*--------------------------------------------------------------------*/
/*パンくず*/
/*--------------------------------------------------------------------*/
#pankuzu{ padding:15px 10px; }
#pankuzu a{ color:#333333; }


/*--------------------------------------------------------------------*/
/*当院について*/
/*--------------------------------------------------------------------*/
/*はあとふる*/
img.heartful_img{
	border:1px solid #CCCCCC;
}

/*診療実績*/
table.results_table {
	border-collapse: collapse;
	border-spacing:0;
	display: block;
	position: relative;
}
table.results_table tbody tr {
	display: inline-block;
}
table.results_table th,
table.results_table td {
	margin: 0;
	padding: 8px 10px;
	display: block;
	font-size:92%;
}
table.results_table th{
	min-width:200px;
	border-left:1px solid #ACACAC;
	border-right:1px solid #ACACAC;
	border-bottom:1px solid #ACACAC;
	background-color:#E6EFF9;
}
table.results_table td{
	min-width:95px;
	text-align:center;
	border-bottom:1px solid #ACACAC;
	border-right:1px solid #ACACAC;
}
table.results_table td.year{
	border-top:1px solid #ACACAC;
	background:#F2F2F2;
}
table.results_table thead {
	display: block;
	float: left;
	border-top:1px solid #ACACAC;
}
table.results_table tbody {
	display: block;
	position: relative;
	width: auto;
	overflow-x: auto;
	white-space: nowrap;
}


/*クリニカルインディケーター*/
.ci_menu h5{
	border-bottom:1px dotted #CCCCCC;
	font-weight:bold;
	padding:0 0.5em 2px 0.5em;
	margin-bottom:5px;
	font-size:108%;
}
.ci_menu ul{
	padding:0 0 0 10px;
	font-size:0;
}
.ci_menu li{
	width:50%;
	background:url(../about/img/results/icon_ci.jpg) no-repeat left 0.5em;
	padding-left:1.0em;
	padding-right:10px;
    display: inline-block;
    vertical-align: top;
	font-size:12px;
	margin-bottom:2px;
}
.ci_menu li a{
	text-decoration:none;
	color:#333333;
}
.ci_menu li a:hover{ text-decoration:underline; }

h5.ci_main{
	background:#76a9dc;
	font-weight:bold;
	color:#FFFFFF;
	font-size:108%;
	padding:5px;
	margin-bottom:10px;
}
.ci_box{
	clear:both;
	margin-bottom:30px;
}
.ci_box h6{
	border-bottom:1px dotted #CCCCCC;
	font-weight:bold;
	padding:0 0.5em 3px 0.5em;
	margin-bottom:8px;
	font-size:108%;
}
.ci_box table{
	width:100%;
	border-collapse: collapse;
}

.ci_box .results_table_l{
	border-right:1px solid #B9B9B9;
}

.ci_box table th{
	padding: 3px 5px;
	background-color: #EEEEEE;
	border: 1px solid #B9B9B9;
	text-align:center;
	font-size:85%;
}
.ci_box table td{
	padding: 5px;
	border: 1px solid #B9B9B9;
	text-align:center;
	font-size:85%;
}
.ci_box table th.txt-l{ text-align:left; }
.ci_box table td.txt-l{ text-align:left; }
.ci_l{
	font-weight:bold;
	color:#4F81BD;
	font-size:108%;
}




/*連携先一覧*/
table.renlist_table {
    border: 1px solid #ACACAC;
    background-color: #FFFFFF;
    border-collapse: collapse;
	margin-bottom:15px;
}
table.renlist_table td {
    border: 1px solid #ACACAC;
	padding:5px 10px;
	word-wrap:break-word;
}
table.renlist_table th {
    border: 1px solid #ACACAC;
    background-color:#E6EFF9;
	font-weight:bold;
	padding:5px 10px;
	width:70px;
}
#renlist_searchinput{
	border:1px solid #4084D0;
	background:#E6EFF9;
	padding:5px;
	max-width:100%;
	
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.textbtn{
	display:inline-block;
	text-decoration:none;
	font-weight:bold;
	font-size:20px;
	color:#FFFFFF;
	background:#4084CF;
	padding:15px 10px;
	width:80%;
	min-width:200px;
	text-align:center;
	border-radius:5px;
}


/*挨拶*/
.greeting_box{
	margin-bottom:20px;
}
.greeting_box .photo{
	width:35%;
	float:left;
	text-align:center;
}
.greeting_box .text{
	width:60%;
	float:right;
	font-size:13px;
}
.greeting_box .name{
	font-size:24px;
	font-weight:bold;
	padding-top:10px;
	margin-bottom:10px;
}
.greeting_box .name span{
	font-size:16px;
	vertical-align:middle;
}
.greeting_box ul.list_style li{
	margin-bottom:0;
	margin-top:1px;
}

/*わたしたちの取り組み*/
.backnumber{
	font-weight: bold;
	font-size: 16px;
	margin-top: 20px;
}


/*--------------------------------------------------------------------*/
/*循環器と検査*/
/*--------------------------------------------------------------------*/
/*体の声*/
.syoujyou{
	text-align:center;
	padding-bottom:10px;
}

#mobile-karada-koe-link{
	display:none;
}

#karada-koe-link{
	clear:both;
	margin-bottom:25px;
}

#karada-koe-link ul{
	width:100%;
}

#karada-koe-link ul li{
	float:left;
	width:11.111%;
	padding:0 5px;
	text-align:center;
}

.disease-syoujyou-area{
	background:#FEF3E0;
	padding:25px;
}

.disease-syoujyou-area div.title-syoujyou{
	border-bottom:1px solid #FFF;
}

.disease-syoujyou-area div.title-syoujyou p{
	padding-bottom:15px;
	text-align:left;
}

.disease-syoujyou-area div.check-syoujyou{
	padding-top:15px;
}

.disease-syoujyou-area div.check-syoujyou dl{
	clear:both;
}

.disease-syoujyou-area div.check-syoujyou dl dt{
	float:left;
	clear:both;
	padding-right:3px;
}

label, input[type='checkbox'] {
    cursor: pointer;
}

.disease-syoujyou-box{
	margin-top:35px;
	border-top:1px solid #4084D0;
	background:url(../disease/img/index/h3_deco.jpg) no-repeat 0 0;
	clear:both;
}

.disease-syoujyou-box p.title{
	padding:14px 0 15px 15px;
}

.disease-syoujyou-box div.syoujyou-box{
	clear:both;
}

.disease-syoujyou-box div.syoujyou-text{
	float:left;
	width:84%;
	padding-left:16px;
}

.disease-syoujyou-box div.syoujyou-img{
	float:right;
	width:15%;
}

#disease-kensa-area{
	border:1px solid #4084D0;
	padding:1px;
	margin-top:45px;
}

#disease-kensa-box{
	border:1px solid #4084D0;
	padding:15px;
	clear:both;
}

#disease-kensa-box div#kensa-text{
	float:left;
	width:75%;
}

#disease-kensa-box div#kensa-img{
	float:right;
	width:20%;
}

#disease-kensa-box div#kensa-text p.title{
	padding:0 0 15px 0;
}


/*--------------------------------------------------------------------*/
/*ご利用案内*/
/*--------------------------------------------------------------------*/
/*外来*/
table.gairai_table {
    border: 1px solid #ACACAC;
    background-color: #FFFFFF;
    border-collapse: collapse;
	font-size:92%;
}
table.gairai_table td {
    border: 1px solid #ACACAC;
	padding:8px 5px;
	text-align:center;
	vertical-align:middle;
}
table.gairai_table th {
    border: 1px solid #ACACAC;
    background-color:#E6EFF9;
	font-weight:bold;
	padding:8px 5px;
	text-align:center;
	vertical-align:middle;
}

/*セカンドオピニオン*/
dl.opinion_process{
	width:100%;
	background:#E6EFF9;
	border:1px solid #4084CF;
	padding:5px;
	overflow:hidden;
	
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
dl.opinion_process dt{
	float:left;
	width:8%;
	padding:8px 0;
	text-align:center;
}
dl.opinion_process dd{
	float:right;
	width:90%;
}

/*よくあるご質問*/
.faq_box{
	border-bottom:1px dashed #E1E1E1;
	padding-bottom:20px;
}
.faq_box + .faq_box{
	padding-top:15px;
}
.faq_q{
	background:url(../guidance/img/faq/bg_q.jpg) no-repeat left top;
	font-size:108%;
	font-weight:bold;
	padding:5px 0 5px 45px;
	min-height:31px;
	margin-bottom:10px;
}
.faq_a{
	background:url(../guidance/img/faq/bg_a.jpg) no-repeat left top;
	padding:5px 0 5px 45px;
	min-height:31px;
}


/*--------------------------------------------------------------------*/
/*診療科・部門 */
/*--------------------------------------------------------------------*/
/*コンテンツメニュー*/
ul.services_menu{
	width:100%;
}
ul.services_menu li{
	width:33.333%;
	float:left;
	font-size:85%;
	text-align:center;
	padding:0.3em 0;
	border:1px solid #ece691;
}
ul.services_menu li.w50{ width:50%; }
ul.services_menu li.w25{ width:25%; }
ul.services_menu li.w20{ width:20%; }
ul.services_menu li.w33:nth-of-type(3n+1){ border-left:1px solid #ece691; }
ul.services_menu li + li{ border-left:0; }
ul.services_menu li a{
	display:block;
	color:#333333;
	text-decoration:none;
}
ul.services_menu li:hover,
ul.services_menu li.active{
	background:#F1EDB4;
}


/*アコーディオンメニュー*/
#acMenu dt{
    display:block;
    width:100%;
    cursor:pointer;
    background:url(../img/common/accordion_bg.jpg) no-repeat right center #F1F7FC;
	border:1px solid #D9E9F7;
	border-bottom:1px solid #4084CF;
	padding:10px 30px 10px 15px;
	margin-top:15px;
	font-size:0;
}
#acMenu dd{
    width:100%;
    display:none;
	padding:1em;
}
#acMenu dt.active{
	background:url(../img/common/accordion_bg_on.jpg) no-repeat right center #F1F7FC;
}


/*医師紹介*/
.doctor_box{
	background:url(../img/common/doctor_bg.jpg) no-repeat left top;
	border-top:1px solid #76A9DC;
	border-left:1px solid #76A9DC;
	margin-bottom:30px;
	font-size:87%;
}
.doctor_box .doctor_text{
	padding:30px 0 25px 18px;
}
.doctor_box .doctor_photo{
	float:right;
	width:40%;
}
.doctor_box .doctor_photo img{
	width:100%;
	max-width:300px;
}
.doctor_box .doctor_career{
	float:left;
	width:calc(60% - 15px);
}


.doctor_box .doctor_comment{
	background:#76A9DC;
	padding:15px 18px;
	color:#FFFFFF;
}

.doctor_2line_wrapper{
	width:100%; overflow: hidden;
}
.doctor_2line{
	margin:0 -2.5% 0 0;
}
.doctor_box_s{
	float:left;
	width:47.5%;
	margin:0 2.5% 20px 0;
	
	background:url(../img/common/doctor_bg2.jpg) no-repeat left top;
	border-top:1px solid #76A9DC;
	border-left:1px solid #76A9DC;
	padding:15px 18px;
	font-size:87%;
	
	position:relative;
}
.doctor_box_s .doctor_photo{
	text-align:center;
	margin-bottom:20px;
	margin-top:15px;
}
.doctor_box_s .doctor_photo	img{
	width:70%;
	max-width:300px;
}
.doctor_box_s .name_s,
.doctor_box_s .name{
	padding-left:10px;
	display:inline;
}

.doctor_box ul.list_style li,
.doctor_box_s ul.list_style li{
	margin-bottom:0;
}

/*--------------------------------------------------------------------*/
/*診療技術部門*/
/*--------------------------------------------------------------------*/
/*患者さまの声*/
.voice_man{
	background:url(../services/bumon_technical/img/voice_man.png) no-repeat 1em center;
	min-height:15px;
	padding:5px 1em 5px 3em;
	font-size:108%;
	font-weight:bold;
	margin-bottom:10px;
	border-bottom:1px dashed #88B3E0;
}
.voice_woman{
	background:url(../services/bumon_technical/img/voice_woman.png) no-repeat 1em center;
	min-height:15px;
	padding:5px 1em 5px 3em;
	font-size:108%;
	font-weight:bold;
	margin-bottom:10px;
	border-bottom:1px dashed #E79EA9;
}

.voice_box_blue {
	position: relative;
	background: #F8FBFE;
	border: 1px solid #88B3E0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:10px 15px 15px 15px;
}
.voice_box_blue:after, .voice_box_blue:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.voice_box_blue:after {
	border-color: rgba(248, 251, 254, 0);
	border-right-color: #F8FBFE;
	border-width: 15px;
	margin-top: -15px;
}
.voice_box_blue:before {
	border-color: rgba(136, 179, 224, 0);
	border-right-color: #88B3E0;
	border-width: 16px;
	margin-top: -16px;
}

.voice_box_red {
	position: relative;
	background: #FDF7F8;
	border: 1px solid #E79EA9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:10px 15px 15px 15px;
}
.voice_box_red:after, .voice_box_red:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.voice_box_red:after {
	border-color: rgba(253, 247, 248, 0);
	border-left-color: #FDF7F8;
	border-width: 15px;
	margin-top: -15px;
}
.voice_box_red:before {
	border-color: rgba(231, 158, 169, 0);
	border-left-color: #E79EA9;
	border-width: 16px;
	margin-top: -16px;
}


/*--------------------------------------------------------------------*/
/*放射線部*/
/*--------------------------------------------------------------------*/
/*CT検査予約*/
.table_ct_step{
	width:100%;
}
.table_ct_step td{ padding:10px; }
.table_ct_step .stepbox{
	background:#E6EFF9;
	border:3px solid #6f9dd1;
}
.table_ct_step .stepbox .title{
	width:100%;
	background:#4084CF;
	color:#FFFFFF;
	font-size:115%;
	text-align:center;
	padding:5px;
	margin-bottom:10px;
	font-weight:bold;
}
.table_ct_step .stepbox .title2{
	font-weight:bold;
	font-size:125%;
	color:#000000;
	margin-bottom:10px;
	border-bottom:1px solid #4084CF;
	text-align:center;
}
/*新規ページ追加分*/
.radiology h6{
	font-size: 13px;
	background-color: #B5D0EC;
	padding: 4px 15px;
	margin-bottom:15px;
}
.radiology h6:before{ display: none; }
.radiology .link{
	max-width:98.5%;
	position: relative;
}
.radiology .link:before{
	content: "";
	width: 100%;
	height: 100%;
	background-color: #6A9FDB;
	display: block;
	position: absolute;
	top: 3px;
	right: -3px;
	z-index: -1;
}
.radiology .link a{
	max-width:100%;
	position: relative;
	transition: 0.1s;
	top: 0;
	right: 0;
	border: 1px solid #4084D0;
	background-color: #fff;
	display: block;
	color: #333;
	padding:20px 0 20px 55px;
	text-decoration: none;
}
.radiology .link a:hover{
	top: 3px;
	right: -3px;
}
.radiology .link_area{ margin-left: -5px; }

.radiology .link_s{
	min-width:48%;
	display: inline-block;
	margin:0 0 10px 5px;
}
.radiology .link_s a{ min-width:47.5%;}
.radiology .icon1{ background: url("../services/bumon_technical/img/img_housya1.png")0.5em center no-repeat; }
.radiology .icon2{ background: url("../services/bumon_technical/img/img_housya2.png")0.5em center no-repeat; }
.radiology .icon3{ background: url("../services/bumon_technical/img/img_housya3.png")0.5em center no-repeat; }
.radiology .icon4{ background: url("../services/bumon_technical/img/img_housya4.png")0.5em center no-repeat; }

.topic_s{
	border-left: 5px solid #4084D0;
	border-bottom: 1px solid #4084D0;
	padding:4px 0 4px 1em;
	font-size: 107%;
	color: #044490;
	margin-bottom: 15px;
	background-color: #f3f8fb;
}

/*--------------------------------------------------------------------*/
/*看護部門・今年度の取り組み*/
/*--------------------------------------------------------------------*/
hr.kango, hr.activity{
	border: 0;
    border-bottom: 1px dashed #ccc;
	margin-bottom:25px;
	clear:both;
}
.activity_month{
	text-align:center;
	font-size:108%;
	font-weight:bold;
	color:#ffffff;
	background:#4084D0;
	padding:0.3em;
	letter-spacing: 0.5em;
	margin-bottom:15px;
}
div.kango-action ul.kango-img{
	width:100%;
}

div.kango-action ul.kango-img li{
	float:left;
	width:50%;
	padding:5px 10px;
	text-align:center;
}

/*各階紹介*/
.kango_floormenu{
	background:#FAF8E3;
	border:1px solid #E8DA77;
	margin:0 auto 15px auto;
	width:98%;
}
.kango_floormenu_title{
	background:#ECE691;
	border-bottom:1px solid #E8DA77;
	padding:5px 12px;
	font-size:0;
}
.kango_floormenu ul{
	margin:8px 5px;
}
.kango_floormenu ul li{
	width:11.111%;
	float:left;
	text-align:center;
}


/*--------------------------------------------------------------------*/
/*交通アクセス*/
/*--------------------------------------------------------------------*/
.access_left{
	float:left;
	width:40%;
}
.access_right{
	float:right;
	width:55%;
}

table.access_table {
    border: 1px solid #ACACAC;
    background-color: #FFFFFF;
    border-collapse: collapse;
}
table.access_table td {
    border: 1px solid #ACACAC;
	padding:8px 0;
	text-align: center;
	width:33.333%;
}
table.access_table th {
    border: 1px solid #ACACAC;
	color: #ffffff;
    background-color: #666666;
    text-align: center;
	padding:8px 0;
}
table.access_table tr:nth-child(odd) {
    background-color: #EEEEEE;
}
table.access_table td.kome:after{
	content:"※";
	padding-left:0.5em;
	color:#990000;
	font-weight:bold;
}
table.access_table td.kome{ padding-left:1.5em; }


/*--------------------------------------------------------------------*/
/*新着情報*/
/*--------------------------------------------------------------------*/
dl#info_list{
	overflow: hidden;
	zoom: 1;
	margin-top:-12px;
}
dl#info_list dt{
	width: 140px;
	padding:12px 0 12px 40px;
	float: left;
	background:url(../img/common/subnavi_bg.jpg) no-repeat 20px center;
	clear: both;
}
dl#info_list dd{
	padding: 12px 0 12px 160px;
	border-bottom:1px dashed #CCCCCC;
}

/*160621*/
.news160621{
	background:url(../news/2016/img/0621/contents_bg.jpg) no-repeat top left;
	padding:40px 1em 0 1em;
}
.news160621 .guest01{
	float:left;
	width:28%;
}
.news160621 .guest02,
.news160621 .guest03{
	float:left;
	width:36%;
}

/*TAVI実施施設*/
.btn_top{
	width:70%;
	margin:0 auto 60px auto;
}
.btn_top .btn{
	display:inline-block;
	margin-left:20px;
}
.tavi_bg{ background:url(../news/2019/img/0204/tavi_bg.jpg) repeat-y top left;}

.pink{ color:#EC078B;}
.blue{ color:#004080;}

.tavi_about_y{ 
	background-color:#FFFFBF;
	padding:25px 15px;
	margin-bottom:40px;
}
.tavi_about_b{ 
	background-color:#DDEEFF;
	padding:25px 15px;
	margin-bottom:40px;
}
h5.title{
	font-weight:bold;
	font-size:26px;
	margin-bottom:15px;
}
.tavi_about_list{
	width:90%;
	margin:0 auto;
}
.tavi_about_list p{ padding-top:10px;}
.tavi_about{
	display:inline-table;
	width:23%;
	padding:0 5px;
}
.tavi_about .text{
	width:91%;
}
.tavi_about .list_s{
	width:91%;
}
.tavi_about .list_l{
	min-width:242px;
}
.stenosis_title{
	color:#FF6666;
	font-weight:bold;
	font-size:23px;
	margin-bottom:20px;
}
.study{ width:80%; margin:0 auto 50px auto;}
.study img{ border:1px solid #CCC; }

.news_doctor{
	font-size:0;
    clear: both;
}
.news_doctor li:first-child{
    width: 120px;
    margin-right: 10px;
}
.news_doctor li{
	float: left;
	width:50%;
	font-size:14px;
	vertical-align:middle;
}
.movie{
    position:relative;
    width:80%;
    height:0;
    padding-top:45%;
    margin: 0 auto 15px;
    border: none;
}
.movie video,
.movie iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border: none;
}
/*--------------------------------------------------------------------*/
/*お問い合わせ*/
/*--------------------------------------------------------------------*/
form{ display:inline; }

#inquiry_wrapper{
	background-color:#ffffff;
	border:10px solid #E6EFF9;
	padding:20px 40px;
	margin:0;
}
#inquiry_wrapper input[type="text"],
#inquiry_wrapper textarea, 
#inquiry_wrapper select{
	border:1px solid #4084CF;
	background:#FEFEFE;
	padding:5px;
	border-radius:3px;
	max-width:100%;
}
#inquiry_wrapper input[type="text"]:focus, 
#inquiry_wrapper textarea:focus{
	background:#E6EFF9;
}

#inquiry_wrapper dl{
	width:94%;
	padding:20px 0 0 0;
	margin:0 auto;
}
#inquiry_wrapper dt{
	clear:both;
	width:35%;
	padding-bottom:20px;
	float:left;
}
#inquiry_wrapper dt:before {
	content: '■';
	color:#4084D0;
	padding-right:0.5em;
}
#inquiry_wrapper dd{
	width:60%;
	padding-bottom:20px;
	float:left;
}
#inquiry_wrapper dt span{
	color:#E91818;
}
#inquiry_wrapper .red{
	color:#990000;
}
#inquiry_wrapper .g-recaptcha {
  margin-right:auto;
  margin-left:auto;
  text-align: center;
  width:300px;
}

#btn_send{
	text-align:center;
	padding:30px 0 20px 0;
}
#btn_send input.submit,
#btn_send input.send{
	max-width:100%;
	width:260px;
	height:60px;
	border:none;
	text-indent:-9999px;
	display:inline-block;
	cursor:pointer;
	margin:0 1.5em;
}
#btn_send input.reset,
#btn_send input.back{
	max-width:100%;
	width:120px;
	height:45px;
	border:none;
	text-indent:-9999px;
	display:inline-block;
	cursor:pointer;
	margin:0 1.5em;
}
#btn_send input.submit{
	background:url(../inquiry/img/input-submit.jpg) no-repeat top left;
	background-size: 100% auto;
}
#btn_send input.reset{
	background:url(../inquiry/img/input-reset.jpg) no-repeat top left;
	background-size: 100% auto;
}
#btn_send input.send{
	background:url(../inquiry/img/input-send.jpg) no-repeat top left;
	background-size: 100% auto;
}
#btn_send input.back{
	background:url(../inquiry/img/input-back.jpg) no-repeat top left;
	background-size: 100% auto;
}
#btn_send input.submit:hover,
#btn_send input.reset:hover,
#btn_send input.send:hover,
#btn_send input.back:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-khtml-opacity: 0.7;
}



/*--------------------------------------------------------------------*/
/*段組み*/
/*--------------------------------------------------------------------*/
/*2段*/
.box02{
	float:left;
	width:50%;
	padding:0 2.5%;
}
.box02_f{
	float:left;
	width:50%;
	padding:0;
}

.link_box{
	display: inline-block;
	width:49%;
	padding:0 2.5%;
	vertical-align:top;
}


/*3段*/
.box03{
	float:left;
	width:33.333%;
	padding:0 1.375%;
}


/*4段*/
.box04{
	float:left;
	width:25%;
	padding:0 5px;
}

/*5段*/
.box05{
	float:left;
	width:20%;
	padding:0 2.5px;
}

/*右側に写真*/
.photoarea .left{
	float:left;
	width:70%;
}
.photoarea .right{
	float:right;
	width:25%;
	text-align:center;
}

.photoarea.wide .right{
	float:right;
	width:30%;
	padding:0 1em;
	text-align:center;
}

s

/*--------------------------------------------------------------------*/
/*テーブル*/
/*--------------------------------------------------------------------*/
table.table_style {
    border: 1px solid #ACACAC;
    background-color: #FFFFFF;
    border-collapse: collapse;
}
table.table_style td {
    border: 1px solid #ACACAC;
	padding:8px 10px;
}

table.table_style td.num{
	border-right:none;
	padding-right:5px;
}

table.table_style td.theme{
	border-left:none;
}


table.table_style th {
    border: 1px solid #ACACAC;
    background-color:#E6EFF9;
	font-weight:bold;
	padding:8px 10px;
	vertical-align:top;
}

table.table_style td.td-pnone {
	display:none;
}/*2025/1/30追加*/

table.table_style th.th-pnone {
	display:none;
}/*2025/1/30追加*/


table.table_style2 {
    border: 1px solid #ACACAC;
    background-color: #FFFFFF;
    border-collapse: collapse;
}
table.table_style2 td {
    border: 1px solid #ACACAC;
	padding:8px 10px;
}
table.table_style2 th {
    border: 1px solid #ACACAC;
    background-color:#E6EFF9;
	font-weight:bold;
	padding:8px 10px;
	vertical-align:top;
}

table.table_style3 {
    border: 1px solid #ACACAC;
    background-color: #FFFFFF;
    border-collapse: collapse;
}
table.table_style3 td {
    border: 1px solid #ACACAC;
	padding:8px 10px;
	vertical-align:top;
}

table.table_style3 th {
    border: 1px solid #ACACAC;
    background-color:#E6EFF9;
	font-weight:bold;
	padding:8px 10px;
	vertical-align:top;
}

.txt-num {
	width:12%;
	display: inline-block;
	vertical-align:top;
	padding-right:5px;
}

.txt-theme {
	width:88%;
	display: inline-block;
	vertical-align:top;
}

/*--------------------------------------------------------------------*/
/*リスト*/
/*--------------------------------------------------------------------*/
ul.list_style{
	list-style-type: none;
	margin-left:1em;
}
ul.list_style li{ margin-bottom:5px; }
ul.list_style li:before {
	content: '・';
	margin-left:-1em;
}

ul.list_style.mark01 li:before {
	content: url("../img/common/li_marker01.jpg");
	padding-right:0.5em;
	margin-left:-1em;
}


ol.list_style_no{
	margin-left:1em;
}
ol.list_style_no li{
	margin-bottom:5px;
	list-style-type:decimal;
}


/*--------------------------------------------------------------------*/
/*注釈用*/
/*--------------------------------------------------------------------*/
.box_yellow{
	background:#FAF8E3;
	border:1px solid #ECE691;
	padding:10px;
}
.box_red{
	background:#FCEBE9;
	border:1px solid #EFA79E;
	padding:10px;
}


/*--------------------------------------------------------------------*/
/*画像＋見出し*/
/*--------------------------------------------------------------------*/
figure {
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width:291px;
	margin:0 auto;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
figcaption {
	position: absolute;
	bottom: 8px;
	right: 0;
	z-index: 2;
	width: 100%;
	background: rgba(47,114,187,.7);
	-moz-transition: .4s;
	-webkit-transition: .4s;
	-o-transition: .4s;
	-ms-transition: .4s;
	transition: .4s;
	
	padding:8px 20px;
	font-size:0;
}
figure:hover figcaption {
	background: rgba(175,155,30,.7);
}
img.bgimage{
	-moz-transition: .4s;
	-webkit-transition: .4s;
	-o-transition: .4s;
	-ms-transition: .4s;
	transition: .4s;
	
	/*-webkit-filter: blur(0);
	filter: blur(0);*/
	
}
figure:hover img.bgimage{
    /*-webkit-filter: blur(1px);
	filter: blur(1px);*/
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}



/******************************************************************************************
	tablet size
******************************************************************************************/

@media screen and (max-width: 959px) {

/*基本レイアウト*/
#main_contents{
	margin:25px 0 35px 0;
	padding:10px;
}

/*--------------------------------------------------------------------*/
/*メインコンテンツ大枠*/
/*--------------------------------------------------------------------*/
#contents_mainarea{
	float:none;
	width:100%;
	margin-bottom:30px;
	padding:0;
	border:none;
}

/*サブナビ*/
#contents_subnavi{
	float:none;
	width:100%;
	max-width:100%;
	padding:10px;
	border:8px solid #D0E1F2;
}

#contents_subnavi .title{
	padding:0 10px 10px 10px;
}
#contents_subnavi ul{ padding:10px 10px 0 10px; }
#contents_subnavi ul li{
	margin:5px 0;
	float:left;
	width:50%;
}

/*サブナビ下階層用*/
#contents_subnavi ul li.sub{
	display:none;
}
#contents_subnavi ul li.sub_parent{
	margin:5px 0;
}

.fixed{
	position:static;
}

/*第三階層用リンク*/
.acc_menu li{
	margin:5px 0;
}
.acc_menu li + li {
	border-left:none;
}

/*--------------------------------------------------------------------*/
/*パンくず*/
/*--------------------------------------------------------------------*/
#pankuzu{ padding:10px 10px; }


/*--------------------------------------------------------------------*/
/*当院について*/
/*--------------------------------------------------------------------*/
/*診療実績*/
table.results_table th, table.results_table td {
	font-size:85%;
	min-width:auto;
}

/*--------------------------------------------------------------------*/
/*診療科・部門 */
/*--------------------------------------------------------------------*/
/*医師紹介*/
.doctor_box .doctor_photo{
	float:none;
	width:100%;
	margin-bottom:30px;
	text-align:center;
}
.doctor_box .doctor_career{
	float:none;
	width:100%;
}


.doctor_box ul.list_style li br{ display:none; }


/*--------------------------------------------------------------------*/
/*交通アクセス*/
/*--------------------------------------------------------------------*/
table.access_table td.kome{ padding-left:0; }


/*--------------------------------------------------------------------*/
/*新着情報*/
/*--------------------------------------------------------------------*/
/*160621*/
.news160621 .guest01,
.news160621 .guest02,
.news160621 .guest03{
	float:none;
	width:100%;
}
.news160621 .guest01,
.news160621 .guest02{ margin-bottom:20px; }


/*TAVI実施施設*/
.tavi_about{
	display:inline-block;
	width:48%;
	padding:0 5px 10px 5px;
	vertical-align:top;
}
.tavi_about .text{
	width:85%;
}
.tavi_about .list_s{
	width:85%;
}
.tavi_about .list_l{
	min-width:85%;
}


/*--------------------------------------------------------------------*/
/*お問い合わせ*/
/*--------------------------------------------------------------------*/
#inquiry_wrapper dl{
	width:100%;
}
#inquiry_wrapper dt{
	width:100%;
	padding:0 0 5px 0;
	float:none;
}
#inquiry_wrapper dd{
	width:100%;
	float:none;
}
#inquiry_wrapper input[type="text"],
#inquiry_wrapper textarea, 
#inquiry_wrapper select{
	max-width:100%;
}

#btn_send input.submit,
#btn_send input.send{
	margin-bottom:15px;
}



}



/******************************************************************************************
	sp size
******************************************************************************************/

@media screen and (max-width: 479px) {

/*基本レイアウト*/
#main_contents{
	margin:20px 0 30px 0;
}

/*--------------------------------------------------------------------*/
/*デザインパーツ*/
/*--------------------------------------------------------------------*/
h1{	padding:15px 10px; }
h1 img{ max-height:25px; }


/*--------------------------------------------------------------------*/
/*メインコンテンツ大枠*/
/*--------------------------------------------------------------------*/
/*サブナビ*/
#contents_subnavi{
	float:none;
	width:100%;
	padding:10px;
	border:8px solid #D0E1F2;
}

#contents_subnavi .title{
	padding:0 10px 10px 10px;
}
#contents_subnavi ul{ padding:10px 10px 0 10px; }
#contents_subnavi ul li{
	float:none;
	width:100%;
}


/*--------------------------------------------------------------------*/
/*パンくず*/
/*--------------------------------------------------------------------*/
#pankuzu{ padding:5px 10px; }


/*--------------------------------------------------------------------*/
/*当院について*/
/*--------------------------------------------------------------------*/

/*挨拶*/
.greeting_box{
	margin-bottom:20px;
}
.greeting_box .photo{
	width:100%;
	float:none;
	margin-bottom:15px;
}
.greeting_box .text{
	width:100%;
	float:none;
}


/*--------------------------------------------------------------------*/
/*ご利用案内*/
/*--------------------------------------------------------------------*/
/*外来*/
table.gairai_table{
	border-top:none;
	border-left:none;
	border-right:none;
}
table.gairai_table td {
	padding:8px 40px 8px 20px;
	display:block;
	border-bottom:none;
	text-align:right;
}
table.gairai_table td:before {
	content:attr(data-label);
	float:left;
	font-weight: bold;
}
table.gairai_table th {
	font-weight:bold;
	padding:5px 10px;
	display:block;
	border-bottom:none;
}
table.gairai_table thead {
	display: none;
}

/*セカンドオピニオン*/
dl.opinion_process dt{
	padding:2px 0 0 0;
}

.flexbox_gairai{
	display: block;
}
	
.indent_gairai{ padding:0 1em; }
/*--------------------------------------------------------------------*/
/*診療科・部門 */
/*--------------------------------------------------------------------*/
/*コンテンツメニュー*/
ul.services_menu li{
	width:100%;
	float:none;
}
ul.services_menu li + li{
	border-left:1px solid #ece691;
	border-top:0;
}
ul.services_menu li.w25,
ul.services_menu li.w20{
	width:100%;
	float:none;
}

/*医師紹介*/
.doctor_box .doctor_photo img{
	max-width:75%;
}

.doctor_2line{
	margin:0;
}
.doctor_box_s{
	float:none;
	width:100%;
	margin:0 0 20px 0;
}


/*看護　各階紹介*/
.kango_floormenu ul li{
	width:25%;
	margin:3px 0;
}

/*--------------------------------------------------------------------*/
/*放射線部*/
/*--------------------------------------------------------------------*/
/*新規ページ追加分*/
.radiology h6{ font-size: 14px; }
.radiology .link_area{ margin-left: 0; }
.radiology .link{ max-width:100%; }
.radiology .link a{
	padding: 17px 10px 17px 45px;
	background-size: 30px;
}
.radiology .link_s{
	max-width:100%;
	display: block;
	margin:0 0 12px 0;
}
.radiology .link_s a{ min-width:100%;}

/*--------------------------------------------------------------------*/
/*循環器と検査*/
/*--------------------------------------------------------------------*/
/*体の声*/

#karada-koe-link ul{
	width:100%;
	padding:0 10px;
}

#karada-koe-link ul li{
	float:left;
	width:33.333%;
	padding:20px 5px 0 5px;
	text-align:center;
}

#disease-kensa-box{
	padding:7px;
}

#disease-kensa-box div#kensa-text{
	width:75%;
}


/*--------------------------------------------------------------------*/
/*交通アクセス*/
/*--------------------------------------------------------------------*/
.access_left{
	float:none;
	width:100%;
	margin-bottom:20px;
}
.access_right{
	float:none;
	width:100%;
}
table.access_table td.kome{ padding-left:1.5em; }


/*--------------------------------------------------------------------*/
/*新着情報*/
/*--------------------------------------------------------------------*/
dl#info_list dt{
	width: 140px;
	padding:12px 0 5px 20px;
	float: none;
	background:url(../img/common/subnavi_bg.jpg) no-repeat 5px center;
}
dl#info_list dd{
	padding: 0 0 12px 20px;
	border-bottom:1px dashed #CCCCCC;
}


/*TAVI実施施設*/
.btn_top{
	width:70%;
	margin:0 auto;
}
.btn_top .btn{
	display:block;
	margin-bottom:20px;
}

.tavi_about_list{
	width:85%;
	margin:0 auto;
}
.tavi_03{width:100%;}

.tavi_about{
	display:block;
	width:95%;
	padding:0;
	margin:0 auto 15px auto;
}
.tavi_about .text{ width:95%; }
.tavi_about .list_s{ width:95%; }
.movie{
    width:100%;
    padding-top:55%;
}

/*--------------------------------------------------------------------*/
/*お問い合わせ*/
/*--------------------------------------------------------------------*/
#inquiry_wrapper{
	border:5px solid #F2F2F2;
	margin:0;
	padding:10px;
}
#inquiry_wrapper input[type="text"],
#inquiry_wrapper textarea, 
#inquiry_wrapper select{
	max-width:95%;
}

#btn_send{
	text-align:center;
	padding:15px 0 15px 0;
}
#btn_send input.submit,
#btn_send input.send{
	margin:0 0 15px 0;
}
#btn_send input.reset,
#btn_send input.back{
	margin:0 0 15px 0;
}



/*--------------------------------------------------------------------*/
/*段組み*/
/*--------------------------------------------------------------------*/
/*2段*/
.box02{
	float:none;
	width:100%;
	margin-top:20px;
}
.box02:first-child{
	margin-top:0;
}
.box02_f{
	float:none;
	width:100%;
	margin-top:20px;
}
.box02_f:first-child{
	margin-top:0;
}
.link_box{
	width:100%;
	margin-top:20px;
}
.link_box:first-child{
	margin-top:0;
}

/*3段*/
.box03{
	float:none;
	width:100%;
	margin-top:20px;
}
.box03:first-child{
	margin-top:0;
}

/*4段*/
.box04{
	float:left;
	width:50%;
	padding:0 5px 10px 5px;
}

/*5段*/
.box05{
	float:left;
	width:50%;
	padding:0 5px 10px 5px;
}

/*右側に写真*/
.photoarea .left{
	float:none;
	width:100%;
	margin-bottom:15px;
}
.photoarea .right,
.photoarea.wide .right{
	float:none;
	width:100%;
	overflow:hidden;
}
.photoarea .right img{
	width:45%;
	margin:2.5%;
	float:left;
}


/*--------------------------------------------------------------------*/
/*テーブル*/
/*--------------------------------------------------------------------*/
table.table_style{
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:1px solid #ACACAC;
}
table.table_style td {
	padding:8px 10px;
	display:block;
	border-bottom:none;
	width:100%;
}
	
table.table_style th {
	font-weight:bold;
	padding:5px 10px;
	display:block;
	width:100%;
	border-bottom:none;
}
table.table_style th:before,
table.table_style td:before {
	content: attr(aria-label) ;
	display:block;
	color:#667687;
	font-size:85%;
	font-weight:bold;
	text-align:left;
}

table.table_style td.td-pnone {
	display:block;
}/*2025/1/30追加*/
	
table.table_style th.th-pnone {
	display:block;
}/*2025/1/30追加*/
	
table.table_style th.th-mnone {
	display:none;
}/*2025/1/30追加*/



table.table_style3{
	border:none;
}

table.table_style3 tr.m-none{
	display:none;
}

table.table_style3 tr {
    width: 100%;
  }
table.table_style3 td {
    padding:8px 10px 10px 110px ;
	display:block;
	border-bottom:none;
    text-align: left;
    width:100%;
	position:relative;
  }

table.table_style3 td:last-child {
	border-bottom:1px solid #ACACAC;
	margin-bottom:15px;
  }

table.table_style3 td:before {
    content: attr(data-label);
	display:block;
    font-weight: bold;
	padding:5px 8px;
	background-color:#E6EFF9;
	position:absolute;
	font-size:10px;
	width:8em;
	top:5px;
	left:5px;
  }
  
table.table_style3 td br.m-none{
	display:none;
}

}



/*--------------------------------------------------------------------*/
/*印刷*/
/*--------------------------------------------------------------------*/

@media print {
	#import_header,#import_footer {display:none; }
	#contents_subnavi{ display:none; }
	
	#contents_mainarea{ float:none; width:100%; border:none; }
}