.p-wrapper {
  padding-bottom: 10rem;
}

.p-summary {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  padding: 0 2rem;
}

.p-summary > p {
  font-family: var(--font-family-clean);
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 42px;
  padding: 0 2rem;
}

.p-summary > p:last-of-type {
  text-align: left;
  font-weight: lighter;
}

.p-max {
  margin: 0 auto;
  margin-top: 4rem;
  width: 100%;
  max-width: var(--max-width-middle);
}

/* 症状 */
.p-condition {
  margin-top: 8.625rem;
  padding: 0 2rem;
}

.p-condition__title {
  display: flex;
  gap: 1rem;
  align-items: center;
  border-bottom: 1px solid var(--color-black);
  padding-bottom: 0.6rem;
}

.p-condition__title > h3 {
  font-size: 1.5rem;
  line-height: 34px;
  letter-spacing: 0.1em;
}

.p-condition__explain {
  margin-top: 1.5rem;
  font-size: 1.25rem;
  line-height: 40px;
}

/*-------------------------
  タブレット
-------------------------*/
@media screen and (min-width: 768px) {
  .p-max {
    margin-top: 8rem;
  }

  .p-summary > p {
    font-size: 1.6rem;
    line-height: 60px;
  }

  .p-summary > p:last-of-type {
    padding: 0;
  }
}
