.article {
	max-width: 36rem;
	padding-top: 3.375rem
}
.article_banner-img {
	/* match padding from main /article */
	margin: 0 -1rem;
}

.breadcrumb {
	max-width: 37.5rem
}

.draft {
	position: relative
}

.draft::before {
	content: "draft";
	font-size: 12rem;
	height: 100vh;
	left: 50%;
	opacity: 0.25;
	position: fixed;
	text-align: center;
	top: 0;
	transform: rotate(-45deg);
	white-space: nowrap;
	width: 100vw
}

h1 {
	text-align: center
}

h1,
header,
hr {
	margin-bottom: 3.375rem;
	margin-bottom: calc(3.375rem * var(--base-line-rhythm))
}

h2 {
	display: inline-block;
	font-size: 2.25rem;
	font-size: calc(2.25rem * var(--base-font-size));
	font-style: normal;
	margin: 0 auto;
	margin-bottom: 3.375rem;
	margin-bottom: calc(3.375rem * var(--base-line-rhythm));
	text-align: center;
	color: #838383
}

h3 {
	display: inline-block;
	font-size: 1.5rem;
	font-size: calc(1.5rem * var(--base-font-size));
	margin: 0;
	margin-bottom: 2.25rem;
	margin-bottom: calc(var(--base-line-rhythm) * 2.25rem);
	text-align: left;
	color: #000
}

h2::after,
h3::after {
	content: "";
	display: block;
	margin: 1rem auto 0;
	height: 0.25rem;
	width: 3.125rem;
	background: #ccc
}

h3::after {
	margin: 1rem 0 0
}

header>img {
	margin-left: auto;
	margin-right: auto
}

main {
	position: relative
}

.mainNav:focus-within,
.mainNav:focus-within~.progBar-wrap_moved {
	transform: translate(0, 0)
}

.mainNav_hidden:not(:focus-within)~.progBar-wrap_moved {
	transform: translate(0, -4rem)
}

img {
	background: #efebde
}

p,
ul,
ol {
	max-width: 100%
}

li {
	margin-bottom: 1rem;
	margin-bottom: calc(1rem * var(--base-line-rhythm))
}

ol::marker {
	text-align: start
}

progress,
progress[value] {
	background-color: #CCC;
	border: none;
	height: 0.5rem;
	overflow: hidden;
	vertical-align: middle;
	width: 5rem
}

.progBar {
	background-color: #CCC;
	height: 0.125rem;
	overflow: hidden;
	width: 100%
}

.progBar-wrap {
	left: 0;
	position: fixed;
	width: 100%;
	top: 4rem;
	transition: transform 400ms ease-in-out;
	z-index: 5
}

.progBar>div {
	background-color: #ef0606;
	height: 100%;
	transform: translate(-100%);
	transition: transform 200ms 0 ease-in-out
}

.sec {
	margin-bottom: calc(01.5rem * var(--base-font-size))
}

.sec_takeAway {
	box-sizing: border-box;
	border: solid 0.1875rem black;
	padding: 1rem;
	padding-top: calc(1.55rem * var(--base-line-rhythm))
}

.sec_takeAway-head {
	margin-bottom: 2.25rem;
	margin-bottom: calc(2.25rem * var(--base-line-rhythm));
	text-align: center
}

.sec_takeAway-list {
	max-width: 100%;
	margin-bottom: 2.25rem;
	margin-bottom: calc(2.25rem * var(--base-line-rhythm))
}

.sec,
.subSec,
.subSec_wrap {
	display: flex;
	flex-direction: column;
	align-items: start
}

.singleCol {
	margin: 0 auto calc(1.5rem * var(--base-line-rhythm))
}

.subSec,
.subSec_wrap {
	width: 100%;
	align-items: start
}

.subSec,
.summary {
	margin: 0 auto 3.375rem;
	margin-bottom: calc(3.375rem * var(--base-line-rhythm))
}

.subSec>.singleCol {
	margin-bottom: 0
}

#summary::after {
	display: none
}

.subSec:last-child {
	margin-bottom: 0
}

.subSec_img {
	max-height: 14rem;
	margin-left: auto;
	margin-right: auto;
	text-align: center
}

.subSec_imgWrap {
	flex-basis: 50%;
	min-height: 14rem
}

.sec_takeAway-list>li {
	font-size: 1rem;
	font-size: calc(1.125rem * var(--base-font-size))
}

.subSec_wrap {
	justify-content: space-between;
	margin-bottom: 0
}

.subSec_wrap>div {
	flex-basis: 50%
}

.summary {
	max-width: 30rem;
	padding: 1.125rem 0;
	padding: calc(1.125rem * var(--base-line-rhythm)) 0;
	border-top: 0.1875rem solid #ccc;
	border-bottom: 0.1875rem solid #ccc
}

.summary>h2 {
	float: left;
	margin: 0 0.5rem 0 0;
	font-size: 1.125rem;
	font-size: calc(1.125rem * var(--base-font-size));
	font-weight: bold;
	color: #666
}

.summary>p:last-of-type {
	margin-bottom: 0
}

.toc {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 5.0625rem;
	margin-bottom: calc(5.0625rem * var(--base-line-rhythm));
	padding-bottom: 1rem;
	padding-bottom: calc(1rem * var(--base-line-rhythm));
	border-bottom: 0.1875rem solid #ccc
}

