@charset "utf-8";

/*//////////////////////////////////////////////////////////

	 Index
	 share
	 404
	 about activity
	 events
	 sitemap
	 links
	 access
	 Office map
	 shien set

//////////////////////////////////////////////////////////*/

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

	index

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

.mainimage ul.slide{
	list-style: none;
	margin: 0;
}

.information{
	border-top: 5px solid #20b97b;
}
.information h2{
	font-family: 'Times New Roman', '游明朝', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', serif;
	font-size: 130%;
	font-weight: bold;
	color: #0d774c;
}
.information dt{
	color: #777;
	padding: 15px 0 5px 0;
}
.information dt span{
	display: inline-block;
	color: #fff;
	padding: 3px 10px;
	margin-right: 10px;
	background: #333;
}
.information dt span.event{background: #ff4500}
.information dt span.report{background: #008080}
.information dt span.training{background: #00bfff}
.information dt span.info{background: #000080}

.information dd:not(:last-child){
	padding-bottom: 15px;
	border-bottom: 1px dotted #ccc;
}



@media screen and (min-width: 737px){ /* PC */
	.mainimage{
		position: relative;
		width: 830px;
		height: 450px;
	}
	.mainimage .index-description{
		position: absolute;
		z-index: 1000;
		top: 0;
		left: 0;
		font-weight: bold;
		color: #fff;
		width: 830px;
		height: 450px;
	}
	.mainimage .index-description h2{
		font-weight: bold;
		font-size: 180%;
		text-shadow: 1px 1px 3px #0055a9,-1px 1px 3px #0055a9,1px -1px 3px #0055a9,-1px -1px 3px #0055a9,
		             1px 1px 0 #0055a9,-1px 1px 0 #0055a9,1px -1px 0 #0055a9,-1px -1px 0 #0055a9;
		margin: 20px 0 20px 20px;
	}
	.mainimage .index-description p{
		font-size: 150%;
		text-shadow: 1px 1px 3px #0055a9,-1px 1px 3px #0055a9,1px -1px 3px #0055a9,-1px -1px 3px #0055a9,
		             1px 1px 0 #0055a9,-1px 1px 0 #0055a9,1px -1px 0 #0055a9,-1px -1px 0 #0055a9;
		margin-left: 20px;
	}
	.mainimage .index-description dl{
		position: absolute;
		left: 0;
		bottom: 20px;
		text-align: center;
		text-shadow: 1px 1px 3px #000,-1px 1px 3px #000,1px -1px 3px #000,-1px -1px 3px #000,
		             1px 1px 0 #000,-1px 1px 0 #000,1px -1px 0 #000,-1px -1px 0 #000;
		width: 100%;
	}
	.mainimage .index-description dl dt{
		font-size: 150%;
	}
	.mainimage .index-description dl dt span{
		font-size: 80%;
	}
	.mainimage .index-description dl dd{
		font-size: 120%;
	}
	
	.mainimage .index-description i{
		display: none;
	}
}


@media screen and (max-width: 736px){ /* SP */
	.mainimage{
		width: 100%;
		height: auto;
	}
	.mainimage .index-description{
		text-align: center;
		width: 100%;
		height: auto;
		margin-top: 10px;
	}
	.mainimage .index-description h2{
		font-weight: bold;
		font-size: 110%;
		color: #0d774c;
		margin-bottom: 5px;
	}
	.mainimage .index-description p{}
	.mainimage .index-description dl{
		margin-top: 20px;
	}
	.mainimage .index-description dl dt{
		font-weight: bold;
	}
	
	
	.mainimage .index-description i{
		display: block;
	}
	
	.mainimage ul.slide img{
		width: 100%;
		height: auto;
	}
}



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

	Share

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

.share div.section ul{
	list-style:none;
	margin: 0;
}
.share div.section ul li{
	margin-bottom:1em;
}
.share div.section ul li:before{
	color:#6C4F0D;
}
.share div.section ul li:hover:after{
	content: "\e732";
	font-size:95%;
	color:#6C1100;
}
.share div.section ul li a{
	font-size:120%;
}

.share div.section table{
	border-collapse:collapse;
	border-spacing:0;
	counter-reset: rowCount -1;
}
.share div.section table  tr {
	counter-increment: rowCount;
}
.share div.section table tr td:first-child::before {
	content: counter(rowCount);
	display:block;
	width:100%;
	height:1em;
	text-align:center;
}

.share .section th{
	border:1px solid #555;
	text-align:center;
	vertical-align:
		middle;padding:5px;
}
.share .section td{
	border:1px solid #555;
	vertical-align:middle;
	padding:5px;
}
.share .section td h4{
	font-size:110%;
	font-weight:600;
}
.share .section td p{
	margin:5px 0 0 1em;
}
.share .section td cite{
	font-size:90%;
	font-style:normal;
	color:#7F7A1A;
	display:inline-block;
	padding-top:10px;

}
.share .section td p cite span{
	display:table-cell;
	vertical-align:middle;
	padding:2px;
	border-collapse:separate;
	border-spacing: 0;
}
.share .section td p cite span:first-child{
	width:36px;
	height:32px;
	border-radius:5px;
	background:#7F7A1A;
	color:#fff;
	font-size:85%;
	text-align:center;
}

.share .section td a{
	display:block;
	text-align:center;
}
.share .section td a:before{
	width:40px;
	height:40px;
	display:block;	
}

.share .section td:first-of-type{

}
.share .section td:nth-of-type(3) a:before{
	content:url('/img/share/icon-pdf.png');
}

.share .section td.xlsx a:before{
	
	content:url('/img/share/icon-xlsx.png');
}
.share .section td.docx a:before{
	content:url('/img/share/icon-docx.png');
}

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

	404

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

.notfound .section{
	min-height: 500px;
}
#contents.notfound p{
	margin-bottom:15px;
}
#contents.notfound p span.error_msg{
	color:#c00;
}



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

	about

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

ol.contents-list,
ol.service-list,
ol.efforts-list{
	list-style-type: upper-roman;
	font-family: 'Times New Roman', '游明朝', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', serif;
	font-size: 120%;
	font-weight: bold;
	margin-left: 30px;
}
ol.service-list,
ol.efforts-list{list-style-type: decimal;}

.about .section h4,
.activity .section h4{
	font-weight: bold;
}

.about .section > ul li,
.about .section > ol li,
.activity .section > ul li,
.activity .section > ol li{
	margin-top: 20px;
}
.about .section > ol.contents-list li:first-child,
.activity .section > ol.contents-list li:first-child{
	margin-top: 0;
}

.about .section img{
	width: 100%;
	height: auto;
	margin-top: 20px;
}


.activity table{
	width: 100%;
	margin-top: 5px;
	border-collapse: collapse;
	border: 0;
}
.activity table th,
.activity table td{
	padding: 10px;
	border: 1px solid #c9c5c3;
}
.activity table th{background: #e8e7e7;}


@media screen and (min-width: 737px){ /* PC */
	.activity #efforts05 table thead th:first-child{
		width: 250px;
	}
	.activity #efforts05 table thead th:last-child{
		width: 130px;
	}
}
@media screen and (max-width: 736px){ /* SP */
	
}



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

	events

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

.fc-toolbar h2{
	font-size: 150% !important;
	font-weight: bold !important;
}

.fc-widget-header{
	line-height: 30px !important;
}
/*.fc-bg table td.fc-day{
	height: 300px !important;
}*/

th.fc-sun,
td.fc-sun{
	color: #f00;
}

th.fc-sat,
td.fc-sat{
	color: #0061cf;
}


table.event-list,
table.event-date,
table.event-detail{
	width: 100%;
	border-collapse: collapse;
	border: 0;
}
table.event-list{
	margin-top: 30px;
}

table.event-list th{
	/*width: 180px;*/
	padding: 15px;
	border: 1px solid #ccc;
	background: #f0f0f0;
}
table.event-list td{
	padding: 15px;
	border: 1px solid #ccc;
}


table.event-date,
table.event-detail{
	width: 100%;
	border-collapse: collapse;
	border: 0;
}
table.event-date th,
table.event-detail th{
	width: 150px;
	padding: 15px;
	border: 1px solid #ccc;
	background: #e7f5ee;
}
table.event-date td,
table.event-detail td{
	padding: 15px;
	border: 1px solid #ccc;
}

table.event-date{
	margin-top: 20px;
}
table.event-date a{
	text-decoration: none;
	color: #111;
}

table.event-detail{
	margin: -1px 0 20px 0;
}

.eo-event-venue-map{
	margin-top: 30px;
}

.eo-venue-map.googlemap{
	height: 400px !important;
}


.event-content p img{
	width: 100%;
	height: auto;
}


a.event-back{
	display: inline-block;
	margin-top: 30px;
}



@media screen and (min-width: 737px){ /* PC */
	.fc-row.fc-week.fc-widget-content{
		min-height: 90px !important;
	}
	
	.year-program table{
		width: 100%;
		margin-bottom: 30px;
		border-collapse: collapse;
		border: 0;
	}
	.year-program table th,
	.year-program table td{
		box-sizing: border-box;
		padding: 7px;
		border: 1px solid #c9c5c3;
	}
	.year-program table th{
		text-align: center;
		background: #d5f0f4;
	}
	
	.year-program table thead tr th:nth-child(1){width: auto;}
	.year-program table thead tr th:nth-child(2){width: auto;}
	.year-program table thead tr th:nth-child(3){width: 11em;word-wrap: break-word;}
	
	.year-program table tbody tr th{
		text-align: center;
	}
	.year-program table tbody tr th span{
		-ms-writing-mode: tb-rl;
		
		writing-mode: vertical-rl;
		text-orientation: upright;
		font-family: 'Times New Roman', '游明朝', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', serif;
		font-size: 120%;
		font-weight: bold;
	}

	.year-program td ol {
		margin-top:5px;
	}
	.year-program td li{
		margin-bottom:5px;
	}
.year-program td ol li{
		padding-left:5px;
	}
	.year-program td ol ol{
		margin-top:5px;
		list-style-type:katakana;
	}
	.year-program td p + p{
		margin-top:1.5em;
	}
	
}


@media screen and (max-width: 736px){ /* SP */
	
	td.fc-event-container a.fc-event{
		text-align: center;
	}
	td.fc-event-container a.fc-event::before{
		content: '●';
		margin: 0;
	}
	
	td.fc-event-container div.fc-content{
		display: none !important;
	}
	
	
	table.event-list,
	table.event-detail{
		border-top: 1px solid #ccc;
	}
	table.event-list th,
	table.event-detail th{
		display: block;
		width: auto;
		border-width: 0 1px;
	}
	table.event-list td,
	table.event-detail td{
		display: block;
		width: auto;
		border-width:0 1px 1px 1px;
	}
	
	.year-program table{
		width: 100%;
		margin-bottom: 30px;
		border-collapse: collapse;
		border: 0;
	}
	.year-program table thead{
		display: none;
	}
	.year-program table tr{
		display: block;
		padding: 10px;
		margin-top: -1px;
		border: 1px solid #ccc;
	}
	.year-program table tr.rowgroup-end{
		margin-bottom: 30px;
	}
	
	.year-program table tbody th span{
		display: block;
		font-family: 'Times New Roman', '游明朝', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', serif;
		color: #0d774c;
		font-weight: bold;
		font-size: 110%;
		padding-bottom: 10px;
	}
	
	.year-program table td{
		display: block;
		margin-bottom: 10px;
	}
	.year-program table td:last-child{margin-bottom: 0;}
	.year-program table td::before{
		content: attr(data-label);
		display: block;
		padding: 5px;
		margin-bottom: 5px;
		background: #d5f0f4;
	}
}







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

	sitemap

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

.sitemap .section ul{
	list-style: none;
	margin: 0;
}
.sitemap .section ul.hierarchy01 > li:not(:first-child){
	margin-top: 20px;
}
.sitemap .section ul.hierarchy01 > li::before{
	font-size: 80%;
}

.sitemap .section ol.hierarchy02{
	list-style-type: upper-roman;
	margin: 5px 0 0 40px;
}

.sitemap .section ul.hierarchy02{
	margin-left: 25px;
}
.sitemap .section .hierarchy02 > li{
	margin-top: 10px;
}

.sitemap .section ol.hierarchy03{
	margin-left: 25px;
}
.sitemap .section ul.hierarchy03{
	margin-left: 5px;
}
.sitemap .section .hierarchy03 li{
	margin-top: 5px;
}



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

	links

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

ul.link-list{
	list-style: none;
	margin: 15px 0 0 0;
}
ul.link-list li{
	margin-top: 5px;
}
ul.link-list li::before{
	font-size: 80%;
	color: #777;
}
ul.link-list li a::after{
	text-decoration: none;
	font-size: 90%;
	color: #777;
	margin-left: 10px;
}



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

	access

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

ul.traffic{
	list-style-type: circle;
}

@media screen and (max-width: 736px){ /* SP */
	.access iframe{
		width: 100%;
		height: 300px;
	}
}


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

	Office Map

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

div.cate-description p{
	font-size: 120%;
	margin-bottom: 15px;
}

.page.office-map p,
p.map-txt{
	margin:20px 0;
}
.page.office-map p::before,
p.map-txt::before{
	content:"○";
}

#map03 ul{
	margin-left:1em;
}

