@charset "utf-8";

/*------------------------------------------------
  base
-------------------------------------------------*/
/*
.font-large *{
	font-size:1.0rem !important;
}
.color-black
*/

header{
	height:140px;
	border-bottom:4px solid #0061B1;
	}
	header:before{
		content:" ";
		display:block;
		position:absolute;
		bottom:-4px;
		left:-50%;
		width:100%;
		height:4px;
		background:#ABCD07;
		z-index:0;
}
#pagetop{
	height:70px;
	padding-top:20px;
	background:#F7F7FD;
}

/*------------------------------------------------
  mainslide
-------------------------------------------------*/

#mainslide{
	position:relative;
	width:100%;
	height:437px;
/*	height:330px;*/
	z-index:100;
	overflow:hidden;
}
/* --- responsive --- */
@media only screen and (max-width:1060px){
	#mainslide{
		width:1060px;
	}
}
@media only screen and (max-width:767px){
	#mainslide{
		width:100%;
		height:auto !important;
		vertical-align:text-top !important;
	}
	#mainslide #slider .sp-slide img{
		display:inline-block !important;
		top:0px !important;
		left:0px !important;
		width:100% !important;
		height:auto !important;
		vertical-align:text-top !important;
	}
}

/*------------------------------------------------
  pikup_nav
-------------------------------------------------*/

#pikup_nav{
	position:relative;
	width:100%;
	height:151px;
	margin:0 0 20px;
	padding:16px 0 0px;
	border-top:15px solid #0061B1;
	z-index:101;
	}
	#pikup_nav:before{
		content:" ";
		display:block;
		position:absolute;
		top:-15px;
		left:-50%;
		width:100%;
		height:15px;
		background:#ABCD07;
		z-index:0;
	}
	#pikup_nav nav{
		position:relative;
		left:1px;
		width:1060px;
		height:100%;
		margin:0 auto;
		padding:0 20px;
	}
	#pikup_nav nav > ul{
		display:flex;
		display:-webkit-flex;
		-webkit-box-pack:justify;
		-ms-flex-pack:justify;
		justify-content:space-between;
		flex-wrap:wrap;
		position:relative;
		width:100%;
		height:100%;
		padding:0px !important;
		list-style:none;
	}
	#pikup_nav nav > ul > li{
		position:relative;
		width:255px;
		height:100%;
		}
		#pikup_nav nav > ul > li:first-child:before{
			content:" ";
			display:block;
			position:absolute;
			top:0px;
			left:-2px;
			width:4px;
			height:120px;
			background:#A1B8CF;
			-moz-border-radius:6px;
			-webkit-border-radius:6px;
			border-radius:6px;
		}
		#pikup_nav nav > ul > li:after{
			content:" ";
			display:block;
			position:absolute;
			top:0px;
			right:0px;
			width:4px;
			height:118px;
			background:#A1B8CF;
			-moz-border-radius:6px;
			-webkit-border-radius:6px;
			border-radius:6px;
		}
		#pikup_nav nav > ul > li div.sub_menu{
			width:100%;
			height:100%;
			overflow:hidden;
			text-indent:100%;
			white-space:nowrap;
	}
	#pikup_nav nav > ul > li a{
		display: flex;
		display: -webkit-flex;
		justify-content: center;
		align-items: center;
		width:100%;
		height:100%;
		font-weight:bold;
		line-height:47px;
		color:#0061B1;
		}
		#pikup_nav nav > ul > li div.sub_menu a{
			text-indent:-9999px;
		}
		#pikup_nav nav > ul > li div.sub_menu a:after{
			content:" ";
			position:relative;
			width:160px;
			max-width:100%;
			height:87px;
			}
			#pikup_nav nav > ul > li:nth-child(1) div.sub_menu a:after{
				background:url(../../img/top/navi_outpatient_new.png) no-repeat center center;
				background-size:contain;
			}
			#pikup_nav nav > ul > li:nth-child(2) div.sub_menu a:after{
				background:url(../../img/top/navi_hospitalization_new.png) no-repeat center center;
				background-size:contain;
			}
			#pikup_nav nav > ul > li:nth-child(3) div.sub_menu a:after{
				background:url(../../img/top/navi_medical_new.png) no-repeat center center;
				background-size:contain;
			}
			#pikup_nav nav > ul > li:nth-child(4) div.sub_menu a:after{
				background:url(../../img/top/navi_recruit_new.png) no-repeat center center;
				background-size:contain;
	}
	#pikup_nav nav > ul > li:hover a{
		background:rgba(0,128,204,0.1);
		}
	#pikup_nav nav > ul > li:nth-child(1):hover a,
	#pikup_nav nav > ul > li:nth-child(2):hover a{
		background:rgba(171,205,7,0.1);
		color:#006533 !important;
		}
		#pikup_nav nav > ul > li a:hover{
			text-decoration:none;
}
/* --- responsive --- */
@media only screen and (max-width:767px){
	#pikup_nav{
		position:relative;
		width:100%;
		height:auto;
		margin:0 0 10px;
		padding:10px 0 0px;
		z-index:101;
	}
	#pikup_nav nav{
		left:0;
		width:100%;
		padding:0 10px;
	}
	#pikup_nav nav > ul{
		position:relative;
		width:100%;
		height:auto;
		padding:0px !important;
		list-style:none;
	}
	#pikup_nav nav > ul > li{
		width:50%;
		height:118px;
		-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
		-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
		box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
		transform: scale(0.9,0.9);
		}
		#pikup_nav nav > ul > li:first-child:before,
		#pikup_nav nav > ul > li:after{
			display:none;
		}
		#pikup_nav nav > ul > li div.sub_menu a{
			padding:10px 20px;
		}
}

