﻿@charset "UTF-8";
/* CSS Document */

/*ご来院・入院の方　index
*****************************************************/
.index #contentWrap .bg_pagettl {
	background: url(../images/outpatient/bg_outpatient.jpg) no-repeat center center;
	background-size: cover;
}
.photomenu li span {
	border-bottom: 3px solid #4fbae0;
}
.photomenu li.menu01 span {
	background:url(../images/v_menu01.jpg) no-repeat center center;
}
.photomenu li.menu02 span {
	background: url(../images/outpatient/menu_reserve.jpg) no-repeat center center;
}
.photomenu li.menu03 span {
	background:url(../images/v_menu02.jpg) no-repeat center center;
}
.photomenu li.menu04 span {
	background: url(../images/v_menu03.jpg) no-repeat center center;
}
.photomenu li.menu10 span {
	background: url(../images/v_menu10.jpg) no-repeat center center;
}
.photomenu li.menu11 span {
	background: url(../images/v_menu04.jpg) no-repeat center center;
}
.photomenu li.menu05 span {
	background: url(../images/v_menu06.jpg) no-repeat center center;
}
.photomenu li.menu06 span {
	background: url(../images/outpatient/menu_facility.jpg) no-repeat center center;
}
.photomenu li.menu07 span {
	background: url(../images/outpatient/menu_life.jpg) no-repeat center center;
}
.photomenu li.menu08 span {
	background:url(../images/v_menu05.jpg) no-repeat center center;
}
.photomenu li.menu09 span {
	background: url(../images/outpatient/menu_dpc.jpg) no-repeat center center;
}
.photomenu li.menu12 span {
	background: url(../images/outpatient/menu_life.png) no-repeat center center;
}
.photomenu li h3 {
	background: url(../images/menu_icon_01.png) no-repeat right center;
}

/*Outpatient 下層ページ共通
*****************************************************/
#bOutpatient .mainColumn .text01 {
	margin-bottom:50px;
}
#bOutpatient .mainColumn .text02 {
	margin-bottom:15px;
}
#bOutpatient .mainColumn .text03 {
	margin-bottom:0px;
}
#bOutpatient .mainColumn .step {
	margin: 0px;
	padding: 20px;
	border: 1px solid #777;
	overflow: hidden;
}
#bOutpatient .mainColumn .flow {
	background-image: url(../images/outpatient/first_consultation_flow.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 80px;
}
#bOutpatient .mainColumn .step h3 {
	color: #FFF;
	background-color: #00468c;
	border: none !important;
	border-left:none;
	margin: 0px;
	padding: 5px;
	line-height:2em;
	border-image:none;
}
#bOutpatient .mainColumn .step h3::before {
	display:none;
}
#bOutpatient .mainColumn .step h3 span {
	color: #FFF;
	background-color: #00468c;
	border-right:solid 1px #FFFFFF;
	margin: 0 20px 0 0;
	padding: 0px 20px 0px 20px;
}
#bOutpatient .mainColumn .step ul {
	margin: 10px 0 0 0;
}
#bOutpatient .mainColumn .step ul li:last-child {
	margin-bottom: 0 ;
}

#bOutpatient .mainColumn .step img {
	margin: 20px 0 20px 20px;
}
#bOutpatient .mainColumn .creditcard {
	background-color: #eee;
	margin: 50px 0 2.5em 0;
	padding: 40px 40px 5px 40px;
}
#bOutpatient .mainColumn .creditcard h3 {
	border: none !important;
	border-left:none;
	margin: 0px;
	padding: 0px;
	line-height:2em;
	border-image:none;
}
#bOutpatient .mainColumn .creditcard h3::before {
	display:none;
}
#bOutpatient .mainColumn .creditcard h4 {
	font-size:87.5%;
	margin:30px 0 0 0;
	padding:0;
}
#bOutpatient .mainColumn .creditcard p {
	font-size:87.5%;
}
#bOutpatient .mainColumn .creditcard li {
	font-size:87.5%;
	list-style-type: disc;
	margin: 15px 0 15px 20px;
	padding: 0px;
	line-height: 1.5em;
}
#bOutpatient .mainColumn .creditcard .cardImage {
	background-color: #ffffff;
	margin: 0px;
	padding: 20px 65px 17px 69px;
}