#map03 ul li{
	margin-top:20px;
	list-style-type:none;
}
#map03 ul li:before{
	content:"○";
	margin-left:-1em;
}

ul.map {
clear:both;
list-style:none;
margin:0;
padding:0;
border: 1px solid #ccc;
border-bottom:none;
}
ul.map li{
padding:12px;
border-bottom: 1px solid #ccc;
position:relative;
}
ul.map li span{
position:absolute;
right:12px;
background: #e7f5ee;
border-radius:20px;
padding:0 12px;
}



/**********            個別ページ         ************/

div.print{
	text-align:right;
	margin-bottom:1em;
	overflow:hidden;
}
div.print a{
	display:block;
	padding:0.3em 1em;
	float:right;
	text-decoration: none;
	color: #FFF;
	background: #fd9535;/*背景色*/
	border-bottom: solid 2px #d27d00;/*少し濃い目の色に*/
	border-radius: 4px;/*角の丸み*/
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
}
div.print a:hover {
	background: #FFA34F;
}
div.print a:active {
	border-bottom: solid 2px #fd9535;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}


div.entry {
	position:relative;
}


#map-area{
	margin-top:15px;
	width:790px;
	height:500px;
}


@media screen and (max-width: 736px){ /* SP */
	.print{
		display: none;
	}
	
	#map-area{
		box-sizing: border-box;
		width: 100%;
		height: 400px;
	}
}



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

	table 一覧

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

