@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;
		box-sizing: border-box;
}

/*/////////////////////////////////////////////////////////////////*/
/* HTML5 用 */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

/*/////////////////////////////////////////////////////////////////*/

body {
	line-height:1.0em;

}
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:#3583c4;
	--image-color-complementary-accent:rgb(36, 87, 145);
}

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: #fafaf6; */
		background-color: #fafafa;
	padding:0;
}
section {
	margin-left: auto;
	margin-right: auto;
	margin-top:140px;
	max-width:1100px;
	background-color: #fff;
	padding:0;
	padding-bottom:30px;
}

section section {
	padding-bottom: 10px;
	margin-top: 80px;
}

h1, h2, h3, h4, h5, h6, .l7, .l8, .l9, p, ol, ul, img, table {
	margin-left:auto;
	margin-right:auto;
	max-width:900px;
	width:90%;
}

h1, h2, h3 {
	line-height: 1.5em;
	padding-top:1.0rem;
	padding-bottom:0.3rem;
	display: block;
	font-weight:500;
	color: #4573ac;
}

h1 {
	font-size: 3.1rem;
	margin-top:8.0rem;
	margin-bottom: 2.0rem;
}

section:first-child h1 {
	margin-top:10px;
	padding-top:10px;
}


h2 {
	font-size: 2.7rem;
	margin-top:5.0rem;
	margin-bottom: 3.0rem;
	border-bottom:solid 1px #ccc;
}

h3 {
	font-size: 2.1rem;
	border-left:10px solid #ccc;
	margin-top:5.0rem;
	margin-bottom: 2.0rem;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:6px;
}

h4, h5, h6 {
	font-size: 1.6rem;
	font-weight:bold;
	margin-top:3.0rem;
	margin-bottom: 1.0rem;
}

.l7, .l8, .l9 {
	font-size: 1.6rem;
	font-weight:bold;
	margin-top:3.0rem;
	margin-bottom: 1.0rem;
}

p {
	font-size: 1.6rem;
	line-height:1.6em;
	margin-top:2.0rem;
	margin-bottom: 2.0rem;
	color:#000;
}

#toc {
	margin:30px 0;
	padding:30px 0;
}
.toc-heading {
	font-size: 3.1rem;
	padding-top:2.0rem;
	padding-bottom:1.0rem;
}

ul {
	font-size:1.6rem;
	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:2.0rem;
	margin-left:3.0rem;
	line-height: 1.8em;
}

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 {
	font-size:1.6rem;
	line-height:1.6em;
	margin-top:2.0rem;
	margin-bottom:3.0rem;
	list-style-type: decimal;
}

ol li {
	margin-top:1.0rem;
	margin-bottom:2.0rem;
	margin-left:3.0rem;
	line-height: 1.8em;
}

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 {
	width:auto;
	max-height: 2.2em;
	padding:0 4px;
	margin:0;
	background-color:transparent;
	vertical-align:middle;
	display: inline-block;
}

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 #666;
}

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:0em;
}

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;
}

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:600;
}


/*-------- テキスト位置指定クラス -----------*/

.start {        /* 左揃え（指定なし） */

}

.center {       /* 中央揃え */
	text-align:center;
}

.end {          /* 右揃え */
	text-align:end;
}

.justify {      /* 両端揃え */
	text-align:justify;
}

.distribute {   /* 均等割り付け */
	text-align:justify;
	text-justify:auto;
}


.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;
	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;
  }


p.g-menu {
	margin:0;
	padding:0;
}
header {
	position: relative;
} 


.g-menu-wrap {
	position:fixed;
	width:100%;
	z-index: 30;
	display: block;
	top:0;

}
.g-menu-ah {
	/* background-image: linear-gradient(120deg, #039b12, #0091af); */
	background-color: #aaa;
	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);
		background-color: rgba(255,255,255,.8);
backdrop-filter: blur(10px);
	height: 60px;
	/* box-shadow: 0px 4px 8px rgba(0,0,0,.1); */
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #ccc;
}
.g-menu-xhw-logo {
	color:#333;
	font-weight: 500;
}
.g-menu-xhw-logo a {
	font-size: 2.4rem;
			color:#333;
	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, 123, 0, 1.0)
}

.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("./image/icon-ai-sarch.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%;
}


.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;
	text-align: center;
}
.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: 20px;
	font-weight: 400;
	vertical-align: middle;
	padding: 10px 20px 8px 60px;
	text-align: center;
	text-decoration: none;
	background-color: var(--image-color-complementary);
	border-radius: 9999px;
	margin: 60px auto;
	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("./image/icon-ai-sarch.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;
}




/* フッター箇所 */
.to-top {
	position: relative;
}

.f-menu-wrap {
	display: block;
    height: 200px;
	width: 100%;;
    background-color: #333;
    color: #fff;
    margin: 0;
	margin-top: 100px;
	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 );
}
h1.top-title {
	/* margin-top: 100px; */
	/* background-color: #45dafc; */

	font-size: 3.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;
}

ol.decimalEnclosedCircle {
	counter-reset: my-counter;
	list-style: none;
	padding: 0;
	margin: 0 auto;
	/* margin-left: 1.0rem; */
}

section>ol.decimalEnclosedCircle {
	/* margin-left: 1.0rem; */
}

ol.decimalEnclosedCircle>li {
	padding-left: 30px;
	position: relative;
}

