@charset "UTF-8";
/* ===================================================================
CSS information
 file name  :  products_compare.css
 style info :  製品比較ページのcss定義
=================================================================== */
#compareSec .notesbox {
  font-size: 1.4rem;
}
#compareSec .resultbox {
  margin: 30px 0 0;
}
#compareSec .stickybox {
  margin: 30px 0 0;
  overflow: scroll;
  width: 100%;
  height: calc(100vh - 300px);
  min-height: 450px;
  padding: 0 0 30px;
  -webkit-overflow-scrolling: touch;
}
#compareSec .stickybox_2col {
  margin: 30px 0 0;
  overflow: scroll;
  width: 75%;
  height: calc(100vh - 300px);
  min-height: 450px;
  padding: 0 0 30px;
  -webkit-overflow-scrolling: touch;
}
#compareSec .stickybox_1col {
  margin: 30px 0 0;
  overflow: scroll;
  width: 50%;
  height: calc(100vh - 300px);
  min-height: 450px;
  padding: 0 0 30px;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (max-width: 440px) {
#compareSec .stickybox_1col {
  margin: 30px 0 0;
  overflow: scroll;
  width: 100%;
  height: calc(100vh - 300px);
  min-height: 450px;
  padding: 0 0 30px;
  -webkit-overflow-scrolling: touch;
}
#compareSec .stickybox_2col {
  margin: 30px 0 0;
  overflow: scroll;
  width: 100%;
  height: calc(100vh - 300px);
  min-height: 450px;
  padding: 0 0 30px;
  -webkit-overflow-scrolling: touch;
}
}
#compareSec .stickybox table {
  border: none;
}
#compareSec .stickybox thead th, #compareSec .stickybox thead td {
  position: -webkit-sticky;
  position: sticky;
  /*white-space: nowrap;*/
  z-index: 7;
}
#compareSec .stickybox thead th, #compareSec .stickybox thead td div.other_category{
  font-size: 1.2rem;
}
#compareSec .stickybox thead tr:nth-of-type(1) th, #compareSec .stickybox thead tr:nth-of-type(1) td {
  top: 0;
}
#compareSec .stickybox thead tr:nth-of-type(1) th {
  box-shadow: -1px -1px 0 0 #ddd inset, 1px 1px 0 0 #ddd inset;
}
#compareSec .stickybox thead tr:nth-of-type(1) td {
  box-shadow: -1px -1px 0 0 #ddd inset, 0 1px 0 0 #ddd inset;
}
#compareSec .stickybox thead tr:nth-of-type(2) th, #compareSec .stickybox thead tr:nth-of-type(2) td {
  top: 52px;
}
#compareSec .stickybox thead tr:nth-of-type(1) th, #compareSec .stickybox thead tr:nth-of-type(2) th {
  left: 0;
  z-index: 8;
}
#compareSec .stickybox tbody th:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 6;
}
#compareSec .comparetbl tr:nth-of-type(odd) td {
  background: #f5f5f5;
}
#compareSec .comparetbl th, #compareSec .comparetbl td {
  border: none;
  font-size: 1.5rem;
  padding: 14px 19px;
}
#compareSec .comparetbl th {
  background: #ececec;
  vertical-align: middle;
  width: 200px;
  box-shadow: -1px -1px 0 0 #ddd inset, 1px 0 0 0 #ddd inset;
}
#compareSec .comparetbl td {
  width: 220px;
  background: #fff;
  box-shadow: -1px -1px 0 0 #ddd inset;
}
#compareSec .comparetbl .control td {
  padding: 10px 16px 10px 19px;
}
#compareSec .comparetbl .control td:first-of-type .rowmove .prev {
  pointer-events: none;
  background-image: url("../img/ico_rowmove_prev_disable.svg");
}
#compareSec .comparetbl .control td:last-of-type .rowmove .next {
  pointer-events: none;
  background-image: url("../img/ico_rowmove_next_disable.svg");
}
#compareSec .comparetbl .control .rowmove .next, #compareSec .comparetbl .control .rowmove .prev {
  border: 1px solid #ccc;
  background: no-repeat center center #fff;
  background-size: 10px 10px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