/*初診について
*****************************************************/
#bOutpatient.first_consultation .mainColumn #tab {
	border-bottom:5px solid #008ac6;
	overflow:hidden;
}
#bOutpatient.first_consultation .mainColumn #tab li a {
	float:left;
	width:223px;
	height:63px;
	box-sizing:border-box;
	border:3px solid #aaa;
	border-bottom:none;
	border-radius:5px 5px 0 0;
	margin-right:5px;
	font-weight:bold;
	font-size:18px;
	color:#000;
	text-align:center;
	padding-top:22px;
	position:relative;
	text-decoration:none;
}
#bOutpatient.first_consultation .mainColumn #tab li a::before {
	content:"";
	display:block;
	position:absolute;
	bottom:0;
	left:-3px;
	width:223px;
	height:2px;
	background:#FFF;
}
#bOutpatient.first_consultation .mainColumn #tab li:last-child a {
	margin-right:0;
}
#bOutpatient.first_consultation .mainColumn #tab li:hover a,
#bOutpatient.first_consultation .mainColumn #tab li.select a {
	background:#008ac6;
	border:3px solid #008ac6;
	color:#FFF;
}
#bOutpatient.first_consultation .mainColumn #tab li:hover a::before,
#bOutpatient.first_consultation .mainColumn #tab li.select a::before {
	display:none;
}
.first_consultation ul.accordion > li:nth-child(1) > ul li:nth-child(1) a {
	font-weight:bold;
	color:#008ac6;
}

/*予約について
*****************************************************/
#bOutpatient.reserve .mainColumn #tab {
	border-bottom:5px solid #008ac6;
	overflow:hidden;
}
#bOutpatient.reserve .mainColumn #tab li a {
	float: left;
	width: 167px;
	height: 65px;
	box-sizing: border-box;
	border: 3px solid #aaa;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
	margin-right: 4px;
	font-weight: bold;
	font-size: 18px;
	color: #000;
	text-align: center;
	padding-top: 22px;
	position: relative;
	text-decoration: none;
}
#bOutpatient.reserve .mainColumn #tab li.l2 a {
	height: 65px;
	padding-top: 15px;
}
#bOutpatient.reserve .mainColumn #tab li a::before {
	content:"";
	display:block;
	position:absolute;
	bottom:0;
	left:-3px;
	width:223px;
	height:2px;
	background:#FFF;
}
#bOutpatient.reserve .mainColumn #tab li:last-child a {
	margin-right:0;
}
#bOutpatient.reserve .mainColumn #tab li:hover a,
#bOutpatient.reserve .mainColumn #tab li.select a {
	background:#008ac6;
	border:3px solid #008ac6;
	border-bottom:none;
	color:#FFF;
}
#bOutpatient.reserve .mainColumn #tab li:hover a::before,
#bOutpatient.reserve .mainColumn #tab li.select a::before {
	display:none;
}

.reserve ul.accordion > li:nth-child(1) > ul li:nth-child(2) a {
	font-weight:bold;
	color:#008ac6;
}

/*救急外来
*****************************************************/

