@charset "UTF-8"; /* CSS Document */
/* -------------------------------------------------------
    www.japanknowledge.com Contents hanrei css
    last update 2025.6.26  Ver 1.10
----------------------------------------------------------
    [コンテンツ案内] 凡例（基本タグ）用CSS
------------------------------------------------------- */
/* -------------------------------------------------------
 No.1　タイトル・サブタイトル
------------------------------------------------------- */

#hanreiTitle {
	color: #fff;
	padding: 1rem 2.5rem;
	background: var(--jk-neutral-color2);
}
#hanreiTitle .title {
	font-size: 1.25rem;
	line-height: 1.3;
	margin: 0;
}
#contents {
	padding: 2.5rem;
}
#hanreiTitle h1.title a {
color:#fff;
text-decoration:none;
}

#hanreiTitle h1.title {
    font-size: 1.7rem;
    line-height: 1.3;
    margin: 0;
}

/* ----------------------------------------------
   目次
------------------------------------------------ */
#toc .title {
	display: flex;
	justify-content: space-between;
	margin: 0 0 1rem;
	padding: 0 0 .75rem;
	border-bottom: 1px solid var(--jk-border-color);
}
#toc .title h2 {
	font-size: 1.125rem;
	font-weight: bold;
	color: var(--jk-text-color);
	margin: 0;
}
#toc #TableOfContents ul {
	margin: 0;
	padding: 0 0 0 1.25em;
	list-style: none;
}
#toc #TableOfContents ul li {
	position: relative;
	font-size: .875rem;
	line-height: 1.7;
	margin-bottom: .5rem;
}
#toc #TableOfContents ul li::before {
	position: absolute;
	top: .7em;
	left: -1em;
	width: .4em;
	height: .4em;
	content: "";
	background: var(--jk-neutral-color2);
	border-radius: 50%;
}


/* ----------------------------------------------
   ページ本文
------------------------------------------------ */
#hanreiBody {
	padding: 2.5rem;
	background: #fff;
}
#hanreiBody section {
	scroll-margin-top: 1rem;
}
#hanreiBody h2 {
	position: relative;
	font-size: 2rem;
	line-height: 1.3;
	margin: 0.5rem 0 1.5rem;
	padding-left: 1.25rem;
}
#hanreiBody h2::before {
	position: absolute;
	top: 0;
	left: 0;
	width: .375rem;
	height: 100%;
	content: "";
	background: var(--jk-neutral-color2);
	border-radius: var(--jk-border-radius);
}
#hanreiBody h3 {
	font-size: 1.5rem;
	line-height: 1.3;
	margin: 2.5rem 0 1.5rem;
	padding: .75rem 1rem;
	background: var(--jk-neutral-color9);
}
#hanreiBody h4 {
	font-size: 1.25rem;
	line-height: 1.3;
	margin: 2rem 0 1rem;
}
#hanreiBody h5 {
	font-size: 1.125rem;
	line-height: 1.3;
	margin: 1.5rem 0 1rem;
}
#hanreiBody p {
	margin-bottom: 1rem;
}
/* -------------------------------------------------------
 No.2　項番（ul, ol，カスタマイズ） 
------------------------------------------------------- */
#hanreiBody ol,
#hanreiBody ul {
	margin-bottom: 1.5rem;
}
#hanreiBody ul {
	padding-left: 1.25em;
	list-style-type: none;
}
#hanreiBody ul li {
	position: relative;
	line-height: 1.7;
	margin-bottom: .5rem;
}
/*
#hanreiBody ul li::before {
	position: absolute;
	top: .7em;
	left: -1em;
	width: .4em;
	height: .4em;
	content: "";
	background: var(--jk-neutral-color2);
	border-radius: 50%;
}
*/
/* 横並びのリスト */
#hanreiBody ul.listTypeNGrid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	gap: .5rem;
	padding: 0;
}
/* 単体 ----------------------------------------------- */
/* マーカー：なし */
#hanreiBody ul.listTypeN {
	margin: 10px 0;
	padding: 0;
	text-indent: 0;
}
#hanreiBody ul.listTypeN li {
	list-style-type : none;
	margin: 10px 0;
	padding: 0;
	text-indent: 0;
}

#hanreiBody ol {
	padding-left: 1.5rem;
}
#hanreiBody ol li {
	line-height: 1.7;
	margin-bottom: .5rem;
}
#hanreiBody hr {
	height: 0;
	margin: 2.5rem 0;
	border: none;
	border-top: 1px solid var(--jk-neutral-color8);
	opacity: 1;
}