table.table-base{
	width: 100%;
	margin-bottom: 10px;
	border-collapse: collapse;
	border-spacing: 0;
}
table.table-base th{
	text-align: center;
	background: #e7f5ee;
}
table.table-base th,
table.table-base td{
	border: 1px solid #ccc;
	padding: 7px; /* 998行目で計算してるので変更時は注意 */
	vertical-align: middle;
}

#map01 table.table-base caption,
#yahaba-map table.table-base caption,
#shiwa-map table.table-base caption{
	caption-side:bottom;
	text-align:right;
	position:relative;
}
#yahaba-map table.table-base caption span,
#shiwa-map table.table-base caption span{
	position:absolute;
	left:0;
	font-size:120%;
	color:#a66;
}

#map02 table.table-base{width: auto;}
#map04 table.table-base th{text-align: left;}


table.table-list tbody tr td:last-child a{
	display: inline-block;
	background:#F6ABB3;
	border-radius:5px;
	padding: 10px;
	font-size: 90%;
	color: #fff;
	text-decoration:none;
	text-align:center;
	box-shadow: inset 0 2px 2px rgba(255, 207, 213, 1), 0 2px 0 rgba(239, 149, 161, 1);
}
table.table-list tbody tr td:last-child a:hover{
	text-shadow: 0px 1px 0px rgb(207, 129, 140);
}
table.table-list tbody tr td:last-child a:active{
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}