#compareSec .comparetbl .control .rowmove .next:hover, #compareSec .comparetbl .control .rowmove .prev:hover {
  background-color: #efefef;
}
#compareSec .comparetbl .control .rowmove .next {
  margin-left: 6px;
  background-image: url("../img/ico_rowmove_next.svg");
}
#compareSec .comparetbl .control .rowmove .prev {
  background-image: url("../img/ico_rowmove_prev.svg");
}
#compareSec .comparetbl .control .dlbtn {
  border: none;
  outline: none;
  padding: 0;
  display: block;
  width: 28px;
  height: 28px;
  background: url("../img/ico_cir_cross_gy.svg") no-repeat center center;
  background-size: contain;
  transition: all 0.2s;
}
#compareSec .comparetbl .control .dlbtn:hover {
  opacity: 0.8;
  transition: all 0.4s;
}
#compareSec .comparetbl .item td {
  vertical-align: top;
}
#compareSec .comparetbl .item .name {
  font-size: 1.6rem;
  text-align: left;
}
#compareSec .comparetbl .item .name a:after {
  width: 14px;
  height: 14px;
  vertical-align: -2px;
}
#compareSec .comparetbl .item .checkimg {
  margin-top: 7px;
  background: #f5f5f5;
}
#compareSec .comparetbl .item .checkimg .img {
    padding-top: 30%;
    position: relative;
    height: 40%;
    width: 50%;
    margin: 0px auto;
}
#compareSec .comparetbl .item .mylistbtn {
  margin-top: 10px;
}
@media only screen and (max-width: 690px) {
  #compareSec .notesbox {
    font-size: 1.1rem;
  }
  #compareSec .resultbox {
    margin: 20px 0 0;
  }
  #compareSec .stickybox {
    margin: 15px 0 0;
    height: auto;
    min-height: auto;
    padding: 0 0 10px;
    overflow-y: auto;
  }
  #compareSec .stickybox thead tr:nth-of-type(1) th, #compareSec .stickybox thead tr:nth-of-type(1) td {
    top: 0;
  }
  #compareSec .stickybox thead tr:nth-of-type(1) th {
    box-shadow: -1px -1px 0 0 #ddd inset, 1px 1px 0 0 #ddd inset;
  }
  #compareSec .stickybox thead tr:nth-of-type(1) td {
    box-shadow: -1px -1px 0 0 #ddd inset, 0 1px 0 0 #ddd inset;
  }
  #compareSec .stickybox thead tr:nth-of-type(2) th, #compareSec .stickybox thead tr:nth-of-type(2) td {
    top: 39px;
  }
  #compareSec .stickybox thead tr:nth-of-type(1) th, #compareSec .stickybox thead tr:nth-of-type(2) th {
    left: -1px;
  }
  #compareSec .stickybox tbody th:first-child {
    left: -1px;
  }
  #compareSec .comparetbl th, #compareSec .comparetbl td {
    font-size: 1rem;
    padding: 11px 10px;
  }
  #compareSec .comparetbl th {
    width: 62px;
  }
  #compareSec .comparetbl td {
    width: 138px;
  }
  #compareSec .comparetbl .control td {
    padding: 7px 8px 7px 9px;
  }
  #compareSec .comparetbl .control .rowmove .next, #compareSec .comparetbl .control .rowmove .prev {
    background-size: 8px 12.5px;
    width: 25px;
    height: 25px;
  }
  #compareSec .comparetbl .control .rowmove .next {
    margin-left: 7px;
  }
  #compareSec .comparetbl .control .dlbtn {
    width: 21.5px;
    height: 21.5px;
  }
  #compareSec .comparetbl .item .name {
    font-size: 1.3rem;
  }
  #compareSec .comparetbl .item .name a:after {
    width: 12px;
    height: 12px;
  }
  #compareSec .comparetbl .item .checkimg .checkicon:before {
    width: 20px;
    height: 20px;
    background-size: 16px 15px;
    background-position: 1px 2px;
  }
}
