@charset "UTF-8";

/* e-Signage S 専用スタイル */

.tac { text-align: center!important; }
.bb-none { border-bottom: none!important; }
.pb-0 { padding-bottom: 0!important;}
.pt-0 { padding-top: 0!important;}
a.under { text-decoration: underline!important; }
a.under:hover { opacity: 0.8; }
.itemBoxWrap .img {
  width: 100%;
  text-align: center;
}
.itemBoxWrap .img img {
  width: 100%;
  height: auto;
  max-width: max-content;
  margin: auto;
}
.img p.img-cap {
  width: 100%;
  max-width: 690px;
  text-align: center;
  padding: 5px 0!important;
  margin: auto;
  font-size: 14px;
}
.img p.img-cap-tl {
  width: 100%;
  max-width: 690px;
  text-align: left;
  padding: 5px 0!important;
  margin: auto;
  font-weight: 600;
  font-size: 14px;
}
.img ul {
  width: 100%;
  max-width: 690px;
  text-align: left;
  padding: 5px 0!important;
  margin: auto;
}
.features .itemBoxWrap {
  padding-bottom: 50px;
  border-bottom: solid 1px #bfbfbf;
}


/* index 特徴 */
.sec_title.flex-container {
  justify-content: flex-start;
  align-items: baseline;
  gap: 0 10px;
}
.sec_title span {
  color: #4a6caf;
  display: inline-block;
  font-weight: 600;
  font-size: 22px;
  margin-right: 1.2em;
}
.sec_title span b {
  font-size: 24px;
}
.features .itemBoxWrap h2 {
  font-size: 24px;
  font-weight: 600;
}
.sec_title h2 {
  display: inline-block;
  letter-spacing: 2px;
  align-items: center;
}
.sec_title h2 b {
  color: #3d62ad;
  font-size: 28px;
  display: inline-block;
  padding: 0 12px;
  box-shadow: 3px 3px 0 #3d62ad;
  border: 2px solid #3d62ad;
  margin: 0 10px 10px 0;
}

.features .itemBoxWrap h4 ,
.features .itemBoxWrap h3 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.features .itemBoxWrap h3 {
  display: inline-flex;
  border-top: none !important;
  padding-top: 0;
  font-size: 22px;
  position: relative;
  margin-left: 13px;
}
.features .itemBoxWrap h3::before {
  content: '';
  display: block;
  background: #000;
  height: 85%;
  width: 4px;
  position: absolute;
  bottom: 1.5px;
  left: -13px;
}

.features .itemBoxWrap h4 {
  font-size: 18px;
  margin-left: 0;
  color: #3d62ad;
  border-bottom: 2px solid #3d62ad;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 4px 0;
}
.features .itemBoxWrap h4::before {
  display: none;
  height: 0;
  width: 0;
}
.features .itemBoxWrap h4 .media_tag {
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 0 !important;
  margin-left: auto;
}

.features .itemBoxWrap h4 .media_tag li {
  border: 1px solid #000;
  border-left: 1px dashed #000;
  border-right: none;
  background: #fff;
  color: #000;
  font-size: 12px;
  font-weight: normal;
  padding: 0 6px !important;
}
.features .itemBoxWrap h4 .media_tag li:first-child {
  border-left: 1px solid #000;
}

.features .itemBoxWrap h4 .media_tag li:last-child {
  border-right: 1px solid #000;
}
.list-prod-banner {
  text-align: center;
}
a.banner_taiken {
  margin: 0 auto;
  display: inline-block;
  width: 500px;
  max-width: 100%;
  background: #5f67ae;
  color: #fff;
  text-align: center;
  padding: 10px;
  margin: auto;
  font-size: 18px;
  font-weight: 600;
}
a.banner_taiken b {
  display: inline-block;
}

a.banner_taiken:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}
a.banner_taiken img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: auto;
}
.taiken-cat {
  font-size: 14px;
  font-weight: 400;
  display: inline-flex;
  border: 1px solid #fff;
  margin: 6px auto;
}