@media screen and (min-width: 737px){ /* PC */
	#map01 table.table-base tbody tr td:not(:first-of-type),
	#yahaba-map table.table-base tbody tr td:not(:first-of-type),
	#shiwa-map table.table-base tbody tr td:not(:first-of-type){text-align: center;}
	
	#map04 table.table-base th{width: 15em;}
	
	table.table-list tbody th{
		text-align: left;
		background: #fff;
	}
	table.table-list tbody td:not(:first-of-type){
		text-align: center;
		width: 90px;
	}
	table.table-list tbody td:last-of-type{
		width: 55px;
	}
}

@media screen and (max-width: 736px){ /* SP */
	table.table-base:not(:last-of-type){
		margin-bottom: 20px
	}
	
	table.table-base th,
	table.table-base td{
		display: block;
		box-sizing: border-box;
		width: 100%;
		border-top: 0;
	}
	table.table-base th:first-of-type{
		border-top: 1px solid #ccc;
	}
	
	
	#map01 table.table-base thead,
	#yahaba-map table.table-base thead,
	#shiwa-map table.table-base thead{display: none;}
	
	#map01 table.table-base tr,
	#yahaba-map table.table-base tr,
	#shiwa-map table.table-base tr{
		overflow: hidden;
		display: block;
		width: 100%;
		margin-top: 15px;
		border: 1px solid #ccc;
	}
	#map01 table.table-base tr.tr-saparate,
	#yahaba-map table.table-base tr.tr-saparate,
	#shiwa-map table.table-base tr.tr-saparate{
		margin-top: 0;
		border-top: 0;
	}
	
	#map01 table.table-base th,
	#map01 table.table-base td,
	#yahaba-map table.table-base th,
	#yahaba-map table.table-base td,
	#shiwa-map table.table-base th,
	#shiwa-map table.table-base td{
		border: 0;
	}
	
	#map01 table.table-base tbody td:not(:first-of-type)::before,
	#yahaba-map table.table-base tbody td:not(:first-of-type)::before,
	#shiwa-map table.table-base tbody td:not(:first-of-type)::before{
		content: '['attr(data-label)']';
	}
	
	#map01 table.table-base tbody td:first-of-type,
	#yahaba-map table.table-base tbody td:first-of-type
	#shiwa-map table.table-base tbody td:first-of-type{font-weight: bold;}
	
	#map01 table.table-base tbody td:not(:first-of-type){
		float: left;
		width: 33.3%;
	}
	#map01 table.table-base tbody tr:last-child td:first-of-type,
	#yahaba-map table.table-base tbody tr:last-child td:first-of-type,
	#shiwa-map table.table-base tbody tr:last-child td:first-of-type{
		display: none;
	}
	
	#map02 table.table-base th,
	#map02 table.table-base td{
		display: table-cell;
		width: auto;
		border-top: 1px solid #ccc;
	}
	
	#map04 table.table-base tr{
		display: block;
		margin-top: 15px;
	}
	
	
	
	table.table-list thead{
		display: none;
	}
	table.table-list tbody tr{
		display: block;
		margin-top: 15px;
		border: 1px solid #ccc;
	}
	
	table.table-base.table-list tbody tr th,
	table.table-base.table-list tbody tr td{
		border: 0;
	}
	
	table.table-list tbody tr td:not(:last-child)::before{
		content: '■'attr(data-label);
		display: block;
		text-align: left;
		color: #777;
	}
	
	table.table-list tbody tr td a{
		box-sizing: border-box;
		width: 100%;
	}
}



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

	table 詳細

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

