@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
body {
	font-family: 'Noto Sans JP', Verdana, Helvetica, Arial, sans-serif;

}
ol.decimalEnclosedCircle>li:before {
	font-family: Arial, Helvetica, sans-serif;
}
h1 span[id],
h2 span[id] {
	padding-top:1.0em;
}
h3 span[id] {
	padding-top:2.0em;
}

.infotable,
.NOTE {
	margin:30px 0 30px;
	background-color: transparent;
	border:0 !important;
}
.infotable td,
.NOTE td {
	border:0 !important;
}

.infotable ul,
.NOTE ul {
	border:1px dotted #666;
	background-color: #fff;
	border-radius: 6px;
	padding:20px;
	list-style-type: none;

}
.infotable ul li,
.NOTE ul li {
	font-size: 15px;
	margin:10px 30px 10px 20px;
	padding-left: 40px;
	/* white-space: nowrap; */
	background-image: url(http://www.antenna.co.jp/img/common_img/common-icon-list-onlineman.png);
	background-repeat: no-repeat;
	background-position: 3px 40%;
	background-size: 30px;
	max-width: 100%;

}

.infotable ul li img,
.NOTE ul li img {
	margin:0 5px;
}




.infotable-hint,
.infotable-caution,
.NOTE {
	margin:60px 0 60px;
	background-color: #fff;
	width:100%;
	border-spacing: 0;
	border-collapse: separate;
	border-radius: 10px;
	border: 3px solid rgb(111, 131, 168) ;

}
.infotable-hint thead,
.infotable-caution thead,
.NOTE thead {
	background-color: transparent;
	border:0;
}

.infotable-hint td,
.infotable-caution td,
.NOTE td {
	margin:0;
	padding:0 2.0em;
	background-color: transparent;
	border:0;
}

.infotable-hint thead td,
.infotable-caution thead td,
.NOTE thead td {
	font-weight: 700;
	margin:0;
	padding:0 2.0em 0 60px;
	background-color: transparent;
	border:0;
	background-image: url(https://www.antenna.co.jp/img/common_img/common-icon-hint.png);
	background-repeat: no-repeat;
	background-position: 23px 80%;
	background-size: 30px;
}

.infotable-caution thead td {
	background-image: url(https://www.antenna.co.jp/img/common_img/common-icon-notice.png);
}

.NOTE thead td {
	background-image: url(https://www.antenna.co.jp/img/common_img/common-icon-notice.png);
}
	
.infotable-hint thead td p,
.infotable-caution thead td p,
.NOTE thead td p {
	padding:0;
	margin:0;
	margin-top:10px;
}

section {
	margin-bottom: 100px;
}


section section {
	margin-bottom: 50px;
}
section section:last-of-type {
	margin-bottom: 100px;
}

.sample-code {
	/* color: #000; */
	text-align: left;
	padding:2.0em;
	/* border:1px solid #666; */
	/* background-color: rgb(253, 252, 244);
	box-shadow: 4px 4px 4px 1px rgba(0, 0, 0, .2);  */
	border-radius: 4px;
	width:auto;
	color: #ffffff;
	border:3px solid #000;
	background-color: #333;
}

.sample-tag-table {
	color: #ffffff;
	border-radius: 4px;
	border:3px solid #000;
	background-color: #333;
}
.sample-tag-table td {
	border:0;
}

#toc p {
	text-align: left;
}

/* インライン画像調整用 */

p.inline-image img {
    width: auto;
    padding: 0px 4px 4px 4px;
    margin: 0;
    background-color: transparent;
    vertical-align: middle;
    box-shadow: none;
}

.index-menu {
	margin-left: 30px;
}

.index-menu a {
	display: inline-block;
	margin: 0 .1em .6em 0;
	padding: .6em;
	line-height: 1;
	color: #fff;
	text-decoration: none;
	background-color: #666;
	border-radius: 2em 0 0 2em;
}
.index-menu a:hover {
	background-color: #f60;
}
.index-menu a:before {
	content: '●';
	margin-right: .5em;
	color: #fafafa;
}

#toc .toc-heading span {
    color: #fff !important;
}

/* 索引マークSVGカラー */
.index-list-area a:hover img {
	filter: invert(51%) sepia(45%) saturate(5913%) hue-rotate(0deg) brightness(103%) contrast(107%);
}
.index-list-area a:hover {
	background-color: #ddd;
}

/* ページ内検索の色付けで */
.highlight {
	background-color: yellow;
 }
 
 .result-number-display{
	 margin: 0px;
	 padding: 0px;
 }
 
 .search-text-box{
	 margin-bottom: 0px;
	 width: 200px;
	 height: 1.5em;
	 border: double 1px #447fff;
	 background-color: beige;
 }
 
 /* 全文検索ページのデザイン */
 
 .result-hit-word{
	 background-color: rgb(255, 255, 167);
 }
 
 .search-commentary{
	 margin-bottom: 10px;
 }
 
 .search-sitetext-area {
	 margin: 0 0 30px;
	 background-color: #333;
	 padding: 50px 10px 30px;
	 text-align: center;
 }
 
 .search-text-box-all{
	 vertical-align: middle;
	 width: 300px;
	 padding: 14px 20px 10px;
	 /* border: solid 2px #447fff; */
	 border: 0;
	 border-radius: 9999px;
	 font-size: 16px;
	 background-color: rgb(255, 255, 255);
	 margin-left: 10px;
 }
 
 .search-button{
	 padding: 10px 30px 6px;
	 margin: 0 10px;
	 vertical-align: middle;
	 text-align: center;
	 /* border: solid 2px #447fff; */
	 border: 0;
	 border-radius: 6px;
	 font-size: 16px;
 }
 
 .result-line{
	  border: dashed 1px #777; 
	 height: 1px;
	 color: white;
 }
 
 .search-result {
	 max-width: 980px;
	 margin: 0 auto;
 }
 
 dl {
	 margin-top: 60px;
 }
 
 dt {
	 margin: 40px 0 20px;
	 font-size: 18px;
	 font-weight:700;
 }
 dd {
	 margin-bottom: 20px;
	 margin-left: 20px;
	 padding: 6px 0.5em 4px;
	 border-left: 10px solid #c3c3c4;
	 background-color: #f6f6f6;
	 border-radius: 6px;
 }
 
 .serach-result-text {
	 margin-left: 10px;
 
 }
 
 
 
 /* アイコン */
 
 .dli-search {
	 display: inline-block;
	 vertical-align: middle;
	 color: #ffffff;
	 line-height: 1;
	 width: 1.0em;
	 height: 1.0em;
	 border: 0.2em solid currentColor;
	 border-radius: 50%;
	 box-sizing: content-box;
	 position: relative;
   }
   
   .dli-search::before {
	 content: '';
	 position: absolute;
	 top: calc(85.35534% + 0.07071em);
	 left: calc(85.35534% + 0.07071em);
	 width: 0.6em;
	 height: 0.2em;
	 background: currentColor;
	 border-radius: 0 0.1em 0.1em 0;
	 transform: translateY(-50%) rotate(45deg);
	 transform-origin: left center;
   }
 
 
 .material-symbols-outlined {
   font-variation-settings:
   'FILL' 0,
   'wght' 400,
   'GRAD' 0,
   'opsz' 24
 }
 
 
 .search-result a:visited {
	 color: #8448a0 !important;
 }


 

/*-------------------------- レスポンシブ用CSS ここから ----------------------*/
@media screen and (max-width:640px) {
	/* ↓ここに個別のスマホ用スタイルを指定 */


	h1 span[id],
	h2 span[id] {
		padding-top:40px;
	}

	h3 span[id] {
		padding-top:2.0em;
	}
	
	.infotable ul {
		padding:10px;

	}
	.infotable ul li {
		font-size: 15px;
		margin:10px 10px 10px 10px;
	}

	.infotable-hint td,
	.infotable-caution td {
		margin:0;
		padding:0 10px;
		background-color: transparent;
		border:0;
	}
	
	#mobile-side-btn {
		display: inline-block;

	}

	.search-text-box-all{
		width: 160px;
	}
	
	.search-button{
		padding: 6px 20px 4px;
	}
	.search-result {
		max-width: 980px;
		margin: 0 10px;
	}

/* ↑ここまでに個別のスマホ用スタイルを指定 */
}
/*-------------------------- レスポンシブ用CSS ここまで ----------------------*/