.taiken-cat span {
  width: 9em;
  text-align: center;
}
.taiken-cat span:first-of-type {
  background: #fff;
  color: #5f67ae;
}

.itemBoxWrap ul.type_tag {
  display: inline-flex; 
  justify-content: flex-end;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 2px;
  margin: 0;
  margin-left: 30px;
  padding: 0;
  font-size: 14px;
}
.itemBoxWrap ul.type_tag li {
  display: inline-block;
  padding: 0 0 0 3px;
  margin: 0!important;
}
.itemBoxWrap ul.type_tag li img {
  max-width: 50px;
  height: auto;
}


.itemBoxWrap .copy_box {
  width: 100%;
  max-width: 960px;
  margin: auto auto 50px;
  text-align: center;

}
.itemBoxWrap .style01.flex-container {
  flex-wrap: wrap;
  gap: 20px;
  max-width: 960px;
  margin: 20px auto;
}

.itemBoxWrap .style01.flex-container .flex-item {
  width: calc(50% - 10px);
  border-radius: 10px;
  overflow: hidden;
  background: #3d62ad;
  color: #fff;
}

.itemBoxWrap .style01 p {
  font-size: 15px;
  padding: 6px 12px 0!important;
  line-height: 1.4;
  text-align: left;
}
.itemBoxWrap .style01 p.s01_title {
  position: relative;
  font-size: 18px;
  line-height: 1.2;
  padding: 10px 12px!important;
  text-align: center;
  font-weight: 500;
}
.itemBoxWrap .style01 p.s01_title::before {
  content: "";
  position: absolute;
  width: 74%;
  height: 2px;
  inset: auto 13% 1px 13%;
  background: white;
  background: linear-gradient(90deg, #FFF0 0%, #FFF 20%, #FFF 80%, #FFF0  100%); 
}
.itemBoxWrap .style01 ul.place_tag {
  padding: 6px 12px 12px;
}
.itemBoxWrap ul.place_tag li {
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  color: #254689;
  background: #CCE6FF;
  padding: 0 8px;
  margin: 0 2px 0 0!important;
}

.itemBoxWrap .style02 h3 {
  display: block;
  font-size: 18px;
  color: #36318f;
  margin-left: 18px;
  margin-top: 30px;
  line-height: 1.2;
}
.itemBoxWrap .style02 h3::before {
  content: '';
  display: block;
  background: #36318f;
  height: 10px;
  width: 14px;
  inset: 6px 0 auto -18px;
}
.itemBoxWrap .style02 p.s02_title {
  display: inline-block;
  background: #427AB3;
  color: white;
  padding: 4px 13px!important;
  margin-top: 1em;
}

.style02 p.merit {
  font-size: 15px;
  display: inline-block;
  margin: 10px auto;
  border: 2px dotted #666;
  border-radius: 6px;
  color: #333;
  font-weight: 400;
  padding: 4px 10px !important;
  text-align: center;
  line-height: 1.2;
}

.style02 .howto p.ht-title {
  color: #36318f;
  font-weight: 600;
  text-indent: -1.4em;
  padding-left: 1.4em !important;
  line-height: 1.2;
}
.style02 .howto p.ht-title span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-content: baseline;
  margin-right: 0.2em;
  color: #fff;
  background-color: #36318f;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  font-size: 90%;
  font-weight: normal;
  text-indent: 0;
}
.style02 .howto p.ht-title {
  color: #36318f;
  font-weight: 600;
}
.style02 .howto {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 60px;
}
.style02 .howto .ht-item {
  position: relative;
}
.style02 .howto.howto01 .ht-item,
.style02 .howto.howto03 .ht-item {
  width: calc(100%  / 3 - 60px);
}
.style02 .howto.howto01 .ht-item .img img,
.style02 .howto.howto03 .ht-item .img img {
  width: 100%;
  max-width: 400px;
  
  margin: auto;
}
.style02 .howto.howto02 .ht-item {
  width: auto;
  max-width: calc(50% - 60px);
}

