/*4行目以降の余白対応*/
.pager>li>a,
.pager>li>span {
  padding: 0 0.2em;
}

.button_s{
  width: 166px;
  height: 36px;
  line-height: 36px;
  border-radius: 18px;
  font-weight: bold;
  font-size: 1.6rem;
  background: #274584;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap:5px;
}

.button_s i.compare{
  width: 19px;
  height: 18px;
  display: block;
  background: url(../svg/scale-balance-white.svg) no-repeat  50% 50% / 19px;
}

.button_m{
  width: 243px;
  height: 36px;
  line-height: 36px;
  border-radius: 18px;
  font-weight: bold;
  font-size: 1.6rem;
  background: #274584;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap:5px;
}

.button_m i.ord{
  width: 19px;
  height: 18px;
  display: block;
  background: url(../svg/order_list.svg) no-repeat  50% 50% / 19px;
}
@media screen and (max-width: 1024px) {

  .button_m{
    width: 210px;
    height: 36px;
    line-height: 36px;
    border-radius: 25px;
    font-size: 1.4rem;
  }

}

/*詳細修正　style.css*/

@media screen and (min-width: 768px) {
  .detail-block .box {
    padding: 0px;
  }
}
@media screen and (min-width: 1025px) {

  .detail-block .box {
    padding: 0 0 0 20px;
  }

  #container-a.product-page-detail .wrap{
    padding-right: 0;
  }
}

.detail-block .price {
  font-size: 2.6rem;
}
.detail-block .goods-name {
  padding-right: 60px;
  font-size: 2.2rem;
}

.detail-block .row .col1 {
  font-size: 1.8rem;
}
.detail-block .row.request .col3 a {
    display: block;
    width: 220px;
    height: 46px;
    line-height: 44px;
    font-size: 1.8rem;
}
.table1 tr td,
.table1 tr th {
    border: 1px solid #DDDDDD;
    font-size: 1.6rem;
    padding: 10px 14px;
}
.table1 tr th {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  #container-a .wrap.wide {
    padding: 0 30px;
  }
  .sort-list-head .box .item dt{
    white-space: nowrap;
  }
  .sort-list-head .box .item dd{
    white-space: nowrap;
  }
}

@media screen and (min-width: 1025px) {
  body{
    overflow-x: visible;/*スティッキー 対応*/
  }

  #all-wrap,
  #container-a{
    overflow: visible;
  }

  #container-a{
    overflow: visible;
  }

  #container-a.product-page-detail{
    padding-bottom: 150px;
    margin-top: 130px;
  }

  /*header*/
  .header {
    position: fixed;
    height: 70px;
    transition: all 0.3s ease;
  }

  .header .wrap {
    max-width:none;
    margin: 0 auto;
    padding: 10px;
    align-items: center;
  }

  /*フッターナビ*/
  #float-nav {
    width: 100%;
    height: 60px;
  }

  #float-nav .wrap .list>li>a {
    padding-top: 8px;
    display: block;
  }

  #float-nav .wrap .list>li>a i {
    width: 30px;
    height: 30px;
  }

  #float-bar {
    right: 20px;
    bottom: 90px;
    left: auto;
    display: flex;
    justify-content: flex-end;
    width: auto;
  }

  #float-bar .wrap{
    width: auto;
    margin: 0;
    padding: 0;
  }

  #float-bar .wrap .float-bar-box.nosave .row1 {
    margin-right: 0;
  }