table.table-base.table-detail th,
table.table-base.table-time th,
table.table-base.table-response th,
table.table-base.table-homecare th,
table.table-base.table-notice th{
	text-align: left;
}



table.table-base caption{
	font-size: 90%;
	text-align: right;
	color: #777;
	padding-bottom: 5px;
}

table.table-base td.empty{
	text-align: center !important;
}

table.table-base.table-homecare tr:not(:last-child) td:first-of-type{
	text-align: center; /* 直接データが入力されてる時があり .empty がつかない場合の対処 */
}


/*
	病院・診療所
***********************************************************/

table.table-base.table-time td{
	text-align: center;
}

table.table-base.table-time tr:last-child td{
	text-align: left;
}

table.table-base.table-time-ampm th{
	min-width: 4em;
}

table.table-base.table-response tbody th{
	text-align: left;
}
table.table-base.table-response td{
	text-align: center;
}

hr.hr-space{
	display: block;
	clear: both;
	height: 10px;
	margin-bottom: 10px;
}

@media screen and (min-width: 737px){ /* PC */
	table.table-base tr td.empty{
		border-width: 1px 0;
	}
	table.table-base tr td.empty:last-child{
		border-right: 1px solid #ccc;
	}
	
	table.table-base.table-notice{
		clear: both;
		margin-top: -11px;
	}
	table.table-base.table-notice th{
		width: 150px;
	}
	
	table.table-base.table-time td{width: 12.5%;}
	
	table.table-base.table-homecare tr:first-child th{width: 140px;}
	
	
	/* バグ？対応で @media print 部分にも同じコードを記述 */
	table.table-base.table-response{
		float: left;
		width: 50%;
		margin: 0 0 -1px 0;/* バグ？対応 */
	}
	table.table-base.table-response + table.table-base.table-response{
		width: calc(50% + 1px);
		margin-left: -1px;
	}
	table.table-base.table-response thead tr th:nth-child(odd){width: 75%;}
	table.table-base.table-response thead tr th:nth-child(even){width: 25%;}
	
	table.table-base.table-time-ampm tr.time-ampm td{
		width: 308px;
	}
	
	table.table-base.table-homecare-mention th{
		width: 230px;
	}
	
	table.table-base.table-link-time thead td{
		width: 500px;
	}
}