.style02 .howto .ht-item::after {
  content: "▶︎";
  color: #36318f;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 60px;
  position: absolute;
  inset: 0 -60px 0 auto;
  font-size: 20px;
}
.style02 .howto .ht-item.first {
  margin-left: 60px;
}
.style02 .howto .ht-item.first::before {
  content: "▶︎";
  color: #36318f;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 60px;
  position: absolute;
  inset: 0 auto 0 -60px;
  font-size: 20px;
}
.style02 .howto .ht-item:last-of-type:after,
.style02 .howto .ht-item.last:after{
  content: "";
  width: 0;
  height: 0;
  display: none;
}
.style02 .howto .img .img-cap {
  color: #333;
  line-height: 1.3;
  font-size: 14px;
}
.w65{ 
  width: calc(65% - 120px);
}
.w35{ 
  width: 35%;
}
table.displaycont {
  width: 100%;
  max-width: 690px;
  margin: 0 auto;
}
table.displaycont th {
  text-align: center;
  font-weight: bold;
  background: #6f72b7;
  color: #fff;
  padding: 4px 10px;
}
table.displaycont td {
  background: #dee0ef;
  text-align: left;
  box-sizing: border-box;
  padding: 4px 10px;
}
table.displaycont tr {
  border-bottom: 1px solid #000;
  border-top: 0;
}
table.displaycont tr:first-child,
table.displaycont tr:last-child {
  border-bottom: 0;
}

table.displaycont tr th:first-child {
  border-right: 1px solid #fff;
}
table.displaycont tr td:first-child {
  width: 40%;
  border-right: 1px solid #000;
}
table.displaycont tr td:nth-child(2) {
  width: 60%;
}

.flex-container.layoutimage {
  padding: 1em 0 0;
  justify-content: center;
}
.flex-container.layoutimage .img.lo1 {
  width: auto;
  max-width: 30%;
}
.flex-container.layoutimage .img.lo2 {
  width: auto;
  max-width: 40%;
}
.flex-container.layoutimage .img img {
  width: max-content;
  max-width: 100%;
}
.layoutimage p {
  text-align: left;
  padding: 0!important;
}
.layoutimage p:before {
  content: "●";
  color: #36318f;
  margin-right: 0.2em;
}

/* lineup ラインアップ */


.lineup .LineupNav {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin: 2rem auto 4rem;
}
.lineup .LineupNav .lu-head h3 img {
  width: 124px!important;
  max-width: 100%;
  height: auto;
}

.lineup .LineupNav .lu-head h3 {
  padding: 0 10px!important;
  width: calc(100% - 160px);
  font-size: 18px;
}
.lineup .LineupNav a:hover {
  opacity: 0.8;
}
.lineup .LineupNav a.lun-item {
  color: #fff;
  text-decoration: none;
  width: calc(50% - 3px);
}
.lineup .LineupNav a.lun-item .lu-head .operator {
  margin-left: auto;
}


.lineup h3 img, .lineup .lun-item p img {
  width: auto!important;
  margin-right: 0.5em;
}
.lineup h3 span {
  display: block;
  font-size: 16px;
}

