/* ==========================================================================
  simulation
  ========================================================================== */
  .simulation img.thum {
    width: 100%;
    height: auto;
  }
  ul.simulation_chip {
    display: flex;
    margin: 0 10px;
    justify-content: center;
    align-items: center;
  }
  ul.simulation_chip li {
    width: 80px;
    padding-right: 15px;
  }
  ul.simulation_chip li:first-child {
    width: 165px;
  }
  ul.simulation_chip li:last-child {
    padding-right: 0;
  }
  .simulation-clrTxt {
    display: block;
    padding: 7px 10px 8px;
    background-color: #000;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 1;
  }
  .simulation-car.is-show {
    display: block;
  }
  .simulation-car {
    display: none;
  }

  @media screen and (min-width: 0px) and (max-width: 568px) {
    ul.simulation_chip li {
      width: 55px;
      padding-right: 10px;
    }
    ul.simulation_chip li:first-child {
      width: auto;
      line-height: 1.5;
    }
  }