@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/*/////////////////////////////////////////////////////////////////*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6,.l7, .l8, .l9, p, blockquote, pre,
a, del, img, q, s, small, strike, strong, sub, sup, tt,
b, u, i, center, dl, dt, dd, ol, ul, li, form, label,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/*/////////////////////////////////////////////////////////////////*/
/* HTML5 用 */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

/*/////////////////////////////////////////////////////////////////*/

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
  }
body {
	line-height: 1;
	position: relative;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/*/////////////////////////////////////////////////////////////////*/


:root {
    --image-color: 0, 120, 145;
    --image-color-light: 216, 238, 251;
    --image-color-accent: 6,156,187;
	--image-color-complementary:#ff876e;
	--image-color-complementary-accent:#f60;
}

html {
	font-size: 62.5%;
}


body {
	font-family: 'Noto Sans JP', Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.6rem;
	line-height:1.6em;
	color: #000;
	background-color: #cef;
	box-sizing: border-box;
	/* padding:0 6.0rem; */
}

section {
	margin-left:auto;
	margin-right:auto;
	max-width:1300px;
	text-align: left;
	background-color: #ffffff;
	text-align: center !important;
	padding-top:30px;
	padding-bottom: 40px;
}

body > section {
	padding-left:20px;
	padding-right: 20px;
}


h1, h2, h3, h4, h5, h6, .l7, .l8, .l9, p, ol, ul, img, table {
	margin-left:auto;
	margin-right:auto;
	text-align: left;
	max-width: 930px;
}

h1, h2, h3 {
	line-height: 1.5em;
	padding-top:1.0rem;
	padding-bottom:0.3rem;
	display: block;
	font-weight:bold;
	color: rgb(var(--image-color));
}

h1 {
	font-size: 3.1rem;
	margin-top:8.0rem;
	margin-bottom: 2.0rem;
	font-weight: 400;
}

section:first-child h1 {
	margin-top:10px;
	padding-top:10px;
}


h2 {
	font-weight: 400;
	font-size: 3.4rem;
	margin-bottom: 3.0rem;
	border-bottom:solid 1px #ccc;
}

h3 {
	font-weight: 400;
	font-size: 2.8rem;
	border-left:10px solid #ccc;
	margin-top:5.0rem;
	margin-bottom: 40px;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:6px;
}

h4, h5, h6 {
	font-size: 1.8rem;
	font-weight:bold;
	margin-top:3.0rem;
	margin-bottom: 1.0rem;
	padding: 10px 20px 4px 0px;
	color: rgb(var(--image-color));
}

h4.process-h4 {
	font-size: 2.3rem;
}
h4.process-h4 .number {
	font-size: 4.0rem;
	color:rgb(var(--image-color));
	display: inline-block;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
	text-shadow: 3px 3px 0 rgba(0, 0, 0, .2 );
}

.l7, .l8, .l9 {
	font-size: 1.8rem;
	font-weight:bold;
	margin-top:3.0rem;
	margin-bottom: 1.0rem;
}

p {
	line-height:1.6em;
	margin-top:2.0rem;
	margin-bottom: 2.0rem;
	/* padding-left: 10px;
	padding-right: 10px; */
	color:#000;
}


ul {
	line-height:1.6em;
	margin-top:2.0rem;
	margin-bottom:3.0rem;
	list-style-type: disc;
	/* margin-left:0; */
}

ul li {
	margin-top:1.0rem;
	margin-bottom:1.0rem;
	margin-left:5.0rem;
	margin-right: 1.0em;
	font-weight: 500;

}

li ul {
	line-height:1.6em;
	margin-top:2.0rem;
	margin-bottom:3.0rem;
	list-style-type: circle;
	padding-left:2.0rem;	
	padding-right:0rem;
	margin-left:0;
	margin-right:0;
}

li ul li {
	margin-top:1.0rem;
	margin-bottom:1.5rem;
	margin-left:0;
	margin-right:0;
}

ol {
	line-height:1.6em;
	margin-top:2.0rem;
	margin-bottom:3.0rem;
	list-style-type: decimal;
}

ol li {
	margin-top:1.0rem;
	margin-bottom:1.5rem;
	margin-left:3.0rem;
}

li ol {
	line-height:1.6em;
	margin-top:2.0rem;
	margin-bottom:3.0rem;
	list-style-type: lower-roman;
	padding-left:2.0rem;	
	padding-right:0rem;
	margin-left:0;
	margin-right:0;
}

li ol li {
	margin-top:1.0rem;
	margin-bottom:1.5rem;
	margin-left:0;
	margin-right:0;
}

li ol li ol {
	line-height:1.6em;
	margin-top:2.0rem;
	margin-bottom:3.0rem;
	list-style-type: lower-latin;
	padding-left:2.0rem;	
	padding-right:0rem;
	margin-left:0;
	margin-right:0;
}

li ol li ol li {
	margin-top:1.0rem;
	margin-bottom:1.5rem;
	margin-left:0;
	margin-right:0;
}

img {
	max-width:100%;
}

section img {
	max-width:100%;
}

section section img {
	/* max-width:780px; */
	padding:0px;
	margin-top:2.0rem;
	margin-bottom:2.0rem;
}

section section li img {
	max-width:780px;
	padding:00px;
	margin-top:2.0rem;
	margin-bottom:2.0rem;
	margin-left: 0rem;
	margin-right: 0rem;
}

section section p img {
	width:auto;
	padding:0px 4px 4px 4px;
	margin:0;
	background-color:transparent;
	vertical-align:middle;
}

img.block {
	display:block;
}

a {
	color: #0033cc;
	text-decoration: underline dotted 1px;
}

a:hover {
	text-decoration: none;
	color: #ff6600;
}

table {
	border-collapse: collapse;
	border:2px solid #999;
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: #fff;
}

table tbody {
	max-width:100%;
}

table thead {
	background-color:#eaeaea;
}

table th {
	border:1px solid #666;
	padding:0em;
	background-color:#e0e0e0;
}

table td {
	border:1px solid #666;
	padding:0.6em;
}

table th p {
	font-size:1.5rem;
	line-height:1.6em;
	margin:0.6em;
	margin-bottom:0.4em;
}

table td p {
	font-size:1.5rem;
	line-height:1.6em;
	margin:0.6em;
	margin-bottom:0.4em;
	margin-left: 1.0em;
	margin-right: 1.0em;
}
table td ul {
	
}
table td ul li {
	font-weight: 400;
	margin-left:2.6em;
}
sup {
	font-size: 1.1rem;
	vertical-align: top;
	position: relative;
	top: -0.4rem;
	margin-left:0.2rem;
	margin-right:0.2rem;
}

sub {
	font-size: 1.1rem;
	vertical-align: bottom;
	position: relative;
	top: 0.2rem;
	margin-left:0.2rem;
	margin-right:0.2rem;
}

ruby {
}

rp {
}

rt {
}

strong {
	font-weight:700;
}


/*-------- テキスト位置指定クラス -----------*/

.start {        /* 左揃え（指定なし） */

}

.center {       /* 中央揃え */
	text-align:center;
}

.end {          /* 右揃え */
	text-align:end;
}

.justify {      /* 両端揃え */
	text-align:justify;
}

.distribute {   /* 均等割り付け */
	text-align:justify;
	text-justify:auto;
}

body > section:first-of-type {
	position: relative;
	/* height:400px; */
	display: block;
	padding: 120px 0 40px !important;
	background-color: #cef;
	margin-bottom: 0;

}
body > section {
	margin-bottom:60px;
	border-radius: 20px;
}
h1.top-title {
	/* margin-top: 100px; */
	/* background-color: #45dafc; */

	font-size: 4.2rem;
	color: #fff;
	z-index: 2;
	position:absolute;
	top:200px;
	left:0;
	text-align: left;
}

h1.top-title strong {
	background-color: rgba(0,0,0,.8);
	font-weight: 400 !important;
	padding: 4px 30px;
	line-height: 1.4em;
	display: inline-block;
}

p.title-img,
p.title-img img {
	margin: 0;
	padding: 0;
	line-height: 0;
	width: 100%;
	max-width:none;
	pointer-events: none;
}
p.title-img {
	position:unset;
	top:0;
	z-index: 1;
	margin-bottom: 60px;
}


/* メニューアコーディオン */
.toc-wrap {
	width: auto;
	max-width: 1300px;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 60px;
	border-radius: 0 0 20px 20px;
   }
#toc {
	width:auto;
	padding:10px 1.4em;
	border:1px dotted #0033cc;
	border-radius: 4px;
	background-color: #f9fafb;
	overflow: hidden;
	/* テキストを隠す */
	position: relative;
	display: block;
	margin: 0 auto;
	max-width: 600px;
}
.toc-heading {
	font-size: 1.4rem;
	padding-top:2.0rem;
	padding-bottom:1.0rem;
}

