/* Wearable Function Guide */


.guide-content {
	margin-top: 20px;
	line-height: 1.9;
	font-size: 1.7rem;
}
.guide-content h2 {
	padding: 0.2em 0.5em;
	margin-bottom: 20px;
	background: #f8f8f8;
	font-size: 2.6rem;
	font-weight: 300;
}
.guide-lead {
	margin-bottom: 30px;
}
.guide-lead p, .guide-section p {
	margin-bottom: 15px;
}
.guide-section {
	margin-bottom: 40px;
}
.guide-section h3 {
	margin-bottom: 20px;
	padding-bottom: 5px;
	font-size: 1.8rem;
	font-weight: 500;
	border-bottom: 1px solid #ccc;
}
.guide-figure {
	margin: 30px 0;
	text-align: center;
}
.guide-figure img{
    width: auto;
    max-width: 100%;
    height: auto;
}
.guide-list {
	margin: 15px 0 20px 1.5em;
	list-style-type: disc;
}
.guide-list li {
	display: list-item;
	margin-bottom: 10px;
}
.indent-note {
	padding-left: 1em;
	text-indent: -1em;
}
 @media only screen and (max-width:767px) {
.guide-content h2 {
	font-size: 1.8rem;
}
.guide-section h3 {
	font-size: 1.6rem;
}
}