/* CSS Document */

/** -------------------------------------------------------
 ** top
 ** ------------------------------------------------------- */
.productsTableContainer {
	margin-top: 20px;
}

table.productsTable {
	border-collapse: separate;
	font-size: 108%;
	line-height: 1.6;
}
table.productsTable th,
table.productsTable td {
	padding: 16px 12px;
	border-right: 1px solid #BBBEC1;
	border-bottom: 1px solid #BBBEC1;
	background-color: #fff;
}
table.productsTable th.cell-lt,
table.productsTable td.cell-lt {
	border-left: 1px solid #BBBEC1;
	border-top: 1px solid #BBBEC1;
}
table.productsTable th.cell-t,
table.productsTable td.cell-t {
	border-top: 1px solid #BBBEC1;
}
table.productsTable th.cell-l,
table.productsTable td.cell-l {
	border-left: 1px solid #BBBEC1;
}
table.productsTable th.cell-nr,
table.productsTable td.cell-nr {
	border-right: 0;
}

table.productsTable .spacer th,
table.productsTable .spacer td {
	width: auto;
	height: 10px;
	padding: 0;
	border-right: 0;
	background-color: transparent;
	font-size: 1px;
	line-height: 1px;
}

table.productsTable th.cell-scene img {
	max-width: none;
}
table.productsTable th.cell-scene,
table.productsTable td.cell-blank {
	padding: 0;
}
table.productsTable th.cell-corner {
	width: 238px;
	padding: 0;
	background-color: #009999;
	color: #fff;
	text-align: center;
	vertical-align: middle;
}
table.productsTable th.cell-categorygroup {
	padding: 12px 0;
	background-color: #333333;
	color: #fff;
	text-align: center;
	vertical-align: middle;
}
table.productsTable th.cell-category {
	padding: 12px 0;
	background-color: #DBE0E4;
	color: #333;
	text-align: center;
	vertical-align: middle;
}
table.productsTable th.category-1 {
	width: 238px;
}
table.productsTable th.category-2 {
	width: 472px;
}
table.productsTable a {
	position: relative;
	display: inline-block;
	padding: 0 0 0 22px;
}
table.productsTable a:before {
	position: absolute;
	left: 0;
	top: 5px;
	display: block;
	width: 14px;
	height: 12px;
	border-radius: 2px;
	margin-right: 0.25em;
	background: #5b6771 url(/business/images_global/r_ico_down.png) no-repeat center center;
	background-size: 8px 6px;
	vertical-align: middle;
	content: "";
}
table.productsTable .cell-inner-group h2 {
	padding: 8px 0;
	background-color: #CFDAE0;
	font-size: 93%;
	line-height: 1.2;
	text-align: center;
}
table.productsTable .cell-inner-group ul {
	margin: 4px 0 0 0;
	padding: 20px 20px 20px 120px;
	overflow: hidden;
	border-radius: 6px;
	background-color: #EAEEF1;
	font-size: 93%;
}

table.productsTable .cell-inner-group-wrap {
	position: relative;
}
table.productsTable .cell-inner-group-wrap:before {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	display: block;
	width: 21px;
	height: 21px;
	margin: 10px 0 0 -10px;
	background: url("/business/solution/digital-signage/products/images/ico_plus.png") no-repeat;
	content: "";
}
table.productsTable .cell-inner-group-wrap .cell-inner-group {
	float: left;
	width: 49%;
	margin-left: 2%;
}
table.productsTable .cell-inner-group-wrap .cell-inner-group:first-child {
	margin: 0;
}
table.productsTable .cell-inner-group-wrap .cell-inner-group h2.title-2l1 {
	padding: 15px 0;
}
table.productsTable .cell-inner-group-wrap .cell-inner-group ul {
	padding: 10px 12px;
	min-height: 86px;
}

/** -------------------------------------------------------
 ** index
 ** ------------------------------------------------------- */
.rSecondIdx {
	margin-top: 30px;
}

/* -- SP -- */
body.responsive-sp .rSecondIdx {
	margin-top: 0;
	padding-top: 15px;
}

/* common parts */
.rProductSec {
	margin: 32px 0 0 0;
}
.rProductSec:first-child {
	margin: 0;
}

.rProductSubSec {
	padding: 10px 10px 16px 10px;
	margin-top: 20px;
	border: 1px solid #BBBEC1;
}
.rProductSubSecWrap .rProductSubSec {
	float: left;
	width: 426px;
	margin-left: 14px;
	margin-top: 0;
}
.rProductSubSecWrap .rProductSubSec:first-child {
	margin-left: 0;
}