/*   #button-request {
    display: none;
  }
 */

  #float-bar .wrap .float-bar-box .row2 {
    display: flex;
    height: 50px;
    border-radius: 50px;
    overflow: hidden;
    font-size: 2rem;
    width: 340px;
    background-color: #264684;
  }

  #float-bar .wrap .float-bar-box .row2 .col1::after,
  #float-bar .wrap .float-bar-box .row2 .col2::after {
    border-color:#fff;
  }

  #float-bar .wrap .float-bar-box .row2 .col1 {
    position: relative;
    padding-top: 11px;
    padding-left: 30px;
    color: #fff;
  }

  #float-bar .wrap .float-bar-box .row2 .col2 {
    padding-top: 11px;
    color: #fff;
  }

  #float-bar .wrap .float-bar-box .row2 .col3 {
    padding-top: 11px;
    color: #fff;
  }

  #float-bar .wrap .float-bar-box .row1 {
    display: flex;
    height: 50px;
    border-radius: 50px;
    box-shadow: 0px 0px 35px -2px rgba(110, 110, 110, 0.2);
    color: #fff;
    background-color: #264684;
    font-size: 1.6rem;
  }

  #float-bar .wrap .float-bar-box .row1 .col2 i img,
  #float-bar .wrap .float-bar-box .row1 .col1 i img{
    display: none;
  }

  #float-bar .wrap .float-bar-box .row1 .col1{
    width: 220px;
    height: 100%;
    display: flex;
    justify-content: center;
  }

  #float-bar .wrap .float-bar-box .row1 .col2{
    width: 300px;
    display: flex;
    justify-content: center;
  }

  #float-bar .wrap .float-bar-box .row1 .col2 i,
  #float-bar .wrap .float-bar-box .row1 .col1 i {
    display: flex;
    width: 30px;
    height:100%;
    align-items: center;
    justify-content: flex-end;
  }

  #float-bar .wrap .float-bar-box .row1 .col1 i{
    background-image: url(../svg/tray-arrow-down3.svg);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center;
  }

  #float-bar .wrap .float-bar-box .row1 .col2 i{
    background-image: url(../svg/tune3.svg);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center;
  }

  #float-bar .wrap .float-bar-box .row1 .col1 span,
  #float-bar .wrap .float-bar-box .row1 .col2 span {
    width: auto;
    padding-left: 0;
  }

  #float-bar .wrap .float-bar-box.nosave .row1 .col2 {
    width: 100%;
    padding: 0 20px;
  }

  #float-bar .wrap .float-bar-box .row2 span.col1,
   #float-bar .wrap .float-bar-box .row2 span.col2 {
    color: #fff;
    opacity: 0.7;
}

  /*コンテナ内*/
  #container-a {
    margin-top: 70px;
  }

  #container-a .wrap.wide {
    max-width: none;
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    margin-top: 0px;
  }

  .sort-list-wrap .sort-list-wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .sort-list{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 15px;
    padding: 0 20px;
    width: 100%;
  }

  .sort-list>li:not(:nth-child(4n)) {
    margin-right: 0;
  }

  .sort-list>li {
    position: relative;
    width:  200px;
    margin-bottom: 30px;
  }

  /*詳細*/
  .detail-block .detail-block-head{
    top: 70px;
  }
  .scroll-top .detail-block .detail-block-head {
    top: 70px;
  }
  .scroll-down .detail-block .detail-block-head{
    top: -70px;
  }

  .goods-image {
    position: sticky;
    top: 30px;
    width: 36%;
    max-width: 620px;
    align-items: flex-start;
    z-index: 10;
    overflow: visible;
    margin-bottom: 0px;
  }

  .detail-block{
    overflow: visible;
    display: flex;
    padding: 20px 30px 0;
    max-width: 1800px;
    margin: 0 auto;
    width: 100%;
    align-items: flex-start;

  }

  .detail-block .detail-slider.sold::after {
    content: '';
    position: absolute;
    display: block;
    width: 27%;
    height: 27%;
    max-width: 188px;
    max-height: 188px;
    background-size: 100% auto;
    bottom: 0;
    left: 0;
  }

  .detail-block .body{
    width: 64%;
    padding-left: 2%;
  }

  .detail-block #float-bar {
    bottom: 12%;
    position: absolute;
  }
}

/*
比較
*/
.sort-list.compare{
  padding-top:30px;
}

.sort-list.compare .list{
  padding-top: 0px;
  padding-bottom: 30px;
}