/* drop-down */
#pikup_nav nav > ul > li > ul{
	list-style:none;
	padding-top:4px;
	background:rgba(255,255,255,0.6);
	}
	#pikup_nav nav > ul > li ul li{
		margin-bottom:2px;
}
.drop-down-nav{
	position: absolute;
	top: 50%;
	left:0;
	width:100%;
	box-sizing:border-box;
	visibility:hidden;
	opacity:0;
	transition: .2s .1s;
	}
	li.drop .drop-down-nav {
	top:118px;
	visibility: visible;
	opacity:1;
	}
	.drop-down-nav a{
		height:auto !important;
		padding:10px 0 !important;
		line-height:1.3 !important;
		font-weight:normal !important;
		border-radius:5px;
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
		background: #3697E7 !important;
		color: #FFFFFF !important;
		text-align:center;
		}
		.drop-down-nav a:hover {
			background: #0061B1 !important;
	}
	#pikup_nav nav > ul > li:nth-child(1) .drop-down-nav a,
	#pikup_nav nav > ul > li:nth-child(2) .drop-down-nav a{
		background:#319F2D !important;
		color:#FFFFFF !important;
		}
		#pikup_nav nav > ul > li:nth-child(1) .drop-down-nav a:hover,
		#pikup_nav nav > ul > li:nth-child(2) .drop-down-nav a:hover{
			background:#006533 !important;
}

/* ---------------------------------------------------------------
  top_contents
--------------------------------------------------------------- */

#top_contents{
	display:flex;
	display:-webkit-flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	position:relative;
	width:1060px;
	margin:0px auto 20px;
	padding:0 20px;
	z-index:0;
}
/* --- responsive --- */
@media only screen and (max-width:767px){
	#top_contents{
		width:100%;
		flex-wrap:wrap;
	}
}

/*---------------------
  contact_area
---------------------*/
#contact_area{
	clear:both;
	position:relative;
	width:375px;
	margin:0px !important;
	padding:0px 0px 0px 0px;
	}
	#contact_area h2{
		position:relative;
		width:100%;
		height:auto;
		margin-bottom:2px;
		padding:5px 0 3px;
		text-indent:20px;
		background:#00A0E2;
		color:#FFF;
	}
	#contact_area p{
		position:relative;
		width:100%;
		min-height:33px;
	}
	/*line*/
	#contact_area #ca_tel,
	#contact_area #ca_uketuke,
	#contact_area #ca_shinryou,
	#contact_area #ca_kyushin{
		position:relative;
		border-bottom:1px dotted rgba(0,97,177,0.5);
	}
	#contact_area #ca_tel{
		min-height:42px;
		padding:7px 0 7px 4px;
		line-height:1;
		}
		#contact_area #ca_tel span{
			display:none;
	}
	
	
	#contact_area #ca_uketuke,
	#contact_area #ca_shinryou p:nth-child(1){
		padding:9px 0 7px 0px;
	}
	#contact_area #ca_uketuke img,
	#contact_area #ca_shinryou p:nth-child(1) img{
		display:inline-block;
		position:relative;
		top:-2px;
		margin-top:0px;
	}
	#contact_area #ca_shinryou p:nth-child(2){
		margin-bottom:5px;
		padding:0 0 0 82px;
		font-size:12px;
		line-height:1.3;
	}


	#contact_area #ca_kyushin{
		padding:8px 0 4px 0px;
	}
	#contact_area #ca_kyushin span{
		display:inline-block;
		position:relative;
		top:0px;
		margin-top:-8px;
		margin-left:9px;
		font-family: 'Kosugi Maru', sans-serif;
		font-size:14px;
	}

	#contact_area #ca_menkai{
		margin-bottom:7px;
		padding:15px 0 4px 82px;
		vertical-align:text-top;
	}
	#contact_area #ca_menkai span:nth-child(1){
		position:absolute;
		top:8px;
		left:0px;
	}
	#contact_area #ca_menkai span:nth-child(2){
		display:inline-block;
		position:relative;
		top:-8px;
		margin-top:-8px;
		margin-left:3px;
		font-family: 'Kosugi Maru', sans-serif;
		font-size:13px;
	}

	#contact_area #ca_link{
		position:relative;
		width:100%;
		list-style:none;
		}
		#contact_area #ca_link li{
			position:relative;
			width:100%;
			margin-bottom:7px;
			border:1px solid #00A0E2;
			background:#FFF;
			-moz-border-radius:4px;
			-webkit-border-radius:4px;
			border-radius:4px;
			-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
			-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
			box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
			}
			.color-black #contact_area #ca_link li{
				background:#333;
				color:#FFF;
		}
		#contact_area #ca_link li a{
			display:block;
			width:100%;
			padding:5px 10px 4px;
			text-align:center;
			text-decoration:none;
			color:#00A0E2;
			}
			#contact_area #ca_link li a:hover{
				text-decoration:none;
				background:rgba(0,160,226,0.2);
		}
		.color-black #contact_area #ca_link li a{
			color:#FFF;
}

/* --- responsive --- */
@media only screen and (max-width:767px){
	#contact_area{
		display:none;
		width:100%;
		margin-bottom:25px !important;
		}
		#contact_area img{
			max-width:100%;
			height:auto;
	}
}

/*---------------------
  information_area
---------------------*/

#information_area{
	position:relative;
	width:610px;
	text-align:center;
}
.color-black #information_area a{
	color:#FFF;
}
#top_news{
	position:relative;
	width:100%;
	margin:0 auto 23px;
	text-align:left;
}
#top_information{
	position:relative;
	width:100%;
	margin:0 auto 0px;
	text-align:left;
}

