@charset "UTF-8";
#container_n {
  width: 980px;
  margin: 0 auto 6%;
}

h1 {
  border-bottom: 1px solid #CCCCCC;
  margin: 0 0 12px;
  font-size: 1.6em;
  padding-bottom: 3px;
}

.update {
  margin: 0px 0px 12px 0px;
  font-size: 0.8em;
  line-height: 1.2;
  text-align: right;
}

.hyou h2.title {
  font-size: 1.5em;
  display: inline-block;
  margin: 0 0 1% 1.2%;
}

.hyou h2.title + p {
  display: inline-block;
  font-size: 0.9em;
  margin: 0 0 0 2%;
}

/* 対応表ボタン */
.hyou-btn {
  background: #f2f2f2;
  display: flex;
  justify-content: center;
  margin: 3.5% 0 0;
}

.hyou-btn .btn {
  border: 1px solid #333333;
  border-radius: 5px;
  background-color: #fff;
  margin: 3% 1%;
  box-shadow: 2px 2px 2px 0 #ccc;
}

.hyou-btn .btn a {
  color: #333333;
  display: block;
  width: 285px;
  padding: 9% 6%;
  font-weight: bold;
  text-decoration: none;
  box-sizing: border-box;
  font-size: 1.1em;
  position: relative;
}

.hyou-btn .btn a::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: url(/static/images/support/list/html/barcode_table/yaji_bl_6.png) no-repeat;
  top: 0;
  bottom: 0;
  right: 2%;
  left: auto;
  margin: auto;
}

.link-btn a {
  border: 1px solid #174EAF;
  border-radius: 5px;
  background: #fff;
  width: 304px;
  display: block;
  padding: 1%;
  box-sizing: border-box;
  position: relative;
  text-decoration: none;
  color: #174EAF;
}

.link-btn a:hover {
  border: 1px solid #174EAF;
  text-decoration: none;
  opacity: 0.6;
}

.link-btn.right a {
  margin: 1.4% 0 0 auto;
}

.link-btn.left a {
  margin: 1.4% auto 0 .6%;
}

.link-btn a {
  border: 1px solid;
  border-radius: 5px;
  background: #fff;
  width: 304px;
  display: block;
  padding: 1%;
  box-sizing: border-box;
  margin: 1.4% 0 0 auto;
  position: relative;
  text-decoration: none;
}

.link-btn a::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: url(/static/images/support/list/html/barcode_table/yaji_bl_6.png) no-repeat;
  top: 0;
  bottom: 0;
  right: 2%;
  left: auto;
  margin: auto;
}

/* 表*/
.list-product {
  width: 790px;
}

/* list-head */
.list-head {
  display: flex;
  /* position: fixed; */
  z-index: 1;
}

.list-head .list-label {
  width: 190px;
  background: #eaf3fa;
  border: 1px solid #333;
  box-sizing: border-box;
  position: relative;
}

.list-head .list-label p {
  margin: auto;
  text-align: center;
  box-sizing: border-box;
  position: absolute;
  width: fit-content;
  height: fit-content;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.list-head .list-btn {
  width: 30px;
}

.list-head .list-product ul {
  display: flex;
}

.list-head .list-product ul li {
  width: 112.86px;
  border-top: 1px solid #333;
  border-right: 1px solid;
  border-bottom: 1px solid;
  box-sizing: border-box;
  background: #fff;
  text-align: center;
  padding: 1% 0;
  font-size: 0.85em;
}

.list-head .list-product ul.list-product-bottom li {
  border-top: none;
}

.list-head .list-product ul li img {
  width: 80px;
  height: auto;
  margin: 0 auto;
}

.list-head .list-product ul {
  display: flex;
  width: 100%;
}

.list-head .list-product ul li a {
  font-size: .8em;
  margin: 6% 0 0;
  display: block;
}

/* リストの中 */
.box-inner {
  display: flex;
}

.box-inner ul {
  margin-top: 0;
}

.list-label ul li {
  background: #EAF3FA;
  border-right: 1px solid #4D4D4D;
  border-bottom: 1px solid #4D4D4D;
  border-left: 1px solid #4D4D4D;
}

.main-list {
  display: flex;
  width: 790px;
}

.main-list li.main-img img {
  width: 75px;
  height: auto;
  display: block;
  margin: 10% auto 2%;
}

.main-list li.main-img a {
  display: block;
  font-size: 0.85em;
  margin: 10% 0 0;
}

.main-list li.main-img a {
  display: block;
}

ul.list-product {
  text-align: center;
  width: 112.86px;
}

ul.list-product li {
  border-right: 1px solid #4D4D4D;
  border-bottom: 1px solid #4D4D4D;
  position: relative;
  width: 112.86px;
  margin: 0;
}

.list-label {
  width: 190px;
}

.list-label ul li:not(.first-list),
ul.list-product li:not(.first-list) {
  font-size: 0.9em;
  height: 32px;
  box-sizing: border-box;
  padding: 5%;
  position: relative;
}

.list-label ul li span,
ul.list-product li span {
  height: fit-content;
  position: absolute;
  margin: auto;
  top: 0;
  left: 5%;
  right: 0;
  bottom: 0;
}

.list-btn {
  width: 30px;
  background: #4D4D4D;
}

.list-btn .first-list span {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: fit-content;
  width: fit-content;
  left: 0;
  right: 0;
  cursor: pointer;
}

.js-fix.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

/* ビジネスモバイルノートPC */
.hyou.box-1 {
  margin: 10% 0 0;
}

.hyou h2.title {
  font-size: 1.6em;
  display: inline-block;
  margin: 0 0 1% 0.4%;
  letter-spacing: 1px;
}

/* ビジネス5in1/2in1ノートPC */
.hyou.box-2 {
  margin: 10% 0 0;
}

/* デスクトップPC */
.hyou.box-3 {
  margin: 10% 0 0;
}

/* スライド */
.slider img {
  height: auto;
  width: 100%;
}
