@charset "UTF-8";
/*--------------------------------
    contents
--------------------------------*/
#container_n {
  font-family: YakuhanJPs, "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, Meiryo, "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

#main-contents {
  width: 980px;
  margin: 0 0 30px;
}

/*--------------------------------
    header
--------------------------------*/
h1 {
  margin: 0 0 12px;
  font-size: 1.6em;
  font-weight: bold;
  padding-bottom: 3px;
  border-bottom: 1px solid #ccc;
}

#main-contents header {
  margin-bottom: 15px;
}

#header-title .header-image {
  position: relative;
}

#header-title .header-image img {
  max-width: 100%;
}

#header-title .header-image .header-text {
  position: absolute;
  top: 90px;
  left: 45px;
  line-height: 1.7;
  font-size: 1.05em;
  font-weight: bold;
}

#header-summary {
  margin: 40px 0;
  text-align: center;
}

#header-summary img {
  width: 11.5%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 2%;
}

#header-summary .summary {
  display: none;
}

.header-summary-detail {
  width: 56%;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

.header-summary-detail h2 {
  font-size: 1.2em;
  line-height: 1.7;
  font-weight: bold;
  color: #004da2;
  margin-bottom: 10px;
}

.header-summary-detail .text {
  line-height: 1.4;
}

/*--------------------------------
    banner
--------------------------------*/
.banner-area {
  margin: 20px 0 65px;
  text-align: right;
}

.banner-area .banner-item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 auto;
}

.banner-area .banner-item a {
  display: inline-block;
  margin: 0 0 0 4px;
}

.banner-area .banner-item a.hikaku {
  position: relative;
  border: 2px solid #1B4DA2;
  border-radius: 5px;
  color: #333333;
  font-weight: bold;
  font-size: 1.1em;
  padding: 3px 35px 3px 15px;
}

.banner-area .banner-item a.hikaku img {
  width: 40px;
  vertical-align: -14px;
  margin-right: 5px;
}

.banner-area .banner-item a.hikaku:hover {
  opacity: 0.6;
}

.banner-area .banner-item a.hikaku::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #F00;
  border-right: 2px solid #F00;
  transform: rotate(45deg);
  position: absolute;
  top: 37%;
  right: 3%;
}

.banner-area .banner-item a img {
  vertical-align: -19px;
}

.banner-area .banner-item a span {
  font-weight: normal;
  font-size: 0.9em;
  margin-right: 0.7em;
}

.banner-area .banner-item.wide {
  width: 340px;
}

.banner-area .banner-item.wide a {
  padding-left: 10px;
}

.banner-area .banner-item-top {
  display: flex;
  justify-content: right;
  align-items: flex-start;
  flex-wrap: wrap;
}

.banner-area .banner-item-top a {
  color: #0f499d;
  border: 1px solid;
  border-radius: 6px;
  background-color: #fff;
  display: block;
  height: 60px;
  padding: 5px 23px 5px 10px;
  text-align: left;
  box-sizing: border-box;
  position: relative;
  font-weight: bold;
  font-size: 0.98em;
  margin-left: 8px;
  transition: 0.2s;
  opacity: 1;
}

.banner-area .banner-item-top a > span {
  display: inline-block;
  vertical-align: -1px;
}

.banner-area .banner-item-top a > span.ico-note {
  vertical-align: -3px;
}

.banner-area .banner-item-top a img {
  margin-right: 5px;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.banner-area .banner-item-top a.top-link {
  background-color: #eff6fc;
  width: 320px;
  height: 45px;
  margin-bottom: 10px;
}

.banner-area .banner-item-top a.l-link {
  padding: 5px 28px 5px 12px;
  letter-spacing: 0.08em;
}

.banner-area .banner-item-top a.l-link img {
  margin-right: 19px;
}

.banner-area .banner-item-top a.cable-link {
  padding: 5px 28px 5px 12px;
  letter-spacing: 0.08em;
}

.banner-area .banner-item-top a.cable-link img {
  margin-right: 19px;
}

.banner-area .banner-item-top a.usb-cata-link img {
  width: 27%;
}

.banner-area .banner-item-top a.power-link img {
  width: 16%;
}

.banner-area .banner-item-top a::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #0f499d;
  border-right: 2px solid #0f499d;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: -webkit-calc(50% - 5px);
  top: calc(50% - 5px);
  right: 12px;
}

.banner-area .banner-item-top a:hover {
  opacity: 0.6;
}

.banner-area .banner-item-top a:hover img {
  opacity: 1 !important;
}

/*--------------------------------
    menu
--------------------------------*/
.menu-title {
  font-size: 1.6em;
  font-weight: bold;
  color: #004da2;
  margin-bottom: 30px;
  text-align: center;
}

#menu-link {
  margin: 60px 0 0;
}

#menu-link ul {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 0;
  border-bottom: 3px solid #004da2;
}

#menu-link ul li {
  display: inline-block;
  width: 314px;
  margin: 0 0 0 19px;
  height: 55px;
  font-size: 15px;
}

#menu-link ul li:first-child {
  margin-left: 0;
}

#menu-link ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  position: relative;
  background-color: #bfbfbf;
  border-radius: 5px 5px 0 0;
}

#menu-link ul li a:hover {
  background-color: #004da2;
  text-decoration: none;
}

#menu-link ul li.now a {
  background-color: #004da2;
  pointer-events: none;
}

#menu-link ul li a span {
  width: 90%;
  line-height: 1.4;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#menu-link ul li.wide {
  width: 18.2%;
}

#menu-link ul li.wide a span {
  left: 38%;
}

#menu-link ul li.list {
  width: 8%;
}

#menu-link ul li.list a span {
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

#menu-link ul li.list a {
  background-color: #9fa1a0;
}

#menu-link ul li.list a:hover {
  background-color: #689b9c;
}

/*--------------------------------
    並べ替え
--------------------------------*/
#order-area div.order-area-inner {
  position: relative;
  width: 100%;
  margin: 0 auto 20px;
  padding: 0;
  text-align: right;
}