.lineup .operator, .lineup .devices {
  display: inline-flex;
  flex-direction: column;
  width: 90px;
  min-height: 90px;
  height: 100%;
  color: white;
  text-align: center;
  padding: 6px;
  justify-content: space-between;
}
.lineup .web .operator, .lineup .web .devices { background: #007875; }
.lineup .pro .operator, .lineup .pro .devices { background: #313994; }
.lineup .net .operator, .lineup .net .devices { background: #005DA1; }
.lineup .standalone .operator, .lineup .standalone .devices { background: #D0225F; }
.lineup .operator p ,.devices p {
  padding: 0!important;
  margin: 0;
  font-size: 12px;
  text-align: center;
}
.lineup .devices .sa_device {
  line-height: 4;
}
.lineup p.op_mulch, .lineup p.op_one {
  font-size: 15px;
  font-weight: 600;
}
.lineup p.op_mulch::before{
  content: url(../images/operator_mulch.png);
  display: block;
  width: 50px;
  height: 30px;
  margin: 0 auto;
}
.lineup p.op_one::before{
  content: url(../images/operator_one.png);
  display: block;
  width: 50px;
  height: 30px;
  margin: 0 auto;
}
.lineup .devices p:nth-child(2) {
  font-size: 15px;
  font-weight: 600;
}

.lu-head {
  display: flex;
  width: 100%;
  min-height: 90px;
  align-items: center;
}

.lineup .lu-head h3 {
  padding: 0 10px;
  margin-top: 0;
  margin-right: auto;
  border-top: 0;
  color: #fff;
  width: calc(100% - 160px);
  line-height: 1.2;
}
.lineup .web .lu-head {
  background: #104c32;
  background: linear-gradient(90deg, #104c32 0%, #104c32 40%, #356d82 100%); 
}
.lineup .pro .lu-head {
  background: #1c2370;
  background: linear-gradient(90deg, #1c2370 0%, #1c2370 40%, #4254a0 100%); 
}
.lineup .net .lu-head {
  background: #004378;
  background: linear-gradient(90deg, #004378 0%, #004378 40%, #0172c4 100%); 
}
.lineup .standalone .lu-head {
  background: #95103f;
  background: linear-gradient(90deg, #95103f 0%, #95103f 40%, #c03163 100%); 
}

.lineup .lu-body {
  padding: 0 1rem 1rem;
}

.lineup .web .lu-body { background: #EBF5EC; }
.lineup .pro .lu-body { background: #EEEDF7; }
.lineup .net .lu-body { background: #E3EFF6; }
.lineup .standalone .lu-body { background: #FDEFF5; }

.lineup .lu-body .img .img-cap {
  font-weight: 600;
  text-align: left;
  font-size: 14px;
}

.lineup ul.kinou {
  display: flex;
  gap: 4px;
  padding-top: 0;
  flex-wrap: wrap;
}
.lineup ul.kinou li {
  padding: 0 1em;
  color: #fff;
  font-weight: 600;
  border: 2px solid #fff;
  border-radius: 4px;
}

.lineup .web ul.kinou li { background: #007875; }
.lineup .pro ul.kinou li { background: #313994; }
.lineup .net ul.kinou li { background: #005DA1; }
.lineup .standalone ul.kinou li { background: #D0225F; }



.lineup .lu-body table {
  width: 100%;
  max-width: 690px;
  margin: 10px auto;
  background-color: white;
}
.lineup .lu-body table th, .lineup .lu-body table td {
  text-align: center;
  line-height: 1.2;
  padding: 4px 10px;
  border: 1px solid #000;
  vertical-align: middle;
}
.lineup .lu-body table th {
  font-size: 13px;
}
.lineup .web .lu-body table th { background: #d5e9d7; }
.lineup .pro .lu-body table th { background: #dcdaed; }
.lineup .net .lu-body table th {background: #c7dde8; }
.lineup .standalone .lu-body table th { background: #f9dde9; }

.lineup .displayonly {  
  width: 100%;
  display: flex;
  gap: 3px;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  margin: 10px auto;
}
.lineup .displayonly .flex-item {
  display: inline-flex;
  align-items: center;
  background-attachment: fixed;
  padding: 10px;
  vertical-align: middle;
  width: calc(50% - 3em);
  background: #eee;
}
.lineup .displayonly .flex-item:first-child {
  justify-content: center;
  text-align: center;
  width: 6em;
  font-weight: 600;
}
.lineup .displayonly > .flex-container.flex-item {
  flex-direction: column;
  align-items: start;
  justify-content: space-around;
  gap: 10px 0;
}

.lineup .do-item span {
  display: inline-block;
}
.lineup .do-item span img {
  width: auto!important;
  margin: 0 0.3em;
}



@media only screen and (max-width: 767px) {

  .features .itemBoxWrap h2 {
    font-size: 20px;
    letter-spacing: 1px;
  }
  .sec_title h2 b {
    font-size: 24px;
  }
  .features .itemBoxWrap h3 {
    line-height: 1.3;
  }
  .itemBoxWrap .style01.flex-container .flex-item {
    width: 100%;
  }
  .itemBoxWrap .style02 h3 {
    line-height: 1.3;
  }
  .style02 .howto {
    gap: 60px;
  }
  .style02 .howto .ht-item {
    width: 100%!important;
    max-width: 100%!important;
  }
  .style02 .howto .ht-item::after {
    content: "▼";
    color: #36318f;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    width: 100%;
    position: absolute;
    font-size: 20px;
    inset: auto 0 -60px 0;
  }
  .style02 .howto .ht-item.first {
    margin-left: 0;
  }
  .style02 .howto .ht-item.first::before {
    content: "▼";
    color: #36318f;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    width: 100%;
    position: absolute;
    font-size: 20px;
    inset: -60px 0 auto 0;
  }

  
  .itemBoxWrap ul.type_tag {
    width: 100%;
    justify-content: flex-end;
    margin-top: 4px;
    margin-left: auto;
  }
  .itemBoxWrap ul.type_tag li img {
    max-width: 44px;
    height: auto;
  }
  
  .flex-container.layoutimage .img.lo1,
  .flex-container.layoutimage .img.lo2 {
    width: auto;
    max-width: 50%;
  }
  .flex-container.layoutimage .img.lo2 {
    order: 1;
  }

  /* lineup */

  .lineup .LineupNav a.lun-item {
    width: 100%;
  }
  .lineup .LineupNav .lu-head h3 {
    padding: 10px!important;
    width: 100%;
  }

  .lu-head {
    flex-wrap: wrap;
  }

  .lineup .lu-head h3 {
    padding: 10px;
    width: 100%;
  }
  .lu-head .operator, .lu-head .devices {
    display: inline-flex;
    flex-direction: row;
    width: 50%;
    min-height: 66px;
    justify-content: center;
    align-items: center;
    gap: 14px;
  } 
  .lineup .devices .sa_device {
    line-height: 1.5;
  }  
  .lineup .operator {
    border-right: 2px solid #fff3;
  }


  .lineup .displayonly {
    max-width: 690px;
    flex-direction: column;
  }
  .lineup .displayonly .flex-item,
  .lineup .displayonly .flex-item:first-child {
    width: 100%;
  }  


}

/*周辺機器*/
.peripheral a.pagelink {
  background-color: #535353;
  color: #fff;
  margin-bottom: 1em;
  text-align: center;
  width: auto;
  display: inline-block;
  padding: .7em 1.5em;
  text-decoration: none;
}
.peripheral a.pagelink:hover {
  opacity: 0.8;
}
.peripheral a.pagelink::before {
  margin-right: 1em;
}
.peripheral a.pagelink.blank::after {
  content: "";
	background-image: url("/business/common/images/ic_blank_w.svg");
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 2px;
  width: 14px;
  height: 14px;
  vertical-align: bottom;
}

ul.peripheral_spec li {
  background: #dee0ef;
  font-weight: 400;
  padding: 4px 8px !important;
  margin-bottom: 3px;
  border-left: 10px solid #6f72b7;
}

table.controller_taiou {
  width: 100%;
  margin: 0 auto;
}
table.controller_taiou th,
table.controller_taiou td {
  vertical-align: middle;
  padding: 10px;
}
table.controller_taiou td {
  border-bottom: 1px solid #000;
  word-break: break-word;
}

table.controller_taiou th {
  background: #6f72b7;
  color: #fff;
  border-bottom: 1px solid #fff;
  font-weight: 600;
  min-width: 8em;
  text-align: center;
}
table.controller_taiou tr:last-child th,
table.controller_taiou tr:last-child td {
  border-bottom: 0;
}

span.pr-hdmi {
  display: inline-block;
  vertical-align: text-bottom;
  margin-left: 0.5em;
}
span.pr-hdmi img {
  max-width: max-content!important;
}

@media print, screen and (min-width: 768px) {
  #specWrap .mts {
    margin-top: 2rem;
  }  
}