#guide-root .guide-hd {
	background-color: #bb1a1a;
	color: #fff;
	padding: 0.6rem;
	margin-block: 1rem;
}

h3 {
	position: relative;
	line-height: 1.4;
	padding: 0.25em 1em;
	display: inline-block;
	top: 0;
	margin-block: 2rem;
	font-weight: 300;
}

#guide-root h3:before,
#guide-root h3:after {
	position: absolute;
	top: 0;
	content: '';
	width: 8px;
	height: 100%;
	display: inline-block;
}

#guide-root h3:before {
	border-left: solid 1px black;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	left: 0;
}

#guide-root h3:after {
	content: '';
	border-top: solid 1px black;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
	right: 0;
}

#guide-root h4 {
	font-size: 1.5rem;
	margin-block: 2rem;
	border-bottom: 3px double #ccc;
}

#guide-root img {
	margin-block: 1.6rem;

}

#guide-root blockquote {
	padding: 1rem;
	border: 1px solid #ccc;
	border-radius: 6px;
	background-color: #fffbf0;
	margin: 1rem;
}

#guide-root li {
list-style: none;
	padding-left: 1.5rem;
	padding-bottom: 0.4rem;
	margin-block: 1rem;
	border-bottom: 1px dotted #cdcdcd;
}

#guide-root li:last-of-type {
	border-bottom: none;
}

#guide-root li:not(.guide-nav__item):before {
		font-family: "Material Icons";
			content: "\e86c";
			font-weight: 300;
			color: red;
			padding-right: 0.4rem;
			vertical-align: -3px;
}

/* ========== guide.js SPA ========== */

#guide-root {
	font-family: inherit;
}

#guide-back-bar {
	position: sticky;
	top: 70px;
	z-index: 100;
	background: #fff;
	padding: 8px 12px;
}

#guide-back-btn {
	background: #2c2c2c;
	border: none;
	padding: 1rem 2rem;
	font-size: 14px;
	cursor: pointer;
	color: #fff;
	border-radius: 3px;
}

#guide-back-btn:hover {
	opacity: .7;
}

.guide-nav__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.guide-nav__item {
	border-bottom: 1px solid #e0e0e0;
}

.guide-nav__item:first-child {
	border-top: 1px solid #e0e0e0;
}

.guide-nav__btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	background: none;
	border: none;
	padding: 1rem 1.2rem;
	font-size: 1.05rem;
	text-align: left;
	cursor: pointer;
	color: inherit;
}

.guide-nav__btn:hover {
	background: #f5f5f5;
}

.guide-nav__btn::after {
	content: "›";
	font-size: 1.4rem;
	color: #999;
	margin-left: 8px;
}