@charset "UTF-8";
.sp {
  display: none;
}

#container {
  width: 100%;
  color: #333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.7;
  margin-bottom: 115px;
}

div#wrap-container {
  padding: 0;
}

#main-contents {
  width: 100%;
}

h1 {
  border-bottom: 1px solid #ccc;
  font-size: 1.8em;
  margin: 0 0 11px;
  padding-bottom: 3px;
  line-height: 1;
}

/* 看板画像 */
p.title_banner {
  width: 980px;
  margin: 0 auto;
}

/* メニュー */
div#menu {
  margin: 2.2% 0 0;
}

div#menu dl:nth-of-type(1) {
  float: left;
  width: 49.5%;
}

div#menu dl dt {
  padding: 0.2em 1em;
}

div#menu dl dt img {
  width: 55px;
  margin: 0 0.6em 0 0;
  vertical-align: middle;
}

div#menu dl dt span {
  display: inline-block;
  vertical-align: -5px;
  font-size: 1.6em;
  font-weight: bold;
  color: #fff;
}

div#menu dl dd {
  padding: 1.35em 0;
  text-align: center;
}

div#menu dl:nth-of-type(1) dt {
  background-color: #5782ac;
}

div#menu dl:nth-of-type(1) dd {
  background-color: #e7ebec;
}

div#menu dl:nth-of-type(2) {
  float: right;
  width: 49.5%;
}

div#menu dl:nth-of-type(2) dt {
  background-color: #ab5c57;
}

div#menu dl:nth-of-type(2) dd {
  background-color: #eeeae9;
}

div#menu dl:nth-of-type(3) {
  float: left;
  width: 49.5%;
  margin-top: 13px;
}

div#menu dl:nth-of-type(3) dt {
  background-color: #50b29b;
}

div#menu dl:nth-of-type(3) dd {
  background-color: #e8ede7;
}

/* 比較表リンク */
div#comparlink {
  text-align: center;
  margin: 5.6% 0 0;
  padding: 4.9% 4.6% 0;
  display: flex;
  flex-wrap: wrap;
  background-color: #f8f8f8;
  justify-content: space-between;
}

div#comparlink a {
  display: block;
  width: 48.885%;
  margin-bottom: 1.1%;
}

div#comparlink a img {
  width: 100%;
}

div#bccable {
  padding: 1.7% 0 6%;
  margin-bottom: 2%;
  text-align: center;
  background: #f8f8f8;
}

div#bccable img {
  width: 50%;
}

/* 製品一覧 */
div#compar {
  margin: 3% 0 0;
}

div#wire {
  margin: 5% 0 0;
}

div#wire h2 {
  background-color: #50b29b;
  padding: 1.65% 1.8%;
  font-size: 1.6em;
  line-height: 1;
  color: #fff;
}

div#wireless h2 {
  background-color: #ab5c57;
  padding: 1.65% 1.8%;
  font-size: 1.6em;
  line-height: 1;
  color: #fff;
}

div#bluetooth h2 {
  background-color: #5782ac;
  padding: 1.65% 1.8%;
  font-size: 1.6em;
  line-height: 1;
  color: #fff;
}

div.compar-type-a {
  padding: 3% 2% 0;
}

div#compar h3 {
  background-color: #eee;
  padding: 1.2% 1.4% 1.1%;
  font-size: 1.5em;
  line-height: 1;
}

div#compar h3 span {
  display: inline-block;
  vertical-align: middle;
}

div#compar h3 span.small {
  font-size: 0.75em;
  margin: 0 0 0 5%;
}

div.compar-list {
  position: relative;
  margin: 3.5% 0 6%;
}

div#wire div.compar-list h4 {
  border-left: 5px solid #01b4ae;
  padding: 0.6% 0.8% 0.4%;
  font-size: 1.1em;
  line-height: 1.4;
}

div#wireless div.compar-list h4 {
  border-left: 5px solid #ab5c57;
  padding: 0.6% 0.8% 0.4%;
  font-size: 1.1em;
  line-height: 1.4;
}

div#bluetooth div.compar-list h4 {
  border-left: 5px solid #2369ae;
  padding: 0.6% 0.8% 0.4%;
  font-size: 1.1em;
  line-height: 1.4;
}

div.detail {
  margin: 1% 0 0;
}

div.detail a.image-link {
  display: inline-block;
  float: left;
  transition: 0.2s;
  opacity: 1;
}

div.detail a.image-link:hover {
  transition: 0.2s;
  opacity: 0.6;
}

div.detail a.image-link:hover img {
  opacity: 1 !important;
  transition: 0s;
}

div.detail a img.detail {
  display: block;
  width: 198px;
  border: 1px solid #dedede;
}