#bOutpatient.overtime .mainColumn .map {
	text-align:center;
	padding:10px 0 30px 0;
}
.overtime ul.accordion > li:nth-child(1) > ul li:nth-child(4) a {
	font-weight:bold;
	color:#008ac6;
}
#bOutpatient.overtime .mainColumn .left {
	float:left;
}
#bOutpatient.overtime .mainColumn .right {
	float:right;
}
/*外来担当表
*****************************************************/
#bOutpatient.schedule .mainColumn .link-list {
	overflow:hidden;
	padding-top:10px;
	margin-bottom:30px;
}
#bOutpatient.schedule .mainColumn .link-list li {
	float:left;
	width:170px;
	font-size:82.5%;
	margin-bottom:15px;
}
#bOutpatient.schedule .mainColumn .link-list li:nth-child(4n+1) {
	clear:left;
}
#bOutpatient.schedule .mainColumn .link-list li a {
	display:block;
	background:url(../images/menu_icon_05.png) no-repeat 0 1px;
	padding-left:24px;
	padding-right:5px;
	color:#000;
	text-decoration:none;
	line-height: 1.3;
	font-size: 120%;
}
#bOutpatient.schedule .mainColumn .link-list li a:hover {
	text-decoration:underline;
}
#bOutpatient.schedule section {
	margin-bottom:60px;
}
#bOutpatient.schedule section div {
	position:relative;
}
#bOutpatient.schedule .mainColumn h2 {
	margin-top:-170px;
	padding-top:170px;
}
#bOutpatient.schedule section .btn {
	font-size:16px;
	display:block;
	position:absolute;
	top:0;
	right:0;
	color:#FFF;
	text-decoration:none;
	background:#ff9a82 url(../images/menu_icon_06.png) no-repeat 104px center;
	font-weight:bold;
	padding:0 35px 0 16px;
	border-radius:5px;
	line-height:40px;
	height:36px;
}
#bOutpatient.schedule section .btn:hover {
	background:#ffb8a7 url(../images/menu_icon_06.png) no-repeat 104px center;
}
#bOutpatient.schedule .tab {
	border-bottom:5px solid #008ac6;
	overflow:hidden;
	margin-bottom:16px;
}
#bOutpatient.schedule .tab li {
	float:left;
	border-radius:5px 5px 0 0;
	text-align:center;
	border:3px solid #aaa;
	width:194px;
	font-size:112.5%;
	line-height:43px;
	height:40px;
	position:relative;
	font-weight:bold;
	list-style-type:none;
	padding-left: 0;
	text-indent: 0;
	margin:0px 5px 0px 0px;

}
#bOutpatient.schedule .tab li.select {
	color:#FFF;
	background:#008ac6;
	border:3px solid #008ac6;
}
#bOutpatient.schedule .tab li::after {
	content:"";
	display:block;
	position:absolute;
	width: 200px;
	height: 3px;
	left: -3px;
	bottom: -3px;
	background:#FFF;
}
#bOutpatient.schedule .tab li.select::after {
	background:#008ac6;
}
#bOutpatient.schedule .tab li:hover {
	cursor:pointer;
	color:#FFF;
	background:#008ac6;
	border:3px solid #008ac6;
}
#bOutpatient.schedule .tab li:hover::after {
	display:none;
}
#bOutpatient.schedule table {
	border-top:1px solid #999;
	border-left:1px solid #999;
	margin-bottom:10px;
}
#bOutpatient.schedule table th,
#bOutpatient.schedule table td {
	border-right:1px solid #999;
	border-bottom:1px solid #999;
}
#bOutpatient.schedule table thead th {
	background:#a0dcf0;
	font-size:112.5%;
	height:39px;
	vertical-align:middle;
}
#bOutpatient.schedule table tbody th {
	font-size:112.5%;
	vertical-align:middle;
	padding:20px 0;
}
#bOutpatient.schedule table tbody td {
	padding:25px 5px 0;
}
#bOutpatient.schedule table tbody td li {
	margin-bottom: 13px;
}
#bOutpatient.schedule section p {
	font-weight:bold;
	line-height: 1.5;
	margin-bottom: 5px;
}
#bOutpatient.schedule section table tbody td p.text {
	font-weight: normal;
	line-height: 1.1;
	margin-top: 12px;
}
#bOutpatient.schedule section table tbody td p.text:first-child {
	margin-top: 0;
}
#bOutpatient.schedule section table tbody td p.text:last-child {
	margin-bottom: 30px;
}
#bOutpatient.schedule section table tbody td p.small {
	font-size: 75%;
	line-height: 1;
	margin-top: 0;
}
#bOutpatient.schedule section table tbody td p.red {
	color: #f00;
}
#bOutpatient.schedule section .caution {
	margin: 100px auto;
	text-align: center;
	font-weight: normal;
}
#bOutpatient.schedule section .caution.hide {
	display: none;
}
.btn_schedule {
	display:block;
	background:rgba(0,138,198,1.00) url(../images/menu_icon_03.png) no-repeat 630px center;
	border-radius:8px;
	color:#FFF;
	font-weight:bold;
	font-size: 150%;
	text-decoration:none;
	line-height:4.2;
	text-align:center;
	letter-spacing:.1em;
	margin-bottom:20px;
}
.btn_schedule:hover {
	text-decoration:none;
	background:rgba(0,138,198,0.70) url(../images/menu_icon_03.png) no-repeat 630px center;
}
#bOutpatient.schedule section ul li{
	margin-bottom: 10px;
	line-height: 1.3;
	margin-left:20px;
	/*list-style-position: inside;*/
	/*padding-left: 1em;
	text-indent: -1em;*/

}
#bOutpatient.schedule section ol li{
	margin-bottom: 10px;
	line-height: 1.2;
	list-style-type:decimal;
	/*padding-left: 1em;*/
}