/* マーカー：なし（行間狭） */
#hanreiBody ul.listTypeNNRW {
	margin: 1rem 0;
	padding: 0;
	text-indent: 0;
}
#hanreiBody ul.listTypeNNRW li {
	list-style-type : none;
	margin: .3rem 0;
	padding: 0;
	text-indent: 0;
}

/* マーカー：黒丸 */
#hanreiBody ul.listTypeD {
	margin: 10px 0;
	padding: 0 0 0 20px;
	text-indent: 0;
}
#hanreiBody ul.listTypeD li {
	list-style-type : disc;
	margin: 10px 0;
	padding: 0;
	text-indent: 0;
}
/* マーカー：黒丸（行間狭い） */
#hanreiBody ul.listTypeD01 {
	margin: 1rem 0;
	padding: 0 0 0 1.5rem;
	text-indent: 0;
}
#hanreiBody ul.listTypeD01 li {
	list-style-type : disc;
	margin: .5rem 0;
	padding: 0;
	text-indent: 0;
}

/* マーカー：白丸 */
#hanreiBody ul.listTypeC {
	margin: 10px 0;
	padding: 0 0 0 20px;
	text-indent: 0;
}
#hanreiBody ul.listTypeC li {
	list-style-type : circle;
	margin: 10px 0;
	padding: 0;
	text-indent: 0;
}

/* マーカー：数字（自動採番,1桁） */
#hanreiBody ol.listTypeNum {
	margin: 10px 0;
	padding: 0 0 0 20px;
	text-indent: 0;
}
#hanreiBody ol.listTypeNum li {
	list-style-type: decimal;
	margin: 10px 0;
	padding: 0;
	text-indent: 0;
}

/* マーカー：ローマ数字（自動採番，小文字） */
#hanreiBody ol.listTypeRNum {
	margin: 10px 0;
	padding: 0 0 0 20px;
	text-indent: 0;
}
#hanreiBody ol.listTypeRNum li {
	list-style-type : lower-roman;
	margin: 10px 0;
	padding: 0;
	text-indent: 0;
}

/* マーカー：アルファベット（自動採番，小文字） */
#hanreiBody ol.listTypeANum {
	margin: 10px 0;
	padding: 0 0 0 20px;
	text-indent: 0;
}
#hanreiBody ol.listTypeANum li {
	list-style-type : lower-alpha;
	margin: 10px 0;
	padding: 0;
	text-indent: 0;
}

/* 複合（親：マーカーなし）---------------------------- */
/* マーカーなし＋マーカーなし */
#hanreiBody ul.listTypeN li ul.listTypeN li {
	list-style-type : none;
	margin: 10px 0;
	padding: 0 0 0 20px;
	text-indent: 0;
}

/* マーカーなし＋黒丸 */
#hanreiBody ul.listTypeN li ul.listTypeD li {
	list-style-type : disc;
	margin: 10px 0 10px 20px;
	padding: 0;
	text-indent: 0;
}

/* マーカーなし＋白丸 */
#hanreiBody ul.listTypeN li ul.listTypeC li {
	list-style-type : circle;
	margin: 10px 0 10px 20px;
	padding: 0;
	text-indent: 0;
}

/* マーカーなし＋数字（1. 2. 3. ...） */
#hanreiBody ul.listTypeN li ol.listTypeNum li {
	list-style-type: decimal;
	margin: 10px 0 10px 20px;
	padding: 0;
	text-indent: 0;
}

/* マーカーなし＋ローマ数字（i, ii, iii...） */
#hanreiBody ul.listTypeN li ol.listTypeRNum li {
	list-style-type : lower-roman;
	margin: 10px 0 10px 20px;
	padding: 0;
	text-indent: 0;
}

/* マーカーなし＋アルファベット（a, b, c...） */
#hanreiBody ul.listTypeN li ol.listTypeANum li {
	list-style-type : lower-alpha;
	margin: 10px 0 10px 20px;
	padding: 0;
	text-indent: 0;
}

/* 複合（親：黒丸）------------------------------------ */
/* 黒丸＋マーカーなし */
#hanreiBody ul.listTypeD li ul.listTypeN li {
	list-style-type : none;
	margin: 10px 0;
	padding: 0 0 0 20px;
	text-indent: 0;
}

