@charset "utf-8";

/*画像並べ用*/

.trend-23-img img {
  vertical-align: bottom;
}

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

  .trend-23-img li p {
    margin-top: 10px;
  }

}

@media screen and (min-width: 768px), print {

  .trend-23-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .trend-23-img li:nth-of-type(1) {
    margin-right: 20px;
  }

  .trend-23-img li p:nth-of-type(2) {
    margin-top: 20px;
  }

}