/* index

	whats-pc.css

	- posture
	- feature
	- voice
	- link

----------------------------------------------- */


/* posture
----------------------------------------------- */
.page section.posture {
	margin: 0;
	padding: 60px 0;
	background: #e3f6fa url(../../assets/home/block.jpg) no-repeat center top;
	background-size: contain;
	clear: both;
}

.page section.posture:after {
	display: block;
	content: '';
	clear: both;
}

.page section.posture article {
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 870px;
	clear: both;
}

.page section.posture h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	text-align: center;
	line-height: normal;
	color: #718bc6;
	clear: both;
}

.page section.posture p {
	margin: 0;
	padding: 0;
	clear: both;
}


/* feature
----------------------------------------------- */
.page .feature {
	margin: 0;
	padding: 60px 0 1px 0;
	clear: both;
}

.page .feature article {
	display: block;
	margin: 60px auto;
	padding: 0;
	width: 870px;
	clear: both;
}

.page .feature .microscope article {
	position: relative;
}

.page .feature article:after {
	display: block;
	content: '';
	clear: both;
}

.page .feature .patient,
.page .feature .assistant,
.page .feature .instrument,
.page .feature .microscope {
	margin: 0;
	padding: 0;
	border-top: 1px solid #ddd;
	clear: both;
}

.page .feature h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	text-align: center;
	line-height: normal;
	color: #718bc6;
	clear: both;
}

.page .feature h4 {
	margin: 0;
	padding: 0 0 30px 0;
	font-size: 1.4em;
	font-weight: normal;
	text-align: center;
	clear: both;
}

.page .feature h4 span {
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 0;
	width: 35px;
	font-size: 1em;
	line-height: 35px;
	text-align: center;
	color: #fff;
	background: #718bc6;
	clear: both;

	border-radius: 100px;
	-webkit-border-radius: 100px;

}

.page .feature .burden figure {
	display: block;
	margin: 0;
	padding: 40px;
	border-top: 1px solid #fff;
	background: #f5f5f5;
	clear: both;
}

.page .feature .burden figure:after {
	display: block;
	content: '';
	clear: both;
}

.page .feature .burden ul {
	margin: 0;
	padding: 0;
	text-align: center;
	clear: both;
}

.page .feature .burden ul li {
	margin: 0 1px 0 0;
	padding: 0;
	width: 173px;
	font-weight: bold;
	background: #718bc6;
	float: left;
}

.page .feature .burden ul li a {
	display: block;
	padding: 15px 0;
	color: #fff;
	text-decoration: none;
}

.page .feature .burden ul li.active a,
.page .feature .burden ul li a:hover {
	color: #718bc6;
	background: #f5f5f5;
}

.page .feature .burden ul li span {
	display: block;
	font-size: 0.9em;
}

.page .feature .burden img {
	margin: 0 40px 0 0;
	padding: 0;
	float: left;
}

.page .feature .microscope .over {
	position: absolute;
	bottom: -20px;
	right: 310px;
}

.page .feature .left {
	margin: 0 40px 0 0;
	padding: 0;
	float: left;
}

.page .feature .right {
	margin: 0 0 0 40px;
	padding: 0;
	float: right;
}


/* voice
----------------------------------------------- */
.page .voice {
	margin: 0;
	padding: 60px 0;
	background: #f1f3f9;
	clear: both;
}

.page .voice article {
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 870px;
	clear: both;
}

.page .voice h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	text-align: center;
	line-height: normal;
	color: #718bc6;
	clear: both;
}

.page .voice h3 span {
	display: table;
	margin: 15px auto 0;
	padding: 10px 30px;
	font-size: 0.8em;
	line-height: 1;
	text-align: center;
	color: #fff;
	background: #718bc6;
	clear: both;

	border-radius: 100px;
	-webkit-border-radius: 100px;

}

.page .voice h4 {
	margin: 60px 0 15px 0;
	padding: 0;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	clear: both;
}


/* link
----------------------------------------------- */
.page .link {
	display: block;
	margin: 0;
	padding: 40px 0;
	text-align: center;
	background: #c7ecf5;
	clear: both;
}

.page .link p a {
	display: table;
	margin: 0 auto;
	padding: 15px 40px;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
	color: #fff;
	background: #21b3d6;
	clear: both;

	border-radius: 100px;
	-webkit-border-radius: 100px;

}

.page .link p a:hover {
	color: #21b3d6;
	background: #fff;
}

.page .link i {
	margin: 0 0 0 5px;
}