.rProductSubSecInner {
	padding: 0 10px 6px 10px;
}

.rProductSubSec .clearfix {
	margin-top: 24px;
}
.rProductSubSec .clearfix:first-child {
	margin-top: 0;
}

.rProductSubSec .pic {
	margin-top: 24px;
	text-align: center;
}
.rProductSubSec .pic:first-child {
	margin-top: 0;
}
.rProductSubSec .pic img {
	width: 250px;
}
.rProductSubSec .splitImages {
	font-size: 0;
	line-height: 0;
}
.rProductSubSec .splitImages img {
	width: 234px;
	margin-left: 1px;
}
.rProductSubSec .splitImages img:first-child {
	margin-left: 0;
}

.rProductSubSec .txt {
	margin-top: 24px;
}
.rProductSubSec .txt:first-child {
	margin-top: 0;
}
.rProductSubSec .txt .catch {
	font-size: 116%;
}
.rProductSubSec .txt .catch em {
	color: #009999;
}
.rProductSubSec .txt p {
	margin-top: 10px;
	font-size: 108%;
}

.rProductSubSec .pic2txt .pic {
	width: 469px;
	margin-top: 0;
}
.rProductSubSec .pic2txt .pic img {
	width: 100%;
}
.rProductSubSec .pic2txt .txt {
	width: 380px;
	margin-top: 0;
}

.rProductSubSec .pic1txt .pic {
	width: 294px;
	margin-top: 0;
}
.rProductSubSec .pic1txt .txt {
	width: 534px;
	margin-top: 0;
}

.rProductSubSec .notes {
	margin: 28px 0 0 0;
	font-size: 100%;
}
.rProductSubSec .notes li {
	padding: 0 0 0 1.2em;
	text-indent: -1.2em;
}

.rProductSubSec .rBtnGroup {
	margin-top: 20px;
}
.rBtnGroup.rBtnCenter {
	margin-left: 270px;
}

/* -- SP -- */
body.responsive-sp .rProductSec {
	margin-top: 0;
}
body.responsive-sp .rProductSubSecWrap .rProductSubSec {
	float: none;
	width: auto;
	margin-left: 0;
	margin-top: 20px;
}
body.responsive-sp .rProductSubSecWrap .rProductSubSec:first-child {
	margin-top: 20px;
}

body.responsive-sp .rProductSubSecInner {
	padding: 6px 0;
}

body.responsive-sp .rProductSubSec .pic2txt .pic,
body.responsive-sp .rProductSubSec .pic2txt .txt,
body.responsive-sp .rProductSubSec .pic1txt .pic,
body.responsive-sp .rProductSubSec .pic1txt .txt {
	width: auto;
	margin-top: 24px;
}
body.responsive-sp .rProductSubSec .pic2txt .pic:first-child,
body.responsive-sp .rProductSubSec .pic2txt .txt:first-child,
body.responsive-sp .rProductSubSec .pic1txt .pic:first-child,
body.responsive-sp .rProductSubSec .pic1txt .txt:first-child {
	margin-top: 0;
}

body.responsive-sp .rProductSubSec .pic img,
body.responsive-sp .rProductSubSec .pic2txt .pic img {
	display: block;
	width: 100%;
}

body.responsive-sp .rBtnGroup.rBtnCenter {
	margin-left: 0;
}

/** -------------------------------------------------------
 ** rProductType
 ** ------------------------------------------------------- */
.rProductType {
	float: left;
	width: 424px;
	margin-left: calc(100% - 848px);
}
.rProductType:first-child {
	margin-left: 0;
}

.rProductFig .rProductFigCap {
	padding: 10px 0;
	margin-bottom: 10px;
	background-color: #333;
	color: #fff;
	text-align: center;
}

/* -- SP -- */
body.responsive-sp .rProductType {
	float: none;
	width: auto;
	margin-left: 0;
	margin-top: 20px;
}
body.responsive-sp .rProductType:first-child {
	margin-top: 0;
}
body.responsive-sp .rProductType .rProductFig img {
	display: block;
	width: 100%;
}


/** -------------------------------------------------------
 ** rProductEsignageBox
 ** ------------------------------------------------------- */
.rProductEsignageBox {
	margin: 30px 0 0 0;
  display: flex;
}

.rProductEsignageType {
	float: left;
}
.rProductEsignageType h4 {
	padding: 10px 0;
	color: #fff;
	font-size: 108%;
	text-align: center;
}
.rProductEsignageProduct {
	width: 278px;
	margin: 10px 0 0 0;
	border: 1px solid #D7DBDE;
}
.rProductSubSec .rProductEsignageProductWrap {
	margin-top: 0;
  display: flex;
}
.rProductEsignageProductWrap .rProductEsignageProduct {
	float: left;
	margin-left: auto;
}
.rProductEsignageProductWrap .rProductEsignageProduct:first-child {
	margin-left: 0;
}