#toc p {
	margin: 0;
	padding: 0;
}
#toc p.toc-1 {

}
#toc P.toc-2 {
	padding-top:0.8em;
	padding-left: 24px;
	margin-bottom: 0.4em;
}
#toc p.toc-3 {
	padding-left:48px;
	margin-bottom: 0.4em;
}

   /* ボタン */
   .mobile-side-btn-icon {
	border: 0;
	cursor: pointer;
	display: inline-block;
	font-size: 1.5rem;
	left: 0;
	padding: 10px;
	padding-bottom: 0;
	text-align: left;
	transition: all .2s;
	max-width: 600px;
	z-index: 12;
	display: block;
	margin: 0 auto;
   }


   a#mobile-side-btn {
	max-width:1300px;
	background-color: #ffffff;
	margin:0 auto;
	padding:20px 20px 10px;
	display: block;
	border-radius: 20px 20px 0 0;
   }

   
   /* 続きを読むボタンの表記 */
   .mobile-side-btn-icon::after {
	content: "［ 目次 ］ すべて表示 ▼";
   }

	   
   /* ボタンhover時のスタイル */
   .mobile-side-btn-icon:hover {

   }
   



   .toc-wrap {
	position: relative;
   }

   
   /* 最初に見えてるテキストエリアの高さ */
   #toc.is-hide {
	height: 160px;
	margin-bottom: 0;
   }
   
   /* テキストをグラデーションで隠す */
   #toc.is-hide::before {
	background: -webkit-linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,.6) 50%, #fff 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,.6) 50%, #fff 100%);
	bottom: 0;
	content: "";
	height: 80px;
	/* グラデーションで隠す高さ */
	position: absolute;
	width: 100%;
	left:0;
	z-index: 11;
	transition: all 0.2s;
   }

   #toc.is-show::before {
	background:unset;
	bottom: 0;
	content: "";
	height: 0px;
	/* グラデーションで隠す高さ */
	position: absolute;
	width: 100%;
	left:0;
	z-index: 11;
	transition: all 0.2s;
   }

   .toc-wrap::after {
	/* content: "▼";
	color: #ff6600; */
	/* height: 80px; */
	/* グラデーションで隠す高さ */
	/* position: absolute; */
	/* width: 100%; */
	/* left:0; */
	/* z-index: 12;
	bottom: 0;
	text-align: center;
	display: block;
	width: 100%; */
   }
   

   
   /* 閉じるボタンの表記 */
   #mobile-side-btn.is-show .mobile-side-btn-icon::after {
	content: "［ 目次 ］ 表示を減らす▲";
   }
   

   
   /* 詳細説明 */
   #details {
	/* position: fixed;
	width:300px;
	right: -330px;
	top:0;
	background-color: #fff;
	border: 1px solid #eee;
	z-index: 100;
	height: 100%;
	padding:0px;
	box-shadow: 0 0 8px 4px rgba(0,0,0,0.3); */
   }
 

