@charset "UTF-8";
/* リセットCSS
----------------------------------------*/
h1, h2, h4, h4, h5, h6, div, p, ul, li, dl, dt, dd, table, tr, td, img {
  margin: 0;
  border: 0;
  padding: 0;
}

body div#main-area-content {
  position: relative;
  overflow: hidden;
}

/* コンテナ
----------------------------------------*/
div#wrap-container {
  padding: 0;
  width: 100%;
  margin-top: 30px;
}

div#container {
  width: 100%;
  height: 100%;
  position: relative;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  margin: 0 auto;
  color: #000;
}

.wrapper {
  width: 980px;
  margin: auto;
}

/* SP非表示
----------------------------------------*/
.sp {
  display: none;
}

/* タイトル
----------------------------------------*/
#container h1 {
  border-bottom: 1px solid #cccccc;
  font-size: 1.8em;
  margin: 15px auto 14px;
  padding-bottom: 2px;
  line-height: 1.2;
  width: 980px;
  letter-spacing: 0.1em;
}

div.title-banner-home {
  margin: 30px auto 0;
  position: relative;
}

p.title-banner {
  margin: 0 auto;
  text-align: center;
}

/* トップバナーボタン */
.home-btn {
  background-color: #000;
  width: 100%;
}

.home-btn-inner {
  display: flex;
  margin: 5px auto 0;
  width: 980px;
}

.home-btn p {
  background-color: #000;
  width: 100%;
  text-align: center;
}

.home-btn p:nth-of-type(1) {
  border-right: 1px solid #4ECEFF;
}

.home-btn a {
  color: #fff;
  position: relative;
  padding: 23px 0;
  display: block;
  margin: 0 4% 0 0;
  text-decoration: none;
  letter-spacing: 0.15em;
  opacity: 1;
  transition: 0.2s;
}

.home-btn a:hover {
  color: #fff;
  position: relative;
  padding: 23px 0;
  display: block;
  margin: 0 4% 0 0;
  text-decoration: none;
  letter-spacing: 0.15em;
  opacity: 0.6;
  transition: 0.2s;
}

.home-btn a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 44%;
  margin: 0 0 0 1%;
  border-style: solid;
  border-width: 9px 8px 0 8px;
  border-color: #6ab9ff transparent transparent transparent;
}

.border {
  margin: 0;
  border-top: 8px solid;
}

/* オススメ製品 */
div.osusume {
  text-align: center;
  background-color: #BFE1FF;
  margin: 38px 0 0;
  padding: 32px 0 25px;
  margin-left: calc(-101vw + 50%);
  margin-right: calc(-101vw + 50%);
  border-bottom: 8px solid;
}

h2.osusume-title {
  font-size: 1.25em;
  letter-spacing: .1em;
}

.osusume-btn {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 780px;
  margin: 20px auto 0;
}

.osusume-btn p {
  border: 2px solid #40A6FF;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 12px;
}

.osusume-btn p a {
  color: #40A6FF;
  width: 250px;
  display: block;
  padding: 5.3% 0 3%;
  letter-spacing: .1em;
  text-decoration: none;
  position: relative;
  font-size: 1.05em;
  opacity: 1;
  transition: 0.2s;
}

.osusume-btn p a:hover {
  opacity: 0.6;
  transition: 0.2s;
}

.osusume-btn p a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 44%;
  margin: 0 0 0 1%;
  border-style: solid;
  border-width: 9px 8px 0 8px;
  border-color: #6ab9ff transparent transparent transparent;
}

/* デジタルサイネージとは？・デジタルサイネージを使用するメリット */
div#what {
  margin: 50px auto 77px;
}

div#merit {
  padding: 50px 0 0;
  margin: 0 auto 80px;
}

div#osusume-contents {
  margin: 49px auto 0;
}

.check-icon {
  text-align: center;
}

.check-icon img {
  width: 31px;
}

.what-title, .merit-title, .osusume-con-title {
  font-size: 1.95em;
  text-align: center;
  font-weight: 700;
  letter-spacing: .14em;
  margin: 17px 0 0;
}

p.osusume-con-title {
  margin: 22px 0;
}

