@charset "utf-8";
/* ------------------------------
 製品紹介（PC）
------------------------------ */
@media print, screen and (min-width: 768px) {
}
/* ------------------------------
 製品紹介（SP）
------------------------------ */
@media screen and (max-width: 767px) {
}

/* ------------------------------
 EMG-EYEⅡ（PC）
------------------------------ */
.emg-eye2Logo {
	margin-bottom: 10px;
}
.bar {
	margin: 25px 0;
	padding-left: 1em;
	border-radius: 16px;
	background-color: #000;
	color: #fff;
	line-height: 32px;
	font-weight: bold;
}
.featureBox ol.circle li {
	padding-left: 0;
}
.featureBox ol.circle li:before {
	top: -.15em;
	width: 32px;
	height: 32px;
	font-size: 1.8rem;
	line-height: 34px;
}
.featureBox ol.circle li h3 {
	padding-left: 40px;
}
.featureBox ol.circle li span {
	display: block;
}
.contents table.lineBox td.div2 {
	padding: 0;
}
.contents table.lineBox td.div2 > div {
	float: left;
	width: 50%;
	padding: .8em 0 .8em 1em;
	background-color: #fff;
}
@media print, screen and (min-width: 768px) {
	.emg-eye2Logo {
		width: 361px;
		height: 61px;
	}
	.featureBox ol.circle {
		display: flex;
		flex-wrap: wrap;
		gap: 48px 64px;
	}
	.featureBox ol.circle li {
		width: 458px;
	}
	.contents .featureBox ol.circle li:not(:last-child) {
		margin-bottom: 0;
	}
	.contents table.lineBox td.div2 > div + div {
		border-left: 1px solid #c8c8c8;
	}
}
/* ------------------------------
 EMG-EYEⅡ（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.emg-eye2Contents img {
		width: 100%;
		height: auto;
	}
	.emg-eye2Contents img.emg-eye2Logo {
		width: 85%;
		height: auto;
		margin-bottom: 5px;
	}
	.bar {
		margin: 20px 0;
	}
	.featureBox ol.circle li:not(:last-child) {
		margin-bottom: 1.75em;
	}
	.featureBox ol.circle li:before {
		top: -.1em;
		width: 28px;
		height: 28px;
		font-size: 1.6rem;
		line-height: 30px;
	}
	.featureBox ol.circle li h3 {
		padding-left: 36px;
	}
	.featureBox ol.circle li:last-child h3 {
		letter-spacing: -.03em;
	}
	.contents table.lineBox td.div2 > div {
		border-left: 1px solid #c8c8c8;
	}
	.contents table.lineBox td.div2 > div + div {
		border-right: 1px solid #c8c8c8;
	}
}

/* ------------------------------
 EMG-EYE AcBe（PC）
------------------------------ */
.w2-3 ol.circle li {
	padding-left: 0;
}
.w2-3 ol.circle li:before {
	top: -.15em;
	width: 32px;
	height: 32px;
	font-size: 1.8rem;
	line-height: 34px;
}
.w2-3 ol.circle li h3 {
	padding-left: 40px;
}
.contents ol.howToUse  {
	display: flex;
}
.contents ol.howToUse li {
	margin-bottom: 0;
	padding: 63px 30px 30px;
	border-radius: 16px;
	background-color: #fff;
	font-size: 1.4rem;
}
.contents ol.howToUse li::before {
	content: counter(count, decimal-leading-zero);
	display: block;
	position: absolute;
	top: 32px;
	width: 100%;
	color: #e60012;
	font-family: "Hind", sans-serif;
	font-size: 2rem;
	line-height: 1;
	font-weight: 700;
	text-align: center;
}
ol.howToUse li::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -34px;
	width: 34px;
	height: 34px;
	margin: auto 0;
	background: url(../img/icon_arrow_sf.svg) no-repeat 0 0 / cover;
}
ol.howToUse li h3 {
	text-align: center;
}
ol.howToUse li img {
	margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
	.w2-3 ol.circle li:not(:last-child) {
		margin-bottom: 48px;
	}
	.contents ol.howToUse {
		flex-wrap: wrap;
		gap: 40px;
	}
	.contents ol.howToUse li {
		width: 300px;
	}
	.contents ol.howToUse li:last-child {
		width: 100%;
	}
	ol.howToUse li:nth-child(3n)::after,
	ol.howToUse li:last-child::after {
		content: none;
	}
	.flexBox.w512.auto {
		column-gap: 32px;
	}
}
/* ------------------------------
 EMG-EYE AcBe（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.emg-eye-acbeContents img {
		width: 100%;
		height: auto;
	}
	.f14.navy {
		display: block;
		line-height: 1.3;
	}
	.w2-3 ol.circle li:not(:last-child) {
		margin-bottom: 1.75em;
	}
	.w2-3 ol.circle li:last-child {
		margin-bottom: 1.75em;
	}
	.w2-3 ol.circle li:before {
		top: -.1em;
		width: 28px;
		height: 28px;
		font-size: 1.6rem;
		line-height: 30px;
	}
	.w2-3 ol.circle li h3 {
		padding-left: 36px;
	}
	.contents .w1-3 img.r10 {
		border-radius: 16px;
	}
	.contents ol.howToUse {
		flex-direction: column;
		row-gap: 40px;
	}
	.contents ol.howToUse li {
		/* padding: 53px 20px 20px; */
		padding: 53px 30px 20px;
	}
	.contents ol.howToUse li::before {
		top: 22px;
	}
	ol.howToUse li::after {
		top: auto;
		bottom: -34px;
		left: 0;
		right: 0;
		margin: 0 auto;
		transform: rotate(90deg);
	}
	ol.howToUse li:last-child::after {
		content: none;
	}
	.flexBox.w512.auto {
		flex-direction: column;
		row-gap: 16px;
	}
}