@charset "utf-8";
/* --------------------比較表（シングルサイズ）-------------------- */
body {
  position: relative;
}
#compare_list {
  width: 100%;
  max-width: 1000px;
  /* margin: 20px auto 80px;
  padding: 30px 0 60px; */
  background: #F7F7F7;
}
#compare_list img {
  height: auto;
  vertical-align: bottom;
  width: auto;
  max-width: 100%;
}
.compare_list__contents {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
.compare_list__scroll {
  overflow-x: scroll;
}
.compare_list__contents h3 {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  margin: 0 0 20px 20px;
  padding: 5px 0 5px 10px;
  background: #F7F7F7;
  border-left: 10px solid #F6E500;
}
.compare_list__table {
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
  background: #fff;
  table-layout: fixed;
  border-collapse: separate;
  border-top: 1px solid #707070;
}
.compare_list__table th, .compare_list__table td {
  font-size: 11px;
  text-align: center;
  vertical-align: middle;
  padding: 10px 3px;
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
.compare_list__table th:first-child, .compare_list__table td:first-child {
  position: sticky;
  left: 0;
  z-index: 1;
  background: #fff;
  border-left: 1px solid #707070;
}
.compare_list__table .table_black td:first-child {
  background: #000;
}
.compare_list__table th {
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  line-height: 1.2;
  padding: 15px 3px;
  height: 70px;
}
.compare_list__table td {
  height: 95px;
}
.table_black {
  color: #fff;
  background: #000;
}
.table_item {
  display: block;
  background: #fff;
}
.table_sc {
  display: block;
  padding: 0 12px;
}
.table_col01 {
  width: 120px;
}
.table_col02 {
  width: 120px;
}
.table_col03 {
  width: 90px;
}
.table_col18 {
  width: 90px;
}
.table_col04 {
  width: 80px;
}
.table_col05 {
  width: 125px;
}
.table_col06 {
  width: 150px;
}
.table_col07 {
  width: 120px;
}
.table_col08 {
  width: 80px;
}
.table_col09 {
  width: 80px;
}
.table_col10 {
  width: 80px;
}
.table_col11 {
  width: 95px;
}
.table_col12 {
  width: 80px;
}
/*.table_col13 {
  width: 80px;
}*/
.table_col14 {
  width: 95px;
}
.table_col15 {
  width: 80px;
}
/*.table_col16 {
  width: 55px;
}*/
.table_col17 {
  width: 90px;
}
.compare_list__table sup {
  font-size: 9px;
  display: block;
  text-align: right;
}
#compare_list .table_logo img {
  display: block;
  width: auto;
  height: 32px;
  margin: auto;
}
.table_btn1, .table_btn2 {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 104px;
  margin: 5px auto;
  padding: 7px 5px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  border-radius: 40px;
  background-color: #F6E500;
}
.table_logo + .table_btn1, .table_logo + .table_btn2 {
  margin: 10px auto 0;
}
.table_btn2 {
  background-color: #9DCF93;
}
.table_btn1:hover, .table_btn2:hover, .table_btn1:focus, .table_btn2:focus {
  opacity: 0.8;
  color: #444;
}
.table_maru, .table_2maru {
  font-size: 28px;
  font-weight: bold;
}
.table_none {
  font-size: 12px;
}
.table_none2 {
  width: 1505px;
  font-size: 10px;
}
.table_none2 span {
  display: table;
  margin: 5px 0 5px auto;
}
@media screen and (min-width: 768px) {
  .sp_only {
  display: none;
  }
} 

.icon__scroll {
  margin-right: 15px;
  margin-bottom: 15px;
  text-align: right;
}
.icon__scroll img {
  width: 30.1333333333vw !important;
}
@media screen and (max-width: 767px) {
  #compare_list, .compare_list__contents {
  max-width: 767px;
  }
} 

/* 商品詳細ページ用ajax調整 */
.ajax_smnlabo_comp #compare_list {
  margin: 40px auto 30px;
}