.compare-box{
  position: absolute;
  right:0;
  top:-30px;
  display: flex;
  flex-direction: row-reverse;
  padding: 0;
  background: transparent;
  z-index: 1;
}

.compare-box .check-group span::before {
  background: #fff;
}

.compare-box .check-group span{
  height: 26px;
}
.compare-box p{
  padding-top: 7px;
  text-align: center;
  font-size: 1.1rem;
  white-space: nowrap;
  padding-right: 4px;
}

/*------------------
チェックボックス
------------------*/
.check-group3 {
  cursor: pointer;
  margin-bottom: 10px;
}

.check-group3 label {
  display: block;
  margin-right: 10px;
  padding: 0;
  line-height: 1em;
  cursor: pointer;
}

.check-group3 span {
  padding-left: 26px;
  position: relative;
  padding-top: 2px;
  padding-bottom: 5px;
  line-height: 1.3em;
  display: block;
  font-size: 1.8rem;
  height: 27px;
  color: #999999;
  white-space: nowrap;
}

.check-group3 span.clr-key {
  color: #284684;
}

/*チェック枠*/
.check-group3 span::before {
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  left: 0;
  width: 26px;
  height: 26px;
  position: absolute;
  border-radius: 4px;
  border: 3px solid #999999;
  background: #ffffff;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.check-group3  input:checked+span::before {
  border: 3px solid #0077F7;
}

.check-group3.check-red span::before {
  border: 2px solid #5C8DEE;
}
.check-group3 input:checked+span::before {
  background: #0077F7;
}

/*チェック*/
.check-group3 input:checked+span::after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 5px;
  transform: rotate(-45deg);
  width: 15px;
  height: 8px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

.check-group3 input {
  display: none;
}

@media screen and (max-width: 425px) {
  #float-nav .wrap .list>li>a>span {
    letter-spacing: -0.05em;
  }
}

/*header*/
.header2 .ttl.icon .compare{
  width: 27px;
  margin-top: -2px;
}

.header2 .ttl.icon .compare{
  margin-right: 8px;
}

.header2 .ttl.icon .compare img{
  vertical-align: middle;
}

/*
保存したまとめて比較
*/

.compare-list{
  margin-bottom: 45px;
}

.compare-list>li{
  display: flex;
  position: relative;
  padding: 25px 0;
  border-bottom: 1px solid #B9B9B9;
}

.compare-list>li .col1{
  width: 47px;
  padding-left: 1em;
  display: flex;
}

.compare-list>li .col2{
  width: calc(100% - 47px);
}

.compare-list>li .col2 .name{
  font-size: 1.8rem;
}

.compare-list>li .col2 time{
  font-size: 1.1rem;
}

.compare-list>li .col2 .button{
  position:static;
  width: 127px;
  line-height: 35px;
  border-radius: 6px;
  background: #264684;
  font-weight: bold;
  font-size: 1.3rem;
  text-align:center;
  color: #fff;
  display: block;
  margin:  auto 0 auto auto;
  transition: opacity 0.3s ease;
}

@media screen and (min-width: 1024px) {

  .compare-list>li .col2 .name{
    font-size: 2rem;
  }
  .compare-list>li .col2 time{
    font-size: 1.2rem;
  }

  .compare-list>li .col2 .button{
    right:0;
    top:22px;
    position: absolute;
  }

}


/*
下部要素
*/

.bottom_area {
  position: relative;
  margin-top: 100px;
  padding-left: 30px;
}

.bottom_area .button_s {
  position: absolute;
  right: 30px;
  top: -10px;
}

