/* mv
---------------------------------------------------------------------------- */
.m-page-mv {
  background-image: url(../../images/qa/bg_mv_pc.png);
}

@media screen and (max-width: 767px) {
  .m-page-mv {
    background-image: url(../../images/qa/bg_mv_sp.png);
  }
}

/* p-qa
---------------------------------------------------------------------------- */
.p-qa-item {
  padding: 3rem;
  background-color: #EDEDED;
}

.p-qa-item:nth-child(n+2) {
  margin-top: 2rem;
}

.p-qa-item-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 0 3rem;
}

.p-qa-item-wrap {
  flex: 1;
}

.p-qa-item-wrap-q {
  display: flex;
  align-items: center;
  gap: 0 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #D1D1D1;
}

.p-qa-item-wrap-q-icon {
  width: 4.8rem;
  height: 4.8rem;
  background-color: #F70000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-qa-item-wrap-q-icon img {
  width: 2.2rem;
  aspect-ratio: 22/24.91;
}

.p-qa-item-wrap-q-txt {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 700;
  flex: 1;
}

.p-qa-item-wrap-a {
  display: flex;
  gap: 0 1.5rem;
  padding-top: 2rem;
}

.p-qa-item-wrap-a.a--flexCenter {
  align-items: center;
}

.p-qa-item-wrap-a-icon {
  width: 4.8rem;
  height: 4.8rem;
  background-color: #383838;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-qa-item-wrap-a-icon img {
  width: 2.2rem;
  aspect-ratio: 22/22.55;
}

.p-qa-item-wrap-a-txt {
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.08em;
  font-weight: 400;
  flex: 1;
}

.p-qa-item-img {
  width: 18rem;
  aspect-ratio: 180/180;
}

.p-qa-item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

@media screen and (max-width: 767px) {
  .p-qa-item {
    padding: 5.3333333333vw;
  }
  .p-qa-item:nth-child(n+2) {
    margin-top: 5.3333333333vw;
  }
  .p-qa-item-wrapper {
    flex-direction: column;
    gap: 5.3333333333vw;
  }
  .p-qa-item-wrap-q {
    gap: 0 4vw;
    padding-bottom: 2.6666666667vw;
  }
  .p-qa-item-wrap-q-icon {
    width: 12.8vw;
    height: 12.8vw;
  }
  .p-qa-item-wrap-q-icon img {
    width: 5.8666666667vw;
  }
  .p-qa-item-wrap-q-txt {
    font-size: 4.8vw;
  }
  .p-qa-item-wrap-a {
    gap: 0 4vw;
    padding-top: 4vw;
  }
  .p-qa-item-wrap-a.a--flexCenter {
    align-items: initial;
  }
  .p-qa-item-wrap-a-icon {
    width: 12.8vw;
    height: 12.8vw;
  }
  .p-qa-item-wrap-a-icon img {
    width: 5.8666666667vw;
  }
  .p-qa-item-wrap-a-txt {
    font-size: 4.2666666667vw;
  }
  .p-qa-item-img {
    width: 40vw;
    margin-inline: auto;
  }
}