/* 黒丸＋黒丸 */
#hanreiBody ul.listTypeD li ul.listTypeD li {
	list-style-type : disc;
	margin: 10px 0;
	padding: 0;
	text-indent: 0;
}

/* 黒丸＋白丸 */
#hanreiBody ul.listTypeD li ul.listTypeC li {
	list-style-type : circle;
	margin: 10px 0;
	padding: 0;
	text-indent: 0;
}

/* 黒丸＋数字（1. 2. 3. ...） */
#hanreiBody ul.listTypeD li ol.listTypeNum li {
	list-style-type: decimal;
	margin: 10px 0;
	padding: 0;
	text-indent: 0;
}

/* 黒丸＋ローマ数字（i, ii, iii...） */
#hanreiBody ul.listTypeD li ol.listTypeRNum li {
	list-style-type : lower-roman;
	margin: 10px 0;
	padding: 0;
	text-indent: 0;
}

/* 黒丸＋アルファベット（a, b, c...） */
#hanreiBody ul.listTypeD li ol.listTypeANum li {
	list-style-type : lower-alpha;
	margin: 10px 0;
	padding: 0;
	text-indent: 0;
}


/* 複合 （親：数字）----------------------------------- */
/* 数字＋マーカーなし */
#hanreiBody ol.listTypeNum li ul.listTypeN li {
	list-style-type : none;
	margin: 10px 0;
	padding: 0 0 0 20px;
	text-indent: 0;
}

/* 数字＋黒丸 */
#hanreiBody ol.listTypeNum li ul.listTypeD li {
	list-style-type : disc;
	margin: 10px 0;
	padding: 0;
	text-indent: 0;
}

/* 数字＋白丸 */
#hanreiBody ol.listTypeNum li ul.listTypeC li {
	list-style-type : circle;
	margin: 10px 0;
	padding: 0;
	text-indent: 0;
}

/* 数字＋数字（1. 2. 3. ...） */
#hanreiBody ol.listTypeNum li ol.listTypeNum li {
	list-style-type: decimal;
	margin: 10px 0;
	padding: 0;
	text-indent: 0;
}

/* 数字＋ローマ数字（i, ii, iii...） */
#hanreiBody ol.listTypeNum li ol.listTypeRNum li {
	list-style-type : lower-roman;
	margin: 10px 0;
	padding: 0;
	text-indent: 0;
}

/* 数字＋アルファベット（a, b, c...） */
#hanreiBody ol.listTypeNum li ol.listTypeANum li {
	list-style-type : lower-alpha;
	margin: 10px 0;
	padding: 0;
	text-indent: 0;
}


/* カスタマイズ---------------------------------------- */
/* カスタマイズ：1 ⇒ <b>1</b>&nbsp;&nbsp; */
#hanreiBody div.numType101 {
	margin: 0;
	padding: 0 0 15px 1.5em;
	text-indent: -1.1em;
}

/* カスタマイズ：下余白少なめの(1) ⇒ (1)&nbsp;&nbsp; */
#hanreiBody div.numType102a {
	margin: 0;
	padding: 0 0 5px 1.8em;
	text-indent: -1.7em;
}

/* カスタマイズ：下余白多めの(1) ⇒ (1)&nbsp;&nbsp; */
#hanreiBody div.numType102b {
	margin: 0;
	padding: 0 0 15px 1.8em;
	text-indent: -1.6em;
}

/* カスタマイズ：※ ⇒ ※&nbsp;&nbsp; */
#hanreiBody div.numType103 {
    margin: 0;
    padding: 0 0 5px 1.5em;
    text-indent: -1.5em;
}

/* カスタマイズ：1-1 ⇒ <b>1-1</b>&nbsp;&nbsp; */
#hanreiBody div.numType201 {
	margin: 0;
	padding: 0 0 15px 2rem;
	text-indent: -2.1rem;
}

/* カスタマイズ：1-1-1 ⇒ <b>1-1-1</b>&nbsp;&nbsp; */
#hanreiBody div.numType301 {
	margin: 0;
	padding: 0 0 15px 3rem;
	text-indent: -3rem;
}

