@charset "shift_jis"; 

/*
共通設定
*********************************************************/

/*見出し************************/

/*h1ロゴ*/
#pageTitle{
	position:relative;
	padding-top:30%;
	}
#pageTitle h1{
	position:absolute;
	bottom: 50%;
	right:50%;
	-webkit-transform: translate(50%,50%);
	-ms-transform: translate(50%,50%);
	transform: translate(50%,50%);
	min-width:60%;
	max-width:none;
	text-align:center;
	padding:20px;
	background:rgba(103,183,238,.85);
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
}

#pageTitle h1 span{
	display:block;
	position: relative;
  font-family: "Zen Maru Gothic", sans-serif;
	white-space:nowrap;
	color: #fff;
	font-size:1.2em;
	line-height:1.3em;
	font-weight:bold;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.1),-1px 1px 3px rgba(0,0,0,0.1),1px -1px 3px rgba(0,0,0,0.1), -1px -1px 3px rgba(0,0,0,0.1);
}

@media only screen and (min-width : 600px){
	#pageTitle h1 span{
		font-size:1.8em;
		line-height:1.3em;
		}
}
@media only screen and (min-width : 900px){
	#pageTitle{
		padding-top:240px;
		}
	#pageTitle h1{
		padding:20px;
		}
}
@media only screen and (min-width : 1025px){
		#pageTitle h1{
			min-width:700px;
		}
}

/*pageTitleBg*/
.pageTitle{
	background:url(../images/common/pageTtlBg.jpg) right center no-repeat;
	background-size:cover;
	}



/**************************/
h2{
  font-family:"Zen Maru Gothic", sans-serif;
	text-align:center;
	font-weight:bold;
	color:#333;
	font-size:1.4em;
	line-height:1.3em;
	margin-bottom:20px;
	}
.h2eng{
	display:block;
	font-size:0.7em;
	line-height:1.5em;
	color:var(--siteColor-on);
	}
#CMS h2 a{
	color:#333;
	text-decoration:none;
	
	}
@media only screen and (min-width : 768px){
	h2{
		font-size:1.8em;
		line-height:1.3em;
		margin-bottom:30px;
		}
}
@media only screen and (min-width : 1025px){
	h2{
		font-size:2.4em;
		line-height:1.3em;
		margin-bottom:40px;
	}
	.topNewsTtl h2{
		text-align:left;
		margin-bottom:10px;
		font-size:1em;
		line-height:1.3em
		}
	.topNewsTtl .h2eng{
		font-size:3em;
		line-height:1.3em;

		}

}
@media only screen and (min-width : 1200px){
	h2{
		margin-bottom:60px;
	}
}

h3{
  font-family:"Zen Maru Gothic", sans-serif;
	background: var(--siteColor);
	color:#fff;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	padding:1em;
	font-weight:bold;
	font-size:1.2em;
	line-height:1.3em;
	margin-bottom:20px;
	}

@media only screen and (min-width : 768px){
	h3{
		padding:1.5em;
		font-size:1.5em;
		line-height:1.3em;
		margin-bottom:40px;
		}
}

/*TOP h3各項目で設定*/
.topInfo h3{
	background:none;
	padding:0;
	font-weight:bold;
	color:var(--siteColor-on);
	font-size:1.4em;
	line-height:1.3em;
	margin-bottom:20px;
	}
@media only screen and (min-width : 768px){
	.topInfo h3{
		font-size:1.8em;
		line-height:1.3em;
		margin-bottom:20px;
		}
}
@media only screen and (min-width : 1500px){
	.topInfo h3{
		font-size:2.2em;
		line-height:1.3em;
		}
}
/******/
#topService h3{
	background:#fff;
	color:var(--siteColor-on);
	margin-bottom:0;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	text-align:center;
	padding:10px 2px;
	font-size:0.9em;
	line-height:1.3em;
	}
@media only screen and (min-width : 768px){
	#topService h3{
		padding:20px 2px;
		font-size:1.2em;
		line-height:1.3em;
		}

}
/******/
h4{
  font-family: "Zen Maru Gothic", sans-serif;
	font-weight:bold;
	font-size:1.2em;
	line-height:1.3em;
	padding:10px;
	border-bottom:var(--siteColor) solid 2px;
	margin-bottom:10px;
	}
