.p-inner img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-inner p {
      font-size: 13px;
  }
}

.details-text-box {
  position: relative;
  bottom: 90px;
  margin: 0 auto;
  text-align: left;
  width: 90%;
}

@media screen and (max-width: 767px) {
  .details-text-box {
      position: relative;
      bottom: 110px;
      padding: 0 20px;
      font-size: 14px;
      margin-bottom: -50px;
      width: 95%;
  }
}

.size-img,
.size-text {
  margin-top: 10px;
}

.maintenance_title {
  background-color: #9AB29F;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  padding: 30px;
  text-align: center;
  display: block;
}

.maintenance_subtitle {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}

.maintenance_bg01 {
  background-color: rgba(216, 225, 218, 0.8);
  padding: 30px;
  margin-top: -8px;
}

.maintenance_bg02 {
  background-color: rgba(216, 225, 218, 0.3);
  padding: 30px;
}

@media screen and (max-width: 767px) {
  .maintenance_title {
      padding: 14px;
  }

  .maintenance_title,
  .maintenance_subtitle {
      font-size: 18px;
  }
}

.setup_wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  text-align: left;
  margin-top: 30px;
}

.setup_item {
  width: 33%;
}

#p-spec {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  #p-spec {
      margin-top: 50px;
  }
}

.onepoint {
  margin-top: 20px;
  background-color: #F7EDED;
  border-radius: 10px;
}

.onepoint-tit {
  font-weight: bold;
  color: #fff;
  background-color: #CC9B9B;
  padding: 10px;
  border-radius: 10px 10px 0 0;
  text-align: center;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .onepoint-tit {
      font-size: 14px;
  }
}

.onepoint p {
  padding: 10px;
  text-align: left;
}

.step01-img01 {
  max-width: 80%;
  margin: 0 auto;
  margin-top: 20px;
}
.prosthesis-type-guide {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 16px 48px;
  color: #5c4a3a;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  line-height: 1.7;
}

.prosthesis-type-guide__header {
  text-align: center;
  margin-bottom: 32px;
}

.prosthesis-type-guide__title {
  margin: 0 0 12px;
  font-size: clamp(20px, 4vw, 28px);
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #5c4a3a;
}

.prosthesis-type-guide__lead {
  margin: 0;
  font-size: 14px;
  color: #7a6a5a;
}

.prosthesis-type-guide__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.prosthesis-type-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(92, 74, 58, 0.08);
}

.prosthesis-type-card__head {
  padding: 16px 12px 12px;
  text-align: center;
}

.prosthesis-type-card__label {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: var(--type-color-dark);
}

.prosthesis-type-card__badge {
  display: inline-block;
  min-width: 120px;
  padding: 6px 16px;
  border-radius: 999px;
  background: var(--type-color-dark);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
}

.prosthesis-type-card__image {
  display: block;
  width: 75%;
  max-width: 180px;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  background: #fff;
  margin: 0 auto;
}

.prosthesis-type-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 16px 14px 14px;
  text-align: left;
}

.prosthesis-type-card__desc {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 600;
  color: #5c4a3a;
  text-align: left;
}

.prosthesis-type-card__sub {
  margin: 0 0 16px;
  font-size: 13px;
  color: #7a6a5a;
  text-align: left;
}

.prosthesis-type-card__guide {
  margin-top: auto;
  min-height: 120px;
  padding: 12px;
  border-radius: 6px;
  background: var(--type-color-light);
  text-align: center;
}

.prosthesis-type-card__guide-title {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--type-color-dark);
}

.prosthesis-type-card__guide-text {
  margin: 0;
  font-size: 12px;
  line-height: 1.8;
  color: #5c4a3a;
  text-align: left;
}

.prosthesis-type-card--a {
  --type-color-light: #fce8ec;
  --type-color-dark: #b04a62;
}

.prosthesis-type-card--b {
  --type-color-light: #e6eef5;
  --type-color-dark: #4a7394;
}

.prosthesis-type-card--c {
  --type-color-light: #fdeee4;
  --type-color-dark: #c0643a;
}

.prosthesis-type-card--d {
  --type-color-light: #e3f0ea;
  --type-color-dark: #3f7a62;
}

.prosthesis-type-guide__note {
  grid-column: 1 / -1;
  margin: 8px 0 0;
  padding: 16px 12px 0;
  border-top: 1px solid #e8ddd2;
  text-align: left;
  font-size: 13px;
  color: #7a6a5a;
  line-height: 1.9;
}

@media (max-width: 767px) {
  .prosthesis-type-guide {
    padding: 32px 12px 40px;
  }

  .prosthesis-type-guide__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 12px;
  }

  .prosthesis-type-card__head {
    padding: 12px 8px 8px;
  }

  .prosthesis-type-card__label {
    font-size: 16px;
  }

  .prosthesis-type-card__badge {
    min-width: 100px;
    padding: 5px 12px;
    font-size: 12px;
  }

  .prosthesis-type-card__body {
    padding: 12px 10px 10px;
  }

  .prosthesis-type-card__guide {
    min-height: 108px;
  }

  .prosthesis-type-card__desc,
  .prosthesis-type-card__sub,
  .prosthesis-type-card__guide-text {
    font-size: 12px;
  }

  .prosthesis-type-card__guide-title {
    font-size: 13px;
  }

  .prosthesis-type-guide__note {
    margin-top: 4px;
    padding-top: 20px;
    font-size: 12px;
    text-align: left;
  }
}
.mincho {
  font-family: "Shippori Mincho", serif;
}
