@charset "UTF-8";

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

	コンテンツタイトル

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

h1.outpatient{
	background:url(../img/outpatient.jpg) no-repeat center center;
}

h1.consultation{
	background:url(../img/consultation.jpg) no-repeat center center;
}

h1.flow{
	background:url(../img/flow.jpg) no-repeat center center;
}

h1.reserv{
	background:url(../img/reserv.jpg) no-repeat center center;
}

h1.reception{
	background:url(../img/reception.jpg) no-repeat center center;
}

h1.table{
	background:url(../img/table.jpg) no-repeat center center;
}

h1.hospitalization{
	background:url(../img/hospitalization.jpg) no-repeat center center;
}
h1.credit {
	background:url(../img/various.jpg) no-repeat center center;
	
}
h1.s-opinion{
	background:url(../img/various.jpg) no-repeat center center;
	
}
/* -----------------------------------------------

	タブ矢印

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

.arrow-t{
	position: relative;
	display: inline-block;
	padding: 0 0 0 2px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	width:100%;
}

.tab > li.select .arrow-t,
.tab2 > li.select .arrow-t{
	color: #fff;
	font-weight:bold;
}

.arrow-t::before,
.arrow-t::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.ciecle-b::before{
	width: 12px;
	height: 12px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #1766CB;
}

.tab > li.select .ciecle-b::before,
.tab2 > li.select .ciecle-b::before{	background: #fff;}

.tab > li.select .ciecle-b::after,
.tab2 > li.select .ciecle-b::after{	border-left: 3px solid #1766CB;}

.ciecle-b::after{
	left: 5px;
	box-sizing: border-box;
	width: 3px;
	height: 3px;
	border: 3px solid transparent;
	border-left: 3px solid #fff;
}

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

	タブ切り替え

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

.tab,
.tab2{
	overflow:hidden;
	margin-bottom:30px;}

.tab {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: -1%;
}

.tab > li{
	background:#A6D6F1;
	width:21.5%;
	/* text-align:center; */
	padding:1%;
	margin-top: 1%;
	/* float:left; */
	/* margin:0 2% 2% 0; */
	cursor:pointer;
}

/* .tab > li:nth-child(4n){
	margin:0 0 1% 0;
} */

.tab > li .arrow-t {
	height: 100%;
	display: flex;
	align-items: center;
	padding-left: 18px;
	text-align: left;
}

.tab::before,.tab::after {
	content: "";
	width: 21.5%;
	height: auto;
	display: block;
	padding: 1%;
}

.tab::before {
	order: 1;
}


.tab2 > li{
	background:#A6D6F1;
	width:45%;
	text-align:center;
	padding:1% 2%;
	float:left;
	margin:0 2% 2% 0;
	cursor:pointer;
}

.tab2 > li:nth-child(2n){
	margin:0 0 2% 0;
}

.tab > li.select,
.tab2 > li.select{	
	background:#1766CB;
	color:#fff !important;
}

.content dd{
	padding:20px 0;
}

.hide {	display:none;}

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

	テーブル組み基本

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

.basetable{
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	margin-bottom:20px;
}

.basetable td,
.basetable th{
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.basetable th{	background:#EFF7FE;}


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

	Adobeダウンロード

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

dl.adobeBox {
	background-color: #f2f2f2;
	margin: 20px 0;
	padding: 20px 30px;
}
dl.adobeBox dt {
	font-weight: bold;
}
dl.adobeBox dd {
}
dl.adobeBox dd p {
	float: left;
	font-size: 108%;
}
dl.adobeBox dd div {
	width: 112px;
	display: inline;
	float: right;
}


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

	病院案内（inde.html）

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

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

	診療時間・休診日（certification.html）

-------------------------------------------- */
.consultation-notice a{
	color: #F00;
}
.consultation-notice{
	margin-bottom: 30px;
}

.certif{
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	margin-bottom:30px;
}

.certif th,
.certif td{
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:10px;
}

.certif th{
	background:#E8F5FF;
}

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

	外来の流れ（flow.html）

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

ol li{
	list-style:outside decimal !important;
	margin:0 0 0 40px;
}

.red{	color:#F00;}

.only{
	font-size:160%;
	font-weight:bold;
	text-align:center;
	border:1px solid #ccc;
	padding:20px;
	margin-bottom:20px;
}

.itemlist dt{
	border-bottom:2px dotted #FCC;
	padding:1%;
}

.itemlist dd{
	margin:0 0 0 20px;
}

.big{
	font-size:120%;
	color:#06C;
}


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

	個人情報の取扱いについて（pv.html）

-------------------------------------------- */
.pv li{
	margin:0 0 0 20px;
}

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

	カード利用について（credit.html）

-------------------------------------------- */
.minir-photo {
	width:120px;
	float:left !important;
	margin-right:30px;
}

.card_info {
	width:400px;
	margin-right:50px;
	float:left;
}
/* -----------------------------------------------

	セカンドオピニオンのお知らせ（s-opinion.html）

----------------------------------------------- */
.fontRed {
    color: #ca2f4a;
}
.fact {
    background: #E8F5FF;
    padding: 2%;
    margin-bottom: 50px;
}
.fact p {
    color: #2F97CA;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 120%;
}

.tab_wrap .tab li {
	width:45%;
}
.tab_wrap .tab_wrap .tab li {
}

.tab_wrap .tab .tab_li {
	margin: 0 2% 2% 0;
}
/*
-----------------------------------------------------

	=Media Queries Responsive Structure

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

/* iPad & iPhone (min-width: 0px ~ 768px)
-----------------------------------------------------*/
@media screen and (min-width: 0px) and (max-width: 768px) {

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

	タブ切り替え

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

.tab > li,
.tab2 > li{
	background:#A6D6F1;
	width:96%;
	text-align:center;
	padding:2%;
	float:none;
	margin:0 0 1% 0;
	cursor:pointer;
}

.tab > li:nth-child(2n){
	margin:0 0 1% 0;
}

.tab > li:nth-child(4n){
	margin:0 0 1% 0;
}

.tab > li:nth-child(5n){
	margin:0 0 1% 0;
}
/* --------------------------------------------

	カード利用について（credit.html）

-------------------------------------------- */
.minir-photo{
	float:none !important;
}
.card_info {
	float:none;
}
/* -----------------------------------------------

	セカンドオピニオンのお知らせ（s-opinion.html）

----------------------------------------------- */
.tab_wrap .tab li {
	width:96%;
}











}