/* カスタマイズ：1.1 ⇒ <b>1.1</b>&nbsp;&nbsp; */
#hanreiBody div.numType202 {
	margin: 0;
	padding: 0 0 15px 1.9em;
	text-indent: -2em;
}
/* カスタマイズ：10.1 ⇒ <b>10.1</b>&nbsp;&nbsp;　※項番の左側が2桁のとき */
#hanreiBody div.numType202a {
	margin: 0;
	padding: 0 0 15px 2.5em;
	text-indent: -2.5em;
}
/* カスタマイズ：1.10 ⇒ <span class="txtDgt">1.10</span>&nbsp;&nbsp;　※項番の右側が2桁のとき */
#hanreiBody div.numType202b {
	margin: 0;
	padding: 0 0 15px 2.5rem;
	text-indent: -2.5rem;
}

/* カスタマイズ：1.1.1 ⇒ <b>1.1.1</b>&nbsp;&nbsp; */
#hanreiBody div.numType302 {
	margin: 0;
	padding: 0 0 15px 2.6em;
	text-indent: -2.8em;
}

/* カスタマイズ：（例） ⇒ （例）&nbsp; */
#hanreiBody div.exBox {
	margin: 0;
	padding: 5px 0 5px 3.2em;
	text-indent: -3.3em;
}

/* -------------------------------------------------------
 No.3　ブロック（textBox） 
------------------------------------------------------- */

/* 余白なし */
#main div.textBoxN {
	clear: both;
	margin: 0;
	padding: 0;
	text-indent: 0;
}

/* 上余白 */
#main div.textBoxU01 {
	clear: both;
	margin: 0;
	padding: 5px 0 0 0;
	text-indent: 0;
}
#main div.textBoxU02 {
	clear: both;
	margin: 0;
	padding: 10px 0 0 0;
	text-indent: 0;
}
#main div.textBoxU03 {
	clear: both;
	margin: 0;
	padding: 15px 0 0 0;
	text-indent: 0;
}
#main div.textBoxU04 {
	clear: both;
	margin: 0;
	padding: 20px 0 0 0;
	text-indent: 0;
}

/* 下余白 */
#main div.textBoxB01 {
	clear: both;
	margin: 0;
	padding: 0 0 5px 0;
	text-indent: 0;
}
#main div.textBoxB02 {
	clear: both;
	margin: 0;
	padding: 0 0 10px 0;
	text-indent: 0;
}
#main div.textBoxB03 {
	clear: both;
	margin: 0;
	padding: 0 0 15px 0;
	text-indent: 0;
}
#main div.textBoxB04 {
	clear: both;
	margin: 0;
	padding: 0 0 20px 0;
	text-indent: 0;
}

/* 上下余白 */
#main div.textBoxUB01 {
	clear: both;
	margin: 0;
	padding: 5px 0;
	text-indent: 0;
}
#main div.textBoxUB02 {
	clear: both;
	margin: 0;
	padding: 10px 0;
	text-indent: 0;
}
#main div.textBoxUB03 {
	clear: both;
	margin: 0;
	padding: 15px 0;
	text-indent: 0;
}
#main div.textBoxUB04 {
	clear: both;
	margin: 0;
	padding: 20px 0;
	text-indent: 0;
}

/* -------------------------------------------------------
 No.4　インデント 
------------------------------------------------------- */
#hanreiBody .marginType01 {
	margin-left: 20px;
	text-indent: 0;
}

#hanreiBody .marginType02 {
	margin-left: 40px;
	text-indent: 0;
}

#hanreiBody .indentList {
	display: grid;
	grid-template-columns: min-content auto;
	gap: .5rem;
	margin-bottom: 1.5rem;
}
#hanreiBody .indentList .indentList {
	margin-bottom: 0;
}
#hanreiBody .indentList .indentListHead {
	white-space: nowrap;
}
#hanreiBody .fa-up-right-from-square,
#hanreiBody .fa-external-link-alt,
#hanreiBody .fa-file-pdf,
#hanreiBody .fa-download {
	color: var(--jk-text-sub-color);
}


/* -------------------------------------------------------
 No.5　枠囲み 
------------------------------------------------------- */

/* 実線、背景色無し */

#hanreiBody .box, 
#hanreiBody .columnBox01 {
	margin: 1.5rem 0;
	padding: 1.25rem;
	background: #fff;
	border: 1px solid var(--jk-neutral-color8);
}
#hanreiBody .box > *:first-child,
#hanreiBody .columnBox01 > *:first-child {
	margin-top: 0 !important;
}
#hanreiBody .box p,
#hanreiBody .box ul,
#hanreiBody .box ol,
#hanreiBody .columnBox01 p,
#hanreiBody .columnBox01 ul,
#hanreiBody .columnBox01 ol
{
	margin: 0;
}