/*入院案内　手続きについて　hospitalization
*****************************************************/
#bOutpatient.hospitalization .mainColumn #tab {
	border-bottom:5px solid #008ac6;
	overflow:hidden;
}
#bOutpatient.hospitalization .mainColumn #tab li {
	float:left;
	width:166px;
	height:63px;
	box-sizing:border-box;
	border:3px solid #aaa;
	border-bottom:none;
	border-radius:5px 5px 0 0;
	margin-right:5px;
	font-weight:bold;
	font-size:18px;
	color:#000;
	text-align:center;
	padding-top:14px;
	position:relative;
}
#bOutpatient.hospitalization .mainColumn #tab li:last-child {
	margin-right:0;
}
#bOutpatient.hospitalization .mainColumn #tab li::before {
	content:"";
	display:block;
	position:absolute;
	bottom:0;
	left:-3px;
	width:166px;
	height:2px;
	background:#FFF;
}
#bOutpatient.hospitalization .mainColumn #tab li:hover {
	cursor:pointer;
	background:#008ac6;
	border:3px solid #008ac6;
	color:#FFF;
}
#bOutpatient.hospitalization .mainColumn #tab li:hover::before {
	display:none;
}
#bOutpatient.hospitalization .mainColumn #tab li.select {
	background:#008ac6;
	border:3px solid #008ac6;
	border-bottom:none;
	color:#FFF;
}
#bOutpatient.hospitalization .mainColumn #tab li.select::before {
	display:none;
}

/*入院案内　入院施設のご案内　facility
*****************************************************/
#bOutpatient.facility .mainColumn .box {
	overflow:hidden;
	margin-bottom:50px;
}
#bOutpatient.facility .mainColumn .box .left {
	float:left;
	width:260px;
}
#bOutpatient.facility .mainColumn .box img.right {
	float:right;
}
#bOutpatient.facility .mainColumn table.table_02 {
	border-top:1px solid #999;
	border-left:1px solid #999;
	margin-bottom:15px;
}
#bOutpatient.facility .mainColumn table.table_02 th,
#bOutpatient.facility .mainColumn table.table_02 td {
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	line-height:1;
	text-align:center;
	vertical-align:middle;
}
#bOutpatient.facility .mainColumn table.table_02 thead th {
	font-weight:bold;
	padding:20px 0;
	background:#a0dcf0;
}
#bOutpatient.facility .mainColumn table.table_02 tbody th {
	font-weight:bold;
	padding:20px 0;
	background:#e3f5fa;
	color:#008ac6;
}
#bOutpatient.facility .mainColumn table.table_02 tbody td {
	width:265px;
}
#bOutpatient.facility .mainColumn .photo_list {
	overflow:hidden;
}
#bOutpatient.facility .mainColumn .photo_list li {
	float:left;
	width:210px;
	margin-right:25px;
}
#bOutpatient.facility .mainColumn .photo_list li:last-child {
	margin-right:0;
}
#bOutpatient.facility .mainColumn .photo_list li img {
	margin-bottom:10px;
}
/*life
*****************************************************/

/*面会について　visiting
*****************************************************/
#bOutpatient.visiting .mainColumn .map {
	text-align:center;
	padding:10px 0 30px 0;
}

/*NCDについて　ncd
*****************************************************/
#bOutpatient.ncd .mainColumn .map {
	text-align:center;
	padding:10px 0 30px 0;
}
/*もしものときのために　apc
*****************************************************/
#bOutpatient.apc .mainColumn .r_image_cap{
	float:right;
	margin-left:2.5em;
	margin-bottom:0;
	width:270px;
}