@media only screen and (min-width : 768px){
	h4{
		font-size:1.4em;
		line-height:1.3em;
		margin-bottom:20px;
		}
}

/******/
h5{
	position:relative;
  font-family: "Zen Maru Gothic", sans-serif;
	padding:5px 5px 5px 16px;
	font-weight:bold;
	font-size:1.2em;
	margin-bottom:10px;
	}
h5:before{
	position:absolute;
	top:0;
	left:0;
	background-color:var(--siteColor-on);
	content:'';
	width:6px;
	height:100%;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	}
.bgL-pink h5{}
.bgL-pink h5:before{
	background-color:#da7070;
	}

@media only screen and (min-width : 768px){
	h5{
		font-size:1.6em;
		line-height:1.3em;
		padding-left:20px;
		margin-bottom:20px;
		}
}

/*個別*/
#vacancy h5{
	display:flex;
	color:#fff;
	}
#vacancy h5:before{
	background-color:#fff;
	}
#vacancy h5 a{
	margin-left:auto;
  display: flex;
  align-items: center;
  justify-content: center;
	/*background:var(--siteColor-on);*/
	border:#fff solid 1px;
	color:#fff;
	font-size:0.6em;
	line-height:1;
	text-decoration:none;
	text-align:center;
	border-radius:5px;
	padding:5px;
	font-weight:500;
	white-space:nowrap;
	min-width:60px;
	}
#vacancy h5 a:hover,
#vacancy h5 a:active{
	background:var(--siteColor-on);

	}
/*
共通-コンテンツ
*********************************************************/

.contents{padding:30px 0;}
#subMenu.contents{padding:10px 0;}

/*TABLET*/
@media only screen and (min-width : 768px){
	.contents{padding:40px 0;}
	#subMenu.contents{padding:20px 0;}
}
/*PC*/
@media only screen and (min-width : 1200px){
	.contents{padding:70px 0;}
	#subMenu.contents{padding:40px 0;}
}

/*その他*/
#access{ border-top:#eee solid 1px;}
.corner{
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	overflow:hidden;
	}

/*
subMenu
***********************************************************/
.subMenu{
	position:relative;
	/*
	border:#ccc solid 1px;
	padding:10px;
	padding-bottom:5px;
	*/
	font-size:0.86em;
	line-height:1.5em;
	}
.subMenu li{
	display:inline-block;
	margin-right:10px;
	margin-bottom:5px;
	}
.subMenu a{
	color:#333;
	text-decoration:none;
	}
.subMenu a:hover,
.subMenu a:active{
	color:var(--siteColor);
	}
.subMenu i{
	color:var(--siteColor);
	}
