@charset "utf-8";
/* -------------------------------------------------------------------------------------------------------
Common
------------------------------------------------------------------------------------------------------- */
body {
	background: #fff;
}
.bg-gray {
	background-color: #f5f5f5;
}
#contents__main--wrap p a:hover {
	text-decoration: none;
}
.blank {
	background-image: url("/business/common/images/ic_blank.svg");
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: right;
	margin-right: 20px;
}
#global__footer--category .blank {
	background-image: url("/business/common/images/ic_blank_w.svg");
}
.hashtag {
	margin-top: 15px;
}
.hashtag li {
	display: inline-block;
	background-color: #F5F5F5;
	border: 1px solid #DADADA;
	color: #3B4043;
	font-size: 0.9rem;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 3px 10px;
	border-radius: 1em;
}
#contents__main--wrap .list-pickup {
	margin-top: 40px;
}
.list-pickup a {
	text-decoration: none;
	display: block;
}
.list-pickup a:hover {
	opacity: 0.6;
}
video {
	width: 100%;
}
.star.caption {
	font-size: 93%;
	margin-top: 15px;
}
.star2.caption {
	font-size: 93%;
	margin-top: 15px;
}
@media print, screen and (min-width: 768px) {
	.star.caption {
		padding-left: 2.1em;
		text-indent: -2.1em;
	}
	.star2.caption {
		padding-left: 1.5em;
		text-indent: -1.5em;
	}
	.star.caption.g1 {
		padding-left: 2.5em;
		text-indent: -1.4em;
	}
}
.star.caption a {
	text-decoration: none;
}
.star.caption a:hover {
	text-decoration: underline;
}
.star.caption span {
	color: #000;
	margin-right: 0.5em;
}
.star2.caption span {
	color: #000;
	margin-right: 0.5em;
}
@media print, screen and (min-width: 768px) {
	#contents__main--wrap .list-pickup {
		display: flex;
		flex-wrap: wrap;
	}
	#contents__main--wrap .list-pickup li {
		width: calc(50% - 5%);
	}
	#contents__main--wrap .list-pickup li:nth-child(2n) {
		margin-left: 6%;
	}
	#contents__main--wrap .list-pickup li:nth-child(n+3) {
		margin-top: 5%;
	}
	#contents__main--wrap .list-pickup li .s_area {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		justify-content: left;
		align-items: top;
		width: 100%;
		height: 100%;
		text-decoration: none;
		background-color: #f5f5f5;
		padding: 1.5em 1.5em 0;
		align-content: flex-start;
		border-radius: 10px;
	}
	#contents__main--wrap .list-pickup .ttl {
		font-size: 16px;
		line-height: 1.5;
		padding: 0.7em 0;
		font-weight: 700;
	}
	#contents__main--wrap .list-pickup p.txt {
		font-size: 14px;
		line-height: 1.5;
	}
}
@media only screen and (max-width: 767px) {
	#contents__main--wrap .list-pickup {
		display: flex;
		flex-wrap: wrap;
	}
	#contents__main--wrap .list-pickup li {
		width: 100%;
		margin-bottom: 40px;
	}
	#contents__main--wrap .list-pickup li .s_area {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		justify-content: left;
		align-items: top;
		height: 100%;
		text-decoration: none;
		background-color: #f5f5f5;
		padding: 1.5em 1.5em 0;
		border-radius: 10px;
	}
	#contents__main--wrap .list-pickup .ttl {
		font-size: 16px;
		line-height: 1.5;
		padding: 0.7em 0;
		font-weight: 700;
	}
	#contents__main--wrap .list-pickup p.txt {
		font-size: 14px;
		line-height: 1.5;
	}
}
.top_catch {
	width: 100%;
	max-width: 1200px;
	padding: 35px 0;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
	font-weight: 700;
}
.top_catch p.p1 {
	font-size: 2.2rem;
	font-weight: 700;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	display: inline-block;
}
.top_catch p.p2 {
	font-size: 2.6rem;
	font-weight: 700;
	margin-top: 10px;
}
@media only screen and (max-width: 767px) {
	.top_catch p.p1 {
		font-size: 3.8vw;
	}
	.top_catch p.p2 {
		font-size: 4.4vw;
	}
}
.col_1 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 40px 0 0;
}
.col_2 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 40px 0 0;
}
.col_2 .block {
	width: 48%;
}
.col_2 .block .ttl {
	font-size: 16px;
	line-height: 1.5;
	padding: 0.7em 0;
	font-weight: 700;
}
.col_2 .block .ttl2 {
	font-size: 16px;
	line-height: 1.5;
	padding: 0 0 0.7em;
	font-weight: 700;
}
.col_2 .block p.txt {
	font-size: 14px;
	line-height: 1.5;
}
.col_3 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 40px 0 0;
}
.col_3 .block {
	width: 30.66%;
	margin-right: 4%;
}
.col_3 .block .ttl {
	font-size: 16px;
	line-height: 1.5;
	padding: 0.7em 0;
	font-weight: 700;
}
.col_3 .block p.txt {
	font-size: 14px;
	line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
	.col_2 .block:nth-child(2n) {
		margin-left: 4%;
	}
	.col_3 .block:nth-child(3n) {
		margin-right: 0;
	}
}
@media only screen and (max-width: 767px) {
	.col_1 .block {
		width: 100%;
		margin-top: 40px;
	}
	.col_2 .block {
		width: 100%;
		margin-top: 40px;
	}
	.col_2 .block:first-child {
		margin-top: 0;
	}
	.col_3 .block {
		width: 100%;
		margin-top: 40px;
	}
	.col_3 .block:first-child {
		margin-top: 0;
	}
}
.col_1 a img:hover, .col_2 a img:hover, .col_3 a img:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	transition: 0.2s;
}
.center-txt {
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
}
.center-txt-txt {
	display: inline-block;
	text-align: left;
}
ol.number li {
	list-style-type: none;
	counter-increment: cnt;
}
ol.number li::before {
	content: ""counter(cnt)"．";
}
.list_features-wrap {
	list-style: none;
	margin: 0;
	padding: 0;
}
.list_features {
	text-indent: -1em;
	margin-left: 1em;
}
.list_features:before {
	content: "";
	width: 10px;
	height: 10px;
	display: inline-block;
	background-color: #000;
	border-radius: 50%;
	position: relative;
	top: -1px;
	margin-right: 5px;
}
.table-design {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 50px 0 0;
}
.table-design th {
	padding: 12px;
	background: #eeeddf;
	border: solid 1px #dadada;
	color: #000;
	text-align: center;
	font-weight: 400;
	width: 20%;
	min-width: 60px;
	vertical-align: middle;
}
.table-design th.top {
	width: 80%;
}
.table-design td {
	padding: 10px;
	border: solid 1px #dadada;
}
@media only screen and (max-width: 767px) {
	.table-design {
		margin: 60px 0 0;
	}
}
.flow-block {
	width: 100%;
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dadada;
}
.flow-block.first-child {
	padding-top: 50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dadada;
	margin-top: 40px;
}
.flow-block:last-child, .flow-block.last-child {
	padding-bottom: 0;
	padding-bottom: 0;
	border: none;
}
@media only screen and (max-width: 767px) {
	.flow-block {
		margin-bottom: 40px;
		padding-bottom: 40px;
	}
	.flow-block.first-child {
		padding-top: 40px;
		margin-top: 40px;
	}
}
/* -------------------------------------------------------------------------------------------------------
SP
------------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
	/* タイトル */
	#global__pagetitle--title .s {
		display: block;
		font-size: 0.8rem;
	}
	/* グローバルナビ */
	#global__tablinknavigation > li a > span {
		background: none !important;
		text-indent: inherit !important;
		white-space: normal !important;
		padding: 0 2px !important;
		font-size: 1.0rem;
		line-height: 1.3;
	}
	/*TOPページ*/
	.slick-dots {
		bottom: 5px !important;
	}
	.slick-dots li {
		width: 5px !important;
		height: 5px !important;
		margin: 0 4px;
	}
	.slick-dots li button {
		width: 5px !important;
		height: 5px !important;
	}
	.slick-dots li button:before {
		font-size: 5px;
		line-height: 7px;
		box-shadow: 0 0 0;
		width: 5px !important;
		height: 5px !important;
		color: #333 !important;
		-moz-border-radius: 50% !important;
		-webkit-border-radius: 50% !important;
		border-radius: 50% !important;
	}
	.slick-dots li.slick-active button:before {
		color: #fff !important;
	}
	.slick-dots li.slick-active {
		opacity: 1.0 !important;
	}
	.slick-prev {
		background-image: url(/business/common/images/btn_prev.svg);
	}
	.slick-next {
		background-image: url(/business/common/images/btn_next.svg);
	}
	.slick-prev, .slick-next {
		width: 25px;
		height: 25px;
		padding: 0;
		filter: drop-shadow(1px 1px 3px #000);
	}
	/* 
	---------------------------------------------------------------------------------------------------- */
	#contents__main--wrap {
		width: 100%;
		padding: 1.0em 1.0em 0 1.0em;
		box-sizing: border-box;
	}
	/* 
	---------------------------------------------------------------------------------------------------- */
	.contents__h1--wrap {
		margin: 2rem 0 2.0rem 0;
	}
	h1.title {
		color: #716f63;
		font-size: 1.83rem;
		font-weight: 300;
		line-height: 120%;
	}
	h1 span.small {
		color: #716F63;
		font-size: 14px;
		font-weight: 400;
		line-height: 100%;
		vertical-align: top;
	}
	.contents__h2--wrap {
		margin-top: 60px;
		margin-bottom: 1.3em;
	}
	.contents__h2--wrap .ttl {
		color: #716f63;
		padding: .7em;
		font-size: 19px;
		background: #eeeddf;
		border-left: solid 4px #716f63;
		font-weight: 400;
	}
	.contents__h3--wrap {
		margin-top: 50px;
		margin-bottom: 1.3em;
	}
	.contents__h3--wrap .ttl {
		color: #716f63;
		font-size: 18px;
		padding-left: .7em;
		border-left: 4px solid #716F63;
		font-weight: 400;
	}
	#global__pagetitle--title .s {
		display: block;
		font-size: 0.8rem;
	}
	/* 
	---------------------------------------------------------------------------------------------------- */
	.contents__h1--wrap {
		display: flex;
		position: relative;
	}
	.btn-catalog-en {
		position: absolute;
		right: 0;
		top: 50%;
		display: block;
		padding: 0.85em 0.85em 0.85em 25px;
		border: 1px solid #cbd2d7;
		border-radius: 3px;
		background: url(/business/images_global/r_ico_blank_02_sp.png) no-repeat 8px center;
		background-size: 10px 8px;
		transform: translateY(-50%);
		text-decoration: none !important;
		color: #333333 !important;
		font-size: 10px;
		line-height: 140%;
	}
	.section {
		display: flex;
		flex-diretion: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.item {
		box-sizing: border-box;
		margin-bottom: 20px;
		background: #eee;
		display: flex;
		flex-diretion: column;
		width: 48%;
	}
	.item:nth-of-type(2n) {
		margin-right: 0%;
	}
	.item img {
		display: block;
		margin: auto;
		width: 70%;
		padding-top: 10px;
	}
	.item .btn-pdf-dl {
		border-radius: 3px;
		background-color: #716f63;
		text-decoration: none;
		text-align: center;
		color: #fff;
		line-height: 100%;
		width: 100%;
		padding: 10px 0;
		font-size: 14px;
	}
	.btn-pdf-dl::before {
		font-family: "Font Awesome 5 Free";
		content: "\f1c1";
		font-weight: 900;
		font-size: 18px;
		margin-right: 10px;
	}
	.item .btn-pdf-contact {
		border-radius: 3px;
		background-color: #716f63;
		text-decoration: none;
		text-align: center;
		color: #fff;
		line-height: 100%;
		width: 100%;
		padding: 10px 0;
		font-size: 14px;
	}
	.btn-pdf-contact::before {
		font-family: "Font Awesome 5 Free";
		content: "\f0e0";
		font-weight: 100;
		font-size: 18px;
		margin-right: 10px;
	}
	.item a {
		display: block;
		padding: 10px;
		text-decoration: none;
		width: 100%;
	}
	.item a:hover {
		opacity: 0.5;
	}
	.item p {
		font-size: 12px;
		padding: 5px 0 10px 0;
	}
	p.title {
		font-size: 15px;
		font-weight: 400;
		line-height: 140%;
		padding: 10px 0 0 0;
	}
	.notes {
		text-align: center;
		min-height: 125px;
	}
}
/* -------------------------------------------------------------------------------------------------------
PC
------------------------------------------------------------------------------------------------------- */
@media print, screen and (min-width: 768px) {
	/* タイトル */
	#global__pagetitle--title .s {
		font-size: .9rem;
	}
	/* グローバルナビ */
	#global__tablinknavigation > li a > span:before {
		display: none !important;
	}
	/*TOPページ*/
	#la, #ra {
		display: none !important;
		opacity: 0 !important;
	}
	img {
		vertical-align: bottom;
		margin: 0;
		padding: 0;
	}
	.slick-dots {
		bottom: 16px !important;
	}
	.slick-dots li {
		width: 7px !important;
		height: 7px !important;
		margin: 0 4px;
	}
	.slick-dots li button {
		width: 7px !important;
		height: 7px !important;
	}
	.slick-dots li button:before {
		font-size: 7px;
		line-height: 9px;
		box-shadow: 0 0 0;
		width: 7px !important;
		height: 7px !important;
		color: #333 !important;
		-moz-border-radius: 50% !important;
		-webkit-border-radius: 50% !important;
		border-radius: 50% !important;
		opacity: 1.0 !important;
	}
	.slick-dots li.slick-active button:before {
		color: #fff !important;
	}
	.slick-dots li.slick-active {
		opacity: 1.0 !important;
	}
	/* 
	---------------------------------------------------------------------------------------------------- */
	#contents__main--wrap {
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
		padding: 70px 20px;
		box-sizing: border-box;
	}
	/* 
	---------------------------------------------------------------------------------------------------- */
	.contents__h1--wrap {
		margin-top: 0.5rem;
		margin-bottom: 4.0rem;
		display: flex;
		position: relative;
	}
	.contents__h1--wrap .title {
		color: #716F63;
		font-size: 2.4rem;
		font-weight: 400;
		line-height: 120%;
	}
	h1 span.small {
		color: #716f63;
		font-size: 16px;
		font-weight: 300;
		line-height: 100%;
		vertical-align: top;
	}
	.contents__h2--wrap {
		margin-top: 70px;
		margin-bottom: 2.0rem;
	}
	.contents__h2--wrap .ttl {
		color: #716f63;
		padding: .7em;
		font-size: 21px;
		background: #eeeddf;
		border-left: solid 4px #716f63;
		font-weight: 400;
	}
	.contents__h3--wrap {
		margin-top: 60px;
		margin-bottom: 1.5rem;
	}
	.contents__h3--wrap .ttl {
		color: #716F63;
		font-size: 1.5rem;
		padding-left: .7em;
		border-left: 4px solid #716F63;
		font-weight: 400;
	}
	#global__pagetitle--title .s {
		font-size: .9rem;
	}
	/* 
	---------------------------------------------------------------------------------------------------- */
	#la, #ra {
		display: none !important;
		opacity: 0 !important;
	}
	img {
		vertical-align: bottom;
		margin: 0;
		padding: 0;
	}
	.btn-catalog-en {
		position: absolute;
		right: 0;
		top: 50%;
		display: block;
		padding: 0.85em 0.85em 0.85em 40px;
		border: 1px solid #cbd2d7;
		border-radius: 3px;
		background: url(/business/images_global/r_ico_blank_02_sp.png) no-repeat 16px center;
		background-size: 10px 8px;
		transform: translateY(-50%);
		text-decoration: none !important;
		color: #333333 !important;
		font-size: 14;
	}
	.section {
		display: flex;
		flex-diretion: row;
		flex-wrap: wrap;
		/*justify-content: space-between;*/
		justify-content: flex-start;
	}
	.item {
		width: 23%;
		box-sizing: border-box;
		margin-bottom: 2.5%;
		background: #eee;
		display: flex;
		flex-diretion: column;
		margin-right: 2.66%;
	}
	.item:nth-of-type(4n) {
		margin-right: 0%;
	}
	.item img {
		width: 60%;
		display: block;
		margin: auto;
		padding-top: 10px;
	}
	.item .btn-pdf-dl {
		border-radius: 3px;
		background-color: #716f63;
		text-decoration: none;
		text-align: center;
		color: #fff;
		line-height: 100%;
		padding: 10px;
		font-size: 12px;
	}
	.btn-pdf-dl::before {
		font-family: "Font Awesome 5 Free";
		content: "\f1c1";
		font-weight: 900;
		font-size: 16px;
		margin-right: 10px;
	}
	.item .btn-pdf-contact {
		border-radius: 3px;
		background-color: #716f63;
		text-decoration: none;
		text-align: center;
		color: #fff;
		line-height: 100%;
		width: 100%;
		padding: 10px 0;
		font-size: 12px;
	}
	.btn-pdf-contact::before {
		font-family: "Font Awesome 5 Free";
		content: "\f0e0";
		font-weight: 100;
		font-size: 16px;
		margin-right: 10px;
	}
	.item a {
		display: block;
		padding: 10px;
		text-decoration: none;
	}
	.item a:hover {
		opacity: 0.5;
	}
	.item p {
		font-size: 12px;
		padding: 5px 0 10px 0;
	}
	p.title {
		font-size: 16px;
		font-weight: 500;
		line-height: 140%;
		padding: 10px 0 0 0;
	}
	.notes {
		min-height: 90px;
		text-align: center;
	}
}
/* 
	---------------------------------------------------------------------------------------------------- */