#order-area select {
  display: inline-block;
  height: 30px;
  border: 1px solid #898989;
  border-radius: 6px;
  padding: 0 5px;
  vertical-align: middle;
}

/*--------------------------------
    リスト
--------------------------------*/
.usbdev-area-result {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
  border-collapse: separate;
  border-spacing: 0 20px;
}

.usbdev-area-result-sub {
  display: table-row;
  width: 100%;
}

.usbdev-item {
  display: table-cell;
  vertical-align: top;
}

#result-area .no-result {
  display: none;
}

#result-area a:hover {
  text-decoration: none;
}

#result-area a:hover .usbdev-item {
  background-color: #f7f7f7;
}

#result-area a:hover img {
  opacity: 1 !important;
}

#result-area .usbdev-item {
  width: 100%;
  margin: 0;
  padding: 30px 3%;
  display: block;
  border: 1px solid #898989;
  font-size: 1em;
  position: relative;
  background-color: #fff;
  box-sizing: border-box;
  margin-bottom: 20px;
}

#result-area .usbdev-item .item.left1st {
  margin: 0 20px 20px 0;
}

#result-area .table + .table {
  margin-top: -15px;
}

#result-area .usbdev-item .item-name {
  font-size: 1.05em;
  font-weight: bold;
  margin: 10px 0 5px;
}

#result-area .usbdev-item .item-sku {
  line-height: 1.4;
  font-weight: bold;
  display: block;
  vertical-align: -2px;
  white-space: nowrap;
}

#result-area .usbdev-item .item-sku::before {
  content: url("/static/images/common/yaji_maru_bl_12.png");
  display: inline-block;
  line-height: 0.9;
  vertical-align: middle;
  margin-right: 1%;
}

#result-area .usbdev-item .item-sku span {
  display: inline-block;
  vertical-align: middle;
}

#result-area .usbdev-item .item-sku span img {
  vertical-align: middle;
}

#result-area .usbdev-item .item-sku span.icon {
  margin-left: 2%;
}

#result-area .usbdev-item .item-sku span.icon img {
  vertical-align: -1px;
}

#result-area .usbdev-item .item-price {
  color: #333;
  line-height: 1.4;
  display: block;
  vertical-align: middle;
  font-weight: normal;
  white-space: nowrap;
  font-size: 0.97em;
}

#result-area .usbdev-item .item-head {
  font-weight: bold;
  font-size: 1.15em;
  line-height: 1.4;
  padding: 0 0 10px;
  word-break: break-all;
}

#result-area .usbdev-item .item-image {
  width: 26%;
  margin: 0 1% 0 0;
  display: inline-block;
  vertical-align: top;
}

#result-area .usbdev-item .item-image img {
  max-width: 100%;
}

#result-area .usbdev-item .item-image img:hover {
  opacity: 0.6 !important;
}

#result-area .usbdev-item .main-photo-area {
  width: 80%;
  padding-left: 12px;
}

#result-area .usbdev-item .ico-trans-receive {
  width: 100%;
  text-align: center;
}

#result-area .usbdev-item .ico-trans-receive span {
  width: 180px;
  background-color: #f2f2f2;
  font-size: 1em;
  font-weight: bold;
  color: #004da2;
  text-align: center;
  margin: 5px auto 0;
  padding: 7px;
  border-radius: 3px;
  box-sizing: border-box;
  display: block;
}

#result-area .usbdev-item .item-detail-area {
  width: 68%;
  display: inline-block;
  vertical-align: top;
}

#result-area .usbdev-item .item-link {
  text-align: center;
  margin-top: 10px;
}

#result-area .usbdev-item .item-link a {
  display: inline-block;
  background-color: #737373;
  border-radius: 30px;
  text-align: center;
  line-height: 25px;
  font-weight: bold;
  color: #fff;
  margin: 0 3px;
  padding: 2px 25px;
  position: relative;
  box-sizing: border-box;
}

#result-area .usbdev-item .item-link a.product-detail-link {
  color: #fff;
  background-color: #004da2;
}

#result-area .usbdev-item .item-link a.product-detail-link::after {
  border-left-color: #fff;
}

#result-area .usbdev-item .item-link a:hover {
  opacity: 0.6;
}

.sort-val-area {
  display: none;
}

/*--------------------------------
    モーダル表示
--------------------------------*/
.modal-content {
  width: 700px;
  max-width: 70%;
  padding: 0;
  box-sizing: border-box;
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: none;
  overflow: hidden;
  border: 0;
  background: none;
  font-size: 1em;
  display: none;
  z-index: 151;
}

.modal-content .modal-inner {
  font-size: 1em;
  margin: 0 0 15px;
  position: relative;
  padding: 25px 0;
  box-sizing: border-box;
  background-color: #fff;
  text-align: center;
}

.modal-content .modal-inner .connection-image-ttl {
  font-weight: bold;
  font-size: 1.1em;
}

.modal-content .modal-inner .connection-image-area {
  font-weight: normal;
  box-sizing: border-box;
  font-size: 0.9em;
  line-height: 1.4;
  width: 100%;
  text-align: center;
  margin: 20px 0;
  padding: 0 2%;
}

.modal-content .modal-inner .connection-image-area a img {
  display: inline-block;
  max-width: 43%;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.modal-content .modal-inner .connection-image-area a + a img {
  margin-left: 2%;
}

.modal-content .modal-inner .close {
  display: block;
  position: relative;
}

.modal-content .modal-inner .close .modal-close {
  width: 10em;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  display: inline-block;
  font-size: 1em;
  cursor: pointer;
  background-color: #393939;
  color: #fff;
  text-align: center;
}

.modal-content .modal-inner .close .modal-close img {
  max-width: 100%;
}

.modal-overlay {
  z-index: 150;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: #000;
  opacity: 0.6;
}

/*--------------------------------
    接続ポート
--------------------------------*/
#result-area .usbdev-item .port-area-outer {
  width: 100%;
  background-color: #f2f2f2;
  padding: 2.5% 2.5% 1.5%;
  box-sizing: border-box;
}