/* 点線、背景色なし */
#hanreiBody div.columnBox02 {
	clear: both;
	margin: 1.5rem 0;
	padding: 1.25rem;
	text-indent: 0;
	border: 1px dotted var(--jk-neutral-color8);
}

/* 点線、背景色水色 */
#hanreiBody div.columnBox03 {
	clear: both;
	margin: 1.5rem 0;
	padding: 1.25rem;
	text-indent: 0;
	background-color: #eeffff;
	border: 1px dotted var(--jk-neutral-color8);
}

/* 点線、背景色クリーム色 */
#hanreiBody div.columnBox04 {
	clear: both;
	margin: 1.5rem 0;
	padding: 1.25rem;
	text-indent: 0;
	background-color: #FFFFDD;
	border: 1px dotted var(--jk-neutral-color8);
}

/* -------------------------------------------------------
　日国凡例用囲み（2020.9.9今井追加） 
------------------------------------------------------- */

div.textFrameBoxNK {
	margin: 30px auto;
	padding:1.2rem;
	border: 1px solid #ddd;
}

div.textFrameGrayBgGrayBoxNK {
	margin: 30px auto;
	padding:1.2rem;
	background: #eee;
	border: 1px solid #ccc;
}
/*表組*/
#hanreiBody .basicTable,
#hanreiBody table  {
	width: 100%;
	margin: 2rem 0;
}

#hanreiBody table th,
#hanreiBody table td {
	line-height: 1.5;
	padding: .75rem 1rem;
	background: #fff;
	vertical-align: top;
	text-align: left;
}


#hanreiBody table.blTbl th,
#hanreiBody table.blTbl td,
#hanreiBody .basicTable th,
#hanreiBody .basicTable td {
	line-height: 1.5;
	padding: .75rem 1rem;
	background: #fff;
	border: 1px solid var(--jk-neutral-color8);
	vertical-align: top;
	text-align: left;
}
#hanreiBody table th,
#hanreiBody table.blTbl th, 
#hanreiBody .basicTable th {
	background: var(--jk-neutral-color9);
}

#hanreiBody table td.head {
white-space:nowrap;
}

/* -------------------------------------------------------
 No.6　インライン画像・外字画像
------------------------------------------------------- */

/* 枠線あり、単独画像左寄せ */
#hanreiBody div.inlineImgL {
	clear: both;
	margin: 10px 0;
	padding: 0;
	text-align: left;
	text-indent: 0;
}
#hanreiBody div.inlineImgL img {
	padding: 0;
	margin: 0;
	border: 1px solid var(--jk-neutral-color8);
}

/* 枠線あり、単独画像中央寄せ */
#hanreiBody div.inlineImgC {
	clear: both;
	margin: 10px 0;
	padding: 0;
	text-align: center;
	text-indent: 0;
}
#hanreiBody div.inlineImgC img {
	padding: 0;
	margin: 0;
	border: 1px solid var(--jk-neutral-color8);
}

/* 枠線あり、単独画像右寄せ */
#hanreiBody div.inlineImgR {
	clear: both;
	margin: 10px 0;
	padding: 0;
	text-align: right;
	text-indent: 0;
}
#hanreiBody div.inlineImgR img {
	padding: 0;
	margin: 0;
	border: 1px solid var(--jk-neutral-color8);
}

/* 枠線なし、単独画像左寄せ */
#hanreiBody div.inlineImgLBN {
	clear: both;
	margin: 10px 0;
	padding: 0;
	text-align: left;
	text-indent: 0;
}
#hanreiBody div.inlineImgLBN img {
	padding: 0;
	margin: 0;
	border: none;
}

/* 枠線なし、単独画像中央寄せ */
#hanreiBody div.inlineImgCBN {
	clear: both;
	margin: 10px 0;
	padding: 0;
	text-align: center;
	text-indent: 0;
}
#hanreiBody div.inlineImgCBN img {
	padding: 0;
	margin: 0;
	border: none;
}

/* 枠線なし、単独画像右寄せ */
#hanreiBody div.inlineImgRBN {
	clear: both;
	margin: 10px 0;
	padding: 0;
	text-align: right;
	text-indent: 0;
}
#hanreiBody div.inlineImgRBN img {
	padding: 0;
	margin: 0;
	border: none;
}

