/* sp 599px
pc 1280px */

@media screen and (max-width: 960px) {
  .order ul {
    display: block;
    justify-content: center;
  }

  .order ul li {
    width: 80%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .order ul li:nth-child(even) img {
    transform: rotate(90deg);
  }

  .voice_list ul li {
    width: 80%;
    height: auto;
  }

  /*===========max-width:960px=========*/
}

@media screen and (max-width: 599px) {
  /* こだわり */
  /* .select_1,
  .select_2 {
    display: block;
    text-align: center;
  } */

  .select_1 img {
    margin-top: 2rem;
  }

  .voice_list ul li {
    display: block;
  }

  /* アイテム */
  .item_list ul li {
    display: block;
  }

  .item_list ul li img {
    margin-top: 1rem;
  }
  /*===========max-width:599px=========*/
}