#result-area .usbdev-item .port-area-outer .port-area-ttl {
  font-weight: bold;
  font-size: 1em;
  margin-bottom: 10px;
}

#result-area .usbdev-item .port-area-outer .port-item {
  display: inline-block;
  width: 18.6%;
  height: 90px;
  vertical-align: top;
  border: 2px solid;
  border-radius: 8px;
  padding: 5px 0;
  box-sizing: border-box;
  text-align: center;
  margin: 0 0 1.5% 1%;
  background-color: #fff;
}

#result-area .usbdev-item .port-area-outer .port-item:nth-of-type(5n + 1) {
  margin-left: 0;
}

#result-area .usbdev-item .port-area-outer .port-item.usb {
  border-color: #a1d1ed;
}

#result-area .usbdev-item .port-area-outer .port-item.display {
  border-color: #f5d887;
}

#result-area .usbdev-item .port-area-outer .port-item.lan {
  border-color: #dbbbeb;
}

#result-area .usbdev-item .port-area-outer .port-item.mic {
  border-color: #f8bac6;
}

#result-area .usbdev-item .port-area-outer .port-item.sd {
  border-color: #93d6c9;
}

#result-area .usbdev-item .port-area-outer .port-item .port-num-area {
  height: 36px;
  font-size: 1.1em;
  font-weight: bold;
  position: relative;
}

#result-area .usbdev-item .port-area-outer .port-item .port-num-area .port-num {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

#result-area .usbdev-item .port-area-outer .port-item .port-num-area .port-num img {
  max-width: 48%;
  margin-right: 1%;
  vertical-align: middle;
}

#result-area .usbdev-item .port-area-outer .port-item .port-name {
  margin-top: 5px;
  font-size: 0.85em;
  font-weight: bold;
  line-height: 1.2;
}

#result-area .usbdev-item .port-area-outer .port-item .port-name span {
  letter-spacing: -0.1em;
}

/*--------------------------------
    コネクタ
--------------------------------*/
#result-area .usbdev-item .connector-area {
  margin: 8px 0;
}

#result-area .usbdev-item .connector-area span {
  width: auto;
  height: 30px;
  margin: 3px 1% 3px 0;
  padding: 0 12px;
  line-height: 30px;
  font-size: 0.85em;
  font-weight: bold;
  display: inline-block;
  color: #fff;
  background-color: #0f499d;
  border: 2px solid #0f499d;
}

/*--------------------------------
    仕様
--------------------------------*/
#result-area .usbdev-item .spec-area {
  margin-top: 7px;
}

#result-area .usbdev-item .spec-area span {
  width: auto;
  height: 30px;
  margin: 3px 1% 3px 0;
  padding: 0 12px;
  line-height: 30px;
  font-size: 0.85em;
  font-weight: bold;
  display: inline-block;
  color: #333;
  background-color: #fff;
  border: 1px solid #898989;
  border-radius: 0;
}

#result-area .usbdev-item .spec-area span .ac_adapter {
  color: #0f499d;
  width: auto;
  height: 0;
  margin: 0;
  padding: 1px;
  line-height: 0;
  font-size: 0.85em;
  font-weight: normal;
  display: inline-block;
  background-color: #fff;
  border: 0;
  border-radius: 0;
}

/*--------------------------------
    note
--------------------------------*/
#result-area .usbdev-item .note-area {
  color: #0099ff;
  font-weight: bold;
  margin: 10px 0 20px;
  line-height: 1.4;
}

/*--------------------------------
    非表示
--------------------------------*/
#result-area .usbdev-item .feature-area {
  display: none;
}

#result-area .usbdev-item .connect-type-area {
  display: none;
}

/*--------------------------------
    検索結果なし
--------------------------------*/
#no-result {
  margin: 30px 0 10px 1%;
  border-spacing: 0px;
}

/*--------------------------------
    loading
--------------------------------*/
.list-box {
  position: relative;
  padding-bottom: 35px;
}

#loadingImg {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 2;
}

#loadingImg p {
  margin: 0 auto;
}

#bottomImg {
  width: 100%;
  text-align: center;
  z-index: 2;
}

#bottomImg p {
  margin: 0 auto;
}

/*--------------------------------
    絞り込み検索 タイトル
--------------------------------*/
#search-area {
  margin: 50px 0 10px;
  padding: 0;
  position: relative;
  text-align: center;
}

#search-area .search-title-outer {
  position: relative;
}

#search-area .search-title-outer .search-title-select {
  position: absolute;
  top: 50%;
  right: 20px;
  color: #fff;
  transform: translateY(-50%);
}

#search-area .search-img {
  width: 80px;
  margin-top: 5px;
  margin-left: 15px;
  display: block;
}

#search-area h3,
#search-use-area h3 {
  display: block;
  color: #fff;
  font-size: 1.4em;
  padding: 0 0 0.5% 1em;
  position: relative;
  text-align: left;
  background-color: #1b4da2;
  width: 100%;
  box-sizing: border-box;
  height: 50px;
  line-height: 50px;
}

/*-----------------------------
    用途から選ぶ
-----------------------------*/
#search-use-area {
  margin: 30px 0 80px;
}

#search-use-area #search-use-link {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 20px 0 40px;
}

#search-use-area #search-use-link .search-use-item {
  width: 31%;
  margin-left: 3.5%;
}

#search-use-area #search-use-link .search-use-item:nth-of-type(1) {
  margin-left: 0;
}

#search-use-area #search-use-link .search-use-item a {
  display: block;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  width: 100%;
  box-sizing: border-box;
}

#search-use-area #search-use-link .search-use-item a img {
  max-width: 100%;
}

#search-use-area #search-use-link .search-use-item a span {
  display: block;
  position: relative;
  color: #333;
  font-weight: bold;
  font-size: 0.97em;
  padding: 3% 4%;
  line-height: 1.4;
}