@media only screen and (min-width : 1025px){
.subMenu{
	position:relative;
	z-index:1;
	display:flex;
	align-items: stretch;
	/*justify-content: space-between;*/
	justify-content: center;
	flex-wrap: wrap;
	gap:10px;
	padding:0;
	border:none;
	}
.subMenu li{
	display:block;
	margin:0;
	min-width:calc((100% - 50px) / 6);
  white-space: nowrap;
  flex: 0 1 auto;
	}
.subMenu a{
	display: flex;
	align-items: center;
	justify-content: center;
	position:relative;
	height:100%;
	text-align:center;
	color:#333;
	text-decoration:none;
	font-weight:bold;
	border:#cccccc solid 1px;
	padding:10px 10px 10px 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	behavior: url(../css2026/border-radius.htc); /* IE */
	background:-webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		to(#f7f7f7));
	background:-webkit-linear-gradient(top, #ffffff 0% , #f7f7f7 100%);
	background:-moz-linear-gradient   (top, #ffffff 0% , #f7f7f7 100%);
	background:-o-linear-gradient     (top, #ffffff 0% , #f7f7f7 100%);
	background:-ms-linear-gradient(top, #ffffff, #f7f7f7); /* IE */
	background:linear-gradient        (top, #ffffff 0% , #f7f7f7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(
		GradientType=0,startColorstr='#FFffffff', endColorstr='#FFf7f7f7');/*IE10用（色の頭にFFが必要）*/
	transition: 0.1s all ease 0s;
	}
	.subMenu a:hover,
	.subMenu a:active{
		background:#f7f7f7;
		color:#c00000;
		box-shadow:none;
		-moz-box-shadow:none;
		-o-box-shadow:none;
		-webkit-box-shadow:none;
		}
}
@media only screen and (min-width : 1500px){
.subMenu li{
	display:block;
	margin:0;
	min-width:calc((100% - 70px) / 8);
  white-space: nowrap;
  flex: 0 1 auto;
	}
}
/*
受付
*********************************************/
.reception dl{
	border-bottom:#ccc dotted 1px;
	padding-bottom:10px;
	margin-bottom:10px;
	display:flex;
	gap:10px;
	}
.reception dl:last-child{
	margin-bottom:0;
	}
.reception dl > *{
	padding:5px;
	font-size:0.96em;
	line-height:1.5em;
	}
.reception dt{
	border:#ccc solid 1px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-weight:bold;
	text-align:center;
	flex-shrink: 0;
	width:100px;
  display: flex;
  align-items: center;
  justify-content: center;
	color:var(--siteColor-on);
	}
.reception dd{
	font-weight:bold;
	flex-shrink: 0;
	width:calc(100% - 110px);
	word-wrap : break-all;
	overflow-wrap : break-word;
	}
.reception dd span{
	display:inline-block;
	margin-right:5px;
	}
/*
.reception dd span:after{
	content:'\30FB';
	}
.reception dd span:last-child:after{
	content:'';
	}
*/

/*
ボタン
***********************************************************/

.btn a{
	display:block;
	background:var(--siteColor);
	color:#fff;
	font-weight:bold;
	font-size:1.3em;
	line-height:1.3em;
	text-align:center;
	padding:10px 16px;
	text-decoration:none;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	}
.btn a:hover,
.btn a:active{
	background:var(--siteColor-on);
}

@media only screen and (min-width : 768px){
	.btn a{
		padding:20px 10px;
		}
}



/*<p class="btnS"><a href="html/information.html"><i class="fa-sharp fa-light fa-circle-arrow-right"></i> 病院紹介はこちら</a></p>*/
.btnS a{
	display:inline-block;
	background:var(--siteColor);
	color:#fff;
	font-weight:bold;
	padding:8px 16px;
	text-decoration:none;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	}
.btnS a:hover,
.btnS a:active{
	background:var(--siteColor-on);
}

@media only screen and (min-width : 768px){
	.btnS a{
		padding:10px 20px;
		}
}


/*<p class="btnSS"><a href="">一覧 <i class="fa-sharp fa-light fa-circle-arrow-right"></i></a></p>*/
.btnSS a{
	display:inline-block;
	background:#fff;
	color:var(--siteColor-sub);
	border:var(--siteColor-sub) solid 1px;
	padding:5px 10px;
	text-decoration:none;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-size:0.9em;
	line-height:1.5em;
	}
.btnSS a:hover,
.btnSS a:active{
	background:var(--siteColor-sub);
	color:#fff;
}

/*
layout01
*********************************************************/

/*
<div class="layout01Wrap">
<div class="layout01txt">テキスト</div>
<p class="layout01img"><img src=""/></p>
</div>
*/

.layout01Wrap{
	display:flex;
	gap:10px;
	flex-direction:column;
	}
.layout01img{}
.layout01img img{
		border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	 margin:auto;} 


@media only screen and (min-width : 1025px), print{
	.layout01Wrap{
		display:flex;
		gap:3%;
		flex-direction:row;
		align-items:center;
		}
	.layout01img{
		flex-shrink: 0;
		width:40%;
		}
	.layout01img img{ margin:0;}
	.layout01txt{
		flex-shrink: 0;
		width:57%;
		font-size:1.1em;
		line-height:1.7em;
		}
	.layout01Wrap.reverse .layout01img{ order:1;}
	.layout01Wrap.reverse .layout01txt{ order:2;}
}


/*
ヘッダー
*********************************************************/
#header{
	position:fixed;
	top:0;
	left:0;
	z-index:102;
	background:#fff;
	padding:8px 0;
	height:60px;
	width:100%;
	box-shadow: 0 0 3px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 0 3px 0px rgba(0,0,0,0.15);
	-o-box-shadow: 0 0 3px 0px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 0 3px 0px rgba(0,0,0,0.15);

	}
.wrapper{padding-top:60px;}
.logo img{max-height:44px;}
.h-tel{display:none;}

@media only screen and (min-width : 768px){
	#header{
		padding:15px;
		height:74px;
		}
	.wrapper{padding-top:74px;}

}
@media only screen and (min-width : 1200px){
	#header{
		padding:0;
		height:124px;
		}
	.wrapper{padding-top:124px;}
	#header > .innerFull{
		display:flex;
		align-items:center;
		gap:0.5%;
		width:98%;
		margin-left:auto;
		margin-right:0;
		}
	.logo img{
		width:auto;
		max-height:70px;
		}
	.h-tel{
		display:block;
		order:99;
		width:200px;
		height:124px;
		}
	.h-tel a{
		position:relative;
		background:var(--siteColor);
		height:100%;
		padding:20px;
		display: flex;
		align-items: center;
		justify-content: center;
		}
	.h-tel a:hover,
	.h-tel a:active{
		background:var(--siteColor-on);
		}
	.h-tel img{
		min-width:180px;
		}
	.h-tel a:hover img,
	.h-tel a:active img{
		opacity:1;
		}
}

@media only screen and (min-width : 1400px){
	.h-tel{ width:240px;}
	.h-tel img{
		min-width:200px;
		}

}



/*
フッター
*********************************************************/
.f-inq{}
.f-inq a{
	display:block;
  font-family: "Zen Maru Gothic", sans-serif;
	color:#fff;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	padding:2em 5px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	}
.f-tel a span,
.f-mail a span{
	display:block;
	font-size:1.2em;
	margin-bottom:5px;
	}
.f-tel a p,
.f-mail a p{
	font-size:2em;
	line-height:1.2em;
	}
.f-tel a{
	background:#eda13e url(../images/common/f-telBg.png) left center no-repeat;
	background-size:auto 100%;
	}
.f-mail a{
	background:#1faf96 url(../images/common/f-mailBg.png) left center no-repeat;
	background-size:auto 100%;
	}
.f-tel a:hover,
.f-tel a:active{ background-color:#d59138;}
.f-mail a:hover,
.f-mail a:active{ background-color:#1c9d87;}


@media only screen and (min-width : 1025px){
	.f-inq a{
		padding:2.4em 5px;
		}
	.f-tel a span,
	.f-mail a span{
		margin-bottom:10px;
	}
	.f-inq a{
		font-size:1.2em;
		}
}

/*********/
#footer{
	background-color:var(--siteColor);
	color:#fff;
	}
#footer a{
	color:#fff;
	}
.f-info{
	text-align:center;
	}
.f-info .logo img{ max-height:50px; margin:auto;}
.f-info .logo{ margin-bottom:10px;}
.f-address{
	font-weight:bold;
	font-size:0.9em;
	line-height:1.5em;
	}
.f-address > p{
	margin-bottom:5px;
	}
.f-address > div{
	display:flex;
	align-items:center;
	justify-content: center;
	gap:5px;
	}
.f-address dl{
	display:flex;
	align-items:center;
	gap:5px;
	}
.f-address dt{
	background:#fff;
	color:var(--siteColor-on);
	font-weight:bold;
	font-size:0.8em;
	padding:2px 10px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	}

.f-bnr{margin-top:10px;}
.f-bnr img{ height:70px; margin:auto;}
.f-bnrMail{ display:none;}

@media only screen and (min-width : 1200px){
	.f-info{
		text-align:left;
		display:flex;
		align-items:center;
		}
	.f-info .logo img{ margin:0;}
	.f-address{
		font-size:1em;
		line-height:1.5em;
		}
	.f-address > div{
		justify-content:flex-start;
		gap:20px;
		}

	.f-bnr{
		margin-left:auto;
		margin-top:0;
		display:flex;
		gap:20px;
		}
	.f-bnrMail{ display:block;}

}

@media only screen and (min-width : 1500px){
		.f-address{
		display:flex;
		align-items:center;
		gap:20px;
		}
}

.copyright{
	padding:40px 0;
	font-size:0.8em;
	line-height:1;
	text-align:center;
	font-weight:bold;
	}




/*
index
*********************************************************/

/*空室状況*/
.vacancy{
	border-top:#fff solid 1px;
	border-left:#fff solid 1px;
	display:flex;
	flex-wrap: wrap;
	font-weight:bold;
	}
.vacancy > *{
	flex-shrink: 0;
	width:calc(100% / 2);
	padding:3px 2px;
	text-align:center;
	border-bottom:#fff solid 1px;
	border-right:#fff solid 1px;
	}
.vacancy dt{
	background-color:var(--siteColor-on);
	color:#fff;
	}
.vacancy dd{
	background-color:#b2d6ef;
	color:#333;
	}
.vacancyDate{
	color:#fff;
	}

@media only screen and (min-width : 768px){
	.vacancy{
		flex-wrap: wrap;
		border-top:#fff solid 2px;
		border-left:#fff solid 2px;
		}
	.vacancy > *{
		padding:20px 2px;
		/*width:calc(100% / 6);*/
		flex:1;
		border-bottom:#fff solid 2px;
		border-right:#fff solid 2px;
		display: flex;
		align-items: center;
		justify-content: center;
		}
}
/*各ページ*/
.vacancyPage{
	display:flex;
	flex-direction:column;
	gap:10px;
	}
@media only screen and (min-width : 1025px){
	.vacancyPage{
		align-items:flex-start;
		justify-content:space-between;
		flex-direction:row;
		gap:0;
		border:#ccc solid 1px;
		padding:40px 40px 20px;
		}
	.vacancyPage > h5{
		margin-top:10px;
		margin-bottom:0;
		flex-shrink: 0;
		width:20%;
		}
	.vacancyPage > div{
		flex-shrink: 0;
		width:80%;
		}
	.vacancyPage .vacancyDate{ color:#333;}
}

/*topInfo****************************************/
.topInfo{
	display:flex;
	flex-direction:column;
	gap:10px;
	align-items:center;
	}
.topInfoImg{
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	box-shadow: 0 0 5px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 0 5px 0px rgba(0,0,0,0.15);
	-o-box-shadow: 0 0 5px 0px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 0 5px 0px rgba(0,0,0,0.15);
	overflow:hidden;
	}
.topInfoImg img{
	width:100%;
	max-width:none;
	}

@media only screen and (min-width : 900px), print{
	.topInfo{
		flex-direction:row;
		gap:3%;
		}
	.topInfoImg{
		flex-shrink: 0;
		width:57%;
		}
}

/*service案内****************************************/
.serviceWrap{
	display:flex;
	justify-content: center;
	flex-wrap:wrap;
	gap:10px 2% ;
	}
.serviceWrap > *{
	flex-shrink: 0;
	width:calc(96% / 3);
	}
.serviceWrap a{
	display:block;
	height:100%;
	background:var(--siteColor);
	text-decoration:none;
	border:var(--siteColor) solid 2px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	overflow:hidden;
	}
.serviceImg img{ margin:auto;}
.serviceWrap a:hover,
.serviceWrap a:active{
	background:var(--siteColor-on);
	border-color:var(--siteColor-on);
	}


@media only screen and (min-width:1025px){
	.serviceWrap{
		flex-wrap:nowap;
		gap:2%;
		}
	.serviceWrap > *{
		flex-shrink: 0;
		width:calc(92% / 5);
		}
}

/*ごあいさつ****************************************/
.greeting{
	display:flex;
	gap:10px;
	flex-direction:column;
	line-height:1.8em;
	}
.greetingPhoto img{
	max-width:60%;
	margin:auto;
		border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	}
.sign img{
	margin-left:auto;
	margin-right:0;
	width:50%;
	max-width:250px;
	}

@media only screen and (min-width : 1025px), print{
	.greeting{
		gap:40px;
		align-items:center;
		flex-direction:row;
		}
	.greetingTxt{order:1;}
	.greetingPhoto{
		flex-shrink: 0;
		width:400px;
		order:2
		}
	.greetingPhoto img{
		margin-left:0;
		max-width:100%;
		}

}


/*NEWS****************************************/
#news{
	background-image:url(../images/index/topNewsBg.png);
	background-position:left center;
	background-repeat: no-repeat;
	background-size:auto 100%;
	}
@media only screen and (min-width : 1200px){
	#news{
	background-position:center center;
	background-size:auto;
	}
}

.newsScroll{
	max-height:360px;
	overflow-y:auto;
	}
	.newsScroll::-webkit-scrollbar {
    width: 5px;
		}
	.newsScroll::-webkit-scrollbar-track {
    background-color:#ddd;
		}
 	.newsScroll::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
		background-color:#ccc;
		}

