@charset "utf-8";



/*---------------------------------------------------------------
    index専用レイアウト
---------------------------------------------------------------*/
@media only screen and (min-width: 1280px) {
	
  #bottom_contents #g_map {
		margin-top: -205px;
  }

}



/*---------------------------------------------------------------
    キービジュアル
---------------------------------------------------------------*/
#visual{
}

#visual > div{
	background: url("../../img/index/keyvisual/sp_img.jpg") no-repeat center top;
	background-size: cover;
	height: 400px;
}

#visual p{
	font-size: 2.7rem;
	color: #FFF;
	padding: 28px 0 0 10px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 900;
}




@media only screen and (min-width: 768px) {
	
	#visual > div{
	  height: 500px;
  }
	
	#visual p{
	  font-size: 3.6rem;
  }

	
}



@media only screen and (min-width: 1280px) {
	
	#visual{
  }

  #visual > div{
	  background: url("../../img/index/keyvisual/pc_img.jpg") no-repeat center top;
		max-width: 1720px;
	  height: 600px;
		margin: 0 auto;
  }

  #visual p{
	  font-size: 4.8rem;
	  padding: 85px 0 0 85px;
  }

	
}



@media only screen and (min-width: 1720px) {

  #visual p{
	  padding: 85px 0 0 220px;
  }

	
	
}



/*---------------------------------------------------------------
    Index ナビ　※PCのみ
---------------------------------------------------------------*/

@media only screen and (min-width: 1280px) {
	
  ul#index_navi{
	  width: 100%;
		max-width: 1720px;
	  height: 200px;
	  margin: 0 auto;
		display: flex;
  }

  ul#index_navi li{
	  width: 20%;
		box-sizing: border-box;
  }
	
	ul#index_navi li:first-child{
		border-left: 1px solid #CCC;
	}
	
	ul#index_navi li:last-child{
		border-right: 1px solid #CCC;
	}
	
	ul#index_navi li + li{
		border-left: 1px solid #CCC;
	}

  ul#index_navi li a{
		width: 100%;
		height: 200px;
	  display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
		font-size: 2rem;
		font-weight: bold;
		padding: 0 0 30px 0;
		box-sizing: border-box;
  }
	
	ul#index_navi li a::before{
		content: "";
		display: block;
	}
	
	ul#index_navi li:nth-child(1) a{ padding-top: 35px;}
	ul#index_navi li:nth-child(2) a{ padding-top: 28px;}
	ul#index_navi li:nth-child(3) a{ padding-top: 28px;}
	ul#index_navi li:nth-child(4) a{ padding-top: 48px;}
	ul#index_navi li:nth-child(5) a{ padding-top: 48px;}

	ul#index_navi li:nth-child(1) a::before{
		background: url("../../img/common/icon/icon_hospital.png") no-repeat center;
		background-size: 100% auto;
	  width: 100px;
		height: 77px;
  }
	
	ul#index_navi li:nth-child(2) a::before{
		background: url("../../img/common/icon/icon_patient.png") no-repeat center;
		background-size: 100% auto;
	  width: 100px;
		height: 98px;
  }
	
	ul#index_navi li:nth-child(3) a::before{
		background: url("../../img/common/icon/icon_doctor.png") no-repeat center;
		background-size: 100% auto;
	  width: 80px;
		height: 101px;
  }
	
	ul#index_navi li:nth-child(4) a::before{
		background: url("../../img/common/icon/icon_news.svg") no-repeat center;
		background-size: 100% auto;
	  width: 56px;
		height: 56px;
  }
	
	ul#index_navi li:nth-child(5) a::before{
		background: url("../../img/common/icon/icon_fukidashi.svg") no-repeat center;
		background-size: 100% auto;
	  width: 69px;
		height: 60px;
  }

	
	
}


@media only screen and (min-width: 1720px) {

  ul#index_navi li a{
		font-size: 2.2rem;
  }

}


/*---------------------------------------------------------------
    総合診療サポートセンターについて
---------------------------------------------------------------*/

#about{
	background: url("../../img/common/back_tile.gif") repeat center top;
}

#about > div{
	padding: 70px 0;
}

#about > div > div{
	background: #FFF;
}

#about > div > div:first-child{
	padding: 45px 10px;
}

#about h2{
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	position: relative;
	padding-top: 85px;
}