p.g-menu {
	margin:0;
	padding:0;
}
header {
	position: relative;
} 


.g-menu-wrap {
	position:fixed;
	width:100%;
	z-index: 30;
	display: block;

}
.g-menu-ah {
	background-image: linear-gradient(120deg, #039b12, #0091af);
	height: 30px;
	display: block;
}
.g-menu-ah-logo {
	color:#fff;
	font-size: 15px;
	font-weight: 500;
	height: 30px;
	padding: 2px 10px 4px 30px;
	align-items: center;
	display: inline-block;
}
.g-menu-ah-logo a {
	color:#fff;
	text-decoration: none;
	align-items: center;
	display: inline-block;
}
.g-menu-ah-logo a:hover {
	color:rgba(255,255,255,.7)
}
.g-menu-xhw {
	background-color: rgba(0,0,0,.8);
	height: 60px;
	box-shadow: 0px 4px 8px rgba(0,0,0,.2);
	display: flex;
	justify-content: space-between;
}
.g-menu-xhw-logo {
	color:#fff;
	font-weight: 500;
}
.g-menu-xhw-logo a {
	font-size: 2.4rem;
	color:#fff;
	text-decoration: none;
	height: 60px;
	padding: 16px 10px 6px 60px;
	align-items: center;
    background-image: url("https://www.antenna.co.jp/xhw/xhw_img/xhw-icon-s.png");
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: 10px 50%;
	position: fixed;
}
.g-menu-xhw-logo a:hover {
	color:rgba(255,255,255,.7)
}

.g-menu-xhw-menu-wrap {
	display: flex;
}
.g-menu-xhw-menu-wrap a {
	display: inline-block;
	color:#fff;
	font-size: 16px;
	font-weight: 400;
	vertical-align: middle;
	padding: 6px 16px 4px 40px;
	text-align: center;
	text-decoration: none;
	background-color: var(--image-color-complementary);
	border-radius: 9999px;
	margin: auto 10px;
	align-items: center;
    /* background-image: url("https://www.antenna.co.jp/xhw/xhw_img/trial-icon.png");
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: 10px 50%; */
}
.g-menu-xhw-menu-wrap a:hover {
	background-color: var(--image-color-complementary-accent);
	transition: all 0.2s;
}
.btn-try {
	background-image: url("https://www.antenna.co.jp/xhw/xhw_img/trial-icon.png");
	background-repeat: no-repeat;
    background-size: 24px;
    background-position: 10px 50%;
}
.btn-shop {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNDhweCIgdmlld0JveD0iMCAtOTYwIDk2MCA5NjAiIHdpZHRoPSI0OHB4IiBmaWxsPSIjRkZGRkZGIj48cGF0aCBkPSJNMjg2Ljc5LTcwUTI1Ny03MCAyMzYtOTEuMjF0LTIxLTUxUTIxNS0xNzIgMjM2LjIxLTE5M3Q1MS0yMVEzMTctMjE0IDMzOC0xOTIuNzl0MjEgNTFRMzU5LTExMiAzMzcuNzktOTF0LTUxIDIxWm00MDAgMFE2NTctNzAgNjM2LTkxLjIxdC0yMS01MVE2MTUtMTcyIDYzNi4yMS0xOTN0NTEtMjFRNzE3LTIxNCA3MzgtMTkyLjc5dDIxIDUxUTc1OS0xMTIgNzM3Ljc5LTkxdC01MSAyMVpNMjU0LTczMGw5MyAxOTRoMjg1bDEwNS0xOTRIMjU0Wm0tNDItODJoNTYwLjA3cTM2LjE4IDAgNTUuMDYgMzIgMTguODcgMzIgLjg3IDY1TDcxMC01MDFxLTEzIDIxLTMyLjUxIDM0LjUtMTkuNTEgMTMuNS00NC42MyAxMy41SDMzN2wtNDkgOTNoNDgydjgySDI3N3EtNTAgMC03MS41LTM0dDEuNS03NGw2MS0xMTItMTQ2LTMxMUg0MHYtODJoMTM1bDM3IDc5Wm0xMzUgMjc2aDI4NS0yODVaIi8+PC9zdmc+");
	background-repeat: no-repeat;
    background-size: 24px;
    background-position: 10px 50%;
}



/* フッター箇所 */
.to-top {
	position: relative;
}

.f-menu-wrap {
	display: block;
    height: 200px;
	width: 100%;;
    background-color: #555555;
    color: #fff;
    margin: 0;
	padding:20px;
}


.f-menu-wrap a {
	color:#fff;
}
.f-menu-wrap a:hover {
	color:#f60;
}
.f-menu {
	padding:10px;
}

.page-top-link {
    color: #fff;
    font-weight: normal;
    font-size: 28.8px;
	line-height: 0.75em;
    position: fixed;
    right: 100px;
    bottom: 6px;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 6px 6px 0 0;
    text-decoration: none;
    text-align: center;
    z-index: 999;
}
.page-top-link a {
	font-family: 'メイリオ', 'Meiryo', 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'ＭＳ Ｐゴシック', sans-serif;
    color: #fff;
    text-decoration: none;
    padding: 20px;
    display: inline-block;

}
.page-top-link a:hover {
	color:rgba(255, 255, 255, 0.6 );
}

.product-link-btn-wrap {
	border: 0;
	margin-top: 60px;
}
.product-link-btn-wrap tr {
	display: flex;
	border: 0;
	flex-wrap:wrap;
}
.product-link-btn-wrap td {
	border: 0;
	padding:0;
	margin-left: auto;
	margin-right: auto;

}
.product-link-btn-trial,
.product-link-btn-shop {
	position: relative;
}
.product-link-btn-trial::after,
.product-link-btn-shop::after {
    content: '';
    width: 11px;
    height: 11px;
    border-top: 3px solid rgb(255, 255, 255);
    border-right: 3px solid rgb(255, 255, 255);
    margin-left: 5px;
    margin-bottom: 3px;
    transform: rotate(45deg);
	position: absolute;
	top:43%;
	right: 35px;
}
.product-link-btn-trial a,
.product-link-btn-shop a {
	display: inline-block;
	color:#fff;
	font-size: 24px;
	font-weight: 400;
	vertical-align: middle;
	padding: 20px 20px 20px 40px;
	text-align: center;
	text-decoration: none;
	background-color: var(--image-color-complementary);
	border-radius: 9999px;
	margin: auto 10px;
	align-items: center;
    /* background-image: url("https://www.antenna.co.jp/xhw/xhw_img/trial-icon.png");
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: 20px 50%; */
	width:17em;
	position: relative;
}

.product-link-btn-trial a {
	background-image: url("https://www.antenna.co.jp/xhw/xhw_img/trial-icon.png");
	background-repeat: no-repeat;
    background-size: 32px;
    background-position: 20px 50%;
}
.product-link-btn-shop a {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNDhweCIgdmlld0JveD0iMCAtOTYwIDk2MCA5NjAiIHdpZHRoPSI0OHB4IiBmaWxsPSIjRkZGRkZGIj48cGF0aCBkPSJNMjg2Ljc5LTcwUTI1Ny03MCAyMzYtOTEuMjF0LTIxLTUxUTIxNS0xNzIgMjM2LjIxLTE5M3Q1MS0yMVEzMTctMjE0IDMzOC0xOTIuNzl0MjEgNTFRMzU5LTExMiAzMzcuNzktOTF0LTUxIDIxWm00MDAgMFE2NTctNzAgNjM2LTkxLjIxdC0yMS01MVE2MTUtMTcyIDYzNi4yMS0xOTN0NTEtMjFRNzE3LTIxNCA3MzgtMTkyLjc5dDIxIDUxUTc1OS0xMTIgNzM3Ljc5LTkxdC01MSAyMVpNMjU0LTczMGw5MyAxOTRoMjg1bDEwNS0xOTRIMjU0Wm0tNDItODJoNTYwLjA3cTM2LjE4IDAgNTUuMDYgMzIgMTguODcgMzIgLjg3IDY1TDcxMC01MDFxLTEzIDIxLTMyLjUxIDM0LjUtMTkuNTEgMTMuNS00NC42MyAxMy41SDMzN2wtNDkgOTNoNDgydjgySDI3N3EtNTAgMC03MS41LTM0dDEuNS03NGw2MS0xMTItMTQ2LTMxMUg0MHYtODJoMTM1bDM3IDc5Wm0xMzUgMjc2aDI4NS0yODVaIi8+PC9zdmc+");
	       background-repeat: no-repeat;
    background-size: 32px;
    background-position: 20px 50%;
}
.product-link-btn-trial a:hover,
.product-link-btn-shop a:hover {
	background-color: var(--image-color-complementary-accent);
	box-shadow: 2px 2px 8px rgba(0, 0, 0, .6 );
	transition: all 0.2s;
}



.next-link {
	position: relative;
	width: fit-content;
	/* margin-top: 40px; */
}
.next-link::after {
    content: '';
    width: 11px;
    height: 11px;
    border-top: 3px solid rgb(255, 255, 255);
    border-right: 3px solid rgb(255, 255, 255);
    margin-left: 5px;
    margin-bottom: 3px;
    transform: rotate(45deg);
	position: absolute;
	top:40%;
	right: 25px;
}
.next-link a {
	display: inline-block;
	color:#fff;
	font-size: 18px;
	font-weight: 400;
	vertical-align: middle;
	padding: 10px 30px;
	text-align: center;
	text-decoration: none;
	background-color: rgb(var(--image-color));
	border-radius: 9999px;
	margin: auto 10px;
	align-items: center;
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: 20px 50%;
	width:auto;
	position: relative;
}
.next-link a:hover {
	background-color: rgb(var(--image-color-accent));
}
#toc p.apgelink,
.pagelink {
	margin-top:40px !important;
	text-align: center;
}

.infotable {
	margin:30px 0 30px;
	background-color: transparent;
	border:0 !important;
  }
  .infotable td {
	border:0 !important;
  }
  
  .infotable ul {
	border:1px dotted #666;
	background-color: #fff;
	border-radius: 6px;
	padding:20px;
	list-style-type: none;
  
  }
  .infotable ul li {
	font-size: 17px;
	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 {
	margin:0 5px;
  }
  
  
  
  
  .infotable-hint,.infotable-caution {
	margin:60px auto 60px;
	background-color: #fafafa;
	border-spacing: 0;
	border-collapse: separate;
	border-radius: 10px;
	border: 3px solid rgb(111, 131, 168) ;
	width: 100%;
  
  }
  .infotable-hint thead,
  .infotable-caution thead {
	background-color: transparent;
	border:0;
  }
  
  .infotable-hint td,
  .infotable-caution td {
	margin:0;
	padding:0 2.0em;
	background-color: transparent;
	border:0;
  }

  .infotable-hint tbody td,
  .infotable-caution tbody td {
	padding-bottom: 20px;
  }
  .infotable-hint thead td,
  .infotable-caution thead td {
	font-weight: 700;
	margin:0;
	padding:14px 2.0em 6px 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 50%;
	background-size: 30px;
  }
  .infotable-caution thead td {
	background-image: url(https://www.antenna.co.jp/img/common_img/common-icon-notice.png);
  }
	
  .infotable-hint td p,
  .infotable-caution td p {
	padding:0;
	margin:10px 0;
  }
  .infotable-hint thead td p,
  .infotable-caution thead td p {
	margin-top:0;
	margin-bottom: 0;
  }
  
/* 脚注表示用 */
.footnote sup {
	font-weight: 700;
	color: #f60;
	border-bottom: #f60 1px dotted;
	cursor: pointer;
  }
  .footnote sup::before {
	content: " [";
  }
  .footnote sup::after {
	content: "] ";
  }
  .footnote sup:hover {
	color: #06f;
	border-bottom: 0;
	cursor: pointer;
  }
  
  .hide{
	display: none;
  }
  
  span.footnote {
	margin: 0;
	text-decoration: none;
	font-size: 1em;
  }
  
  /* クリック元装飾 */
  span.tooltip1 {
	color: #fff;
	text-align: center;
	padding: 0 0.5em;
	background-color: green;
	border-radius: 5px;
	-moz-border-radius: 5px;
  }
  
  /* クリック元装飾(2) */
  span.tooltip2 {
	background-color: #ccc;
  }
  
  /* ツールチップ本体 */
  p.tgToolTip {
	margin: 0 auto;
	padding: 1em;
	background-color: rgba(0,0,0,.7);
	/* border: 1px solid #000; */
	color: #fff;
	font-weight: 300;
	border-radius: 5px;
	-moz-border-radius: 5px;
	min-height: 1em;
	top: 50%;
	left: 20px;
	right:20px;
	position: fixed;
	z-index: 11;
	max-width:800px;
	filter: drop-shadow(0px 5px 8px rgba(0, 0, 0, .5 ));
	/* box-shadow: 0 4 8 rgba(0,0,0,.3); */
  }
  p.tgToolTip a {
	color:aqua;
  }
  
  .dummy {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	max-width: none;
  }


  /* 番号付きリスト */
  ol.decimalEnclosedCircle {
	counter-reset: my-counter;
	list-style: none;
	padding: 0;
	margin: 30px auto;
	max-width: 930px;
}

section>ol.decimalEnclosedCircle {
	/* margin-left: 1.0rem; */
}

ol.decimalEnclosedCircle>li {
	padding-left: 30px;
	position: relative;
	font-weight: 500;
}

ol.decimalEnclosedCircle>li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #fff;
	border: 1px solid #333;
	border-radius: 50%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 20px;
	width: 20px;
	color: #666;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.0em;
	position: absolute;
	top: 3px;
	left: 0;
	padding-top: 0.05em;
	font-family:Arial;
}

ol.aiueoFullWidth {}

section>ol.aiueoFullWidth {
	margin-left: 12.0rem;
}

ol.aiueoFullWidth>li {
	list-style-type: none;
	counter-increment: cnt;
	margin-left: 1.0em;
}

ol.aiueoFullWidth>li::before {
	/* content: "(" counter(cnt) ") "; */
	content: "(" counter(cnt, katakana) ") ";
	display: inline-block;
	margin-left: -3em;
	width: 3em;
}

ol.upperLetter {

}
section > ol.upperLetter {
	margin-left: 8.0rem;
}

ol.upperLetter > li {
	list-style-type: none;
	counter-increment: cnt;
	margin-left: 1.0em;
}
ol.upperLetter > li::before {
	/* content: "(" counter(cnt) ") "; */
	content:counter(cnt, upper-latin) ") ";
	display:inline-block;
	margin-left:-3em;
	width: 2em;
}

ol.lowerLetter {

}
section > ol.lowerLetter {
	margin-left: 8.0rem;
}

ol.lowerLetter > li {
	list-style-type: none;
	counter-increment: cnt;
	margin-left: 1.0em;
}
ol.lowerLetter > li::before {
	/* content: "(" counter(cnt) ") "; */
	content:"(" counter(cnt, lower-latin) ")";
	display:inline-block;
	margin-left:-2em;
	width: 2em;
}


.process-h4 {
	padding-top: 40px;
	padding-left: 0;
}

.process-text {
	padding-left: 1.0rem;
}
.process-img {
	padding-left: 1.0rem;
}

.image-paragraph-a {
	max-height: 360px;
	text-align: center;
}
.image-paragraph-a img {
	max-height:360px;
}
.image-paragraph-b {
	max-width: 740px;
	text-align: center;
}
.process-text strong {
	background: linear-gradient(transparent 70%, #fa564d 100%);
	font-weight: 400;
}

.table-border-none {
	border: 0;
	margin-bottom: 40px;
}
.table-border-none tr {
	display: flex;
}
.table-border-none td {
	border: 0;
	vertical-align: top;
	width:50%;
}
.table-border-none td p {
	margin-bottom: 1.4em;
}
.table-border-none td p.img-movie {
	margin-bottom: 10px;
	line-height: 1.0rem;
	width:fit-content;
}
p.img-movie {

	width:fit-content;
	pointer-events: none;
}

/* 動画ボタン */
.img-movie a {
	position: relative;
	display: block;
	text-decoration: none;
  }
   
  .img-movie a:before {
	position: absolute;
	content: "";
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	border: 6px solid  var(--image-color-complementary);
	width: 60px;
	height: 60px;
	pointer-events: all;
  }
   
  .img-movie a:after {
	position: absolute;
	content: "";
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-40%, -50%);
	border-style: solid;
	border-color: transparent transparent transparent var(--image-color-complementary);
	border-width: 15px 0 15px 25px;
  }
/* 外部リンク 青 */
.external-link::after {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-left: 4px;
	margin-bottom: 2px;
	background-image: url(/img/common_img/common-icon-window-open.png);
	background-size: contain;
	vertical-align: middle;
}

/* youtube動画レイアウト */
.youtube .playtube {
	width:500px;
	height:300px;
	margin-left:auto;
	margin-right:auto;
}

p.emb-movie {
	margin-bottom: 0 !important;
}

/*-------------------------- レスポンシブ用CSS ここから ----------------------*/
@media screen and (max-width:1300px) {
	/* ↓ここに個別のタブレット用スタイルを指定 */

	body > section {
		margin-left: 20px;
		margin-right:20px;
	}
	.toc-wrap,
	a#mobile-side-btn {
		margin-left: 20px;
		margin-right:20px;
	}
	h1.top-title {
	top:140px;
	font-size: 3.8rem;
}
}

/*-------------------------- レスポンシブ用CSS ここから ----------------------*/
@media screen and (max-width:640px) {
/* ↓ここに個別のスマホ用スタイルを指定 */

html {
	font-size: 62.5%;
}

body {
	font-size: 1.5rem;
	line-height: 1.5em;
	padding:0;
}

h1, h2, h3, h4, h5, h6, .l7, .l8, .l9, p, ol, ul, img, table {
	margin-left:10px;
	margin-right:10px;
	width:auto;
	/* text-align: justify; */
}

h1, h2, h3 {
	line-height: 1.4em;
}

h1 {
	font-size: 2.9rem;
	margin-top:2.0rem;
	margin-bottom: 1.0rem;
}
body > section {
	margin-left: 10px;
	margin-right:10px;
	padding-left: 10px;
	padding-right: 10px;
}

a#mobile-side-btn {
		margin-left: 10px;
		margin-right:10px;
	}


body > section:first-child {
	max-width: 100%;
	margin: 0 !important;
	
}
body > section:first-of-type {
	margin:0;
}
body > section:first-of-type table {
	margin: 10px 6px;
}
body > section:first-of-type table ul {
	margin: 10px;
	margin-left: 20px;
}


h1.top-title {
	/* margin-top: 100px; */
	font-size: 1.8rem;
	color: #fff;
	position:absolute;
	/* bottom:-5px; */
	left:0;
	top:60px;
	margin-left: 0;
	margin-right: 0;
}
h1.top-title strong {
	padding-left: 10px;
	padding-right: 10px;
}

h2 {
	font-size: 2.5rem;
	color:#333;
	margin-top:1.0rem;
	margin-bottom: 2.0rem;
	border-bottom:solid 1px #ccc;
}

h3 {
	font-size: 2.1rem;
	border-left:10px solid #ccc;
	margin-top:3.0rem;
	margin-bottom: 2.0rem;
	margin-left: 0;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:6px;
}

h4, h5, h6 {
	font-size: 1.8rem;
	font-weight:bold;
}

h4.process-h4 {
	font-size: 2.3rem;
	text-indent: -0.8em;
	margin-left: 1.6em;
	line-height: 1.4em;
	margin-right: 0;
	padding-right: 10px;
	padding-top:20px;
}
h4.process-h4 .number {
	font-size: 3.0rem;
}
.l7, .l8, .l9 {
	font-size: 1.8rem;
	font-weight:bold;
}
p, li {
	margin-top:1.2rem;
	margin-bottom: 1.3rem;
}

img {
	max-width:100%;
}

section img {
	max-width:100%;
	margin-left:0 ;
	margin-right: 0;
}

section section img {
	max-width:100%;
	padding:0px;
	margin-top:2.0rem;
	margin-bottom:2.0rem;
}

section section li img {
	max-width:100%;
	padding:0;
	margin:2.0rem 0;
}

section section p img {
	width:auto;
	padding:0 4px 4px 4px;
	margin:0;
	background-color:transparent;
	vertical-align:middle;
}

strong {
	font-weight:700;
}

section {
/*	width:100%;*/
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	padding-top:20px;
	padding-bottom: 20px;
}

table {
	/* max-width:900px; */

}

table th p {
	margin:0.6em;
	margin-bottom:0.4em;
}

table td p {
	margin:0.6em;
	margin-bottom:0.4em;
}
p.title-img {
	margin-bottom: 30px;
}
.toc-wrap {
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 0;
	padding-right: 0;
}
#toc {
	margin: 0 10px;
}
.toc-heading {
	font-size: 1.4rem;
}
#toc p.toc-2 {
	padding-left:16px;
	font-size: 1.4rem;
}
#toc p.toc-3 {
	padding-left:32px;
	font-size: 1.4rem;
}
.infotable-hint,
.infotable-caution {
	margin: 30px 10px;
	max-width:930px;
	width: auto;
}
section > section .infotable-hint,
section > section .infotable-caution {
	margin: 30px 0;
	max-width:930px;
	width: auto;
}
.infotable-hint td,
.infotable-caution td {
	padding-left: 1.4rem;
	padding-right: 1.4rem;
}
.infotable-hint thead td {
	padding:14px 1.0em 0 46px;
	background-position:10px 40%
}