.news{}
.news dl{
	display:flex;
	align-items:flex-start;
	flex-wrap: wrap;
	padding:20px 10px;
	gap:5px 5px;
	border-bottom:#ccc solid 1px;
	}
.news .newsDate{
	flex-shrink: 0;
	width:83px;
	padding:5px 0;
	font-weight:bold;
	margin-right:auto;
	white-space:nowrap;
	}
.news .newsCate{
	flex-shrink: 0;
	width:140px;
	padding:5px 2px;
	background:#ccc;
	color:#fff;
	font-weight:bold;
	text-align:center;
	margin-left:auto;
	font-size:0.86em;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	}
/*
	.newsCate.newsCate1{background:var(--siteColor);}/*お知らせ
*/
.news .newsTtl{
	flex-shrink: 0;
	width:100%;
	}
.news a{ text-decoration:none;}

.newsDtl table{
	max-width:100%;
	}
.newsDtl img,
.newsDtl a{
	display:inline-block;
	}


@media only screen and (min-width : 1025px){
	.topNews{
		display:flex;
		align-items:center;
		}
	.topNewsTtl{
		flex-shrink: 0;
		width:250px;
		}
	.news{
		flex-shrink: 0;
		width:calc(100% - 250px);
		}

}
@media only screen and (min-width : 1200px){
	.news dl{
		padding:20px;
		gap:20px;
		}
	.news .newsDate{
		margin-right:inherit;
		}
	.news .newsCate{
		margin-left:inherit;
		}
	.news .newsTtl{
		width:calc( 100% - 40px - 83px);
		padding:5px 0;
		}
}