/* 枠線あり、インライン画像左寄せ */
#hanreiBody img.thumbImgL {
	margin: 0 10px 10px 0;
	padding: 0;
	text-align: left;
	border: 1px solid var(--jk-neutral-color8);
}

/* 枠線あり、インライン画像右寄せ */
#hanreiBody img.thumbImgR {
	margin: 0 0 10px 10px;
	padding: 0;
	text-align: right;
	border: 1px solid var(--jk-neutral-color8);
}

/* 枠線なし、インライン画像左寄せ */
#hanreiBody img.thumbImgLBN {
	margin: 0 10px 10px 0;
	padding: 0;
	text-align: left;
	border: none;
}

/* 枠線なし、インライン画像右寄せ */
#hanreiBody img.thumbImgRBN {
	margin: 0 0 10px 10px;
	padding: 0;
	text-align: right;
	border: none;
}

/* 外字画像 */
#hanreiBody img.gaijiTB {
	vertical-align: text-bottom;
	border: none;
}

/* 外字画像：欧文系 */
#hanreiBody img.gaijiE {
	vertical-align: -4px;
	border: none;
}

/* -------------------------------------------------------
 No.7　文字装飾 
------------------------------------------------------- */

#hanreiBody .note {
	font-size: .875rem;
}

/*アイコン用*/
#hanreiBody .ico_posA {
	position: relative;
	display: inline-block;
	width: 1.25rem;
	font-size: .75rem;
	line-height: 1.25rem;
	margin: 0 .25rem 0 0;
	padding: 0;
	background: #fff;
	border: none;
	white-space: nowrap;
	text-align: center;
	vertical-align: .2em;
}
#hanreiBody .ico_posA::after {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	border: 1px solid var(--jk-neutral-color6);
	border-radius: 50%;
}
#hanreiBody .ico_posB {
	position: relative;
	display: inline-block;
	font-size: .75rem;
	line-height: 1.25rem;
	margin: 0 .25rem 0 0;
	padding: 0 .25rem;
	background: #fff;
	border: none;
	white-space: nowrap;
	text-align: center;
	vertical-align: .2em;
}
#hanreiBody .ico_posB::after {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	border: 1px solid var(--jk-neutral-color6);
	border-radius: var(--jk-border-radius);
}

#hanreiBody .textRed,
#hanreiBody .hRedText {
	color: #a8281b;
}
#hanreiBody .textBlue,
#hanreiBody .hBlueText {
	color: #281ba8;
}
#hanreiBody .textGreen {
	color: #1b5225;
}

/* 本文系リンク文字 */
#hanreiBody span.hLinkText {
	color:  var(--jk-link-color);
}

/* グレイ文字 */
#hanreiBody span.hGrayText {
	color: var(--jk-text-sub-colorr);
}

/* 文字サイズ（大） */
#hanreiBody span.hLargeText {
	font-size: 1.25rem;
}

/* 文字サイズ（中） */
#hanreiBody span.hMiddleText {
	font-size: 16px;
}

/* 文字サイズ（小） */
#hanreiBody span.hSmallText {
	font-size: 0.875rem;
}

/* テキスト左寄せ */
#hanreiBody div.hLeftText {
	text-align: left;
}

/* テキスト中央寄せ */
#hanreiBody div.hCenterText {
	text-align: center;
}

/* テキスト右寄せ */
#hanreiBody div.hRightText {
	text-align: right;
}




#hanreiBody .paging {
	display: flex;
	margin: 2.5rem 0 0;
	padding: 1.5rem 0 0;
	border-top: 1px solid var(--jk-neutral-color8);
}
#hanreiBody .paging > div {
	flex: 1;
}
#hanreiBody .paging > div + div {
	border-left: 1px solid var(--jk-neutral-color8);
}
#hanreiBody .paging a {
	display: flex;
	flex-direction: column;
	text-decoration: none;
}
#hanreiBody .paging .btnText {
	display: inline-block;
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 1.5;
	color: var(--jk-text-color);
}
#hanreiBody .paging .pageTitle {
	font-size: .875rem;
	line-height: 1.5;
	margin-top: .5rem;
	text-decoration: underline;
}
#hanreiBody .paging .contPrev a {
	margin-right: 1rem;
}
#hanreiBody .paging .contPrev .btnText::before {
	font: var(--fa-font-solid);
	color: var(--jk-link-color);
	content: "\f104";
	margin-right: .75rem;
}
#hanreiBody .paging .contNext a {
	margin-left: 1rem;
	text-align: right;
}
#hanreiBody .paging .contNext .btnText::after {
	font: var(--fa-font-solid);
	color: var(--jk-link-color);
	content: "\f105";
	margin-left: .75rem;
}

