@charset "UTF-8";



/* メディアクエリの開始 */

@media screen and (max-width: 1090px) {
  .ly-card--null {
    display: none;
  }
}

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

  .ly-card.container-min-500 {
    display: block !important;
  }

  .flex-sidebar {
    margin: auto;
    padding-top: 30px;
  }

  .sidebar__item {
    font-size: 2rem;
    text-align: center;
    display: block;
    width: 100%;
    min-width: 180px;
    height: 80px;
    padding: 26px 0;
    border-left: none;
    border-top: 1px solid #000;
  }


  .sidebar__item:last-child {
    border-right: none;
    border-bottom: 1px solid #000;
  }

  /* .flex-submenu {
    margin: auto;
    margin-top: 30px;
  }*/

  .submenu__item {
    font-size: 1.4rem;
    text-align: center;
    display: block;
    width: 20%;
    min-width: 96px;
    padding: 7px 0;
  }

  /* 
  .submenu__item:first-child {
    border-left: none;
    border-top: 1px solid #000;
  } */



  .content-inner {
    margin: auto;
    /* background-color: yellow; */
  }

  .flex__content {
    row-gap: 25px;
    background-color: rgb(255, 255, 255);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 100px;
  }

  .ly-card {
    width: 100%;
    height: 110px;
    display: flex;
    flex-wrap: nowrap;
    background-color: #ffffff;
    margin: auto;
  }

  .card__head {
    background-color: aqua;
    width: 200px;
    height: 110px;
    overflow: hidden;
  }

  .sp {
    width: 140px;
    height: 100px;
  }

  .content__img {
    max-height: 100%;
    object-fit: cover;
    object-position: center -40px;
  }

  .card-bottom {
    width: 200px;
  }

  .flex-card__title {
    width: 170px;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
  }

  .card__leading {
    font-size: 2.4rem;
    line-height: 100%;
  }

  .card__size {
    font-size: 1.8rem;
    line-height: 100%;
  }

  .card__spec {
    font-size: 1rem;
    line-height: 170%;
    padding-left: 15px;
  }
}