#top_news h2,
#top_information h2{
	position:relative;
	width:100%;
	height:31px;
	text-indent:-9999px;
	}
	#top_news h2{
		background:url(../../img/top/top_news.png) no-repeat 0 0;
	}
	#top_information h2{
		background:url(../../img/top/top_info.png) no-repeat right 0;
}

#top_news p#top_news_list,
#top_news p#top_news_recruit,
#top_information p#top_info_list{
	position:absolute;
	top:5px;
	margin:0px;
	padding:0 0 0 20px;
}
#top_news p#top_news_list{
	display:inline-block;
	left:370px;
	background:url(../../img/top/top_news_try.png) no-repeat 0 3px;
}
#top_news p#top_news_recruit{
	display:inline-block;
	left:495px;
	background:url(../../img/top/top_news_try.png) no-repeat 0 3px;
}
#top_information p#top_info_list{
	display:inline-block;
	left:8px;
	background:url(../../img/top/top_info_try.png) no-repeat 0 3px;
}
#top_news p#top_news_list a,
#top_news p#top_news_recruit a{
	text-decoration:none;
	color:#0061B1;
	}
	.color-black #top_news p#top_news_list a,
	.color-black #top_news p#top_news_recruit a{
		color:#FFF;
}
#top_information p#top_info_list a{
	text-decoration:none;
	color:#00A0E2;
	}
	.color-black #top_information p#top_info_list a{
		color:#FFF;
}
#top_news p#top_news_list a:hover,
#top_news p#top_news_recruit a:hover,
#top_information p#top_info_list a:hover{
	text-decoration:underline;
}
/* --- responsive --- */
@media only screen and (max-width:767px){
	#information_area{
		margin:0 auto;
	}
	#top_news p#top_news_list,
	#top_news p#top_news_recruit,
	#top_information p#top_info_list{
		position:relative;
		left:0px;
		margin:0 15px 0 0;
		padding:0 0 0 20px;
	}
}


/* dl */
#top_news dl,
#top_information dl{
	width:100%;
	height:159px;
	padding:15px 15px;
	overflow:auto;
	}
	#top_news dl{
		height:174px;
/*		height:164px;*/
	}
	#top_information dl{
/*		height:154px;*/
		height:164px;
}

#top_news dl{
	border-radius:0 3px 3px 3px;
	-webkit-border-radius:0 3px 3px 3px;
	-moz-border-radius:0 3px 3px 3px;
	border:2px solid #0061B1;
}
#top_information dl{
	border-radius:3px 0 3px 3px;
	-webkit-border-radius:3px 0 3px 3px;
	-moz-border-radius:3px 0 3px 3px;
	border:2px solid #00A0E2;
}

#top_news dt,
#top_information dt{
	clear:both;
	float:left;
	width:90px;
}

#top_news dd{
	float:left;
	position:relative;
	width: calc(100% - 100px);
	margin-bottom:5px;
	padding-left:70px;
}
#top_information dd{
	float:left;
	width:calc(100% - 100px);
	margin-bottom:5px;
}
/* --- responsive --- */
@media only screen and (max-width:767px){
	#top_news dt,
	#top_information dt{
		float:none;
		width:100%;
	}
	#top_news dd,
	#top_information dd{
		float:none;
		width:100%;
		padding-left:0px;
		}
		#top_news dd{
			border-bottom:1px dotted #0061B1;
		}
		#top_information dd{
			border-bottom:1px dotted #00A0E2;
	}
}

.icon_news:after,
.icon_recruit:after{
	content:" ";
	position:absolute;
	top:1px;
	left:2px;
	padding:3px 5px 3px;
	font-size:0.7rem;
	border:1px solid #00A0E2;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	line-height:1;
	color:#00A0E2;
	}
	.color-black .icon_news:after,
	.color-black .icon_recruit:after{
		color:#FFF;
	}
	.icon_news:after{
		content:"お知らせ";
	}
	.icon_recruit:after{
		content:"採用情報";
		border:1px solid #C09;
		background:#FCC;
		color:#C09 !important;
}
/* --- responsive --- */
@media only screen and (max-width:767px){
	.icon_news:after,
	.icon_recruit:after{
		position:absolute;
		top:-1.6rem;
		left:90px;
	}
}


/* ------------------------------------------------------------------------------------
   top_second
------------------------------------------------------------------------------------ */

#top_second{
	position:relative;
	width:100%;
	z-index:0;
}
/* --- responsive --- */
@media only screen and (max-width:767px){
	#top_second{
		width:100%;
	}
}

/* ------------------------------------------------------------------------------------
   topics_link
------------------------------------------------------------------------------------ */

