@charset "utf-8";

/*  PC to SP */
/*========= レイアウト ===============*/


.p-qua-box {
  display: block;
  width: 100%;
  height: auto;
  /* margin-bottom: 60px; */
  padding-top: 40px;
}

.p-qua-boxlist {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* grid-template-rows: repeat(4, 1fr); */
  /* grid-template-columns: repeat(3, 1fr); */
  grid-row-gap: 40px;
  /* grid-column-gap: calc(30/1080 * 100%); */
  width: 100%;
}

.p-qua-boxlist__item {
  width: 100%;
  height: auto;
}

.p-qua-boxlist__item:nth-of-type(1) {
  margin-bottom: 0px;
}

.p-qua-boxlist__item img {
  display: block;
  width: 100%;
  height: auto;
  /* border-radius: 10px; */
  -o-object-fit: cover;
  object-fit: cover;
  /* box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); */

}

.p-qua-boxlist__item:nth-of-type(1) img {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}


.p-qua-boxlist__spitem {
  display: none;
}

/* ------ */

/* SP all */
@media screen and (max-width: 1024px) {


  .p-qua-boxlist__spitem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding-bottom: 50px;
  }

  .p-qua-boxlist__spitem01 {
    width: min(calc(386/544 * 100%), 386px);

  }


  .p-qua-box {
    padding-top: 24px;
  }

  .p-qua-boxlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* grid-template-rows: repeat(4, 1fr); */
    /* grid-template-columns: repeat(3, 1fr); */
    grid-row-gap: unset;
    /* grid-column-gap: calc(30/1080 * 100%); */
    width: 100%;
  }

  .p-qua-boxlist__item:nth-child(1) {
    padding-bottom: 50px;
  }

  .p-qua-boxlist__structure,
  .p-qua-boxlist__comf {
    padding-bottom: 30px;
  }

}

/*576px以下*/
@media screen and (max-width: 576px) {
  .p-qua-box {
    padding-top: 26px;
  }

  .p-qua-boxlist__item:nth-child(1) {
    padding-bottom: 40px;
  }

  .p-qua-boxlist__structure,
  .p-qua-boxlist__comf {
    padding-bottom: 30px;
  }


  .p-qua-boxlist__spitem {
    width: 100%;
    padding-bottom: 40px;
  }
  .p-qua-boxlist__spitem01 {
    width: min(calc(242/342 * 100%), 242px);
  }

  .p-qua-boxlist__structure img {
    width: 100%;
    aspect-ratio: 1 / 9.1871;
  }
  .p-qua-boxlist__comf img {
    width: 100%;
    aspect-ratio: 1 / 4.3275;
  }
  .p-qua-boxlist__disa img {
    width: 100%;
    aspect-ratio: 1 / 3.5439;
  }

}

@media screen and (max-width: 400px) {
  /* .p-qua-boxlist {
    grid-row-gap: 21px;
  } */

  /* .p-qua-boxlist__item:nth-of-type(1) {
    margin-bottom: 20px;
  } */
  .p-qua-box {
    /* padding-top: 18px; */
  }


  .p-qua-boxlist__spitem01 {
    /* width: min(calc(160/162 * 100%), 160px); */
    /* margin-top: 8px; */
  }

}