@charset "utf-8";
/* CSS Document */

/* grid
-------------------------------------------------- */
html {
	height: 100%;
}

body {
	min-height: 100%;
	display: grid;
	grid-template-rows: 68px 1fr 120px;
	grid-gap: 2rem;
}

@media (min-width: 600px) {
	body {
		grid-template-rows: 108px 1fr 120px;
	}
}

footer {
	grid-row-start: 3;
	grid-row-end: 4;
}

/* header
-------------------------------------------------- */
header {
	border-bottom: 1px solid #d4d4d4;
	padding-top: 15px;
}

header img {
	height: 40px;
	width: 40px;
}

@media (min-width: 600px) {
	header {
		padding-top: 20px;
	}

	header img {
		height: 68px;
		width: 68px;
	}
}

header .float-right {
	font-size: small;
}

header .list-group {
	position: absolute;
	right: 0;
	width: 10rem;
	z-index: 9999;
}

.drawer-nav {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	width: 80%;
	padding: 1rem;
}

.drawer--right .drawer-nav {
	right: -80%;
}

.drawer--right.drawer-open .drawer-hamburger {
	right: 80%;
}

.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
	top: 15px;
    right: 15px;
	width: 1.5rem;
	padding: 11px 10px 1.25rem;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon::after,
.drawer-hamburger-icon::before {
	height: 3px;
	background-color: #fff;
}

header button.drawer-toggle {
	background-color: #116845;
	border: 2px solid #116845;
	border-radius: .25rem;
}

header button.drawer-toggle:hover {
	background-color: #fff;
    transition: all 400ms ease-in-out 0s;
}

header button.drawer-toggle:hover .drawer-hamburger-icon,
header button.drawer-toggle:hover .drawer-hamburger-icon::after,
header button.drawer-toggle:hover .drawer-hamburger-icon::before {
	background-color: #116845;
}

header button.drawer-toggle:focus {
	outline: none;
}

.drawer-open header button.drawer-toggle {
	background-color: #f00;
	border: 2px solid #f00;
}

.drawer-open header button.drawer-toggle .drawer-hamburger-icon,
.drawer-open header button.drawer-toggle .drawer-hamburger-icon::after,
.drawer-open header button.drawer-toggle .drawer-hamburger-icon::before {
	background-color: #fff;
}

.drawer-open header button.drawer-toggle .drawer-hamburger-icon {
	background-color: transparent;
}

/* breadcrumb
-------------------------------------------------- */
.breadcrumb {
	font-size: small;
}

.breadcrumb-item + .breadcrumb-item::before {
	content: ">";
}

/* section
-------------------------------------------------- */
section {
	margin: 5rem auto;
}

section > section {
    margin: 3rem auto;
}

section > section > section {
    margin: 2rem auto;
}

/* hx
-------------------------------------------------- */
h1 {
	background-color: #116845;
    color: #fff;
	font-weight: bold;
    font-size: 2rem;
	padding: .5rem;
	margin-bottom: 2rem;
}

h2 {
	font-weight: bold;
    font-size: 1.75rem;
	text-decoration: underline;
    margin-bottom: 1.5rem;
}

h3 {
	font-weight: bold;
    font-size: 1.5rem;
	padding-left: 12px;
    border-left: 12px solid #808080;
}

h4 {
	font-weight: bold;
    font-size: 1.25rem;
	padding-left: 24px;
	text-indent: -24px;
}

h4::before {
	font-family: "Font Awesome 5 Free";
	content: '\f111';
	font-weight: 900;
	color: #116845;
	margin-right: .25rem;
}