.bottom_area .ttl{
  margin-bottom:20px;
  font-size: 2.4rem;
  color: #333333;
}
@media screen and (max-width: 767px) {
    .bottom_area .ttl {
      font-size: 2rem;
    }

  .bottom_area .button_s {
    position: absolute;
    right: 0;
    top: 0px;
  }

  .bottom_area {
    margin-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .bottom_area .button_s {
    right: 30px;
    top: -4px;
  }
}


/*
ソートリスト
*/
.compare-slider-wrap{
  padding: 0 30px;
}
.sort-list-wrap3{
  position: relative;
  padding: 30px 0 0;
  overflow: hidden;
}

.sort-list-wrap3 .swiper-button-next,
.sort-list-wrap3 .swiper-button-prev {
  right: 0;
  left: auto;
  top: 85px;
  width: 56px;
  height: 84px;
  background: #999999;
}

.sort-list-wrap3 .swiper-button-next:after,
.sort-list-wrap3 .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 30px;
  text-transform: none !important;
  color:#fff;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.sort-list-wrap3 .swiper-button-prev {
  left: 0;
}

@media screen and (max-width: 767px) {
  .compare-slider-wrap{
    padding: 0 20px;
  }

  .sort-list-wrap3  .swiper-button-next,
  .sort-list-wrap3  .swiper-button-prev {
    right: 0;
    left: auto;
    width: 30px;
    height: 50px;
  }

  .sort-list-wrap3 .swiper-button-next:after,
  .sort-list-wrap3 .swiper-button-prev:after {
    font-size: 20px;
  }

  .sort-list-wrap3 .swiper-button-prev {
    left: 0;
  }

}


.sort-list3{
  display: flex;
  margin-bottom: 60px;
}

/*newタグ*/
.sort-list3>div.new::after{
  content:'NEW';
  position: absolute;
  display: block;
  width: 56px;
  height: 20px;
  line-height: 20px;
  top:0;
  left:0;
  background:#FF0080;
  color:#fff;
  text-align: center;
  font-size: 1.3rem;
}

/*iconタグ*/
.sort-list3>div.voice .voice-tag{
  content: '';
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  top: 0;
  right: 0;
  background: #F2B600;
  color: #fff;
  background-position:center;
  background-image: url(../svg/account-tie-voice.svg);
  background-size: 23px auto;
  background-repeat: no-repeat;
  z-index: 2;
}
.sort-list3>div.received .voice-tag{
  content: '';
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  top: 0;
  right: 0;
  color: #fff;
  background-position:center;
  background-image: url(../svg/jsumi.svg);
  background-size: 36px auto;
  background-repeat: no-repeat;
  z-index: 2;
}

/*soldタグ*/
.sort-list3>div .image{
  position: relative;
}

.sort-list3>div.sold .image a{
  /*pointer-events: none;*/
}

.sort-list3>div.sold .image::before {
  content:'';
  position: absolute;
  width: 79px;
  height: 79px;
  bottom: 0;
  left: 0;
  background-position: center;
  background-image: url(../svg/nostock.svg);
  background-size: 79px auto;
  background-repeat: no-repeat;
}

.sort-list3>div .image .company{
  position: absolute;
  bottom: 0;
  right: 0;
}
.sort-list3>div .image .company.type1{
  background: url(../svg/logo.svg) center no-repeat;
  background-size: 100%;
  width: 33px;
  height: 20px;
}
.sort-list3>div .image .company.type2{
  background: url(../img/logo_komehyo.PNG) center no-repeat;
  background-size: 100%;
  width: 100px;
  height: 20px;
}

.sort-list3>div{
  position: relative;
  width: 200px;
  margin-bottom: 30px;
}

.sort-list3>div{
  margin-right: 10px;
}

.sort-list3>div .box{
  position: relative;
  padding: 0 5px;
}

.sort-list3>div .image{
  margin-bottom: 10px;
}