@media screen and (max-width: 736px){ /* SP */
	table.table-base td.empty ~ td{display: none;}
	table.table-base td.empty ~ th + td{display: block;}
	
	table{
		table-layout:fixed;
	}
	table.table-base td.wrap{
		word-wrap: break-word;
	}
	
	table.table-base.table-detail,
	table.table-base.table-response{
		border-top: 1px solid #ccc;
	}
	table.table-base.table-detail th:first-of-type{
		border-top: 0;
	}
	
	table.table-base.table-detail .detail-blank{
		display: none;
	}
	
	table.table-base.table-detail tr.dealing th::before{ /* 連絡窓口対応者用 */
		content: attr(data-label)'：';
	}
	table.table-base.table-detail tr.dealing th:first-child{display: none;}
	
	table.table-base.table-time thead td{
		border-bottom: 0;
	}
	table.table-base.table-time tbody tr{
		display: block;
		float: left;
	}
	table.table-base.table-time tbody tr:not(:last-child){width: 35%;}
	table.table-base.table-time tbody tr:first-child{width: 30%;}
	table.table-base.table-time tbody tr:last-child{width: 100%;}
	table.table-base.table-time.all-time tbody tr:nth-child(2){width: 70%;} /* 保険調剤薬局 */
	
	table.table-base.table-time tbody tr:nth-child(2) th,
	table.table-base.table-time tbody tr:nth-child(3) th,
	table.table-base.table-time tbody tr:nth-child(2) td,
	table.table-base.table-time tbody tr:nth-child(3) td{
		min-height: calc(15px + 1.4em);
		border-left-width: 0;
	}
	
	table.table-base.table-time.all-time tbody tr:nth-child(3) th,
	table.table-base.table-time.all-time tbody tr:nth-child(3) td{ /* 保険調剤薬局 */
		border-left-width: 1px;
	}
	
	table.table-base.table-time tbody tr.time-row02 th:first-child{
		height: calc(10px + 2.8em) !important;
	}
	
	table.table-base.table-time tbody tr:last-child th,
	table.table-base.table-homecare tr:last-child th{
		border-top: 0;
	}
	
	
	table.table-base.table-notice{
		margin-top: -21px;
	}
	
	table.table-base.table-response thead tr,
	table.table-base.table-response tbody tr{
		display: flex;
		flex-wrap: wrap;
	}
	table.table-base.table-response + table.table-base.table-response{
		margin-top: -21px
	}
	table.table-base.table-response + table.table-base.table-response thead{
		display: none;
	}
	
	table.table-base.table-response th,
	table.table-base.table-response td{
		border-top: 0;
	}
	table.table-base.table-response thead tr th:first-child{
		border-right: 0;
	}
	table.table-base.table-response tbody tr th{
		text-align: left;
		border-right: 0;
	}
	
	
	table.table-base.table-response tbody th,
	table.table-base.table-response thead th:first-child{width: 70%;}
	
	table.table-base.table-response tbody td,
	table.table-base.table-response thead th:nth-child(2){width: 30%;}
	
	table.table-base.table-response tbody .response-blank{
		display: none;
	}
	
	table.table-base.table-time-ampm tr:first-child th:not(:first-child){
		display: none;
	}
	table.table-base.table-time-ampm tr.time-ampm td::before{
		content: attr(data-label);
		display: block;
		font-weight: bold;
		margin-bottom: 5px;
	}
	table.table-base.table-time-ampm tr:last-child th{
		border-top: 0;
	}
	
	table.table-base.table-link-time{
		border-bottom: 1px solid #ccc;
	}
	table.table-base.table-link-time thead td,
	table.table-base.table-link-time tbody td{
		border-bottom: 0;
	}
}