/*DPC（包括評価制度）について
*****************************************************/
#bOutpatient.dpc .mainColumn .column {
	background-color: #eee;
	margin: 20px 0 30px;
	padding: 30px 30px 25px 30px;
}
#bOutpatient.dpc .mainColumn .column h3 {
	line-height:2em;
	font-size:100%;
}
#bOutpatient.dpc .mainColumn .column p {
	font-size:87.5%;
	margin-bottom:0;
}
#bOutpatient.dpc dl.faq {
	margin-bottom:60px;
}
#bOutpatient.dpc dl.faq dt {
	position:relative;
	padding:0 0 0 45px;
	font-weight:bold;
	font-size:112.5%;
	line-height:1.8;
	margin-bottom:20px;
}
#bOutpatient.dpc dl.faq dt::before {
	content:"Q";
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:31px;
	height:31px;
	background:#008ac6;
	color:#FFF;
	font-weight:bold;
	font-size:16px;
	text-align:center;
	line-height:32px;
}
#bOutpatient.dpc dl.faq dd {
	position:relative;
	padding:0 0 0 45px;
	line-height:1.8;
	margin-bottom:20px;
}
#bOutpatient.dpc dl.faq dd::before {
	content:"A";
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:31px;
	height:31px;
	background:#ff6759;
	color:#FFF;
	font-weight:bold;
	font-size:16px;
	text-align:center;
	line-height:32px;
}
#bOutpatient.dpc dl.faq dd p {
	margin-bottom:30px;
}