#search-use-area #search-use-link .search-use-item a span::after {
  content: "";
  background-image: url(/static/images/common/yaji_maru_bl_12.png);
  background-size: 100%;
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  top: 50%;
  right: 4%;
  transform: translateY(-50%);
}

#search-use-area #search-use-link .search-use-item a span:hover {
  opacity: 0.6;
}

#search-use-area #search-use-link .search-use-item a span:hover img {
  opacity: 1 !important;
}

#restrict-outer .count-area {
  display: block;
  font-size: 1.5em;
  font-weight: bold;
  color: #333;
  width: 100%;
  text-align: center;
  position: relative;
  margin: 10px 0 0;
}

#restrict-outer .count-area .result-count {
  display: inline-block;
  font-size: 1.7em;
  font-weight: bold;
  color: #ff3100;
  margin: -5px 0.2% 0;
  vertical-align: middle;
}

.check-area dd label {
  white-space: nowrap;
  margin-right: 2%;
  display: inline-block;
  position: relative;
}

.check-area dd .image-top label {
  padding-top: 38px;
}

.check-area dd label:hover {
  cursor: pointer;
}

/*--------------------------------
    製品を絞り込む
--------------------------------*/
.check-area {
  background-color: #fff;
  margin: 0;
  padding: 10px 1%;
  text-align: left;
  display: table;
  border-spacing: 0;
  border: 1px solid #1b4da2;
  box-sizing: border-box;
}

.check-area .title h4 {
  font-size: 1.2em;
  line-height: 1.4;
  color: #666;
  letter-spacing: 1px;
}

.check-area dl {
  padding-bottom: 0;
}

.check-area > dl:nth-of-type(1) {
  border-top: 0;
}

.check-area .select-row {
  display: table-row;
}

.check-area dt.select-title {
  display: table-cell;
  width: 128px;
  margin: 0;
  padding: 20px 0 0 8px;
  box-sizing: border-box;
  color: #06388e;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.4;
  vertical-align: top;
  text-align: left;
  border-bottom: 1px solid #ccc;
}

.check-area .dd-area {
  display: table-cell;
  width: 832px;
  margin: 0;
  padding: 15px 0 15px 10px;
  box-sizing: border-box;
  vertical-align: middle;
  border-bottom: 1px solid #ccc;
}

.check-area dl dd {
  display: inline-block;
  vertical-align: middle;
  width: 195px;
  margin: 10px 0;
  line-height: 20px;
  font-size: 0.9em;
  font-weight: bold;
}

.check-area dl dd.input-long {
  width: 300px;
}

.check-area dl.select-connector .dd-area .connect-typec-area {
  padding: 10px 0 15px;
}

.check-area dl.select-connector .dd-area .connect-usb-area {
  padding: 15px 0 10px;
  border-top: 1px dashed #ccc;
}

.check-area dl.select-connector dd {
  width: 170px;
}

.check-area dl.select-connector .dd-area .connect-area dd:nth-of-type(5) {
  width: 160px;
}

.check-area dl.select-feature dd {
  width: 235px;
}

.check-area dl.select-feature .dd-area dd:nth-of-type(3n + 1),
.check-area dl.select-feature .dd-area dd:nth-of-type(3n + 2) {
  width: 240px;
}

.check-area .input-outer {
  display: inline-block;
}

.search-detail-outer-bottom {
  margin: 0;
}

#select-menu-toggle {
  display: none;
}

.check-area .select-usbpd dt.select-title {
  padding-top: 15px;
}

/*--------------------------------
    チェックボックス
--------------------------------*/
.check-area dd div.input-outer label.no-check {
  cursor: default;
  color: #cbcbcb;
  pointer-events: none;
}

.check-area dd label.loading {
  pointer-events: none;
}

.check-area dd label input[type="checkbox"] {
  display: none;
}

.check-area dd label input + .checkbox-icon {
  position: relative;
  vertical-align: 1px;
  padding: 0 0 0 25px;
}

.check-area dd label input + .checkbox-icon::after,
.check-area dd label input + .checkbox-icon::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
}

.check-area dd label input + .checkbox-icon::before {
  left: 6px;
  margin-top: -9px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #ff8900;
  border-bottom: 3px solid #ff8900;
  transform: rotate(45deg);
  opacity: 0;
}

.check-area dd label input + .checkbox-icon::after {
  left: 0;
  margin-top: -10px;
  width: 15px;
  height: 15px;
  border: 2px solid #ccc;
  background-color: #fff;
}

.check-area dd label input[type="checkbox"]:checked + .checkbox-icon::before {
  opacity: 1;
  z-index: 2;
}

.check-area dd label input[type="checkbox"]:checked + .checkbox-icon::after {
  z-index: 1;
}

.check-area dd label input[type="checkbox"] + .checkbox-icon.two-line::after {
  margin: 0;
}

.check-area dd label span.checkbox-text img {
  display: inline;
  vertical-align: -2px;
  margin-right: 3px;
}

.check-area dd label span.checkbox-text-sub {
  display: none;
}

.check-area dd label span.checkbox-image {
  display: block;
  margin: 0;
  position: relative;
  top: 0;
  left: 20px;
  max-width: calc(100% - 20px);
  color: #7b7a7a;
  text-align: center;
  font-size: 0.95em;
}

.check-area dd label span.checkbox-image img {
  max-width: 100%;
  display: block;
  margin-bottom: 5px;
}

.check-area dd label span.checkbox-image-top {
  display: block;
  position: absolute;
  top: 0;
  left: 5px;
  width: 100%;
  text-align: center;
}

.check-area dd label span.checkbox-image-top img {
  max-width: 80px;
  max-height: 26px;
  display: block;
  margin: 0 auto;
}

.check-area dl dd.connect-ttl {
  width: 115px;
  text-align: center;
  margin: 0 5px 0 0;
}

