.p-wrapper {
  padding-bottom: 10rem;
}

.p-summary {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4rem;
}

.p-summary > p {
  font-family: var(--font-family-clean);
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 40px;
}

.p-picture {
  display: flex;
  justify-content: center;
}

.p-summary img {
  width: 80%;
}

.p-max {
  margin: 0 auto;
  margin-top: 4rem;
  padding: 0 2rem;
  width: 100%;
  max-width: var(--max-width-mini);
}

/* 症状 */
.p-condition {
  padding: 0 2rem;
  margin-top: 6.875rem;
}

.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;
}

/* md: タブレット */
@media screen and (min-width: 768px) {
  .p-max {
    margin: 0 auto;
    margin-top: 8rem;
    width: 60%;
    max-width: var(--max-width-mini);
  }

  .p-summary > p {
    font-size: 1.4rem;
  }

  .p-condition {
    margin-top: 6.875rem;
  }
}