/* ----------------------------------------------
   第2階層ページ
------------------------------------------------ */

#hanreiBody .txt span.mark_jkPlus,
#hanreiBody .txt span.mark_jkBooks {
	display: inline-block;
	font-size: .8rem;
	font-weight: normal;
	line-height: 1.5;
	margin: .25rem .25rem 0 0;
	padding: 0 .5rem;
	border: 1.5px solid  var(--jk-lib-color3);
	color: var(--jk-lib-color3);
	background: #fff;
	border-color: var(--jk-lib-color3);
	/*border: 1px solid #000;*/
	/*color: #fff;*/
	/*background: var(--jk-lib-color3);*/
	/*border-color: var(--jk-lib-color3);*/
}

#hanreiBody .txt span.mark_jkLib {
	display: inline-block;
	font-size: .8rem;
	font-weight: normal;
	line-height: 1.5;
	margin: .25rem .25rem 0 0;
	padding: 0 .5rem;
	border: 1.5px solid  var(--jk-lib-color3);
	color: var(--jk-lib-color3);
	background: #fff;
	border-color: var(--jk-lib-color3);
}
#hanreiBody .txt span.mark_jkPsnlR {
	display: inline-block;
	font-size: .8rem;
	font-weight: normal;
	line-height: 1.5;
	margin: .25rem .25rem 0 0;
	padding: 0 .5rem;
	border: 1.5px solid var(--jk-personal-color3);
	color: var(--jk-personal-color3);
	background: #fff;
	border-color:  var(--jk-personal-color3);
	/*border: 1px solid  var(--jk-personal-color3);*/
	/*color: #fff;*/
	/*background:  var(--jk-personal-color3);*/
	/*border-color:  var(--jk-personal-color3);*/
}
#hanreiBody .txt span.mark_jkPsnl {
	display: inline-block;
	font-size: .8rem;
	font-weight: normal;
	line-height: 1.5;
	margin: .25rem .25rem 0 0;
	padding: 0 .5rem;
	border: 1.5px solid var(--jk-personal-color3);
	color: var(--jk-personal-color3);
	background: #fff;
	border-color:  var(--jk-personal-color3);
}
#hanreiBody .txt span.mark_jkSchool {
	display: inline-block;
	font-size: .8rem;
	font-weight: normal;
	line-height: 1.5;
	margin: .25rem .25rem 0 0;
	padding: 0 .5rem;
	border: 1.5px solid #1976d2;
	color: #1976d2;
	background: #fff;
	border-color: #1976d2;
}

#hanreiBody .links {
	line-height: 2rem;
	margin: 2rem 0 0;
}
#hanreiBody .links span {
	float: left;
	margin-right: 2rem;
        font-weight: bold;
}
#hanreiBody .links span:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #4d316a;
	content: "\f518";
	margin-right: .5rem;
}
#hanreiBody .links li {
	float: left;
	margin: 0 .5rem .5rem 0;
}
#hanreiBody .links li a {
	display: block;
	/* font-weight: bold; */
	/* color: #0033cc; */
	padding: 0 .5rem;
/*
	padding: 0 1rem;
	border: 1px solid #cacac8;
*/
}
#hanreiBody p.link {
	position: relative;
	line-height: 1.8;
	padding-left: 1.5em;
}
#hanreiBody p.link .fa-angle-right {
	position: absolute;
	top: .4em;
	left: 0;
	display: inline-block;
	width: 1.5em;
	font-size: .75em;
	line-height: 1.5em;
	color: #fff;
	margin-right: .5rem;
	background: var(--jk-neutral-color2);
	border-radius: 50%;
	text-align: center;
}
#hanreiBody p.link a {
	font-weight: bold;
}
#hanreiBody p.note {
	font-size: .875rem;
	line-height: 1.5;
	padding-left: 1em;
	text-indent: -1em;
}
#hanreiBody p.note * {
	text-indent: 0;
}
#hanreiBody .fa-up-right-from-square,
#hanreiBody .fa-external-link-alt,
#hanreiBody .fa-file-pdf,
#hanreiBody .fa-download {
	color: var(--jk-text-sub-color);
}