.rProductEsignageProduct h5 {
	padding: 10px 0;
	background-color: #EBEEF0;
	border-bottom: 1px solid #D7DBDE;
	font-size: 100%;
	font-weight: normal;
	text-align: center;
}
.rProductEsignageProduct h5 strong {
	display: block;
	margin: 4px 0 0 0;
	font-size: 123.1%;
	font-weight: bold;
}
.rProductEsignageProduct .titleWrap {
  display: flex;
}
.rProductEsignageProduct .titleWrap h5 {
	float: left;
	border-left: 1px solid #D7DBDE;
}
.rProductEsignageProduct .titleWrap h5:first-child {
	border-left: 0;
}

.rProductEsignageProductInner {
	padding: 14px 10px 20px 10px;
}
.rProductEsignageProduct .catch {
	display: block;
	color: #5B6771;
	font-size: 108%;
	font-weight: bold;
	text-align: center;
}
.rProductEsignageProduct .figure {
	margin: 26px 0 0 0;
}
.rProductEsignageProduct .bottom_txt {
	margin: 20px 0 0 0;
	font-size: 116%;
	text-align: center;
}

.rProductEsignageBox #esignage-standalone {
	width: 280px;
}
.rProductEsignageBox #esignage-standalone h4 {
	background-color: #5B6771;
}

.rProductEsignageBox #esignage-network {
	width: 574px;
	margin: 0;
  margin-left: calc(100% - 854px)
}
.rProductEsignageBox #esignage-network h4 {
	background-color: #009999;
}
.rProductEsignageBox #esignage-network .titleWrap .title1 {
	width: 149px;
}
.rProductEsignageBox #esignage-network .titleWrap .title2 {
	width: 128px;
}
.rProductEsignageBox #esignage-network .rProductEsignageProduct .catch {
	color: #009999;
}


/* -- SP -- */
body.responsive-sp .rProductEsignageType {
	float: none;
}
body.responsive-sp .rProductEsignageProduct {
	width: auto;
}
body.responsive-sp .rProductEsignageProductWrap .rProductEsignageProduct {
	float: none;
	margin-left: 0;
	margin-top: 14px;
}
body.responsive-sp .rProductEsignageProduct .figure img {
	display: block;
	width: 100%;
}
body.responsive-sp .rProductEsignageBox, body.responsive-sp .rProductSubSec .rProductEsignageProductWrap {
  flex-direction: column;
}
body.responsive-sp .rProductEsignageBox #esignage-standalone {
	width: auto;
}
body.responsive-sp .rProductEsignageBox #esignage-network {
	width: auto;
	margin-left: 0;
	margin-top: 14px;
}
body.responsive-sp .rProductEsignageBox #esignage-network .titleWrap .title1,
body.responsive-sp .rProductEsignageBox #esignage-network .titleWrap .title2 {
	width: 50%;
	box-sizing: border-box;
}

/** -------------------------------------------------------
 ** rProductServiceBox
 ** ------------------------------------------------------- */
.rProductServiceBox {
	padding: 20px;
	margin: 30px 0 0 0;
	background-color: #EBEEF0;
}
.rProductServiceBox .splitImages {
	margin-left: -20px;
	margin-right: -20px;
}
.rProductServiceBox .splitImages img {
	width: 288px;
	margin-left: 0;
	border-left: 1px solid #BBBEC1;
}
.rProductServiceBox .splitImages img:first-child {
	border-left: 0;
}
.rProductServiceBox .rBtnGroup {
	width: 188px;
	margin-left: auto;
	margin-right: auto;
}

/* -- SP -- */
body.responsive-sp .rProductServiceBox .splitImages img {
	width: 100%;
	border-left: 0;
	margin-top: 10px;
}
body.responsive-sp .rProductServiceBox .splitImages img:first-child {
	margin-top: 0;
}
body.responsive-sp .rProductServiceBox .rBtnGroup {
	width: auto;
}

/** -------------------------------------------------------
 ** rProductEsignageFig
 ** ------------------------------------------------------- */