div.detail a span.type {
  display: block;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

div.detail a span.type.one {
  background-color: #919191;
}

div.detail a span.type.double {
  background-color: #f07905;
}

div.detail div.detail-right {
  float: right;
  width: 720px;
}

div.detail div.detail-right div.product-area {
  float: left;
  width: 220px;
}

div.detail div.detail-right div.product-area p {
  line-height: 1.6;
}

div.detail div.detail-right div.product-area p a {
  display: inline-block;
  background: url(/static/images/common/yaji_maru_bl_15.png) no-repeat 0 41%;
  padding: 0 0 0 1.3em;
  font-size: 1.05em;
  font-weight: bold;
  letter-spacing: 0.03em;
}

div.detail div.detail-right div.icon-area {
  width: 500px;
  float: left;
}

div.detail div.detail-right p img.deal,
div.detail div.detail-right p img.new,
div.detail div.detail-right p img.lim,
div.diff dd img.deal,
div.diff dd img.new,
div.diff dd img.lim {
  vertical-align: -2px;
  margin: 0 0 0 2%;
}

div.detail div.detail-right p span.price {
  display: block;
  font-size: 1.05em;
  letter-spacing: 0.03em;
}

div.detail div.detail-right ul li {
  display: inline-block;
  margin-bottom: 4px;
}

div.detail div.detail-right ul.os li {
  margin-bottom: 0;
}

div.detail div.detail-right ul li img {
  width: 75px;
  height: 45px;
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}

div.detail div.detail-right ul.os {
  margin: 0;
}

div.detail div.detail-right ul.os li {
  display: inline-block;
}

div.detail div.detail-right ul.os li img {
  height: 20px;
  width: auto;
  image-rendering: -webkit-optimize-contrast;
}

div.diff {
  margin: 10px 0 0 0;
  width: 720px;
}

div.diff dl {
  float: left;
  background-color: #e9f3f5;
  padding: 12px;
  width: 696px;
}

div.diff dl.two {
  width: 336px;
}

div.diff dt {
  float: left;
}

div.diff dt img {
  width: 110px;
  border: 1px solid #dedede;
}

div.diff dd {
  float: left;
  padding: 0 0 0 2%;
  line-height: 1.6;
  width: 240px;
}

div.diff dl.two dd {
  width: 216px;
}

div.diff dd.long {
  width: 80%;
}

div.diff span.this,
div.diff span.price {
  display: block;
}

div.diff span.this {
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0 0.3em;
}

div.diff a.text {
  display: inline-block;
  background: url(/static/images/common/yaji_maru_bl_15.png) no-repeat 0 41%;
  padding: 0 0 0 1.3em;
  font-size: 1.05em;
  font-weight: bold;
  letter-spacing: 0.03em;
}

div.diff span.price {
  font-size: 1.05em;
  letter-spacing: 0.03em;
}

/* 一覧表 */
div#ichiran {
  margin: 8% 0 0;
}

#ichiran .ichran_titile {
  line-height: 1.6;
  background-color: #333;
  font-size: 1.7em;
  font-weight: bold;
  text-align: left;
  color: #fff;
  padding: 1% 0.9em;
  margin: 0 0 2%;
  letter-spacing: 1px;
}

table.list-label {
  font-size: 0.85em;
  text-align: center;
  line-height: 1.3;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  border-collapse: collapse;
  margin: 0;
  width: 1350px;
}

table.list-label th {
  background-color: #eaf3fa;
}

table.list-label td img {
  width: 100%;
}

table.list-label th {
  width: 100px;
  padding: 1.5% 0.3%;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
}

table.list-label td {
  width: 96px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 1.5% 0;
}

h2.title {
  border-left: 4px solid #174dad;
  font-size: 1.8em;
  font-weight: bold;
  padding-bottom: 4px;
  background-color: #fff;
  color: #000;
  padding: 8px 15px 3px 10px;
  margin-top: 9%;
  margin-bottom: 12px;
  letter-spacing: 0.15em;
}

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

.link-btn a {
  border: 1px solid;
  border-radius: 5px;
  background: #fff;
  width: 395px;
  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;
}

span.att {
  display: block;
  font-size: 0.9em;
  margin: 15px 0 -30px;
}

.select-banner {
  margin: 10% 0 0;
  padding: 6.2% 4.5% 4.4%;
  text-align: center;
  background-color: #f8f8f8;
  display: flex;
  justify-content: space-between;
}

.select-banner a {
  display: block;
  width: 48.888%;
}

.select-banner a img {
  width: 100%;
}

/* リンクバナー */
.read-code-banner {
  text-align: center;
  margin: 3.6% 0 0;
}

.read-code-banner p {
  color: #333;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-top: 5px;
}

.read-code-banner a {
  display: block;
  width: 50%;
  margin: 0 auto;
}

.read-code-banner a img {
  width: 100%;
}

.kaiyu-banner {
  text-align: center;
  margin: 3.3% auto 0;
  padding: 3.3% 0;
  background-color: #f8f8f8;
}

.attention {
  text-align: right;
  font-size: 1em;
  margin: 6.8% 0 0;
  letter-spacing: 0.3px;
}

/* 関連ページ */
.kanren {
  margin: 2.5% 0 0;
}

.kanren h3 {
  line-height: 1.6;
  text-align: left;
  margin: 1.5% 0 0;
  font-size: 1.7em;
  padding: 1% 0.9em;
  color: #fff;
  background-color: #333;
  font-family: "游ゴシック";
  letter-spacing: 1px;
}

.kanren ul {
  display: flex;
  flex-wrap: wrap;
  margin: 2% 0 0;
}

.kanren ul li {
  margin: 0 2% 0 0;
  width: 230px;
}

.kanren ul li img {
  width: 100%;
}

.kanren ul li:nth-of-type(4n) {
  margin-right: 0;
}

/* clfx */
.clfx:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