/* text-style
-------------------------------------------------- */
.lead {
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.text-bold {
	font-weight:bold;
}

.text-emphasis {
	font-style: italic;
}

.text-underline {
	text-decoration: underline;
}

.text-normal {
	font-style: normal;
}

.text-small-caps {
	font-variant: small-caps;
}

/* anchor
-------------------------------------------------- */
.anchor {
	margin-top: 3rem;
}

.anchor ul {
	list-style: none;
}

.anchor li {
	margin-bottom: 1rem;
	padding-left: 18px;
	text-indent: -18px;
}

.anchor li::before {
	font-family: "Font Awesome 5 Free";
	content: '\f107';
	font-weight: 900;
	margin-right: .5rem;
}

/* link
-------------------------------------------------- */
.link {
	margin: 3rem auto 5rem;
}
.link ul {
	list-style: none;
}

.link li {
	margin-bottom: 1rem;
	padding-left: 20px;
	text-indent: -20px;
}

.link li::before {
	font-family: "Font Awesome 5 Free";
	content: '\f15b';
	font-weight: 400;
	margin-right: .5rem;
}

/* card
-------------------------------------------------- */
.card {
    margin-bottom: 1rem;
}

/* panel
-------------------------------------------------- */
.panel-bordered {
	padding: 0.5em;
	border: #333 solid 1px;
	margin-bottom: 1em;
}

.panel-bordered > *:last-child {
    margin-bottom: 0;
}

/* inline icon
-------------------------------------------------- */
.img-inline {
	height: 1em;
	width: auto;
	margin: 0 0.125em;
}

h2 > .img-inline {
	height: 0.8em;
    vertical-align: baseline;
}

/* caption
-------------------------------------------------- */
.caption {
    text-align: center;
    margin-bottom: 2rem;
}

/* font size
-------------------------------------------------- */
.font-size-1em {
	font-size: 1em;
}

.font-size-15em {
	font-size: 1.5em;
}

.font-size-2em {
	font-size: 2em;
}

.font-size-3em {
	font-size: 3em;
}

.font-size-4em {
	font-size: 4em;
}

/* unorderd list
-------------------------------------------------- */
ul {
	padding-left: 1rem;
}

ol li ul {
    list-style: disc;
    margin-bottom: 1rem;
}

ul li ul {
    margin-bottom: 1rem;
}

ul li ul li {
    list-style: none;
    position: relative;
}

ul li ul li::before {
    display: inline-block;
    content: "-";
    margin-left: -1rem;
    width: 1rem;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}

/* definition list
-------------------------------------------------- */
dt {
    margin-bottom: 0.25rem;
}

dd {
    margin-left: 1rem;
    margin-bottom: 1.5rem;
}

/* procedure (step)
-------------------------------------------------- */
.procedure {
    margin-top: 2rem;
    margin-bottom: 3rem;
    padding-left: 1.5rem;
    counter-reset:step-number;
    list-style-type: none!important;
}

.procedure > li {
    margin-bottom: 2rem;
    position: relative;
    padding-left: 1rem;
}

.procedure > li::before {
   position: absolute;
   counter-increment: step-number;
   content: counter(step-number)".";
   display: inline-block;
   left: -1.5rem;
   width: 32px;
   color: #116845;
   font-weight: bold;
   font-style: italic;
   font-size: 1.25rem;
   line-height: 1.5rem;
   text-align: right;
}

/* parentheses
-------------------------------------------------- */
.list-parentheses > li {
    list-style-type: none;
    counter-increment: cnt;
    position: relative;
}

.list-parentheses > li::before {
    display: inline-block;
    content: "("counter(cnt, lower-roman)")";
    margin-left: -2.5rem;
    width: 2rem;
    text-align: right;
    position: absolute;
    top: 0;
    left: 0;
}

/* table
-------------------------------------------------- */
.table-bordered > tbody > tr > th {
	white-space: nowrap;
}

.table-bordered,
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
	vertical-align: middle;
    padding: .5rem;
}

.table-bordered > thead > tr > th {
    background-color: #eee;
    text-align: center;
}

.table-bordered > tbody > tr > th {
    text-align: center;
}

@media (min-width: 768px) {
	.table-bordered,
	.table-bordered > thead > tr > th,
	.table-bordered > tbody > tr > th,
	.table-bordered > tfoot > tr > th,
	.table-bordered > thead > tr > td,
	.table-bordered > tbody > tr > td,
	.table-bordered > tfoot > tr > td {
		border-left: none;
	}

	.table-bordered,
	.table-bordered > thead > tr > th:last-child,
	.table-bordered > tbody > tr > td:last-child {
		border-right: none;
	}
}