.check-area dl dd.connect-ttl span {
  display: block;
  margin: 5px 0 0;
}

.check-area dl dd.line-multi label span.checkbox-text {
  display: inline-block;
  vertical-align: top;
}

/*--------------------------------
    USB規格
--------------------------------*/
#search-area #select-usb-toggle {
  background-color: #fff;
  padding: 10px;
  margin: 10px 0;
  display: none;
}

#search-area #select-usb-toggle .select-usb-text {
  font-size: 0.98em;
  line-height: 1.2;
  margin: 10px 0 5px;
}

#search-area #select-usb-toggle .typec-select {
  display: inline-block;
}

#search-area #select-usb-toggle .usb-select {
  display: inline-block;
}

#search-area #select-usb-toggle .usb-port-area .usb-port-ttl {
  width: 185px;
  text-align: center;
  vertical-align: top;
}

#search-area #select-usb-toggle .usb-port-area .usb-port-ttl img {
  display: block;
  margin: 8px auto 0;
}

#search-area #select-usb-toggle .usb-port-area .input-select-ttl {
  text-align: center;
}

#search-area #select-usb-toggle .usb-port-area select {
  width: 130px;
  height: 30px;
  border-color: #ccc;
  color: #333;
  padding: 0 0 0 10px;
  text-align: left;
  margin-top: 3px;
}

#search-area #select-usb-toggle .usb-port-area select option:disabled {
  background-color: #ccc;
}

#search-area #select-usb-toggle .usb-port-area .input-outer.no-check .input-select-ttl {
  cursor: default;
  color: #cbcbcb;
  pointer-events: none;
}

#search-area #select-usb-toggle .usb-port-area .input-outer.no-check select {
  cursor: default;
  color: #cbcbcb;
  pointer-events: none;
}

#search-area #select-usb-toggle .usb-port-area.typec {
  padding: 10px 0 15px;
}

#search-area #select-usb-toggle .usb-port-area.usb {
  padding: 15px 0 10px;
  border-top: 1px dashed #ccc;
}

/*--------------------------------
    USB規格 - 開閉ボタン
--------------------------------*/
#usb-toggle {
  margin: 15px auto 5px;
  text-align: center;
  position: relative;
}

#usb-toggle .usb-toggle-btn {
  margin: 0 auto;
  width: 320px;
}

#usb-toggle .usb-toggle-btn a {
  width: 100%;
  color: #0f499d;
  border: 1px solid;
  height: 30px;
  border-radius: 30px;
  line-height: 30px;
  font-size: 1em;
  font-weight: bold;
  display: block;
  box-sizing: border-box;
  background-color: #fff;
}

#usb-toggle .usb-toggle-btn a:hover {
  opacity: 0.6;
}

#usb-toggle #usb-close-btn {
  display: none;
}

#usb-toggle #usb-close-btn a::after {
  content: "";
  display: inline-block;
  vertical-align: 0;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #004da2;
  margin: 0 0 0 5px;
}

#usb-toggle #usb-open-btn a::after {
  content: "";
  display: inline-block;
  vertical-align: 0;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #004da2;
  margin: 0 0 0 5px;
}

/*--------------------------------
    開閉ボタン
--------------------------------*/
#menu-toggle {
  margin: 30px 0 15px;
  text-align: center;
  position: relative;
}

#menu-toggle .menu-toggle-btn {
  margin: 0 auto;
}

#menu-toggle .menu-toggle-btn a {
  display: block;
}

#menu-toggle .menu-toggle-btn a img {
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

#menu-toggle #reset-area {
  position: absolute;
  bottom: 5px;
  right: 5px;
}

#menu-toggle #reset-area img {
  width: 130px;
  image-rendering: -webkit-optimize-contrast;
}

#menu-toggle #menu-open-btn {
  width: 180px;
}

#menu-toggle #menu-close-btn {
  width: 180px;
  display: none;
}

/*--------------------------------
    リセット
--------------------------------*/
#btn-area {
  margin: 15px 0 0;
  text-align: right;
}

#btn-area .reset a {
  width: 14%;
  background-color: #a0a0a0;
  color: #fff;
  font-weight: bold;
  margin: 0 0 0 auto;
  padding: 8px 10px;
  letter-spacing: 1px;
  text-align: center;
  display: block;
}

#btn-area .reset a:hover {
  cursor: pointer;
  text-decoration: none;
  opacity: 0.7;
}

/*--------------------------------
    選択中の条件
--------------------------------*/
#restrict-outer {
  text-align: center;
  max-width: 95%;
  margin: 60px auto 0;
}

#restrict-outer .count-ya {
  width: 30px;
  margin: 0 auto;
}

#restrict-outer .count-ya img {
  max-width: 100%;
}

#restrict {
  margin: 3px auto;
  font-size: 1.1em;
  line-height: 1.4;
  display: block;
  text-align: center;
}

#restrict-inner {
  width: 100%;
  display: block;
  text-align: center;
}

#restrict-inner.two-line {
  width: calc(100% - 5.4em);
  display: block;
  text-align: left;
  padding-left: 5.4em;
  text-indent: -5.4em;
}

#restrict .title {
  display: inline;
  font-weight: bold;
}

#restrict #sel-choice {
  display: inline;
  font-weight: bold;
}

/*--------------------------------
    popup
--------------------------------*/
.popup-outer.p-img {
  width: 320px;
  height: 130px;
  padding: 5px 10px;
  box-sizing: border-box;
}

.popup-outer img {
  max-height: 40px;
  margin: 0 auto 20px;
  display: block;
}

.popup-outer span {
  font-size: 0.85em;
  display: block;
}

/*--------------------------------
    animation
--------------------------------*/
@keyframes slideInResult {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#result-outer-area {
  min-height: 810px;
  padding: 1px 0;
}

#result-outer .list-box {
  display: none;
}

#result-outer.slideInResult .list-box {
  display: block;
  animation-name: slideInResult;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  position: relative;
  top: 0px;
  left: 0;
}