.sort-list3>div .box .like {
  position: absolute;
  right: 0;
  top: -2px;
  width: 23px;
  height: 21px;
  background-image: url(../svg/heart-outline.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  cursor: pointer;
}

.sort-list3>div .box .like.active {
  background-image: url(../svg/heart.svg);
}

.sort-list3>div .box .price{
  font-size: 1.5rem;
  margin-bottom: 12px;
  font-weight: bold;
}

.sort-list3>div .box a{
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.sort-list3>div .goods-name{
  font-size: 1.4rem;
  line-height: 1.4;
  color: #666;
  max-height: 5.6em;
  overflow: hidden;
}
.sort-list3>div .size{
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 1.2rem;
  color: #858585;
}
.sort-list3>div .accessories{
  display: flex;
  color: #858585;
  font-size: 1.2rem;
  max-height: 2.8em;
  overflow: hidden;
}
.sort-list3>div .accessories span:first-child{
  white-space: nowrap;
}

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

  .sort-list3 {
    margin-bottom: 30px;
  }

  .sort-list3>div {
    position: relative;
    /* width: calc((100% - 20px) / 3); */
    width: 180px;
    margin-bottom: 15px;
  }

  .sort-list3>div.new::after {
    width: 39px;
    height: 18px;
    line-height: 18px;
    color: #fff;
    font-size: 1.1rem;
  }

  .sort-list3>div.sold .image::before {
    width: 45px;
    height: 45px;
    background-size: 45px;
  }
}
/*
@media screen and (max-device-width: 620px){
  .sort-list3>div {
    position: relative;
    width: calc((100% - 15px) / 2);
    margin-bottom: 15px;
  }
  .sort-list3>div:nth-child(2n) {
    margin-right: 0;
  }
  .sort-list3>div:not(:nth-child(2n)) {
    margin-right: 15px;
  }
} */

/*モーダル*/
.modal{
  background: rgba(0, 0, 0, 0.41);
  position: fixed;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}

.modal .modal-bg{
  position: absolute;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
}

.modal .modal-box{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.modal .modal-box .modal-contents{
  width: 482px;
  height: 283px;
  width: 482px;
  height: 283px;
  border-radius: 28px;
  background: #fff;
  padding: 40px 0;
}
.modal .modal-box .modal-contents.min{
  height: 220px;
}

.modal .modal-box .modal-contents.compare-save .close{
  position: absolute;
  right:22px;
  top:22px;
  width: 18px;
  height: 18px;
  background: url(../svg/modal-close.svg) no-repeat  50% 50% / 100%;
  cursor: pointer;
}

.modal .modal-box .modal-contents.compare-save .ttl{
  font-size: 2.4rem;
  margin-bottom: 32px;
  text-align: center;
}

.modal .modal-box .modal-contents.compare-save .input{
  width: 383px;
  max-width: none;
  height: 52px;
  background: #fff;
  border: 1px solid #989898;
  font-size: 2rem;
  margin: 0 auto 30px;
}
.modal .modal-box .modal-contents.compare-save button{
  display: block;
  width: 215px;
  height: 52px;
  line-height: 52px;
  border-radius: 6px;
  background: #264684;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .modal .modal-box .modal-contents{
    width: 300px;
    padding: 50px 20px 20px;
  }
  .modal .modal-box .modal-contents.compare-save .ttl{
    font-size: 1.8rem;
  }
  .modal .modal-box .modal-contents.compare-save .input{
    width: 100%;
  }
}

.table-info-wrap{
  padding: 20px 0 12px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.table-info{
  display: flex;
  align-items: center
}

.table-info .ttl{
  font-size: 1.6rem;
  margin-right: 11px;
  font-weight: bold;
  padding-top: 4px;
}

.table-info .total{
  display: flex;
  margin-right: 23px;
  align-items: baseline;
}

.table-info .total span{
  font-size: 1.6rem;
  display: block;
  font-weight: bold;
}

.table-info .total strong{
  font-size: 2.4rem;
  color: #284684;
  padding: 0 0.1em;
}
.table-info-wrap .button-area{
  padding-right: 15px;
}
@media screen and (max-width: 1024px) {
  .table-info{
    flex-wrap: wrap;
    gap: 5px;
  }
  .table-info .button_m{
    margin: auto;
    margin-right: 0;
  }
}
@media screen and (max-width: 670px) {
  .table-info .ttl{
    font-size: 1.4rem;
    margin-right: 5px;
  }
  .table-info .total{
    margin-right: 10px;
  }

  .table-info .total span{
    font-size: 1.4rem;
  }

  .table-info .total strong{
    font-size: 2.0rem;
  }
  .table-info-wrap .button-area{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding: 15px 10px 0;
  }
}

#container-a.compare-page .wrap.wide{
    padding: 0 0 0 10px;
}

@media screen and (min-width: 768px) {
  #container-a.compare-page .wrap.wide{
    padding: 0 0 0 40px;
  }
}

