/*****************************************************************************
CSS only for 20201012_01 page
*****************************************************************************/

/* .Product
-----------------------------------------*/
.Product {
  margin-bottom: 24px;
}

.Article .Product p {
  margin-bottom: 0;
}

.Product .ImgList {
  margin-top: -15px;
}

@media screen and (max-width: 767px) {
  .Product .ImgList {
    margin-top: -10px;
  }
}

.ImgList__02 figure {
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .ImgList__02 figure {
    margin-top: 20px;
  }
}

.Product .ImgList figcaption {
  text-align: left;
}