/*********************************************************
施設入所
*/
/*サービス内容*/
.serviceList{
	display:flex;
	flex-wrap:wrap;
	}
.list.serviceList > *:before {
	background:var(--siteColor-on);
	}
.serviceList > *{
	min-width:260px;
	font-weight:bold;
	margin-bottom:5px;
	}

/*1日の流れ*/
#schedule{}
.scheduleWrap{
	position:relative;
	}
.scheduleImgL,
.scheduleImgR{
	display:none;
	}

@media only screen and (min-width : 768px){
	.scheduleWrap table.table_pc{
		max-width:600px;
		margin-left:auto;
		margin-right:auto;
	}
	.scheduleImgL,
	.scheduleImgR{
		display:block;
		width:calc( (100% - 640px) / 2);
	}
	.scheduleImgL{
		position:absolute;
		bottom: 50%;
		-webkit-transform: translateY(50%);
		-ms-transform: translateY(50%);
		transform: translateY(50%);
		left:0;
		}
	.scheduleImgR{
		position:absolute;
		bottom: 50%;
		-webkit-transform: translateY(50%);
		-ms-transform: translateY(50%);
		transform: translateY(50%);
		right:0;
		}
}

/*流れ*/
.flowWrap{}
.flowWrap dl{
	border-bottom:#ccc dotted 4px;
	padding:10px;
	}
.flowWrap dt{
	font-size:1.2em;
	line-height:1.5em;
	color:var(--siteColor-on);
	font-weight:bold;
	margin-bottom:5px;
	}
.flowWrap i{
	font-size:30px;
	line-height:1em;
	display: inline-block;
	vertical-align:bottom;
	margin-right:5px;
	}

@media only screen and (min-width : 768px){
	.flowWrap dl{
		display:flex;
		align-items:center;
		padding:20px;
	}
	.flowWrap dt{
		flex-shrink: 0;
		width:25%;
		}

}

/*所定疾患施設療養費 算定*/
.calculation{}
.calculation > *{
	padding:10px;
	border-bottom:#ccc dotted 5px;
	}
.calculation a{
	text-decoration:none;
	}

/*********************************************************
2nd
*/
@media only screen and (min-width : 768px){
}
@media only screen and (min-width : 1200px){
}
/*IE*/
@media all and (-ms-high-contrast:none){
}