.btn-inquiry {
	line-height: 130%;
	position: relative;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	width: 360px;
}
.btn-inquiry a {
	display: block;
	border-radius: 3px;
	background-color: #716f63;
	text-decoration: none;
	text-align: center;
	color: #fff;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.btn-inquiry a:hover {
	opacity: 0.5;
	transition: 0.3s;
}
@media only screen and (max-width: 767px) {
	.btn-inquiry {
		width: 100%;
		max-width: 500px;
	}
}
/*  TOPページスライダー
---------------------------------------------------------------------------------------------------- */
.rfid_slide {
	display: flex !important;
	flex-direction: column;
	height: 100%;
}
.rfid_slide .img_slider {
	height: calc(183 / 393 * 100vw);
}
.rfid_slide .img_slider img {
	height: 100%;
	object-fit: cover;
	object-position: 50% 100%;
}
.rfid_slide .slider_txt {
	padding: calc(24 / 393 * 100vw) 0 calc(46 / 393 * 100vw);
	text-align: center;
	font-weight: 500;
	font-size: calc(20 / 393 * 100vw);
	background: url(/business/rfid/images/img_slide1-2.webp) no-repeat;
	background-size: cover;
	flex: 1;
}
.rfid_slide .slider_txt .ttl_en {
	max-width: calc(308 / 393 * 100vw);
	font-size: calc(32 / 393 * 100vw);
	font-weight: bold;
	color: #006AA0;
	letter-spacing: 0.1em;
	padding-bottom: calc(6 / 393 * 100vw);
	margin: 0 auto calc(10 / 393 * 100vw);
	border-bottom: calc(1 / 393 * 100vw) solid #006AA0;
}
.rfid_slide .slider_txt .txt span {
	font-size: calc(23 / 393 * 100vw);
	color: rgba(0, 107, 160, 0.7);
}
.rfid_slide.slide02 .slider_txt {
	background-image: url(/business/rfid/images/img_slide2-2.webp);
}
.rfid_slide.slide02 .img_slider img {
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}
.rfid_slide.slide03 .slider_txt {
	background-image: url(/business/rfid/images/img_slide3-2.webp);
}
.rfid_slide.slide03 .slider_txt .ttl_en {
	line-height: calc(31.44 / 32.75);
}
/* 既存のスタイルを打ち消し */
#rfid__keyvisual--slider .slick-slide > div {
	line-height: 1.7 !important;
	height: 100%;
}
/* スライドの高さを揃える */
.slick-track {
	display: flex;
}
.slick-slide {
	height: auto !important;
}
/* ドット */
.slick-dots {
	display: flex !important;
	justify-content: flex-end;
	bottom: 15px !important;
	gap: 20px;
	right: 60px;
}
.slick-dots li {
	width: 10px !important;
	height: 10px !important;
	margin: 0;
	border-radius: 50%;
	background: #A2A2A2;
	opacity: 1;
}
.slick-dots li button:before {
	content: none;
}
.slick-dots li.slick-active {
	background: #fff;
}
/* 矢印 */
.slick-prev, .slick-next {
	background-image: url(/business/rfid/images/allow_slider.svg);
	width: calc(40 / 393 * 100vw);
	height: calc(40 / 393 * 100vw);
	background-color: transparent;
	filter: none;
}
.slick-next {
	transform: translate(0, -50%) scale(-1, 1);
}
/* 一時停止・再生ボタン */
.wrap_rfid__keyvisual--slider {
	position: relative;
}
.btn_slider {
	width: 20px;
	position: absolute;
	bottom: 34px;
	right: 20px;
}
#global__keyvisual.wrap_rfid__keyvisual--slider .btn_slider img {
	max-width: none;
	height: 20px;
}
.btn_slider_play {
	display: none;
	top: -2px;
}
.btn_slider p {
	position: absolute;
}
@media (min-width: 769px) {
	.rfid_slide {
		flex-direction: row;
	}
	.rfid_slide .img_slider {
		width: 50%;
	}
	.rfid_slide .img_slider {
		height: 100%;
	}
	.rfid_slide .slider_txt {
		width: 50%;
		font-size: clamp(24px, 0.000px + 2.5vw, 30px);
		align-content: center;
		padding: 0;
	}
	.rfid_slide .slider_txt .ttl_en {
		max-width: clamp(376px, -4.000px + 39.583vw, 471px);
		font-size: clamp(40px, 0.000px + 4.167vw, 50px);
		padding-bottom: clamp(8px, -4.000px + 1.25vw, 11px);
		margin: 0 auto clamp(16px, -4.000px + 2.083vw, 21px);
		border-width: 1px;
	}
	.rfid_slide .slider_txt .txt span {
		font-size: clamp(28px, 0.000px + 2.917vw, 35px);
	}
	.rfid_slide.slide03 .slider_txt .ttl_en {
		line-height: calc(48 / 50);
	}
	/* 既存のスタイルを打ち消し */
	#rfid__keyvisual--slider .slick-slide > div {
		line-height: 1.7 !important;
		height: 100%;
	}
	/* スライドの高さを揃える */
	.slick-track {
		display: flex;
	}
	.slick-slide {
		height: auto !important;
	}
	/* ドット */
	.slick-dots {
		right: 74px;
	}
	.slick-dots li:hover {
		background: rgba(162, 162, 162, 0.5);
	}
	.slick-dots li.slick-active {
		background: #fff;
	}
	/* 矢印 */
	.slick-prev, .slick-next {
		width: 40px;
		height: 40px;
	}
	.slick-prev {
		left: 11px;
	}
	.slick-next {
		right: 11px;
	}
	.slick-arrow:hover {
		background-image: url(/business/rfid/images/allow_slider_hover.svg);
	}
	/* 一時停止・再生ボタン */
	.btn_slider {
		bottom: 28px;
		right: 34px;
	}
	.btn_slider p:hover {
		cursor: pointer;
	}
	.btn_slider_stop {
		background: url(/business/rfid/images/stop_slider_hover.svg) no-repeat;
		background-size: contain;
	}
	.btn_slider_stop:hover img {
		opacity: 0;
	}
	.btn_slider_play {
		top: -0;
		background: url(/business/rfid/images/play_slider_hover.svg) no-repeat;
		background-size: contain;
	}
	.btn_slider_play:hover img {
		opacity: 0;
	}
	/*  TOPページ
	---------------------------------------------------------------------------------------------------- */
	.contents__dsp-top .conarea {
		margin-top: 40px;
	}
	.contents__dsp-top h3.title {
		color: #716f63;
		font-size: 1.8rem;
		font-weight: 400;
		margin-bottom: 20px;
	}
}
/*ul補完*/
ul {
	padding-left: 0;
}
li {
	list-style: none;
}
/*h1*の注釈記号用*/
sup.forh1 {
	font-size: 0.65em;
}
/*＊でのぶら下げ*/
.asteriskIndent {
	padding-left: 1em;
	position: relative;
}
.asteriskIndent:before {
	content: "＊";
	position: absolute;
	left: 0;
	top: 0;
}
/*※でのぶら下げ*/
.komeIndent {
	padding-left: 1em;
	position: relative;
}
.komeIndent:before {
	content: "※";
	position: absolute;
	left: 0;
	top: 0;
}
/*・でのぶら下げ*/
.col_2 .block p.txt.hangingindent {
	padding-left: 1em;
	position: relative;
}
.col_2 .block p.txt.hangingindent:before {
	content: "・";
	position: absolute;
	left: 0;
	top: 0;
}
/*製品詳細注釈用補完*/
.annotationBox {
	width: 100%;
}
/*特長用*/
.featuresBox {
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	gap: 24px 0;
	margin-top: 16px;
}
.featuresBox li {
	width: 48%;
	height: auto
}
.featuresBox li .featureBoxCore {
	display: flex;
}
.featuresBox li .featureBoxCore .icon {
	width: 16%;
	height: auto;
}
.featuresBox li .featureBoxCore .textArea {
	width: 84%;
	height: auto;
	margin-left: 16px;
}
.featuresBox li .featureBoxCore .textArea h3 {
	font-size: 15px;
	font-weight: bold;
	margin: 0;
}
.featuresBox li .featureBoxCore .textArea h3.micro {
	color: #004ea2;
}
.featuresBox li .featureBoxCore .textArea h3.uhf {
	color: #008c93;
}
.featuresBox li .featureBoxCore .textArea h3.common {
	color: #006ea1;
}
@media print, screen and (max-width: 767px) {
	.featuresBox li {
		width: 100%;
		height: auto
	}
}
/*システム構成図用*/
.systemImageBox {
	margin-top: 56px;
	text-align: center;
}
.systemImageBox img {
	max-width: 960px;
	height: auto
}