#topics_link{
	position:relative;
	width:100%;
	margin-bottom:25px;
	background:#E5F5FC;
}
#topics_link div{
	position:relative;
	width:1060px;
	max-width:100%;
	margin:0px auto 20px;
	padding:0 20px;
	z-index:0;
	background:#E5F5FC;
}
#topics_link ul{
	display:flex;
	display:-webkit-flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	position:relative;
	width:100%;
	height:150px;
	list-style:none;
	overflow:hidden;
	background:url(../../img/top/topic_bg.png) no-repeat 0 0;
	}
	#topics_link li{
		position:relative;
		width:100%;
		height:100%;
	}
	#topics_link li a{
		display: flex;
		display: -webkit-flex;
		align-items: center;
		position:relative;
		width:100%;
		height:100%;
		margin-bottom:0px !important;
		font-weight:normal;
		font-family: 'Kosugi Maru', sans-serif;
		line-height:1.5;
		}
		#topics_link li a::before{
			content:" ";
			position:absolute;
			bottom:-33px;
			left:-29px;
			width:91px;
			height:91px;
			transform:rotate(30deg);
			z-index:10;
		}
		#topics_link li a::after{
			content:" ";
			position:absolute;
			top:-33px;
			right:-29px;
			width:91px;
			height:91px;
			transform:rotate(30deg);
			z-index:10;
		}
		#topics_link li a span{
			position:absolute;
			top:14px;
			left:0px;
			width:252px;
			height:32px;
			padding-left:10px;
			font-weight:normal;
			font-family: 'Kosugi Maru', sans-serif;
			font-size:18px;
			color:#FFF;
		}
		#topics_link li#mc_yakuzai a span,
		#topics_link li#mc_kangobu a span{
			left:21px;
			width:132px;
			padding-left:44px;
		}
		#topics_link li a span::after{
			content:" ";
			position:absolute;
			left:0px;
			bottom:3px;
			width:0%;
			height:0px;
			border-bottom:1px solid #FFF;
			transition-duration:0.5s;
		}
		#topics_link li a:hover span::after{
			width:100%;
}

/* --- responsive --- */
@media only screen and (max-width:767px){
	#topics_link div{
		padding:20px 20px 10px;
	}
	#topics_link ul{
		flex-wrap:wrap;
		position:relative;
		width:100%;
		height:auto;
		list-style:none;
		overflow:hidden;
		background:none;
	}
	#topics_link li{
		width:100%;
		height:auto;
		margin-bottom:10px !important;
	}
	#topics_link li a{
		display:block;
		position:relative;
		height:auto;
		padding:10px 15px 10px 25px;
		font-weight:normal;
		font-family: 'Kosugi Maru', sans-serif;
		line-height:1.5;
		}
		#topics_link li a::before{
			display:none;
		}
		#topics_link li a::after{
			top:8px;
			left:10px;
			right:-auto;
			width:5px;
			height:calc(100% - 16px);
			transform:rotate(0deg);
			z-index:10;
			background:#FFF;
		}
		#topics_link li a span{
			position:relative;
			top:0px;
			left:0px;
			width:100%;
			height:auto;
			padding-left:0px;
			font-weight:normal;
			font-family: 'Kosugi Maru', sans-serif;
			font-size:18px;
			color:#FFF;
		}
		#topics_link li#mc_kenshui{
			background:#2193D6;
		}
		#topics_link li#mc_yakuzai{
			background:#84CE7E;
		}
		#topics_link li#mc_kangobu{
			background:#FD8EA7;
		}
		#topics_link li#mc_yakuzai a span,
		#topics_link li#mc_kangobu a span{
			left:0px;
			width:100%;
			padding-left:0px;
		}
		#topics_link li a span::after,
		#topics_link li a:hover span::after{
			display:none;
	}
}

/* ------------------------------------------------------------------------------------
   information_link
------------------------------------------------------------------------------------ */

.set_koukaichu{
	display:inline-block;
	padding:3px 10px 2px;
	background:rgba(200,0,0,1);
	color:#FFF;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}

#information_link{
	display:flex;
	display:-webkit-flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	flex-wrap:wrap;
	position:relative;
	width:1060px;
	max-width:100%;
	margin:0px auto 25px;
	padding:0 20px;
	z-index:0;
}
#information_link #shiminkouza,
#information_link #kouenkai{
	position:relative;
	width:230px;
	height:170px;
	padding:8px 12px 10px;
	font-size:0.9rem;
	background:#0062B2;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.4);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.4);
	box-shadow:1px 1px 2px rgba(0,0,0,0.4);
	color:#FFF;
}
#information_link #shiminkouza h2,
#information_link #kouenkai h2{
	position:relative;
	margin-bottom:15px;
	padding:0 0 0 0;
	font-weight:bold;
	font-size:1.0rem;
	color:#FFF;
	}
	#information_link #shiminkouza h2:before,
	#information_link #kouenkai h2:before,
	#information_link #shiminkouza h2:after,
	#information_link #kouenkai h2:after{
		content:" ";
		display:block;
		position:absolute;
		top:8px;
		height:3px;
		}
		#information_link #shiminkouza h2:before,
		#information_link #shiminkouza h2:after{
			background:#AACD06;
		}
		#information_link #kouenkai h2:before,
		#information_link #kouenkai h2:after{
			background:#7DCEF4;
		}
		#information_link #shiminkouza h2:before,
		#information_link #kouenkai h2:before{
			left:-12px;
			width:6px;
		}
		#information_link #shiminkouza h2:after{
			right:-12px;
			width:60px;
		}
		#information_link #kouenkai h2:after{
			right:-12px;
			width:115px;
		}