.rProductEsignageFig {
	width: 634px;
	margin: 28px auto 0 auto;
}
.rProductEsignageFig .rProductFigCap {
	margin-bottom: 0;
}
.rProductEsignageFig .clearfix {
	margin-top: 14px;
}
.rProductEsignageFig .clearfix .rProductFig {
	float: left;
	width: 310px;
	margin-left: 14px;
}
.rProductEsignageFig .clearfix .rProductFig:first-child {
	margin-left: 0;
}
.rProductEsignageFig img {
	box-sizing: border-box;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

/* -- SP -- */
body.responsive-sp .rProductEsignageFig {
	width: auto;
}
body.responsive-sp .rProductEsignageFig .clearfix .rProductFig {
	float: none;
	width: auto;
	margin-left: 0;
	margin-top: 14px;
}
body.responsive-sp .rProductEsignageFig .clearfix .rProductFig:first-child {
	margin-top: 0;
}
body.responsive-sp .rProductEsignageFig img {
	display: block;
	width: 100%;
}


/** -------------------------------------------------------
 ** rProductISignWebSteps
 ** ------------------------------------------------------- */
.rProductISignWebSteps {
	margin-top: 12px;
  display: flex;
}
.rProductISignWebSteps .step {
	float: left;
	position: relative;
	width: 276px;
	min-height: 80px;
	padding: 10px;
	margin-left: 20px;
	box-sizing: border-box;
	background-color: #EBEEF0;
}
.rProductISignWebSteps .step:before {
	position: absolute;
	left: -14px;
	top: 32px;
	display: block;
	width: 10px;
	height: 14px;
	background: url("/business/solution/digital-signage/products/images/r-products-isign-arw-r.png") no-repeat;
	content: "";
}
.rProductISignWebSteps .step:first-child {
	margin-left: 0;
}
.rProductISignWebSteps .step:first-child:before {
	display: none;
}
.rProductISignWebSteps .step .stepTit {
	font-size: 108%;
	line-height: 21px;
}
.rProductISignWebSteps .step p {
	font-size: 93%;
}
.rProductISignWebSteps .step .stepComp {
	position: absolute;
	right: 0px;
	top: -6px;
}

/* -- SP -- */
body.responsive-sp .rProductISignWebSteps {
  flex-direction: column;
}
body.responsive-sp .rProductISignWebSteps .step {
	float: none;
	width: auto;
	min-height: 0;
	margin-left: 0;
	margin-top: 20px;
}
body.responsive-sp .rProductISignWebSteps .step:before {
	left: 50%;
	top: -14px;
	width: 14px;
	height: 10px;
	background-image: url("/business/solution/digital-signage/products/images/r-products-isign-arw-d.png");
}
body.responsive-sp .rProductISignWebSteps .step:first-child {
	margin-top: 0;
}


/** -------------------------------------------------------
 ** rProductTargetBox
 ** ------------------------------------------------------- */
.rProductTargetBox {
	padding: 10px 12px;
	margin: 20px 0 0 0;
	border: 1px solid #BBBEC1;
}
.rProductTargetBox p {
	margin: 8px 0 0 0;
	font-size: 93%;
}

/** -------------------------------------------------------
 ** rProductForeteFig
 ** ------------------------------------------------------- */
.rProductForeteFig {
	margin-top: 16px;
  display: flex;
}
.rProductForeteFig .rProductFig {
	float: left;
	width: 280px;
	margin-left: 14px;
}
.rProductForeteFig .rProductFig:first-child {
	margin-left: 0;
}

/* -- SP -- */
body.responsive-sp .rProductForeteFig {
  flex-direction: column;
}

body.responsive-sp .rProductForeteFig .rProductFig {
	float: none;
	width: auto;
	margin-left: 0;
	margin-top: 14px;
}
body.responsive-sp .rProductForeteFig .rProductFig:first-child {
	margin-top: 0;
}
body.responsive-sp .rProductForeteFig .rProductFig img {
	display: block;
	width: 100%;
}

/** -------------------------------------------------------
 ** 追加
 ** ------------------------------------------------------- */
.piccenter {
    text-align:center;
}
body.responsive-sp .piccenter {
    margin-top:10px;
}
#product3-2.rProductSubSec .pic img { width: 100%; }



/** -------------------------------------------------------
 ** 202509 追加
 ** ------------------------------------------------------- */
a.blank {
    padding-left: 2.5rem;
}

a.blank:before {
    position: absolute;
    display: block;
    margin-left: -1.7rem;
    margin-top: -0.1rem;
    width: 1.5em;
    height: 1.5em;
    background: url(/business/images_global/r_ico_blank_01_sp.png) no-repeat;
    background-size: 100%;
    content: "";
}

body.responsive-sp a.blank:before {
    margin-left: 0;
}

body.responsive-sp .rBtnGroup li {
    margin-right: 0;
}