#about h2::after{
	content: "";
	background: url("../../img/common/icon/icon_hospital.png") no-repeat center;
	background-size: 100% auto;
	width: 85px;
	height: 65px;
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -42.5px;
}

#about h2 + p{
	margin-top: 20px;
}

#about img{
	width: 100%;
}



@media only screen and (min-width: 768px) {

	#about > div{
		width: 750px;
		margin: 0 auto;
  }
	
	#about > div > div:first-child{
	  padding: 45px 20px;
  }
	
	#about > div > div:last-child{
		padding: 0 20px 20px 20px;
	}
	
}



@media only screen and (min-width: 1280px) {
	
  #about > div{
	  padding: 95px 0 110px;
		display: flex;
		width: 100%;
		margin: 0;
  }

  #about > div > div:first-child{
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		position: relative;
  }
	
	#about > div > div{
		width: 50%;
	}

  #about h2{
	  font-size: 2.2rem;
	  padding-top: 100px;
  }

  #about h2::after{
	  width: 100px;
	  height: 76px;
	  margin-left: -50px;
  }
	
	#about h2 br{
		display: none;
	}

  #about h2 + p{
		width: 90%;
		margin: 30px auto 0;
		line-height: 220%;
  }
	
	#about > div > div:last-child{
		background: #FFF;
		padding: 50px 0;
	}

  #about img{
	  width: 100%;
  }

	
}



@media only screen and (min-width: 1720px) {
	
  #about > div{
		align-items: stretch;
  }

  #about > div > div:first-child{
		width: 40%;
		margin: 5% -5% 0 0;
		padding: 0;
  }

  #about h2{
	  font-size: 2.4rem;
	  padding-top: 120px;
  }

  #about h2 + p{
		width: 80%;
		margin: 50px auto 0;
  }
	
	#about > div > div:last-child{
		margin: 0 0 5% 0;
		background: none;
		padding: 0;
		width: auto;
	}

	
}




/*---------------------------------------------------------------
    新着情報
---------------------------------------------------------------*/
#news{
	
}

#news > div{
	padding: 70px 10px 0 10px;
}

#news h2{
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	position: relative;
	padding-top: 110px;
}

#news h2::before{
	content: "";
	background: url("../../img/common/icon/icon_news.svg") no-repeat center;
	background-size: 100% auto;
	width: 90px;
	height: 90px;
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -45px;
}

#news dl{
	margin-top: 50px;
}

#news dl dt{
	display: flex;
	align-items: center;
}

#news dl dt span{
	color: #FFF;
	font-weight: bold;
	width: 150px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 14px;
}

/*#news dl dt span.news_green{background: #1EAA39;}
#news dl dt span.news_orange{background: #FFA449;}
#news dl dt span.news_pink{background: #FF7BAC;}*/

#news dl dt span.news_medical_personnel{ background: #1EAA39;}
#news dl dt span.news_patient{ background: #FFA449;}
#news dl dt span.news_seminar{ background: #FF7BAC;}

#news dl dd{
	margin-top: 20px;
	border-bottom: 1px solid #CCC;
	padding-bottom: 20px;
}

#news dl dd + dt{
	margin-top: 20px;
}

#news dl a{
	text-decoration: none;
}

#news dl a:hover{
	text-decoration: underline;
}

#news > a{
	border: 2px solid #CCC;
	display: block;
	line-height: 50px;
	text-align: center;
	box-sizing: border-box;
	margin: 50px 10px 0 10px;
}



@media only screen and (min-width: 768px) {
	
	#news > div{
		max-width: 750px;
		margin: 0 auto;
  }
	
	#news > a{
		width: 500px;
		margin: 50px auto 0;
	}

	
}