/*
	歯科診療所、小規模多機能型居宅介護、短期入所療養介護（ショートステイ・空床利用）
	福祉用具貸与・特定福祉用具販売、介護老人福祉施設
***********************************************************/


@media screen and (min-width: 737px){ /* PC */
	table.table-base tr.td-center td{
		text-align: center;
	}
	
	#dentistry table.table-base.table-response tbody th{
		white-space: nowrap;
	}
	
	table.table-base.table-small-multi th{
		width: 6em;
	}
	table.table-base.table-small-multi td{
		text-align: center;
	}
}

@media screen and (max-width: 736px){ /* SP */
	table.table-base tr.short-term td:last-child{
		display: none;
	}
}




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

	shien set

==========================================================*/
.shien-set ~ .shien-set{
	margin-top: 70px;
}
.shien-set h4{
	text-align: center;
	padding-bottom: 30px;
	border-bottom: 3px dotted #ccc;
}
.shien-set img{
	max-width: 100%;
	height: auto;
}

dl.inflection-example dt{
	font-weight: bold;
	font-size: 110%;
	color: #fff;
	padding: 10px 15px;
	margin: 30px 0 10px 0;
	border-radius: 5px;
	background: #f57c00;
}

ul.keep-in{
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.keep-in li{
	width: 385px;
	margin-top: 30px;
}
ul.keep-in li strong{
	color: #00acc1;
}
ul.keep-in li img{
	margin-top: 15px;
}
ul.keep-in li p{
	padding: 10px;
	margin-top: 15px;
	border-radius: 5px;
	border: 3px solid #00acc1;
	background: #e0f7fa;
}

p.place-description{
	padding: 10px;
	margin-top: 30px;
	border-radius: 5px;
	border: 3px solid #00acc1;
	background: #e0f7fa;
}
div.anshin-download{
	text-align: center;
	margin: 15px 0 30px 0;
}
div.anshin-download p{
	display: flex;
	padding: 0;
	margin: 0;
	justify-content: space-between;
	flex-flow: wrap;
}
div.anshin-download p span{
	width: 365px;
	margin-top: 15px;
	padding: 20px 10px;
	border-radius: 5px;
	background: #f44336;
}
div.anshin-download p span.excel{
	background: #388e3c;
}
div.anshin-download p span b{
	display: block;
	border-bottom:1px dashed #eee;
	padding-bottom:5px;
	color: #fff;
	font-size:120%;
}
div.anshin-download p span a{
	display: inline-block;
	padding:8px;
	margin:5px 10px 0;
	color: #fff;
	font-size:100%;
	text-decoration-style: double;

}


div.seet-download{
	text-align: center;
	margin: 15px 0 30px 0;
}
div.seet-download ul{
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
}
div.seet-download ul li{
	width: 385px;
	margin-top: 15px;
}
div.seet-download ul li a{
	display: block;
	color: #fff;
	padding: 20px 10px;
	border-radius: 5px;
	background: #f44336
}
div.seet-download ul li a.word{
	background: #2196f3;
}
div.seet-download ul li a.excel{
	background: #388e3c;
}

.place-recommend h5{
	text-align: center;
	font-size: 150%;
}
.place-recommend dl{
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}
.place-recommend dl dt{
	width: 240px;
	margin-top: 15px;
}
.place-recommend dl dd{
	width: calc(100% - 260px);
	margin-top: 15px;
}


@media screen and (min-width: 737px){ /* PC */
	dl.inflection-example ul{
		min-height: 110px;
		margin-top: 10px;
		background: url('/img/shien-set/set02.jpg') 240px 0 no-repeat;
	}
}

@media screen and (max-width: 736px){ /* SP */
	dl.inflection-example ul{
		margin-top: 10px;
		padding-top: 122px;
		background: url('/img/shien-set/set03.jpg') 0 0 no-repeat;
	}
	
	ul.keep-in li,
	div.seet-download ul li{
		width: 100%;
	}
	
	.place-recommend dl dt{
		width: 100%;
	}
	.place-recommend dl dt ~ dt{
		margin-top: 30px;
	}
	.place-recommend dl dd{
		width: 100%;
	}
}