/* ------------
HCLV update
------------ */
#hanreiBody .txt .img {
	float: right;
	margin-left: 3rem;
}
#hanreiBody .txt .img img {
	/* box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5); */
}
#hanreiBody .txt .img img.photoBorder {
	border: 1px solid #ddd;
}


/* ----------------------------------------------
   Media Queries
------------------------------------------------ */
@media (any-hover: hover) {
}

@media print, screen and (min-width: 1200px) {
	
	.bd-main {
		display: flex;
		flex-direction: row-reverse;
	}
	
	/* 目次 */
	#toc {
		flex-shrink: 0;
		position: -webkit-sticky;
		position: sticky;
		top: 5rem;
		right: 0;
		width: 280px;
		height: calc(100vh - 12rem);
		margin-left: 2.5rem;
		z-index: 2;
	}
	#toc #tocContents {
		height: calc(100% - 3rem);
		overflow-y: auto;
	}
	#toc .bd-toc-collapse {
		display: block !important;
	}
	
	/* 本文 */
	#hanreiBody {
		flex: 1;
		overflow: hidden;
	}
	#hanreiBody .centerBtn .btn {
		min-width: 300px;
	}
	#hanreiBody .cols2 {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 1rem 1.5rem;
		margin: 1.5rem 0;
	}
	#hanreiBody .cols3 {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		gap: 1rem 1.5rem;
		margin: 1.5rem 0;
	}
	#hanreiBody .cols2 .col > *:first-child,
	#hanreiBody .cols3 .col > *:first-child {
		margin-top: 0 !important;
	}
	
}

@media only screen and (max-width: 1199px) {
	
	#hanreiTitle {
		padding: 1rem;
	}
	#contents {
		padding: 0;
	}
	
	/* 目次 */
	#toc {
		padding: 1.25rem;
	}
	#toc .bd-toc-toggle {
		position: relative;
		width: 100%;
		color: var(--jk-text-color);
		background: #fff;
		border: 1px solid var(--jk-border-color);
		border-radius: var(--jk-border-radius);
	}
	#toc .bd-toc-toggle::after {
		position: absolute;
		top: 50%;
		right: .5rem;
		width: 1rem;
		height: 1rem;
		content: "";
		margin-top: -.5rem;
		background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22currentColor%22%20class%3D%22bi%20bi-chevron-expand%22%20viewBox%3D%220%200%2016%2016%22%3E%0A%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M3.646%209.146a.5.5%200%200%201%20.708%200L8%2012.793l3.646-3.647a.5.5%200%200%201%20.708.708l-4%204a.5.5%200%200%201-.708%200l-4-4a.5.5%200%200%201%200-.708zm0-2.292a.5.5%200%200%200%20.708%200L8%203.207l3.646%203.647a.5.5%200%200%200%20.708-.708l-4-4a.5.5%200%200%200-.708%200l-4%204a.5.5%200%200%200%200%20.708z%22%2F%3E%0A%3C%2Fsvg%3E');
	}
	#toc .title {
		display: none;
	}
	#toc .bd-toc-collapse #TableOfContents {
		padding: .25rem 0;
	}
	#toc .bd-toc-collapse #TableOfContents ul li {
		font-size: 1rem;
		margin: .75rem 0 0;
	}
	
	/* ページ本文 */
	#hanreiBody {
		padding: 2rem 1rem;
	}
	#hanreiBody h2 {
		font-size: 1.5rem;
		margin: 2rem 0 1.25rem;
		padding-left: 1rem;
	}
	#hanreiBody h2::before {
		width: .375rem;
	}
	#hanreiBody h3 {
		font-size: 1.25rem;
		margin: 2rem 0 1.25rem;
	}
	#hanreiBody h4 {
		font-size: 1.125rem;
		margin: 1.25rem 0 1rem;
	}
	#hanreiBody h5 {
		font-size: 1rem;
		margin: 1.125rem 0 1rem;
	}
	#hanreiBody hr {
		margin: 2rem 0;
	}
	#hanreiBody ul.listTypeN {
		grid-template-columns: 1fr 1fr;
	}
	#hanreiBody .basicTable th,
	#hanreiBody .basicTable td {
		padding: .5rem;
	}
	#hanreiBody .box {
		padding: 1rem;
	}

        /* HCLV update */
	#hanreiBody .txt .img {
		float: none;
		margin: 0 0 1rem;
		text-align: center;
	}
	#hanreiBody .txt .img img {
		/* width: 100px; */
		max-width: 50%;
	}
	
}