#information_link #shiminkouza a,
#information_link #kouenkai a{
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	text-indent:-9999px;
}
#information_link #shiminkouza a:hover,
#information_link #kouenkai a:hover{
	background:rgba(255,255,255,0.1);
}
#information_link #shiminkouza a,
#information_link #kouenkai a{
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	text-indent:-9999px;
}
#information_link #shiminkouza p,
#information_link #kouenkai p{
	line-height:1.3;
	font-size:0.83rem;
	}
	#information_link #shiminkouza p.info_date,
	#information_link #kouenkai p.info_date,
	#information_link #shiminkouza p.info_place,
	#information_link #kouenkai p.info_place{
		/*width:122px;*/
		width:calc(100% - 84px);
		text-align:left;
	}
	#information_link #shiminkouza p:nth-of-type(1),
	#information_link #kouenkai p:nth-of-type(1){
		margin-bottom:7px;
	}
	#information_link #shiminkouza p span{
		font-size:0.85rem;
		color:#AACD06;
		line-height:1.3;
	}
	#information_link #kouenkai p span{
		font-size:0.9rem;
		color:#7DCEF4;
		line-height:1.3;
}
#information_link #shiminkouza img,
#information_link #kouenkai img{
	position:absolute;
	top:40px;
	right:12px;
	width:74px;
	height:auto;
	max-height:118px;
}
/* --- responsive --- */
@media only screen and (max-width:767px){
	#information_link #shiminkouza,
	#information_link #kouenkai{
		position:relative;
		width:100%;
		height:160px;
		margin:0 0 15px;
	}
	#information_link #shiminkouza h2{
		margin-bottom:15px;
		border-bottom:2px solid #AACD06;
	}
	#information_link #kouenkai h2{
		margin-bottom:15px;
		border-bottom:2px solid #7DCEF4;
	}
	#information_link #shiminkouza h2:before,
	#information_link #kouenkai h2:before,
	#information_link #shiminkouza h2:after,
	#information_link #kouenkai h2:after{
		display:none;
	}
	#information_link #shiminkouza img,
	#information_link #kouenkai img{
		position:absolute;
		top:44px;
		right:12px;
		width:74px;
		height:auto;
		max-height:118px;
	}
}

/* ------------------------------------------------------------------------------------
   hosp_info
------------------------------------------------------------------------------------ */

#hosp_info{
	display:flex;
	display:-webkit-flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	flex-wrap:wrap;
	position:relative;
	width:500px;
	}
	.hi_banner{
		position:relative;
		width:236px;
	}
	/* mc_rinshou */
	#hosp_info #mc_rinshou,
	#hosp_info #rm_support_center{
		width:236px;
		min-height:60px;
		margin-bottom:15px;
		border:2px solid #00499C;
		background:url(../../img/top/mc_rinshou_bg.png) no-repeat right bottom #FFF;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		border-radius:6px;
		}
		#hosp_info #mc_rinshou div,
		#hosp_info #rm_support_center div{
			position:relative;
			width:100%;
			height:100%;
			padding:4px 0 7px 0;
			-moz-box-shadow:0px 0px 12px rgba(178,208,232,1.0) inset;
			-webkit-box-shadow:0px 0px 12px rgba(178,208,232,1.0) inset;
			box-shadow:0px 0px 12px rgba(178,208,232,1.0) inset;
			line-height:1.3;
			color:#0080CC;
		}
		#hosp_info #mc_rinshou div h3,
		#hosp_info #rm_support_center div h3{
			display:block;
			padding:0 0 0 15px;
			font-weight:normal;
			font-family: 'Kosugi Maru', sans-serif;
			font-size:15px;
			line-height:1.5;
			color:#0062B2;
		}
		#hosp_info #mc_rinshou div h3 a,
		#hosp_info #rm_support_center div h3 a{
			font-weight:normal !important;
			font-family: 'Kosugi Maru', sans-serif;
			font-size:15px;
			line-height:1.5;
			color:#0062B2;
		}
		#hosp_info #mc_rinshou div a,
		#hosp_info #rm_support_center div a{
			display:inline-block;
			width:auto;
			height:auto;
			padding:0px;
			font-weight:normal;
			font-size:12px;
			line-height:1.2;
			color:#0080CC;
			}
			#hosp_info #mc_rinshou div a:hover,
			#hosp_info #rm_support_center div a:hover{
				text-decoration:underline;
		}
		#hosp_info #mc_rinshou div dl,
		#hosp_info #rm_support_center div dl{
			display:block;
			position:relative;
			padding:0 0 0 15px;
			line-height:1.2;
		}
		#hosp_info #mc_rinshou div dl dt,
		#hosp_info #rm_support_center div dl dt{
			position:relative;
			margin-top:3px;
			font-size:12.0px;
			padding:0 0 0 11px;
			line-height:1;
			}
			#hosp_info #mc_rinshou div dl dt:after,
			#hosp_info #rm_support_center div dl dt:after{
				content:" ";
				display:block;
				position:absolute;
				top:2px;
				left:0px;
				width:8px;
				height:8px;
				border-radius:5px;
				-webkit-border-radius:5px;
				-moz-border-radius:5px;
				background:#00A0E2;
		}/*
		#hosp_info #mc_rinshou div dl dt:first-child,
		#hosp_info #rm_support_center div dl dt:first-child{
			position:absolute;
			top:-2px;
			left:15px;
		}*/
		#hosp_info #mc_rinshou div dl dd,
		#hosp_info #mc_rinshou div dl dd{
			position:relative;
			margin:0 0 1px 95px;
			font-weight:normal;
			font-family: 'Kosugi Maru', sans-serif;
			font-size:11px !important;
			line-height:1.4;
			}
			#hosp_info #mc_rinshou div dl dd a,
			#hosp_info #mc_rinshou div dl dd a{
				font-size:11.5px !important;
			}
			#hosp_info #mc_rinshou div dl dd:before,
			#hosp_info #mc_rinshou div dl dd:before{
				content:" ";
				display:block;
				position:absolute;
				top:8px;
				left:-11px;
				width:7px;
				height:1px;
				background:#0062B2;
			}
			#hosp_info #mc_rinshou div dl dd:nth-of-type(1):before,
			#hosp_info #mc_rinshou div dl dd:nth-of-type(1):before{
				left:-21px;
				width:17px;
			}
			#hosp_info #mc_rinshou div dl dd:nth-of-type(1):after,
			#hosp_info #mc_rinshou div dl dd:nth-of-type(1):after{
				content:" ";
				display:block;
				position:absolute;
				top:8px;
				left:-11px;
				width:1px;
				height:16px;
				background:#0062B2;
}
/* --- responsive --- */
@media only screen and (max-width:767px){
	#hosp_info{
		width:100%;
		text-align:center;
		}
		.hi_banner{
			position:relative;
			width:100%;
			margin-bottom:15px;
		}
		/* mc_rinshou */
		#hosp_info #mc_rinshou,
		#hosp_info #rm_support_center{
			width:100%;
			text-align:left;
	}
}

