@charset "utf-8";
/* -------------------------------------------
   手術支援ロボット「ダヴィンチ」CSS
--------------------------------------------- */
body {
	padding-top: 0px;}
h2 {
	text-align: left;
	color: #009fe1;}
p {
	padding-top: 1em;}

#davinci-mainview {
	background-image: url("../images/davinci/main-bg.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto 700px;
	background-color: #f2f2f2;
	padding-top: 500px;	
}
.catch {
	color: #ffffff;
	padding: 2px 1em;
	line-height: 2em;
	display: inline;
	font-size: 2em;
	background: linear-gradient(transparent 0%, #2c2c2d 0%);
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}
@media screen and (max-width: 640px){

#davinci-mainview {
	margin-top: 70px;
	padding-top: 170px;
	padding-bottom: 1em;
	background-position: right top;
	background-size: 100% auto;}
.catch {
	font-size: 1.2em;}
	
}


#davinci-intro {
	margin-bottom: 30px;
}
#davinci-intro img {
	width: 48%;
}
#davinci-intro .intro_p {
	width: 50%;
}
@media screen and (max-width: 640px){
	#davinci-intro img {
		width: 100%;
	}
	#davinci-intro .intro_p {
		width: 100%;
	}
}


#davinci-merits {
	background-image: url("../images/davinci/merit-bg.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% 700px;
}
#davinci-merits h2 {
	color: #222222;
	margin-top: -120px;
	margin-bottom: 1em;
}
#davinci-merits h2 div {
	font-family: orbitron, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 60px;
	letter-spacing: 0.2em;
	line-height: 1.5;
	color: #009fe1;
}
#davinci-merits .davinci-merits-merit{
	width: 31%;
}
#davinci-merits .davinci-merits-merit img {
	width: 100%;
	margin-bottom: 1em;
}
#davinci-merits h3 span {
	background: linear-gradient(transparent 70%, #fbff00 70%);

}
@media screen and (max-width: 640px){
	#davinci-merits {
		background-size: auto 100%;
	}
	#davinci-merits h2 {
		background-size: auto 50px;
		margin-top: 0px;
	}
	#davinci-merits .davinci-merits-merit{
		width: 100%;
		margin-bottom: 2em;
	}
}


#davinci-about {
	background-image: url("../images/davinci/about-bg.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% 600px;
	height: 550px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
}
#davinci-about .white-bg {
	background-color: rgba(255, 255, 255, 0.562);
	width: 100%;
	padding: 30px 0;
}
#davinci-about img{
	margin-left: 2em;
	width:52%;
}
#davinci-about .about-wrap {
	width:45%;
}
@media screen and (max-width: 640px){
	#davinci-about {
		background-size: auto 100%;
		height: auto;
	}
	#davinci-about img{
		margin-left: 0;
		margin-top: 1em;
		width:100%;
	}
	#davinci-about .about-wrap {
		width:100%;
	}
}


#davinci-doctors {
	 background: linear-gradient(180deg, #ffffff 0%, #ffffff 50%, #009fe1 50%, #009fe1 100%);
}
#davinci-doctors h2 {
	color: #222222;
	margin-bottom: 50px;
}
#davinci-doctors h2 div {
	font-family: orbitron, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 60px;
	letter-spacing: 0.1em;
	line-height: 1.1;
}
#davinci-doctors img {
	width: 280px;
}
#davinci-doctors .davinci-doctors-title {
	width: 40%;
}
#davinci-doctors .davinci-doctors-title .btn {
	margin: 10px 0 0;
}
#davinci-doctors .davinci-doctors-name {
	font-size: 1.6em;
	letter-spacing: 0.1em;
	color: #fff;
	line-height: 1.5;
	margin: 0.5em 0;
}	
#davinci-doctors .davinci-doctors-name span {
	display: block;
	font-size: 60%;
}
#davinci-doctors .link a{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	padding: 2px 40px;
	color: #fff;
	font-weight: 500;
	border: 1px solid #fff;
	border-radius: 5px;
	transition: 0.3s;
	text-decoration: none;
	cursor: pointer;
}
#davinci-doctors .link a:hover {
	text-decoration: none;
	background-color: #50d2f2;
}
@media screen and (max-width: 640px){
	#davinci-doctors {
		 background: #fff;
	}
	#davinci-doctors h2 {
		background-size: auto 40px;
		margin-bottom: 30px;
	}
	#davinci-doctors img {
		width: 100%;
	}
	#davinci-doctors .davinci-doctors-title {
		width: 100%;
		margin-bottom: 2em;
	}
	#davinci-doctors .davinci-doctors-doctor {
		width: 100%;
		margin-bottom: 2em;
	}
	#davinci-doctors .davinci-doctors-name {
		color: #222222;
	}
	#davinci-doctors .link a{
		color: #222;
		border: 1px solid #222;	
	}
}

/* ---------------------------------
  _02 アクセシビリティ対応
------------------------------------*/
body.color_black #davinci-merits {
	background-image: none;
	background-color: #000000;
}
body.color_black #davinci-about {
	background-image: none;
	background-color: #000000;
}
body.color_black #davinci-about .white-bg {
	background-color: rgba(255, 255, 255, 0);
}
body.color_black #davinci-doctors {
	background: linear-gradient(180deg, #000000 0%, #000000 50%, #009fe1 50%, #009fe1 100%);
}
body.color_blue #davinci-merits {
	background-image: none;
	background-color: #00f;
}
body.color_blue #davinci-merits h2 div {
	color: #fff;
}
body.color_blue #davinci-about {
	background-image: none;
	background-color: #00f;
}
body.color_blue #davinci-about .white-bg {
	background-color: rgba(255, 255, 255, 0);
}
body.color_blue #davinci-doctors {
	background: linear-gradient(180deg, #00f 0%, #00f 50%, #009fe1 50%, #009fe1 100%);
}
body.color_yellow #davinci-merits {
	background-image: none;
	background-color: #ff0;
}
body.color_yellow #davinci-merits h3 span {
	background: linear-gradient(transparent 70%, #fff 70%);
}
body.color_yellow #davinci-about {
	background-image: none;
	background-color: #ff0;
}
body.color_yellow #davinci-about .white-bg {
	background-color: rgba(255, 255, 255, 0);
}
body.color_yellow #davinci-doctors {
	background: linear-gradient(180deg, #ff0 0%, #ff0 50%, #009fe1 50%, #009fe1 100%);
}
