.ranking .product_list {
  gap: 1.1rem;
}
.ranking .product_card {
  min-width: auto;
  width: calc(33.33% - (1.1rem * 2 / 3));
  margin: 0;
}
.product_card a {
  padding: 2.5rem 3rem;
}
.ranking .product_card p {
  line-height: 1.4;
}
.df_under .contents .product_card a p.note {
  margin: 0;
  text-indent: 0;
  padding-left: 0;
}
#maker aside {
  width: 28.4rem;
}

#maker table tbody td {
  text-align: left;
  font-size: 1.4rem;
}
#maker table tbody td:first-of-type {
  width: 21.3rem;
}
#maker table tbody th img {
  width: 15rem;
  mix-blend-mode: darken;
}
#maker table tbody td img {
  height: 3.8rem;
  width: auto;
}
#maker .card_list2 li figure {
  aspect-ratio: 1 / 0.8;
}
#maker .card_list2 li figure img {
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  #maker table tbody td {
    width: 21.3rem;
    min-width: 21.3rem !important;
    white-space: normal;
  }
  #maker table tbody td:first-of-type {
    width: 21.3rem;
    min-width: 21.3rem !important;
    white-space: normal;
  }
  #maker table tbody td:nth-of-type(2) {
    width: 17rem;
    min-width: 17rem !important;
    white-space: normal;
  }
  #maker table tbody th img {
    width: 10rem;
  }
}


/* 価格下部固定 ---------------------- */
.product_card a {
  padding-bottom: 8rem !important;
}
.product_card a p.price {
  bottom: 3rem !important;
}
@media screen and (max-width: 767px) {
  .product_card a {
    padding-bottom: 5.5rem !important;
  }
  .product_card a p.price {
    bottom: 2rem !important;
  }
} 
/* 価格下部固定 ---------------------- */