.product-link-btn-wrap {
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}

.product-link-btn-wrap tr {
	flex-direction: column;
    align-items: center;
}
.product-link-btn-trial a,
.product-link-btn-shop a {
	display: inline-block;
	color:#fff;
	font-size: 18px;
	font-weight: 400;
	padding: 10px 20px 10px 44px;
	margin: auto 0;
	align-items: center;
    background-size: 32px;
    background-position: 10px 50%;
	width:18em;

}
.product-link-btn-trial::after,
.product-link-btn-shop::after {
	right: 16px;
	top:40%;
}
.process-text {
	padding-left: 0;
}
.process-img {
	padding-left: 0;
}
table {
	margin: 0;
}
table td {
	padding: 0;
}
.table-border-none {
	margin: 0;
}
.table-border-none tr {
	display: flex;
	flex-direction:column;
}
.table-border-none td {
	border: 0;
	vertical-align: top;
	width:100%;
	padding: 0;
}
table td ul {
	margin-left: 10px;
	margin-right: 0;
}
table td ul li {
	margin-left: 10px;
	margin-right: 0;
}
p.image-paragraph-a,
p.image-paragraph-a img {
	margin: 0;
}
p.img-movie,
p.img-movie img {
	margin: 0;
}


/* グローバルメニュー */
.g-menu-xhw {
	justify-content:unset;
	flex-direction:column;

}
.g-menu-ah {
	height:fit-content;
}
.g-menu-ah-logo {
	color:#fff;
	font-size: 13px;
	font-weight: 500;
	height:fit-content;
	padding: 2px 10px 4px 10px;
	align-items: center;
	display: inline-block;
	line-height: 1.0em;
}
.g-menu-xhw {
	height: 40px;
}
.g-menu-xhw-logo a {
	/* position: relative; */
	font-size: 2.0rem;


    height:fit-content;
    padding: 6px 10px 6px 40px;
    background-size: 30px;
    background-position: 4px 6px;

}
.btn-try,
.btn-shop {
	display: none !important;
}


body > section:first-of-type {
	padding-top: 70px !important;
}

/* フッター箇所 */

.f-menu-wrap {
    height: auto;
	padding:0;
	padding-bottom: 50px;
}
.page-top-link {
	right: 20px;
	bottom:6px;
	font-size: 22px;
}

section>ol.decimalEnclosedCircle {
	margin-left: 0.8em;
}
section>ol.decimalEnclosedCircle li {
	margin-left: 0;
	padding-left: 1.6em;
}

/* youtube動画レイアウト */
.youtube .playtube {
	width:320px;
	height:200px;
}


/* ↑ここまでに個別のスマホ用スタイルを指定 */
}
/*-------------------------- レスポンシブ用CSS ここまで ----------------------*/