#result-outer {
  min-height: 650px;
}

#result-outer.slideInResult #result-area .usbdev-area-outer .usbdev-area-result {
  animation-name: slideInResult;
  animation-duration: 0.3s;
  animation-timing-function: ease;
  position: relative;
  top: -20px;
  left: 0;
}

#result-outer.slideInResult #result-area .usbdev-area-outer .usbdev-area-result .usbdev-area .usbdev-item {
  display: block;
}

#result-outer.slideInResult #result-area .usbdev-area-outer .usbdev-area-result .usbdev-area .usbdev-item.is-hidden {
  display: none;
}

#result-outer.slideInResult #result-area .usbdev-area-outer .usbdev-area-result .usbdev-area .usbdev-item[class*="readmore-"] {
  display: none;
}

/*--------------------------------
    電源供給について
--------------------------------*/
#search-area .select-area-inner.select-power {
  position: relative;
}

#search-area .select-area-inner.select-power dt.select-title,
#search-area .select-area-inner.select-power div.dd-area {
  padding-top: 17px;
  padding-bottom: 37px;
}

#search-area .help-power {
  display: block;
  font-size: 0.75em;
  white-space: nowrap;
  color: #3b9ed6;
  position: absolute;
  top: 48px;
  left: 8px;
  z-index: 2;
}

#search-area .help-power::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px 0 0;
  width: 1.5em;
  height: 1.5em;
  background: url(/static/images/product/input/usbdev/icn_help_bl.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  top: -1px;
}

#search-area .help-power:hover {
  opacity: 0.6;
}

#power-ex-area {
  width: 980px;
  max-height: 85%;
  overflow-y: auto;
  padding: 30px 2.5%;
  background-color: #fff;
  border: 1px solid #707070;
  box-sizing: border-box;
  position: fixed;
  top: 10%;
  left: -webkit-calc(50% - 490px);
  left: calc(50% - 490px);
  z-index: 2010;
  font-size: 1rem;
  display: none;
}

#power-ex-area .ttl {
  color: #1c4ca3;
  font-weight: bold;
  font-size: 1.3em;
  margin-bottom: 30px;
  text-align: center;
}

#power-ex-area .text-area {
  position: relative;
}

#power-ex-area .text-area .text-area-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  border-bottom: 1px solid #c3c3c3;
  margin-bottom: 20px;
  padding-bottom: 25px;
}

#power-ex-area .text-area .text-area-item:nth-last-of-type(1) {
  border-bottom: 0;
  margin-bottom: 0;
}

#power-ex-area .text-area .image-area {
  width: 13%;
  padding-left: 1%;
  box-sizing: border-box;
}

#power-ex-area .text-area .image-area img {
  max-width: 100%;
}

#power-ex-area .text-area .text-ttl-area {
  margin: 10px 20px;
  width: 80%;
}

#power-ex-area .text-area .text-ttl-area .item-ttl {
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 7px;
  line-height: 1.2;
}

#power-ex-area .text-area .text-ttl-area .item-text {
  font-size: 0.95em;
  line-height: 1.5;
}

#power-ex-area .text-area a.close-btn {
  width: 32px;
  height: 32px;
  margin: 0;
  padding: 0;
  display: block;
  position: absolute;
  top: -12px;
  right: -12px;
}

#power-ex-area .text-area a.close-btn img {
  max-width: 100%;
}

#power-ex-area .text-area a.close-btn:hover {
  text-decoration: none;
  opacity: 0.6;
}

/*--------------------------------
    カタログ・資料請求
--------------------------------*/
div#catalog-pc {
  border: 0.2em solid #9fbfe6;
  border-radius: 0.7em;
  background-color: #dbe7f5;
  padding: 2% 7.5% 2% 5%;
  margin: 50px 0 50px 0;
}

div#catalog-sp {
  border: 0.2em solid #9fbfe6;
  border-radius: 0.7em;
  background-color: #dbe7f5;
  padding: 3% 5%;
  margin: 5% 0;
  display: none;
}

div#catalog-pc div.cata_left {
  float: left;
  width: 75%;
  padding-top: 2%;
}

div#catalog-pc div.cata_left p {
  font-weight: bold;
  font-size: 1.3em;
  margin-bottom: 3%;
}

div#catalog-pc div.cata_left span {
  display: block;
  font-size: 0.95em;
  line-height: 1.6;
}

div#catalog-pc div.cata_left ul {
  margin-top: 3.5%;
}

div#catalog-pc div.cata_left ul li {
  float: left;
  width: 45%;
  padding-right: 2%;
}

div#catalog-pc div.cata_left ul li a {
  display: block;
  text-align: center;
  padding: 5%;
  background-color: #125eac;
  color: #ffffff;
  font-size: 0.95em;
}

div#catalog-pc div.cata_left ul li a:hover {
  text-decoration: none;
}

div#catalog-pc div.cata_right {
  float: right;
  width: 16.5%;
  text-align: center;
}

div#catalog-pc div.cata_right img {
  width: 100%;
}

/*--------------------------------
    header
--------------------------------*/
#header {
  position: relative;
}

#search-area .slider-box {
  width: 95%;
  margin: 5px auto 10px 24px;
  display: block;
  border: 1px solid #eee;
}

#search-area .slider-box .box-upper {
  padding: 10px 15px;
}

#search-area .slider-box .box-lower {
  padding: 20px 15px;
  background-color: #eee;
}

#search-area .slider-box .box-upper p {
  margin-bottom: 15px;
  font-size: 1.03em;
}

/*--------------------------------
    slider
--------------------------------*/
body.mac #search-area .slider-box .box-upper p {
  margin-bottom: 15px;
  font-size: 1.2em;
}

#search-area .slider-box .box-lower p {
  font-size: 0.9em;
}

#search-area .slider-box div.clfx {
  margin: 10px auto;
}

#search-area .slider-box #slider {
  width: 78%;
  display: inline-block;
  margin: 10px;
  vertical-align: middle;
}