/*
商品比較
*/

.table-container {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}

.table-container .t-sticky {
  position: sticky;
  left: 0px;
  background: #f0f0f0;
  border-left: 1px solid #BFBFBF;
}

.table-header {
  position: fixed;
  top: 0;
  left: 40px;/**/
  right: 0;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.1s ease;
  display: flex;
  overflow-y: visible;
  overflow-x: auto;
  border-radius: 0px;
  box-shadow: 0px 25px 25px -10px rgba(128, 128, 128, 0.34);
}

/* スクロールバー全体 */
.table-header::-webkit-scrollbar {
  height: 0px; /* 横スクロールバーの高さ */
}

.table-header .table-inner{
  position: relative;
  border-radius: 0px;
  padding-bottom: 0;
}

/* スクロールバー全体 */
/* .table-main::-webkit-scrollbar {
  height: 10px;
}


.table-main::-webkit-scrollbar-track {
  background:transparent;
  border-radius: 10px;
}

.table-main::-webkit-scrollbar-thumb {
  background: #858585;
  border-radius: 10px;
}
 */

/* .table-header::after{
  content: '';
  position: absolute;
  bottom: -37px;
  left: 0;
  width: 100%;
  height: 37px;
  background-image: linear-gradient(to bottom,  #808080, transparent);
  opacity: 0.34;
}  */

.table-header.visible {
  opacity: 1;
  pointer-events: auto;

}

.table-header.visible .table-compare{
  border:0;
}

.table-header.visible .table-compare {
  border:0;
}

.table-compare {
  width: min-content;
  /* border-collapse: collapse; */
  border-collapse: separate;
  font-size: 1.6rem;
  line-height: 1.5;
}

.table-compare th,
.table-compare td {
  border: 1px solid #BFBFBF;
  padding: 10px;
  background: #fff;
}

.table-compare td {
  word-break: break-all;
}

.table-compare th{
  border-left: 0;
  border-right: 0;
}

.table-compare th{
  z-index: 2;
  min-width: 230px;
  max-width: 230px;
  vertical-align: top;
  padding: 10px 22px;
  text-align: left;
}

.table-compare td{
  min-width: 195px;
  max-width: 195px;
  padding: 10px;
}