/* ------------------------------------------------------------------------------------
   banner_daigaku
------------------------------------------------------------------------------------ */

#banner_daigaku{
	width:100%;
	padding:20px 0 10px;
	text-align:center;
	background:#F7F7FD;
	}
	#banner_daigaku ul{
		display:-webkit-flex;
		display:flex;
		-webkit-box-pack:justify;
		-ms-flex-pack:justify;
		justify-content:space-between;
		flex-wrap:wrap;
		list-style:none;
		width:1020px;
		max-width:100%;
		margin:0 auto;
	}
	#banner_daigaku li{
		text-align:center;
		margin-bottom:10px;
		}
		#banner_daigaku li img{
			width:100%;
			height:auto;
			-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.4);
			-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.4);
			box-shadow:1px 1px 2px rgba(0,0,0,0.4);
}

/* --- responsive --- */
@media only screen and (max-width:767px){
	#banner_daigaku{
		padding:20px 20px;
		}
		#banner_daigaku li{
			width:100%;
		}
		#banner_daigaku li:nth-child(2) a{
			display:block;
			width:340px;
			max-width:100%;
			margin:0 auto;
			padding:0 10px;
			background:#43B3A3;
		}
		#banner_daigaku li img{
			width:auto;
			max-width:100%;
			height:auto;
			-moz-box-shadow:none;
			-webkit-box-shadow:none;
			box-shadow:none;
		}
		#banner_daigaku li:nth-child(3) img{
			width:340px;
			max-width:100%;
	}
}

/* ------------------------------------------------------------------------------------
   banner_area
------------------------------------------------------------------------------------ */

#banner_area{
	position:relative;
	width:100%;
	background:#DDE1D6;
	padding:15px;
	}
	#banner_area ul{
		display:flex;
		display:-webkit-flex;
		-webkit-box-pack:justify;
		-ms-flex-pack:justify;
		justify-content:center;
		flex-wrap:wrap;
		position:relative;
		width:1020px;
		margin:0 auto;
		list-style:none;
	}
	#banner_area ul li{
		margin:0 15px;
	}
	#banner_area ul li#banner_disclosure{
		width:280px;
	}
	#banner_area ul li#banner_disclosure a{
		display:block;
		width:100%;
		height:100%;
		color:#475056;
		}
		#banner_area ul li#banner_disclosure a:hover{
			text-decoration:none;
			background:rgba(255,255,255,0.5);
	}
	#banner_area ul li#banner_disclosure span:nth-child(1){
		display:block;
		width:100%;
		padding:4px 12px 2px;
		font-size:1.13rem;
		border-top:1px solid #000;
		border-bottom:1px solid #000;
		text-shadow:rgba(0,0,0,0.8) 0px 0px 0px,rgba(0,0,0,0.8) 0px 0px 0px;
	}
	#banner_area ul li#banner_disclosure span:nth-child(2){
		display:block;
		width:100%;
		padding:5px 12px 3px;
		line-height:1.5;
		}
	#banner_area ul li a img{
		max-width:100%;
		height:auto;
}
/* --- responsive --- */
@media only screen and (max-width:767px){
	#banner_area ul{
		width:100%;
		padding:0px;
		text-align:center;
	}
	#banner_area ul li{
		margin:0 auto 20px;
	}
	#banner_area ul li#medical_training_center{
		display:none;
	}
	#banner_area ul li a{
		display:block;
		-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
		-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
		box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
	}
}

/*---------------------
  center_area
---------------------*/

#center_area{
	position:relative;
	width:1060px;
	margin:0 auto;
	padding:0 20px;
	list-style:none;
	z-index:1000;
	}
	#center_area h2{
		position:relative;
		left:-20px;
		width:181px;
		min-height:30px;
		margin-bottom:10px;
		padding:4px 0 0;
		background:url(../../img/top/center_area_bg.png) no-repeat 0 0;
		text-align:center;
		color:#FFF;
	}
	#center_area ul{
		position:relative;
		width:100%;
		text-align:left;
	}
	#center_area ul li{
		display:inline-block;
		position:relative;
		margin:0 20px 0 0;
		padding:0 0 0 15px;
		}
		#center_area ul li:after{
			content:" ";
			position:absolute;
			top:5px;
			left:0px;
			width:10px;
			height:10px;
			-moz-border-radius:6px;
			-webkit-border-radius:6px;
			border-radius:6px;
			background:#0062B2;
	}
	#center_area ul li a{
		font-size:0.95rem;
		color:#000;
	}
	.color-black #center_area ul li a{
		color:#FFF;
}
/* --- responsive --- */
@media only screen and (max-width:767px){
	#center_area{
		display:none;
	}
}


/*---------------------
  slider-pro.css
---------------------*/

/*!
*  - v1.2.0
* Homepage: http://bqworks.com/slider-pro/
* Author: bqworks
* Author URL: http://bqworks.com/
*/
/* Core
--------------------------------------------------*/