.what-cap, .merit-cap {
  font-size: 1.05em;
  margin: 12px auto 0;
  width: 81%;
  letter-spacing: 0.08em;
  line-height: 1.8em;
}

.merit-cap {
  width: 77%;
}

div.what-container {
  width: 90%;
  margin: 17px auto 0;
}

#when-such-as {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.what-box {
  width: 200px;
  text-align: center;
  border: 1px solid;
}

.what-box p {
  color: #fff;
  background-color: #000;
}

.what-box img {
  width: 100%;
}

p.what-name {
  padding: 3.6%;
  font-size: 1.05em;
  letter-spacing: .15em;
}

.merit-container {
  background-color: #E6F2FF;
  width: 90%;
  margin: 2% auto 0;
  padding: 74px 0 40px;
}

.merit-box {
  width: 78%;
  margin: 0 auto 5%;
}

.merit-box-title {
  font-size: 1.375em;
  color: #0089FF;
  padding: 0.4% 0 0 5%;
  position: relative;
  letter-spacing: 0.08em;
}

.merit-box-title::before {
  content: "";
  position: absolute;
  background: url(/static/images/seihin_joho/digital_signage/check_bl.png) no-repeat;
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
  background-size: contain;
  background-position: center;
  display: block;
}

.merit-box-text {
  font-size: 1.05em;
  margin: 11px 0 0 5.4%;
  line-height: 1.6em;
  letter-spacing: .08em;
}

/*おすすめ製品 */
.contents-box {
  background-color: #BFE1FF;
  padding: 104px 0 100px;
}

#wireless-extender,
#hdmi-distributor,
#tablet-stand,
#display-stand,
#hdmi-cable,
#media-player {
  margin: 60px 0 0;
}

h3.contents-title-sub {
  text-align: center;
  font-size: 1.4375em;
  color: #4ECEFF;
  background-color: #000;
  margin: 0 auto 13px;
  width: 47%;
  padding: 0.5% 0 0.4%;
  letter-spacing: .12em;
  border-radius: 5px;
  line-height: 1.7;
}

#wireless-extender h3.contents-title-sub,
#hdmi-distributor h3.contents-title-sub,
#tablet-stand h3.contents-title-sub,
#hdmi-cable h3.contents-title-sub {
  width: 56%;
}

#display-stand h3.contents-title-sub {
  width: 31%;
}

h2.contents-title {
  font-size: 2.1875em;
  text-align: center;
  letter-spacing: 0.06em;
  margin: 22px 0 30px;
}

.contents-top {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

.contents-top p {
  margin: 3% auto 0;
  letter-spacing: 0.14em;
  line-height: 1.8em;
  font-size: 1.1em;
}

#media-player .contents-top p,
#wireless-extender .contents-top p,
#hdmi-distributor .contents-top p,
#tablet-stand .contents-top p,
#display-stand .contents-top p,
#hdmi-cable .contents-top p {
  display: inline-block;
  text-align: left;
}

.contents-holder {
  background-color: #fff;
  width: 26%;
  padding: 1% 1% 2.5%;
  margin: 0 3% 0 0%;
}

.contents-holder.upper-row {
  margin-bottom: 3%;
}

#hdmi-distributor .contents-holder {
  padding-bottom: 6%;
}

.contents-holder a img {
  width: 100%;
}

.contents-holder .product-sku img {
  vertical-align: middle;
}

.contents-area {
  display: flex;
  margin: 6% 0 0 9%;
  flex-wrap: wrap;
}

p.product-detail {
  width: 91%;
  display: block;
  margin: 5% auto 0;
  line-height: 1.5;
  letter-spacing: .07em;
  font-size: 1em;
  font-weight: bold;
}

#wireless-extender p.product-detail {
  margin: 9% auto 12%;
  height: 7em;
}

#hdmi-distributor p.product-detail {
  margin: 9% auto;
  height: 6em;
}

#tablet-stand p.product-detail {
  margin-top: 9%;
  height: 89px;
}

#display-stand p.product-detail {
  height: 82px;
}

div.menu-scene.home div.scene-outer {
  padding: 12px 0 0px;
}