.table-compare .ctrl .t-sticky,
.table-compare .ctrl td{
  height: 30px;
  padding: 0;
  background-image: linear-gradient(to bottom, #ACA6E9,#7167CB);
}

.table-compare .ctrl .order{
  display: flex;
  gap:5px;
  margin-right: auto;
}
.table-compare .ctrl td{
  vertical-align: middle;
  padding: 0 10px;
}

.table-compare .ctrl .order span{
  font-size: 1.3rem;
  color: #fff;
}

.table-compare .ctrl .order .hide{
  display: none !important;
}

.table-compare .ctrl .order .back{
  display: block;
  background: url(../svg/back.svg) no-repeat  50% 50% / 100%;
  width: 17px;
  height: 17px;
}

.table-compare .ctrl .order .forward{
  display: block;
  width: 17px;
  height: 17px;
 background: url(../svg/forward.svg) no-repeat  50% 50% / 100%;
}

.table-compare .ctrl .delete{
  width: 17px;
  height: 17px;
  background: url(../svg/delete.svg) no-repeat  50% 50% / 100%;
  margin: 0 0 0 auto;
}

.table-compare .logo td{
  vertical-align: middle;
}
.table-compare .logo td picture{
  width: 100%;
  text-align: center;
}
.table-compare .logo td picture img{
  max-width: 145px;
  width: auto;
  vertical-align: middle;
}

.table-compare .img td{
  position: relative;
  padding: 0;
  text-align: center;
}

.table-compare .img td picture{
  padding: 18px 0 14px;
  position: relative;
}

.table-compare .img td.voice .voice-tag{
  content: '';
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  top: 0;
  right: 0;
  background: #F2B600;
  color: #fff;
  background-position:center;
  background-image: url(../svg/account-tie-voice.svg);
  background-size: 23px auto;
  background-repeat: no-repeat;
  z-index: 2;
}
.table-compare .img td.received .voice-tag{
  content: '';
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  top: 0;
  right: 0;
  color: #fff;
  background-position:center;
  background-image: url(../svg/jsumi.svg);
  background-size: 36px auto;
  background-repeat: no-repeat;
  z-index: 2;
}
.table-compare .img td picture.sold::before{
  content: '';
  position: absolute;
  width: 79px;
  height: 79px;
  bottom: 0;
  left: 0;
  background-position: center;
  background-image: url(../svg/nostock.svg);
  background-size: 79px auto;
  background-repeat: no-repeat;
}
.table-compare .img td picture.new::after{
  content:'NEW';
  position: absolute;
  display: block;
  width: 56px;
  height: 20px;
  line-height: 20px;
  top:0;
  left:0;
  background:#FF0080;
  color:#fff;
  text-align: center;
  font-size: 1.3rem;
}

.table-compare .img td picture img{
  max-width: 150px;
  width: auto;
}

.table-compare .name td{
  max-width: 150px;
  width: auto;
  background: #F2F4F9;
}

.table-main{
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 10px;
}

.table-container.active .t-sticky::before,
.table-container .t-sticky::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  box-sizing: border-box;
  height: 100%;
  background: #BFBFBF;
}

.table-container.active .t-sticky::after{
  left:auto;
  right: 0;
}

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

  .table-compare .ctrl .order .back,
  .table-compare .ctrl .order .forward,
  .table-compare .ctrl .delete{
    width: 14px;
    height: 14px;
    transform: translateY(1px);
  }

  .table-container .t-sticky {
    position: sticky;
    left: 0px;
    border-left: 0;
    background: #f0f0f0;
    box-shadow: 5px 0px 4px 0px rgba(128, 128, 128, 0.2);
  }

  .table-compare th{
    min-width: 110px;
    max-width: 110px;
    padding: 10px 15px;
    font-size: 1.1rem;
  }

  .table-compare td {
    min-width: 100px;
    max-width: 100px;
    padding: 8px;
    font-size: 1.1rem;
    word-break: break-all;
  }
  .table-compare .ctrl td {
    padding: 0px 5px;
  }
  .table-compare .logo td picture img{
    max-width: 90px;
    width: 100%;
  }
  .table-compare .img td picture img{
    max-width: 90px;
    width: auto;
  }
  .table-compare .ctrl .order span {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 767px) {
  .table-header {
    left: 10px;
  }
}

/*企業絞り込み検索 25-08-08 */
@media screen and (max-width: 1024px){
  .sort-list-head{
    display: block;
  }
}
.check-group img{
  opacity: 0.4;
}
.check-group input:checked + img{
  opacity: 1;
}

.detail-block .detail-slider .company{
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.detail-block .detail-slider .company.type1{
  background: url(../svg/logo.svg) center no-repeat;
  background-size: 100%;
  width: 33px;
  height: 20px;
}
.detail-block .detail-slider .company.type2{
  background: url(../img/logo_komehyo.PNG) center no-repeat;
  background-size: 100%;
  width: 100px;
  height: 20px;
}

#float-nav .wrap .list>li>a i .num[data-compare-count="0"]{
  display: none;
}