.slider-pro {
	position: relative;
	margin: 0 auto;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.sp-slides-container {
	position: relative;
}

.sp-mask {
	position: relative;
	overflow: hidden;
}

.sp-slides {
	position: relative;
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
}

.sp-slide {
	position: absolute;
}

.sp-image-container {
	overflow: hidden;
}

.sp-image {
	position: relative;
	display: block;
	border: none;
}

.sp-no-js {
	overflow: hidden;
	max-width: 100%;
}

/* Thumbnails
--------------------------------------------------*/
.sp-thumbnails-container {
	position: relative;
	overflow: hidden;
}

.sp-top-thumbnails,
.sp-bottom-thumbnails  {
	left: 0;
	margin: 0 auto;
}

.sp-top-thumbnails {
	position: absolute;
	top: 0;
	margin-bottom: 4px;
}

.sp-bottom-thumbnails {
	margin-top: 4px;
}

.sp-left-thumbnails,
.sp-right-thumbnails {
	position: absolute;
	top: 0;
}

.sp-right-thumbnails {
	right: 0;
	margin-left: 4px;
}

.sp-left-thumbnails {
	left: 0;
	margin-right: 4px;
}

.sp-thumbnails {
	position: relative;
}

.sp-thumbnail {
    border: none;
}

.sp-thumbnail-container {
	position: relative;
	display: block;
	overflow: hidden;
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Horizontal thumbnails
------------------------*/
.sp-top-thumbnails .sp-thumbnail-container,
.sp-bottom-thumbnails .sp-thumbnail-container {
	margin-left: 2px;
	margin-right: 2px;
}

.sp-top-thumbnails .sp-thumbnail-container:first-child,
.sp-bottom-thumbnails .sp-thumbnail-container:first-child {
	margin-left: 0;
}

.sp-top-thumbnails .sp-thumbnail-container:last-child,
.sp-bottom-thumbnails .sp-thumbnail-container:last-child {
	margin-right: 0;
}

/* Vertical thumbnails 
----------------------*/
.sp-left-thumbnails .sp-thumbnail-container,
.sp-right-thumbnails .sp-thumbnail-container {
	margin-top: 2px;
	margin-bottom: 2px;
}

.sp-left-thumbnails .sp-thumbnail-container:first-child,
.sp-right-thumbnails .sp-thumbnail-container:first-child {
	margin-top: 0;
}

.sp-left-thumbnails .sp-thumbnail-container:last-child,
.sp-right-thumbnails .sp-thumbnail-container:last-child {
	margin-bottom: 0;
}

/* Right thumbnails with pointer
--------------------------------*/
.sp-right-thumbnails.sp-has-pointer {
	margin-left: -13px;
}

.sp-right-thumbnails.sp-has-pointer .sp-thumbnail {
	position: absolute;
	left: 18px;
	margin-left: 0 !important;
}

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
	content: '';
	position: absolute;
	height: 100%;
	border-left: 5px solid #F00;
	left: 0;
	top: 0;
	margin-left: 13px;
}

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	left: 0;
	top: 50%;
	margin-top: -8px;
	border-right: 13px solid #F00;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}

/* Left thumbnails with pointer
-------------------------------*/
.sp-left-thumbnails.sp-has-pointer {
	margin-right: -13px;
}

.sp-left-thumbnails.sp-has-pointer .sp-thumbnail {
	position: absolute;
	right: 18px;
}

.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
	content: '';
	position: absolute;
	height: 100%;
	border-left: 5px solid #F00;
	right: 0;
	top: 0;
	margin-right: 13px;
}

.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	right: 0;
	top: 50%;
	margin-top: -8px;
	border-left: 13px solid #F00;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}


/* Bottom thumbnails with pointer
---------------------------------*/
.sp-bottom-thumbnails.sp-has-pointer {
	margin-top: -13px;
}


.sp-bottom-thumbnails.sp-has-pointer .sp-thumbnail {
	position: absolute;
	top: 18px;
	margin-top: 0 !important;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
	content: '';
	position: absolute;
	width: 100%;
	border-bottom: 5px solid #F00;
	top: 0;
	margin-top: 13px;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	left: 50%;
	top: 0;
	margin-left: -8px;
	border-bottom: 13px solid #F00;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
}

/* Full Screen
--------------------------------------------------*/
.sp-full-screen {
	margin: 0 !important;
	background-color: #000;
}

.sp-full-screen-button {
	position: absolute;
	top: 5px;
	right: 10px;
	font-size: 30px;
	line-height: 1;
	cursor: pointer;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.sp-full-screen-button:before {
	content: '\2195';
}

.sp-fade-full-screen {
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.slider-pro:hover .sp-fade-full-screen {
	opacity: 1;
}

/* Buttons
--------------------------------------------------*/
.sp-buttons {
	width: 100%;
	text-align: center;
	margin: 13px 0 0;
}

.sp-button {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	margin: 0 2px;
	display: inline-block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
  background: #eee;
}

.sp-selected-button {
	background-color: #3697E7;
}

/* Arrows
--------------------------------------------------*/
.sp-arrows {
	position: absolute;
  top: 50%;
}

.sp-horizontal .sp-arrows {
	width: 100%;
	left: 0;
}

.sp-arrow {
	position: absolute;
	display: block;
	width: 43px;
	height: 43px;
	cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  transition: .1s;
  z-index: 100;
}

.sp-horizontal .sp-previous-arrow {
	left: 50%;
  margin: -22px 0 0 -550px;
  background-image: url(../img/slider/prev.png);
}

.sp-horizontal .sp-next-arrow {
	right: 50%;
  margin: -22px -550px 0 0;
  background-image: url(../img/slider/next.png);
}

/* news */
.news { padding:10px !important;}
.news dt,
.news dd{
	float:left !important;
	margin-bottom:10px !important;
}
.news dt{ width:120px !important;}
.news dd{ width:630px !important;}


/* Alignment */

strong { font-weight: bold; }
em { font-style: italic; }

blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}
 
/* img */
 
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright { float: right; }
.alignleft { float: left; }
 
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
}
 