.vertical-align-top, .vertical-align-top th, .vertical-align-top td {vertical-align: top !important;}
.vertical-align-middle, .vertical-align-middle th, .vertical-align-middle td {vertical-align: middle !important;}
.vertical-align-bottom, .vertical-align-bottom th, .vertical-align-bottom td {vertical-align: bottom !important;}

/* pager
-------------------------------------------------- */
nav[aria-label="Page navigation"] {
    margin-top: 5rem;
}

.page-item:first-child .page-link, .page-item:last-child .page-link {
	border: 2px solid #116845;
	border-radius: .25rem;
	width: 3rem;
	height: 3rem;
    background-color: #fff;
	color: #116845;
	font-size: 1.5rem;
	text-align: center;
}

.page-item:first-child .page-link:hover, .page-item:last-child .page-link:hover {
	opacity: 1;
	background-color: #116845;
	color: #fff;
	transition: all 400ms ease-in-out 0s;
}

/* footer
-------------------------------------------------- */
footer {
	border-top: 1px solid #d4d4d4;
	padding-top: 1rem;
	font-size: small;
	text-align: right;
}

/* page_top
-------------------------------------------------- */
#page_top {
	width: 3rem;
	height: 3rem;
	position: fixed;
	right: 15px;
	bottom: 1rem;
	background-color: #116845;
	border: 2px solid #116845;
	border-radius: .25rem;
	display: none;
}

#page_top:hover {
    background-color: #fff;
	transition: all 400ms ease-in-out 0s;
}

#page_top a {
	position: relative;
	display: block;
	width: 3rem;
	height: 3rem;
	color: #fff;
	text-decoration: none;
}

#page_top a:hover {
    color: #116845;
    transition: all 400ms ease-in-out 0s;
}

#page_top a .fas {
	font-size: 1.5rem;
	position: absolute;
	top: 0.75rem;
	left: calc(50% - 10px);
}

/* accordion
-------------------------------------------------- */
.accordion_title {
	cursor: pointer;
}

.accordion_title:hover {
	opacity: 0.8;
}

.accordion_inner {
	display: none;
}

/* toc
-------------------------------------------------- */
.toc .nav_home {
	margin-bottom: 0;
}

.toc .nav_home a {
    display: block;
    padding: 1rem 0.5rem;
    font-weight: bold;
    color: #000;
}

.toc .nav_home a::before {
	font-family: "Font Awesome 5 Free";
	content: '\f015';
	font-weight: 900;
	margin-right: .5rem;
}

.toc .nav_home a:hover {
    background: #e6e6e6;
    border-radius: .25rem;
    text-decoration: none;
}

.toc .accordion_title {
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 22px;
	text-indent: -22px;
	margin-bottom: 0;
	border-top: #ccc dashed 1px;
}

.toc .accordion_title::before {
	font-family: "Font Awesome 5 Free";
	content: '\f0fe';
	font-weight: 900;
	margin-right: .5rem;
}

.toc .on {
	font-weight: bold;
}

.toc .on::before {
	content: '\f146';
	font-weight: 400;
}

.toc ul {
	padding-left: 14px;
	list-style: none;
}

.toc li a {
	display: block;
	padding: 1rem 0.5rem;
	text-decoration: underline;
}

.toc li a:hover {
	background: #e6e6e6;
	text-decoration: none;
	border-radius: .25rem;
}

.toc li.active {
	font-weight: bold;
	background: #116845;
	border-radius: .25rem;
}

.toc li.active a {
	color: #fff;
	text-decoration: none;
}

.toc li.active a:hover {
	background: #116845;
}

span.indexAddStr:before {
content: "(";
}
span.indexAddStr:after {
content: ")";
}

span.indexLink:before {
content: "(";
}
span.indexLink:after {
content: ")";
}


/* print
-------------------------------------------------- */
@media print {
    header,
    form,
    .breadcrumb,
    nav[aria-label="Page navigation"],
    footer {
        display: none;
    }

    .accordion_inner {
        display: block;
    }
}