@media only screen and (min-width: 1280px) {
	
  #news{
	
  }

  #news > div{
	  padding: 110px 20px 0 20px;
		max-width: 1280px;
		display: flex;
		justify-content: space-between;
		box-sizing: border-box;
		align-items: flex-start;
  }
	
	#news > div > div{
		width: 150px;
		margin-top: 40px;
	}

  #news h2{
	  font-size: 3.0rem;
	  padding-top: 90px;
		letter-spacing: 0.2em;
  }

  #news h2::before{
	  width: 56px;
	  height: 55px;
	  margin-left: -28px;
  }
	
	#news > div > div a{
		display: block;
		border: 1px solid #CCC;
		line-height: 50px;
		text-align: center;
		margin-top: 55px;
	}

  #news dl{
	  margin-top: 0;
		width: 1000px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
  }

  #news dl dt{
		width: 300px;
		justify-content: flex-start;
		border-bottom: 1px solid #CCC;
		padding: 35px 0;
  }

  #news dl dt span{
	  width: 170px;
  }

  #news dl dd{
	  margin-top: 0;
	  padding-bottom: 0;
		width: 700px;
		display: flex;
		align-items: center;
		padding: 35px 0;
  }

  #news dl dd + dt{
	  margin-top: 0;
  }

	
}


@media only screen and (min-width: 1720px) {
	

  #news{
	
  }

  #news > div{
	  padding: 110px 0 0 0;
  }
	
  #news dl{
		width: 1040px;
  }
	
  #news dl dd{
		width: 740px;
  }
	
}




/*---------------------------------------------------------------
    患者さんとご家族の方へ
---------------------------------------------------------------*/

#patient{
	
}

#patient > div{
	padding: 135px 0 0 0;
}

#patient div#patient_come{
	padding: 0 10px;
}

#patient h2{
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	position: relative;
	padding-top: 110px;
}

#patient h2::before{
	content: "";
	background: url("../../img/common/icon/icon_patient.png") no-repeat center;
	background-size: 100% auto;
	width: 90px;
	height: 88px;
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -45px;
}

#patient h2 + p{
	margin-top: 30px;
}

#patient #index_nav{
	background: #FFDB80;
	margin-top: 75px;
	padding: 45px 10px 85px 10px;
  background: -o-linear-gradient(left, #FFDB80 0%, #FFFFB5 100%);
  background: -webkit-gradient(linear, left top, right top, from(#FFDB80), to(#FFFFB5));
  background: linear-gradient(to right, #FFDB80 0%, #FFFFB5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFDB80', endColorstr='#FFFFB5',GradientType=1 );
}

#patient #index_nav ul{
}

#patient #index_nav ul img{
	width: 100%;
}

#patient #index_nav ul li a{
	position: relative;
  display: block;
}

#patient #index_nav ul li + li{
	margin-top: 30px;
}

#patient #index_nav ul li span{
	position: absolute;
	background: rgba(255,255,255,0.70);
	height: 68%;
	width: 80%;
	margin: 10% 10% 0 10%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	text-align: center;
	z-index: 109;
}



@media only screen and (min-width: 768px) {
	
	#patient div#patient_come{
	  width: 750px;
		margin: 0 auto;
  }
	
	#patient #index_nav ul{
		width: 750px;
		margin: 0 auto;
  }

	
}



@media only screen and (min-width: 1280px) {
	
  #patient{
	
  }

  #patient > div{
	  padding: 170px 0 0 0;
  }

  #patient div#patient_come{
	  padding: 0;
		width: 1000px;
		height: 470px;
		box-shadow:0px 0px 11px -2px #999999;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		position: relative;
		z-index: 5;
		background: #FFF;
  }

  #patient h2{
	  font-size: 2.4rem;
	  padding-top: 130px;
		box-sizing: border-box;
  }

  #patient h2::before{
	  width: 100px;
	  height: 98px;
	  margin-left: -50px;
  }

  #patient h2 + p{
	  margin-top: 50px;
		width: 800px;
		line-height: 260%;
  }

  #patient #index_nav{
	  margin-top: 0;
	  padding: 0 20px;
  }
	
	#patient #index_nav ul{
		width: 100%;
		max-width: 1720px;
		padding: 410px 0 370px 0;
		margin: -280px auto 0;
		display: flex;
		justify-content: space-between;
	}
  
	#patient #index_nav.renew ul{
		padding: 410px 0 320px 0;
	}
	

  #patient #index_nav ul img{
		transition: transform 0.2s linear;
  }
	
	#patient #index_nav ul a:hover img{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
	
	#patient #index_nav ul a{
		overflow: hidden;
		width: 100%;
		display: block;
	}

  #patient #index_nav ul li{
		box-shadow:0px 0px 11px -2px #999999;
		width: 32%;
  }

  #patient #index_nav ul li + li{
	  margin-top: 0;
  }

  #patient #index_nav ul li span{
		font-size: 2.2rem;
  }

	
}



