.qa main {
  background: url("../img/purple-bg.jpg") center/cover;
}

.qa-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
}

.qa-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.qa-question {
  display: flex;
  gap: 8px;
  color: #6f380b;
  font-family: "M PLUS Rounded 1c";
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
}

.description-text {
  padding-left: 26px;
  color: #5c4635;
  font-family: "M PLUS Rounded 1c";
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.qa-see-also {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  width: 100%;
  margin-top: 60px;
}

.qa-separator {
  width: 100%;
  border: none;
  border-top: 1px solid #c8b49e;
  margin: 0;
}

.qa-see-also-text {
  color: #5c4635;
  font-family: "M PLUS Rounded 1c";
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}

.qa-see-also-btn {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 14px 52px;
  border: 1px solid #6f380b;
  border-radius: 40px;
  background: #fff;
  color: #6f380b;
  font-family: "M PLUS Rounded 1c";
  font-size: 18px;
  font-weight: 800;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

.qa-see-also-btn:hover {
  background: #6f380b;
  color: #fff;
}

/* =============================================
   Responsive：タブレット (max-width: 1040px)
   ============================================= */

@media (max-width: 1040px) {
  .qa .lower-page-inner {
    width: calc(100% - 48px);
  }

  .qa .white-container-area,
  .qa .inner-container {
    width: 100%;
  }
}

/* =============================================
   Responsive：SP (max-width: 768px)
   ============================================= */

@media (max-width: 768px) {
  .qa main {
    padding: 70px 0 80px;
  }

  .qa .lower-page-title {
    padding: 48px 0 36px;
  }

  .qa .lower-page-title-container img {
    width: 70px;
    height: 70px;
  }

  .qa .lower-page-subtitle {
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 1.6px;
  }

  .qa .lower-page-heading {
    font-size: 32px;
    letter-spacing: 1px;
  }

  .qa .lower-page-inner {
    width: calc(100% - 32px);
    gap: 40px;
  }

  .qa .white-container {
    padding: 32px 20px;
    border-radius: 20px;
  }

  .qa .white-container-area {
    width: 100%;
    gap: 36px;
  }

  .qa .container-title {
    flex-direction: column;
    margin-left: 0;
  }

  .qa .container-title img {
    width: 40px;
    height: auto;
  }

  .qa .container-title-text {
    font-size: 22px;
  }

  .qa .inner-container {
    width: 100%;
    gap: 20px;
  }

  .qa-question {
    font-size: 16px;
  }

  .qa .description-text {
    font-size: 15px;
    line-height: 26px;
  }
}