/*サイドメニュー
*****************************************************/
ul.accordion {
	margin-bottom:20px;
}
ul.accordion a {
	display:block;
	background-position:97% center;
	background-repeat:no-repeat;
	text-decoration:none;
	color:#333;
}
ul.accordion > li:nth-child(2) > ul {
	display:none;
}
#bOutpatient.hospitalization ul.accordion > li:nth-child(1) > ul,
#bOutpatient.facility ul.accordion > li:nth-child(1) > ul,
#bOutpatient.life ul.accordion > li:nth-child(1) > ul,
#bOutpatient.visiting ul.accordion > li:nth-child(1) > ul,
#bOutpatient.apc ul.accordion > li:nth-child(1) > ul,
#bOutpatient.dpc ul.accordion > li:nth-child(1) > ul,
#bOutpatient.comprehensive-agreement ul.accordion > li:nth-child(1) > ul,
#bOutpatient.ncd ul.accordion > li:nth-child(1) > ul {
	display:none;
}
#bOutpatient.hospitalization ul.accordion > li:nth-child(2) > ul,
#bOutpatient.facility ul.accordion > li:nth-child(2) > ul,
#bOutpatient.life ul.accordion > li:nth-child(2) > ul,
#bOutpatient.visiting ul.accordion > li:nth-child(2) > ul,
#bOutpatient.apc ul.accordion > li:nth-child(2) > ul,
#bOutpatient.dpc ul.accordion > li:nth-child(2) > ul,
#bOutpatient.comprehensive-agreement ul.accordion > li:nth-child(2) > ul,
#bOutpatient.ncd ul.accordion > li:nth-child(2) > ul {
	display:block;
}
.schedule ul.accordion > li:nth-child(1) > ul li:nth-child(3) a {
	font-weight:bold;
	color:#008ac6;
}
.hospitalization ul.accordion > li:nth-child(2) > ul li:nth-child(1) a {
	font-weight:bold;
	color:#008ac6;
}
.facility ul.accordion > li:nth-child(2) > ul li:nth-child(2) a {
	font-weight:bold;
	color:#008ac6;
}
.life ul.accordion > li:nth-child(2) > ul li:nth-child(3) a {
	font-weight:bold;
	color:#008ac6;
}
.visiting ul.accordion > li:nth-child(2) > ul li:nth-child(4) a {
	font-weight:bold;
	color:#008ac6;
}
.apc ul.accordion > li:nth-child(2) > ul li:nth-child(5) a {
	font-weight:bold;
	color:#008ac6;
}
.dpc ul.accordion > li:nth-child(2) > ul li:nth-child(6) a {
	font-weight:bold;
	color:#008ac6;
}
.comprehensive-agreement ul.accordion > li:nth-child(2) > ul li:nth-child(7) a {
	font-weight:bold;
	color:#008ac6;
}
.ncd ul.accordion > li:nth-child(2) > ul li:nth-child(8) a {
	font-weight:bold;
	color:#008ac6;
}
ul.accordion > li > p {
	font-size:125%;
	font-weight:bold;
	line-height:100px;
	background:#f4f4ea;
	cursor:pointer;
	border-bottom:1px solid #ccc;
}
ul.accordion > li > p span {
	font-weight:bold;
	display:block;
	padding:0 20px;
	position:relative;
}
ul.accordion > li > p span::after {
	content:"";
	display:block;
	position:absolute;
	background:url(../images/icon_open.png);
	top: 40px;
	right: 16px;
	width:18px;
	height:18px;
	transform:rotate(0deg);
	transition:all 0.3s;
}
ul.accordion > li > p span.open::after {
	transform:rotate(45deg);
}
ul.accordion > li:nth-child(1) > p span::after {
	transform:rotate(45deg);
}
ul.accordion > li:nth-child(1) > p span.open::after {
	transform:rotate(0deg);
}
.hospitalization ul.accordion > li > p span::after,
.facility ul.accordion > li > p span::after {
	transform:rotate(45deg);
}
.hospitalization ul.accordion > li:nth-child(1) > p span::after,
.facility ul.accordion > li:nth-child(1) > p span::after,
.life ul.accordion > li:nth-child(1) > p span::after,
.visiting ul.accordion > li:nth-child(1) > p span::after,
.apc ul.accordion > li:nth-child(1) > p span::after,
.dpc ul.accordion > li:nth-child(1) > p span::after,
.comprehensive-agreement ul.accordion > li:nth-child(1) > p span::after,
.ncd ul.accordion > li:nth-child(1) > p span::after {
	transform:rotate(0deg);
}
.hospitalization ul.accordion > li:nth-child(2) > p span::after,
.facility ul.accordion > li:nth-child(2) > p span::after,
.life ul.accordion > li:nth-child(2) > p span::after,
.visiting ul.accordion > li:nth-child(2) > p span::after,
.apc ul.accordion > li:nth-child(2) > p span::after,
.dpc ul.accordion > li:nth-child(2) > p span::after,
.comprehensive-agreement ul.accordion > li:nth-child(2) > p span::after,
.ncd ul.accordion > li:nth-child(2) > p span::after {
	transform:rotate(45deg);
}
.hospitalization ul.accordion > li:nth-child(1) > p span.open::after,
.facility ul.accordion > li:nth-child(1) > p span.open::after,
.life ul.accordion > li:nth-child(1) > p span.open::after,
.visiting ul.accordion > li:nth-child(1) > p span.open::after,
.apc ul.accordion > li:nth-child(1) > p span.open::after,
.dpc ul.accordion > li:nth-child(1) > p span.open::after,
.comprehensive-agreement ul.accordion > li:nth-child(1) > p span.open::after,
.ncd ul.accordion > li:nth-child(1) > p span.open::after {
	transform:rotate(45deg);
}
.hospitalization ul.accordion > li:nth-child(2) > p span.open::after,
.facility ul.accordion > li:nth-child(2) > p span.open::after,
.life ul.accordion > li:nth-child(2) > p span.open::after,
.visiting ul.accordion > li:nth-child(2) > p span.open::after,
.apc ul.accordion > li:nth-child(2) > p span.open::after,
.dpc ul.accordion > li:nth-child(2) > p span.open::after,
.comprehensive-agreement ul.accordion > li:nth-child(2) > p span.open::after,
.ncd ul.accordion > li:nth-child(2) > p span.open::after {
	transform:rotate(0deg);
}
ul.accordion > li > ul > li {
	border-bottom: 1px solid #CCC;
}
ul.accordion > li > ul > li > a {
	background:url(../images/menu_icon_01.png) no-repeat 12px center;
	padding-left:40px;
	height: 70px;
	display: table-cell;
	vertical-align: middle;
	line-height: 1.2;
	width: 210px;
}
ul.accordion > li > ul > li > a:hover {
	opacity:0.6;
	filter:alpha(opacity=60);
}