@media only screen and (min-width: 1720px) {
	
  #patient > div{
	  padding: 170px 0 0 0;
  }

  #patient div#patient_come{
		width: 1280px;
  }

  #patient h2{
	  font-size: 2.4rem;
	  padding-top: 130px;
		box-sizing: border-box;
  }

  #patient h2 + p{
		width: 1040px;
  }

  #patient #index_navw{
	  padding: 0;
  }
  
	
}



/*---------------------------------------------------------------
    医療関係者の方へ
---------------------------------------------------------------*/

#medical_personnel{
	
}

#medical_personnel > div{
	padding: 65px 0 0 0;
}

#medical_personnel div#medical_personnel_come{
	padding: 0 10px;
}

#medical_personnel h2{
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	position: relative;
	padding-top: 110px;
}

#medical_personnel h2::before{
	content: "";
	background: url("../../img/common/icon/icon_doctor.png") no-repeat center;
	background-size: auto 100%;
	width: 70px;
	height: 88px;
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -45px;
}

#medical_personnel h2 + p{
	margin-top: 30px;
}

#medical_personnel #index_nav02{
	background: #FFDB80;
	margin-top: 75px;
	padding: 45px 10px 85px 10px;
  background: rgb(91,162,210);
  background: linear-gradient(180deg, rgba(91,162,210,1) 0%, rgba(155,205,226,1) 100%);
}

#medical_personnel ul{
}

#medical_personnel ul img{
	width: 100%;
}

#medical_personnel ul li a{
	position: relative;
  display: block;
}

#medical_personnel ul li + li{
	margin-top: 30px;
}

#medical_personnel ul li span{
	position: absolute;
	background: rgba(255,255,255,0.70);
	height: 68%;
	width: 80%;
	margin: 10% 10% 0 10%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	text-align: center;
	z-index: 109;
}



@media only screen and (min-width: 768px) {
	
	#medical_personnel div#medical_personnel_come{
	  width: 750px;
		margin: 0 auto;
  }
	
	#medical_personnel ul{
		width: 750px;
		margin: 0 auto;
  }

	
}



@media only screen and (min-width: 1280px) {
	
  #medical_personnel{
    margin-top: -195px;
  }

  #medical_personnel > div{
	  padding: 0;
  }

  #medical_personnel div#medical_personnel_come{
	  padding: 0;
		width: 1000px;
		height: 470px;
		box-shadow:0px 0px 11px -2px #999999;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		position: relative;
		z-index: 5;
		background: #FFF;
  }

  #medical_personnel h2{
	  font-size: 2.4rem;
	  padding-top: 130px;
		box-sizing: border-box;
  }

  #medical_personnel h2::before{
	  width: 78px;
	  height: 98px;
	  margin-left: -50px;
  }

  #medical_personnel h2 + p{
	  margin-top: 50px;
		width: 800px;
		line-height: 260%;
  }

  #medical_personnel #index_nav02{
	  margin-top: 0;
	  padding: 0 20px;
  }
	
	#medical_personnel ul{
		width: 100%;
		max-width: 1720px;
		padding: 410px 0 335px 0;
		margin: -280px auto 0;
		display: flex;
		justify-content: center;
	}
	

  #medical_personnel ul img{
		transition: transform 0.2s linear;
  }
	
	#medical_personnel ul a:hover img{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
	
	#medical_personnel ul a{
		overflow: hidden;
		width: 100%;
		display: block;
	}

  #medical_personnel ul li{
		box-shadow:0px 0px 11px -2px #999999;
		width: 32%;
    margin: 0 15px;
  }

  #medical_personnel ul li + li{
	  margin-top: 0;
  }

  #medical_personnel ul li span{
		font-size: 2.2rem;
  }

	
}



@media only screen and (min-width: 1720px) {

  #medical_personnel div#medical_personnel_come{
		width: 1280px;
  }

  #medical_personnel h2{
	  font-size: 2.4rem;
	  padding-top: 130px;
		box-sizing: border-box;
  }

  #medical_personnel h2 + p{
		width: 1040px;
  }

  #medical_personnel #index_nav02{
  }
	
}




/*---------------------------------------------------------------
    ヘッダー
---------------------------------------------------------------*/





@media only screen and (min-width: 768px) {
	
	

	
}



@media only screen and (min-width: 1040px) {
	

	

	
}