#search-area .slider-box .box-upper .btn-reset-price {
  width: 97px;
  height: 30px;
  line-height: 30px;
  font-size: 0.9em;
  margin-left: 7px;
  padding-left: 0;
  text-align: center;
  background-color: #fff;
  border-radius: 6px;
  color: #333;
  text-align: center;
  display: inline-block;
  border: 2px solid #ccc;
  box-shadow: none;
  font-weight: bold;
}

#search-area .slider-box .box-upper .btn-reset-price:hover {
  text-decoration: none;
  opacity: 0.6;
}

#search-area .select-limits {
  margin-top: 10px;
  text-align: center;
  position: relative;
  height: 30px;
}

#search-area .select-limits input {
  width: 100px;
  height: 30px;
  position: absolute;
  top: -4px;
  z-index: 100;
  border: 1px solid #ccc;
  color: #333;
  padding: 0 0 0 5px;
  box-sizing: border-box;
}

#search-area .select-limits input#price-low-select {
  left: 150px;
}

#search-area .select-limits input#price-hi-select {
  left: 331px;
}

body.safari select {
  -webkit-appearance: menulist-button;
}

#search-area .select-limits .unit {
  position: absolute;
  top: 10px;
}

#search-area .select-limits span#unit-low {
  left: 256px;
}

#search-area .select-limits .inter {
  position: absolute;
  top: 5px;
  left: 270px;
}

#search-area .select-limits span#unit-hi {
  left: 438px;
}

/* 写真エリア */
.photo-area {
  margin: 0;
  padding: 12px 7px 2px 0;
}

.photo-area .photo-inner div {
  float: left;
  margin-bottom: 6px;
}

.photo-area .photo-inner div:nth-child(4n) {
  margin-right: 0;
}

.photo-area .photo-inner div a {
  display: block;
  padding-right: 6px;
}

.photo-area .photo-inner div a:link img,
.photo-area .photo-inner div a:visited img {
  border: 1px solid #d1d1d1;
  vertical-align: bottom;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
}

.photo-area .photo-inner div a:link img.movie,
.photo-area .photo-inner div a:visited img.movie {
  padding: 0;
  background-color: #fff;
}

.photo-area .photo-inner div a:hover img,
.photo-area .photo-inner div a:active img {
  border: 3px solid #01aef0;
  vertical-align: bottom;
  width: 54px;
  height: 54px;
  box-sizing: border-box;
}

.photo-area .photo-inner div a:hover,
.photo-area .photo-inner div a:active {
  margin: -2px;
}

/* メイン画像
--------------------------------------*/
#main-photo-area {
  min-height: 340px;
  height: auto !important;
  /* for modern browser */
  height: 340px;
  /* for ie6 */
  text-align: center;
}

#main-photo-area #main-photo {
  margin: 0 auto;
}

#main-photo-area.movie a.photo_modal_open,
#main-photo-area.movie a.photo_modal_open_ini {
  display: block;
  position: relative;
  width: 300px;
  height: 300px;
  margin: 0 auto;
  background-color: #000;
}

#main-photo-area.movie a.photo_modal_open #main-photo,
#main-photo-area.movie a.photo_modal_open_ini #main-photo {
  margin: 0 auto;
  max-width: 300px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#main-photo-area.movie a.photo_modal_open img,
#main-photo-area.movie a.photo_modal_open_ini img {
  opacity: 1 !important;
}

#main-photo-area.movie a.photo_modal_open:hover,
#main-photo-area.movie a.photo_modal_open_ini:hover {
  opacity: 0.6;
}

#main-photo-area.movie a.photo_modal_open:after,
#main-photo-area.movie a.photo_modal_open_ini:after {
  content: "";
  width: 85px;
  height: 85px;
  background-image: url(/static/images/product/syohin_photo/thum_movie.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  z-index: 2;
}

/* ----- 製品画像 モーダル表示 -----*/
#s-photo-modal-scroll {
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  overflow: auto;
  position: fixed;
  /*	padding-bottom: 1px;*/
  padding: 0 0 1px;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
  z-index: 2007;
}

#s-photo-modal-popover {
  width: 980px;
  position: absolute;
  min-width: 0;
  max-width: 90%;
  padding: 0;
  z-index: 2008;
  height: auto;
  margin: 40px 0;
  opacity: 1;
  display: inline-block;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

#syohin-photo-wrapper {
  overflow: visible;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #fff;
  z-index: 2009;
}

#syohin-photo-container {
  width: 940px;
  height: auto;
  margin: 0;
  padding: 15px 20px 30px;
  text-align: left;
  background-color: #fff;
  z-index: 2010;
}

#syohin-photo-container h1.syohin-photo-ttl {
  margin: 0 0 10px;
  padding: 0 0 0 20px;
  font-size: 0.95em;
  position: relative;
  border: 0;
  font-weight: bold;
  font-weight: 600;
}

#syohin-photo-container h1.syohin-photo-ttl > span {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 60px);
}

#syohin-photo-container h1.syohin-photo-ttl > span > span {
  display: inline-block;
  padding-right: 10px;
  vertical-align: middle;
  width: auto;
}

#syohin-photo-container h1.syohin-photo-ttl span span#part_number {
  font-size: 1em;
  line-height: 1.3;
}

#syohin-photo-container h1.syohin-photo-ttl a {
  position: absolute;
  right: 0;
  top: 0;
}

#syohin-photo-container #gallery {
  padding: 0;
}

#syohin-photo-container #main-photo-inner {
  padding: 0 176px;
}

#syohin-photo-container #main-photo-left,
#syohin-photo-container #main-photo-mid,
#syohin-photo-container #main-photo-right {
  float: left;
}

#syohin-photo-container #main-photo-left {
  padding-right: 20px;
}

#syohin-photo-container #main-photo-right {
  padding-left: 20px;
}

#syohin-photo-container #main-photo-left,
#syohin-photo-container #main-photo-right {
  min-height: 270px;
  /* for modern browser */
  height: auto !important;
  /* for modern browser */
  height: 270px;
  /* for IE */
  padding-top: 230px;
}