.toc_cab {
	position: absolute;
	top: -3.5rem;
	left: auto;
	bottom: auto;
	right: -1rem;
	height: 3.5rem;
	width: 4rem;
	box-sizing: border-box;
	padding: 0.5rem;
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	border-bottom: 0.1875rem solid #000;
	background: #CCC;
	text-decoration: none
}

.toc_cab-up {
	font-weight: bold;
	position: relative;
	top: 1.75rem;
	line-height: 1rem;
	letter-spacing: 0.0625rem;
	text-align: center
}

.toc_cab-wrapper {
	position: sticky;
	top: 100%;
	z-index: 4
}

.toc_itemH2 {
	font-weight: bold;
	margin-bottom: 1.5rem;
	margin-bottom: calc(1.5rem * var(--base-line-rhythm))
}

.toc_itemH2-link.sidelist_active {
	color: black;
	background: #DDD;
	font-weight: bold
}

.toc_itemH2-link,
.toc_itemH3-link {
	display: inline-flex;
	text-decoration: none
}

.toc_itemH2-link {
	margin-bottom: 0.667rem;
	margin-bottom: calc(0.667rem * var(--base-line-rhythm))
}

.toc_itemH3-link {
	position: relative
}

.toc_itemH3-link::after {
	position: absolute;
	color: var(--reduct-red);
	content: "|";
	font-weight: bold;
	left: calc(-1.75rem * var(--base-font-size));
	opacity: 0;
	top: 0;
	transition: opacity 200ms 0
}

.toc_itemH3-link.sidelist_active::after {
	opacity: 1
}

.toc_itemH3 {
	font-size: 1rem;
	font-size: calc(1rem * var(--base-font-size));
	margin-bottom: 0.444rem;
	margin-bottom: calc(0.444rem * var(--base-line-rhythm))
}

.toc_itemH3-list {
	font-weight: normal
}

.toc_wrapper {
	max-width: 32rem;
	margin: 0 auto
}

@media screen and (min-width: 36rem) {

	.mainNav:focus-within,
	.mainNav:focus-within~.progBar-wrap_moved {
		transform: translate(0, 0)
	}

	.mainNav_hidden:not(:focus-within)~.progBar-wrap_moved {
		transform: translate(0, -4rem)
	}

	.progBar {
		height: 0.5rem;
		max-width: 5rem;
		margin-left: auto;
		margin-right: 1.5rem
	}

	.progBar-wrap {
		top: 4.375rem
	}

	.singleCol,
	.subSec,
	.subSec_wrap {
		max-width: 32rem
	}
}

@media screen and (min-width: 75rem) {
	.breadcrumb {
		padding-left: 0
	}

	h3 {
		text-align: left
	}

	h3::after {
		margin: 1rem 0 0
	}

	.mainNav:not(.mainNav_hidden)~.progBar-wrap_moved,
	.mainNav:focus-within~.progBar-wrap_moved {
		transform: translate(-50%, 0)
	}

	.mainNav_hidden:not(:focus-within)~.progBar-wrap_moved {
		transform: translate(-50%, -4rem)
	}

	.progBar {
		margin-right: 0.5rem;
		top: 4.375rem
	}

	.progBar-wrap {
		left: 50%;
		max-width: 64rem;
		transform: translate(-50%, 0)
	}

	.sec_heading {
		align-self: flex-start;
		text-align: left
	}

	.subSec,
	.subSec_wrap {
		max-width: 100%;
		align-items: flex-start
	}

	.subSec_imgWrap {
		padding: 0 0 0 5.0625rem;
		padding-top: calc(0.25 * var(--base-line-rhythm) * 1rem)
	}

	.subSec_img {
		min-height: 14rem;
		max-height: none
	}

	.subSec_wrap {
		flex-direction: row-reverse
	}

	.toc_cab {
		right: -5rem
	}
}

@media screen and (min-width: 85rem) {
	.toc {
		display: block;
		position: sticky;
		top: 3.375rem;
		top: calc(3.375rem * var(--base-line-rhythm));
		max-height: 90vh;
		max-height: calc(100vh - 10rem);
		overflow-y: auto;
		scrollbar-width: thin;
		scrollbar-color: #CCC #EEE;
		padding: 1rem 0;
		padding: calc(1rem * var(--base-line-rhythm)) 0;
		border: 0.1875rem solid #000;
		border-width: 0.1875rem 0
	}

	.toc::-webkit-scrollbar {
		width: 0.75rem
	}

	.toc::-webkit-scrollbar-track {
		background: #EEE
	}

	.toc::-webkit-scrollbar-thumb {
		background-color: #CCC;
		border-radius: 0;
		border: 0.125rem solid #CCC
	}

	.toc_cab-wrapper {
		display: none
	}

	.toc_header,
	.toc_itemH2 {
		font-size: 1rem;
		font-size: calc(1rem * var(--base-font-size));
		margin-bottom: 1rem;
		margin-bottom: calc(1rem * var(--base-line-rhythm))
	}

	.toc_header {
		width: 100%;
		text-align: center
	}

	.toc_itemH2,
	.toc_itemH3 {
		font-size: 0.875rem;
		font-size: calc(0.875rem * var(--base-font-size))
	}

	.toc_itemH2-list,
	.toc_itemH3-list {
		padding-left: 1rem
	}

	.toc_wrapper {
		display: block;
		position: absolute;
		top: 2.25rem;
		left: -24rem;
		height: 100%;
		max-width: 18rem;
		z-index: 4
	}
}

@media screen and (min-width: 108rem) {
	.toc_wrapper {
		left: -32rem;
	}
}