/* clearfix */
 
.clearfix {
    overflow: hidden;
    zoom: 1;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}


blockquote.alignleft,
blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}

blockquote.alignleft p,
blockquote.alignright p {
	margin-bottom: 17px;
}


/*------------------------------------------------
  covid
-------------------------------------------------*/

#danger_info{
	position:relative;
	width:1020px;
	max-width:100%;
	margin:0 auto 10px;
	border:1px solid rgba(204,0,0,0.5);
	background:rgba(204,0,0,0.2);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
	#danger_info *{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#danger_info a{
		display:block;
		position:relative;
		padding:10px 20px 10px 20px;
		font-weight:bold;
		font-size:0.95rem;
		color:rgba(204,0,0,1);
	}
	#danger_info a span{
		display:block;
		position:relative;
		font-weight:normal;
		font-size:0.9rem;
		color:rgba(204,0,0,1);
	}
	#danger_info a:hover{
		text-decoration:none;
		background:rgba(0,0,0,0.05);
		background:rgba(255,255,255,0.3);
	}
#em_info{
	position:relative;
	width:1020px;
	max-width:100%;
	margin:0 auto 20px;
	padding:0px !important;
	border:1px solid rgba(204,0,0,0.5);
	background:rgba(204,0,0,0.2);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
	#em_info *{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#em_info img{
		position:absolute;
		top:9px;
		right:9px;
		width:122px;
		height:162px;
		border:1px solid #999;
		z-index:1;
	}
	#em_info a{
		display:block;
		position:relative;
		width:100%;
		height:100%;
		min-height:180px;
		padding:15px 150px 15px 20px;
		color:rgba(204,0,0,1);
		z-index:100;
	}
	#em_info a:hover{
		text-decoration:none;
		background:rgba(0,0,0,0.05);
		background:rgba(255,255,255,0.3);
	}
	#em_info strong{
		display:block;
		position:relative;
		font-weight:bold;
		font-size:1.0rem;
		border-bottom:1px solid rgba(204,0,0,1);
		margin-bottom:7px;
		}
		#em_info strong:after{
			content:" ";
			position:absolute;
			bottom:-7px;
			right:-8px;
			border: 7px solid transparent;
			border-left: 10px solid rgba(204,0,0,1);
	}
	#em_info span{
		display:block;
		position:relative;
		font-size:0.75rem;
		margin-top:7px;
}
/* --- responsive --- */
@media only screen and (max-width:767px){
	#danger_info,
	#em_info{
		width:100%;
	}
}


/* ------------------------------------------------
  one_slide
-------------------------------------------------*/

#one_slide{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	position:relative;
	width:auto;
	height:700px;
	padding-left:2px;
	z-index:100;
	overflow:hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background:#FEEFF6;
}
#one_slide div{
    position: relative;
}
#questionnaire{
    display: block;
    position: absolute;
    top:393px;
    left: 210px;
    width: 542px;
    height: 32px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    z-index: 10;
    }
    #questionnaire a{
        display: block;
        width: 100%;
        height: 100%;
        text-indent: -9999px;
    }
    #questionnaire a:after{
        content:" ";
        position: absolute;
        top:-9px;
        left: 54px;
        display: block;
        width: 35px;
        height: 9px;
        -moz-border-radius:6px 10px 0 0;
        -webkit-border-radius:6px 10px 0 0;
        border-radius:6px 10px 0 0;
    }
    #questionnaire a:hover,
    #questionnaire a:hover:after{
        background: rgba(255,0,0,0.1);
}
#info_pdf{
    display: block;
    position: absolute;
    top:475px;
    left: 30px;
    width:calc(100% - 50px);
    height: 60px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    z-index: 10;
    }
    #info_pdf a{
        display: block;
        position:absolute;
        width:240px;
        height:60px;
        text-indent: -9999px;
        -moz-border-radius:6px;
        -webkit-border-radius:6px;
        border-radius:6px;0
        border: 1px solid #FFF;
    }
    #info_pdf a:nth-child(1){left:0px;}
    #info_pdf a:nth-child(2){left:250px;}
    #info_pdf a:nth-child(3){left:515px;}
    #info_pdf a:nth-child(4){left:762px;}
    #info_pdf a:hover{border: 1px solid rgba(255,0,0,0.8);background: rgba(255,0,0,0.1);}



/* ------------------------------------------------
   covid_measures
-------------------------------------------------*/

#covid_measures{
    width: 1020px;
    margin:0 auto 20px;
    border:2px solid #ED987B;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    background:url(../../img/top/dot.png) repeat-x center center #FEF1E8;
    }
    #covid_measures a{
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        align-items: center;
        width:100%;
        height:100%;
        font-weight:bold;
        font-size:1.3rem;
        min-height:80px;
        color: #EC4743;
        text-decoration:none;
    }
    #covid_measures a:hover{
        text-decoration:none;
    }
    #covid_measures a span{
        display: inline-block;
        padding:20px 20px 20px 15px;
        font-weight:bold;
        font-size:1.55rem;
        background: #FEF1E8;
}
#covid_measures:hover{
    background:url(../../img/top/dot.png) repeat-x center center #FDE4D3;
}
#covid_measures:hover a span{
    background:#FDE4D3;
}

/* --- responsive --- */
@media only screen and (max-width:767px){
	#covid_measures{
		width:calc(100% - 40px);
		margin-left:20px;
        padding:0px;
		background:#FEF1E8;
	}
    #covid_measures a{
        min-height:0px;
        font-size:0.8rem;
        text-align:center;
        background:none !important;
    }
    #covid_measures a span{
        padding:10px 5px;
        font-size:0.85rem;
        background:none;
	}
}