#syohin-photo-container #main-photo-mid {
  width: 500px;
  min-height: 500px;
  /* for modern browser */
  height: auto !important;
  /* for modern browser */
  height: 500px;
  /* for IE */
  margin: 0 auto;
  vertical-align: middle;
}

#syohin-photo-container #main-photo-mid img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#syohin-photo-container #main-photo-mid .usbdev-item {
  margin: 0 auto;
}

#syohin-photo-container #main-photo-mid .photo {
  margin: 0;
  width: 500px;
  height: 500px;
  position: relative;
}

#syohin-photo-container #main-photo-mid .movie {
  margin: 0;
  width: 500px;
  height: 500px;
  position: relative;
  background-color: #000;
}

#syohin-photo-container #main-photo-mid .movie .movie-inner {
  position: relative;
  height: 0;
  padding: 0 0 56.15%;
  overflow: hidden;
  top: 50%;
  transform: translateY(-50%);
}

#syohin-photo-container #main-photo-mid .movie .movie-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#syohin-photo-container #main-photo-mid .text {
  margin: 0 0 20px;
  font-size: 0.8em;
}

#syohin-photo-container #thumbs {
  padding: 20px 15px 0;
}

#syohin-photo-container #thumbs li {
  float: left;
  margin: 0;
  padding: 0 0 8px 8px;
  letter-spacing: normal;
  vertical-align: top;
}

#syohin-photo-container #thumbs li img {
  vertical-align: bottom;
}

#syohin-photo-container #thumbs li a {
  outline: none;
}

#syohin-photo-container #thumbs li a img.movie {
  padding: 0;
}

#syohin-photo-container #thumbs li a:link img,
#syohin-photo-container #thumbs li a:visited img {
  border: 1px solid #d1d1d1;
  vertical-align: bottom;
  width: 52px;
  height: 52px;
  box-sizing: border-box;
}

#syohin-photo-container #thumbs li a:hover img,
#syohin-photo-container #thumbs li a:active img {
  border: 3px solid #01aef0;
  vertical-align: bottom;
  width: 56px;
  height: 56px;
  box-sizing: border-box;
  margin: -2px -2px -4px -2px;
}

#syohin-photo-container #thumbs li:nth-of-type(15n) a:hover img,
#syohin-photo-container #thumbs li:nth-of-type(15n) a:active img {
  margin: -2px;
}

#syohin-photo-container #thumbs li.active a img {
  border: 3px solid #01aef0;
  vertical-align: bottom;
  width: 56px;
  height: 56px;
  box-sizing: border-box;
  margin: -2px -2px -4px -2px;
}

#syohin-photo-container #thumbs li:nth-of-type(15n).active a img {
  margin: -2px;
}

#syohin-photo-container .photo-comment {
  margin: 15px 0 0;
  font-size: 1.2em;
  text-align: center;
}

#syohin-photo-container .photo-comment a img {
  width: 420px;
  margin: 0 auto;
}

#syohin-photo-container .close {
  margin: 20px 0 0;
  text-align: center;
}

.output-w a {
  display: inline-block;
  background-color: #0077c8;
  border-radius: 5px;
  text-align: center;
  line-height: 55px;
  width: 332px;
  color: #fff;
  margin: 0 3px;
  padding: 2px 25px;
  position: relative;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 20px;
}

.output-w a:hover {
  opacity: 0.6;
}

.arrow_right {
  position: relative;
  padding-left: 25px;
}

.arrow_right::after {
  /* 棒の表示設定 */
  content: "";
  position: absolute;
  top: calc(50% - 1.5px);
  left: 620px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg) translate(0, -50%);
  transform: rotate(45deg) translate(0, -50%);
  opacity: 1;
}

/*--------------------------------
    件数表示ウインドウ
--------------------------------*/
div#fixed-window-area {
  width: 185px;
  height: 160px;
  position: fixed;
  top: 40%;
  left: 980px;
  z-index: 990;
  transition: bottom 0.5s ease-in-out;
  display: none;
}

div#fixed-window-area div#fixed-window-area-inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 30px 25px;
  box-sizing: border-box;
}

div#fixed-window-area div#fixed-window-area-inner::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.9;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}

div#fixed-window-area div#fixed-window-area-inner .fixed-window-text {
  font-weight: bold;
  font-size: 1.2em;
}

div#fixed-window-area div#fixed-window-area-inner .fixed-window-link {
  margin: 5px 0 0;
}

div#fixed-window-area div#fixed-window-area-inner .fixed-window-link a {
  background-color: #0f499d;
  color: #fff;
  padding: 7px 10px;
  display: inline-block;
  box-sizing: border-box;
  font-weight: bold;
  font-weight: 500;
  font-size: 0.97em;
}

div#fixed-window-area div#fixed-window-area-inner .fixed-window-link a:hover {
  opacity: 0.6;
}

div#fixed-window-area div#fixed-window-area-inner span#result-count-window {
  display: inline;
  font-size: 1.7em;
  font-weight: bold;
  line-height: 1.4;
  color: #ff3100;
  vertical-align: baseline;
  margin-right: 0.1em;
}

/*--------------------------------
    L字変換アダプタのご紹介
--------------------------------*/
#l-shaped-introduction {
  width: 100%;
  margin: 0 auto 10.2%;
  position: relative;
}

#l-shaped-introduction .l-shaped-bg {
  width: 100%;
  margin: 0 auto;
}

#l-shaped-introduction .l-shaped-link {
  position: absolute;
  top: 83.9%;
  left: 0;
  right: 0;
  width: 86.9%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

#l-shaped-introduction .l-shaped-link a {
  display: block;
  width: 49.3%;
  margin: 0;
}

#l-shaped-introduction .l-shaped-link a img {
  width: 100%;
}

/*--------------------------------
    visible
--------------------------------*/
.sp {
  display: none;
}

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