@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200);
/* 調整 */
* {
	box-sizing:border-box;
 }
table td {
	padding:0.5em 1.0em;
}
.sample-code {
	overflow-wrap: break-word;
}

/* 検索キーワード ハイライト */
.highlight {
	background-color: yellow;
}

/* ヘッダー分のオフセット */
html {
	scroll-behavior: smooth;
	scroll-padding-top: 60px; /* ヘッダーの高さ */
}


/*------------------------ ヘッダー用 ------------------------------------*/
.webhelp-header {
	width:100%;
	height:60px;
	background-color:rgba(0,0,0,1);
	color:#fff;
	margin: 0;
	top:0;
	position: fixed;
	z-index: 99;
	padding: 0;
 }
 .header-wrap {
	justify-content:space-between;
	/* align-items: center; */
	display: flex;
	margin: 6px 10px 0;
	padding:0;
	width:100%;
	max-width: 1300px;
 }
 .header-name1 {
	font-size: 21px;
	line-height: 1.4em;
	font-weight: 400;
	margin:0 10px;

 }
 .header-name2 {
	font-size:15px;
	font-weight: 400;
	line-height: 1.5em;
	margin:10px;

 }
.search-link {
	display: inline-block;
	padding:10px;
}
.search-link a {
	padding: 4px 10px;
	background-color: #666;
	border-radius: 9999px;
	text-decoration: none;
	color: #fff;
	font-size: 15px;
}
.search-link a:hover {
	background-color: rgb(49, 84, 125);
}



/*------------------------ フッター用 ------------------------------------*/


 a.toc-link {
	text-decoration: none;
 }





/* アコーディオンメニュー　*/
#toc p {
	margin: 0;
	padding: 0;
}



nav.toc-wrap {
    overflow: auto;
    position: fixed;
	top:60px;
    border-right: 1px solid #ccc;
    overflow-y: scroll;
    scrollbar-color: #ccc #fff;
    scrollbar-width: thin;
	/* padding-right: 10px; */
	width:300px;
	height: 100vh;
	margin-top: 0;
	z-index: 20;
	height:calc(100vh - 140px);
}
#toc .toc-heading {
	margin: 0;
	padding: 0.6em 0 0.3em;
	background-color: #333;
	color: #fff !important;
	text-align: center;
}
#toc .toc-heading span {
	color: #fff !important;
}

.toc-1,.toc-2,.toc-3 {
	border: 0;
	background-color:unset;
	line-height: 1.4em;
	width:100%;
	position: relative;
	margin: 0;
    padding:0;
}

.toc-1 {
  /* margin: 4px 0; */
  padding-left: 30px;
  font-weight: bold;
}
.toc-2, .toc-3 {
  display: none;
  font-size: 14px;
}




.toc-1 a {
  padding: 6px 0;
  padding-left:30px;
  text-decoration: none;
  color: #000;
  width: 100%; /* ボタン領域を除く */
  box-sizing: border-box;
  border-top:1px solid #eee;
}
.toc-1 a,.toc-2 a,.toc-3 a {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right:20px;
	display: block;
	color: #333;
}
.toc-2 a {
	font-weight: 500;
	padding-left: 40px;
}
.toc-3 a {
  padding-left: 50px;
}

.toggle-btn {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  user-select: none;
  color: #2F5496;
  display: inline-block;
  width: 30px;
  height: fit-content;
  text-align: center;
}
.toc-2 .toggle-btn {
  top: 49%;
  transform: translateY(-49%);
  font-size: 16px;
  font-weight: 500;
  left:10px;
}

/* メニューのオープン・クローズリンク */
.toc-op-clsd {
	display: block;
	margin:0;
	padding:0 10px;
	background-color: #ddd;
}
.toc-op-clsd a {
	text-align: center;
	vertical-align: text-bottom;
	border-radius: 6px;
	display: inline-block;
	color: #444 !important;
	text-decoration: none;
	font-size: 12px;
	margin: 3px !important;
	line-height: 1.2em;
	padding: 1px 0 0px;
	width:2.4em;
}
.toc-op-clsd a:hover {
	background-color: #138749;
	color:#fff !important;
}
.material-symbols-outlined {
	font-size: 24px !important;
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' -25,
  'opsz' 20
}

body > section {
	margin-top: 80px;
	/* margin-left: 400px; */
	/* max-width:900px; */
	position: relative;
	/* margin-bottom: 140px; */
}


/*-------------------------- レスポンシブ用CSS ここから ----------------------*/
@media screen and (max-width:640px) {
	/* ↓ここに個別のスマホ用スタイルを指定 */

/* 調整 */

/* ヘッダー分のオフセット */
html {
	scroll-behavior:auto;
	scroll-padding-top:0; /* ヘッダーの高さ */
}

body {
	padding-bottom: 0;
	margin-bottom:0;
	font-size: 15px;
	text-align: left;
}
section:last-of-type {
	margin-bottom: 60px;
}
#mobile-side-btn-icon {
	background-color:unset;
}
section:first-of-type {
	margin-top: 20px;
}
section section:last-of-type {
	margin-bottom: 20px;
}
section > section > section > section {
	margin-bottom: 20px;
}
h3 {
	margin-top: 10px;
}
h4,h5,h6 {
	margin-top:20px;
}
#toc .toc-heading {
	padding: 1.0em 0;
}

nav.toc-wrap {
	overflow: auto;
	position: fixed;
	width: 300px;
	top: 0;
	left: -300px;
	border-right: 1px solid #ccc;
	background-color: rgb(255, 255, 255);
	z-index: 90;
	height: 100%;
}

.header-wrap {
	width: auto;
	margin: 0;
	flex-direction:column-reverse;
	padding: 0;
	padding-left: 56px;
}
.header-name1 {
	margin: 0;
	padding: 0;
	padding-right: 10px;
	font-size: 15px;
	line-height: 1.2em;
	text-align: left;
	width: 100%;
	font-weight: 500;
}
.header-name2 {
	margin: 4px 0;
	padding: 0;
	padding-right: 10px;
	font-size: 12px;
	line-height: 1.4em;
	text-align: left;
	display: block;
	width: 100%;
}
.webhelp-header {
	height: auto;
	width: auto;
	position: relative;
	z-index: 0;
}



/* ↑ここまでに個別のスマホ用スタイルを指定 */
}
/*-------------------------- レスポンシブ用CSS ここまで ----------------------*/