ol.decimalEnclosedCircle>li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 50%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 22px;
	width: 22px;
	color: #000;
	font-size: 95%;
	line-height: 1;
	position: absolute;
	top: 4px;
	left: 0;
	padding-top: 0;
	/* font-family:Arial; */
}
ol.decimalEnclosedCircle > li:nth-child(3),
ol.decimalEnclosedCircle > li:nth-child(5) {
	display: flex;
}
ol.decimalEnclosedCircle > li:nth-child(3) img,
ol.decimalEnclosedCircle > li:nth-child(5) img {
	max-width: 300px;
	max-height:max-content;
	padding:0 0 0 30px;
}
.flex-box {
	border: 0;

}
.flex-box td {
	border: 0;
	vertical-align: top;
}
.flex-box td img {
	max-width: 400px;
	/* width:100%; */
}
.flex-box td p {
	margin-top: 2.0rem;
	margin-bottom: 2.0rem;
	font-size: 1.6rem;
}
.flex-box td p img.inline {
	max-width:fit-content;
	max-height: 2.0em;
}


/*-------------------------- レスポンシブ用CSS ここから ----------------------*/
@media screen and (max-width:640px) {
/* ↓ここに個別のスマホ用スタイルを指定 */

html {
	font-size: 62.5%;
}

body {
	font-size: 1.6rem;
	line-height: 1.5em;
	padding:0;
}

h1, h2, h3, h4, h5, h6, .l7, .l8, .l9, p, ol, ul, img, table {
	margin-left:1.0rem;
	margin-right:1.0rem;
	width:auto;
	box-sizing: border-box;
}

h1, h2, h3 {
	line-height: 1.4em;
}

h1 {
	font-size: 2.9rem;
	margin-top:2.0rem;
	margin-bottom: 1.0rem;
}
h1.top-title {
	font-size: 1.8rem;
	padding: 20px 0 0;
	margin: 0;
}

section:first-child h1 {
	margin-top:10px;
	padding-top:10px;
}

h2 {
	font-size: 2.5rem;
	color:#333;
	margin-top:4.0rem;
	margin-bottom: 2.0rem;
	border-bottom:solid 1px #ccc;
}

h3 {
	font-size: 2.1rem;
	border-left:10px solid #ccc;
	margin-top:5.0rem;
	margin-bottom: 2.0rem;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:6px;
}

h4, h5, h6 {
	font-size: 1.8rem;
	font-weight:bold;
}
.l7, .l8, .l9 {
	font-size: 1.8rem;
	font-weight:bold;
}
p, li {
	margin-top:1.2rem;
	margin-bottom: 1.4rem;
}

img {
	max-width:100%;
}

section img {
	max-width:100%;
	margin: 0;
}

section section img {
	max-width:100%;
	padding:0px;
	margin-top:2.0rem;
	margin-bottom:2.0rem;
}

section section li img {
	max-width:100%;
	max-height: 1.6em;
	padding:0;
	margin: 0 4px;
}

section section p img {
	width:auto;
	max-height: 1.6em;
	padding:0 4px 4px 4px;
	margin:0;
	background-color:transparent;
	vertical-align:middle;
}

strong {
	font-weight:bold;
}

section {
/*	width:100%;*/
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	/* padding:0 1.0rem; */
}

section > section {
		padding:0;
		margin: 0;
}

table {
	max-width:900px;
}

table th p {
	margin:0.6em;
	margin-bottom:0.4em;
}

table td p {
	margin:0.6em;
	margin-bottom:0.4em;
}
.toc-wrap {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}
.toc-heading {
	font-size: 2.9rem;
}

.g-menu-xhw {
	display: flex;
	flex-direction:column;
	height: 80px;
}
.g-menu-ah {
	height: auto;

}

.g-menu-ah-logo {
	padding: 0 10px;
	font-size: 1.2rem;
	line-height: 1.0em;
	height: auto;
}
.g-menu-xhw-menu-wrap {
	text-align: right;
	display: block;
	background-color: #666;
}
.g-menu-xhw-menu-wrap a {
	font-size: 1.4rem;
	line-height: 1.4em;
	width:auto;
	margin: 6px 2px;
	padding:6px 12px 4px 30px;
}
.g-menu-xhw-logo a {
	font-size: 2.4rem;
	background-size:30px;
	padding: 4px 10px 6px 40px;
	background-position: 6px 4px;
}

.product-link-btn-trial a {
	font-size: 1.7rem;
	    background-size:20px;
		padding:10px 30px 8px 50px;
		margin:20px auto;
}
.product-link-btn-trial::after,
.product-link-btn-shop::after {
	top:44%;
	right:20px;
}
.btn-try {
	background-size: 15px;
}
 ol.decimalEnclosedCircle>li {
	margin-left: 10px;
	margin-right: 10px;
 }
ol.decimalEnclosedCircle > li:nth-child(3), ol.decimalEnclosedCircle > li:nth-child(5) {
	flex-direction:column;
 }
ol.decimalEnclosedCircle > li:nth-child(3) img,
ol.decimalEnclosedCircle > li:nth-child(5) img {
	max-width: 300px;
	max-height:max-content;
	padding:0;
}
.flex-box tr {
	display: flex;
	flex-direction: column;
}
.flex-box td img {
	max-width: 300px;
	width:100%;
}
.infotable-hint, .infotable-caution {
	margin-left: 10px;
	margin-right: 10px;
	width: auto;
}
.infotable-hint tbody td, .infotable-caution tbody td {
	padding-left: 1.0em;
	padding-right: 1.0em;
	padding-bottom: 1.0px;
}
p.title-img {
	margin-bottom: 30px;
}
.page-top-link {
	right: 10px;
}

/* ↑ここまでに個別のスマホ用スタイルを指定 */
}
/*-------------------------- レスポンシブ用CSS ここまで ----------------------*/