div.scene-outer .contents-title {
  text-align: center;
  font-size: 2.1em;
  font-weight: bold;
  margin: 0 0 16px;
  letter-spacing: .12em;
}

p.pr-name {
  font-size: 0.95em;
  line-height: 1.4em;
  margin: 6.8% 5% 0;
  letter-spacing: .1em;
}

#wireless-extender p.pr-name {
  height: 54px;
}

#hdmi-distributor p.pr-name {
  height: 40px;
  margin: 5% 5% 0;
}

#tablet-stand p.pr-name {
  height: 57px;
}

#display-stand .upper-row p.pr-name {
  height: 55px;
}

#display-stand p.pr-name {
  height: 50px;
}

a.part-number {
  position: relative;
  margin: 7.9% 5% 0;
  font-size: 0.95em;
  display: inline-block;
  padding: 0 0 0 8%;
  line-height: 1.7;
  letter-spacing: .1em;
}

a.part-number::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(/static/images/seihin_joho/digital_signage/yaji_maru_bl.png) no-repeat;
  width: 12px;
  height: 100%;
  background-position: center;
  background-size: contain;
}

p.price {
  font-size: 0.8em;
  margin: 1% 13% 0;
}

/* 一覧ボタン */
.here-btn {
  display: flex;
  justify-content: space-between;
  margin: 40px auto 0;
  width: 81%;
}

#tablet-stand .here-btn {
  width: 39%;
}

.here-btn p {
  border: 3px solid #FF7906;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 3px 3px 3px #b8b8b8;
}

.here-btn p:hover {
  opacity: .5;
  transition: .3s;
}

.here-btn p a {
  width: 380px;
  color: #333333;
  display: inline-block;
  text-decoration: none;
  padding: 4.4% 0 4% 4%;
  line-height: 1.7em;
  letter-spacing: .07em;
  position: relative;
  box-sizing: border-box;
}

.here-btn p a ::after {
  content: "";
  position: absolute;
  background: url(/static/images/seihin_joho/digital_signage/arrow_or.png) no-repeat;
  width: 13px;
  height: 17px;
  top: 56%;
  right: 3.8%;
}

.here-btn p a span {
  color: #FF7906;
}

.here-btn p a strong {
  font-size: 1.125em;
  letter-spacing: 0.15em;
}

/* 合わせておすすめ 追加：20220325 */
.set-box {
  display: block;
  background: #7BBCF7;
  margin: 4.3% auto 0;
  padding: 3.3% 0 4.3% 4%;
  width: 81.8%;
  border-radius: 13px;
  box-sizing: border-box;
}

.set-box h3 {
  text-align: center;
  color: #fff;
  font-size: 1.8em;
  margin: 0 0 0 -5.6%;
  letter-spacing: 0.05em;
}

.set-box .left-box {
  width: 58%;
  display: inline-block;
  margin-top: 3.5%;
}

.set-box .left-box img {
  width: 50%;
  display: inline-block;
}

.set-box .right-box {
  width: 35%;
  display: inline-block;
  margin: 1.2% 0 0 2.4%;
  vertical-align: top;
}

.set-box .right-box .part-number {
  margin: 0 0 0 5%;
  line-height: 1.6;
  padding: 0 0 0 5%;
  letter-spacing: 0;
}

.set-box .right-box .price {
  margin: 0 0 0 10.5%;
  font-size: 0.95em;
}

.set-box .right-box .min-img {
  margin: 7.5% 0 0 5%;
}

/* マーク */
img.new, img.lim {
  vertical-align: middle;
  margin: 0 0 0 3px;
  width: auto;
}

/* 関連リンク */
div .relation {
  width: 980px;
  margin: 100px auto 80px;
}

.relation h3 {
  font-size: 1.6em;
  text-align: center;
  padding: 1.6% 0;
  color: #fff;
  background-color: #004DA2;
}

.relation img {
  height: auto;
  margin: 2% 1.5% 0 0;
}

.link-img li {
  display: inline;
}

.relation a:nth-child(4n) img {
  margin-right: 0;
}

div.linkbanner {
  margin: -1% 0 5%;
  text-align: center;
}

/* 回り込み解除 */
.clfx::after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
