html {
  scroll-padding-top: 100px;
}

@media screen and (max-width: 1200px) {
  html {
    /* scroll-padding-top: 123px; */
    scroll-padding-top: 0;
  }
}
/*-----追加260515--------------------------------*/

#all .txt-right.txt-price-note:has(+ .ortho-risk) {
  margin-bottom: 0;
}

.ortho-risk {
  margin-top: 70px;
  padding: 70px;
  border: 3px solid #eab988;
  border-radius: 20px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .ortho-risk {
    margin-top: 40px;
    padding: 30px 20px;
  }
}

.ortho-risk__head {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8em;
}

.ortho-risk__head::before {
  content: "info";
  flex-shrink: 0;
  display: block;
  color: #e07e19;
  font-family: "Material Symbols Outlined";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  font-variation-settings:
    "FILL" 1,
    "wght" 400,
    "GRAD" 0,
    "opsz" 26;
}

@media screen and (max-width: 767px) {
  .ortho-risk__head {
    flex-direction: column;
    align-items: center;
    gap: 0.5em;
  }

  .ortho-risk__head::before {
    margin-top: 0;
    font-size: 22px;
    font-variation-settings:
      "FILL" 1,
      "wght" 400,
      "GRAD" 0,
      "opsz" 22;
  }
}

.ortho-risk__title {
  color: #e78913;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  line-height: 1.8;
}
.ortho-risk__title br {
  display: none;
}
@media screen and (max-width: 767px) {
  .ortho-risk__title {
    font-size: 18px;
  }
  .ortho-risk__title br {
    display: block;
  }
}
.ortho-risk__intro {
  color: #767370;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin-top: 1em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .ortho-risk__intro {
    text-align: left;
    font-size: 16px;
  }
}
.ortho-risk__rule {
  height: 2px;
  margin-top: 30px;
  margin-inline: auto;
  background-color: #f6d9b0;
}
@media screen and (max-width: 767px) {
  .ortho-risk__rule {
    margin-top: 20px;
  }
}
.ortho-risk__list {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1em 5%;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .ortho-risk__list {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}

.ortho-risk__item {
  display: block;
}

.ortho-risk__text {
  display: flex;
  align-items: flex-start;
  gap: 0.8em;
  color: #767370;
  font-weight: 400;
  line-height: 1.8;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .ortho-risk__text {
    font-size: 14px;
  }
}
.ortho-risk__text::before {
  content: "check_box";
  flex-shrink: 0;
  display: block;
  color: #eab988;
  font-family: "Material Symbols Outlined";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  font-variation-settings:
    "FILL" 1,
    "wght" 400,
    "GRAD" 0,
    "opsz" 30;
}

@media screen and (max-width: 767px) {
  .ortho-risk__text {
    gap: 0.6em;
  }

  .ortho-risk__text::before {
    font-size: 22px;
    margin-top: 0.15em;
  }
}

.ortho-risk__note {
  margin-top: 30px;
  color: #767370;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.86;
}

@media screen and (max-width: 767px) {
  .ortho-risk__note {
    margin-top: 1em;
    font-size: 12px;
  }
}

/*-----result-detail 治療例「詳細」（Zeplin）固定幅----- */
.result-detail {
  margin-inline: auto;
  margin-top: 30px;
}

.result-detail + .heading {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .result-detail + .heading {
    margin-top: 40px;
  }
}

.result-detail__info-list {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.5em 40px;
  list-style: none;
  font-size: 16px;
}

@media screen and (max-width: 1024px) {
  .result-detail__info-list {
    display: grid;
    grid-template-columns: auto 1fr;
  }
}

@media screen and (max-width: 767px) {
  .result-detail__info-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}

.result-detail__info-list > li {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  column-gap: 1em;
}

.result-detail__info-label {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  padding: 0.4em 1.2em;
  border-radius: 15px;
  background-color: rgba(251, 221, 178, 0.702);
  color: #767370;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

.result-detail__info-list > li:nth-child(3) .result-detail__info-label {
  min-width: 70px;
}

.result-detail__info-text {
  color: #767370;
  font-size: 16px;
  font-weight: 400;
}

.result-detail__info-text .highlight {
  color: #e78913;
}

@media screen and (max-width: 767px) {
  .result-detail__info-label,
  .result-detail__info-text {
    font-size: 14px;
  }
}

.result-detail__risk {
  padding: 30px;
  border: 3px solid #fce7c9;
  border-radius: 20px;
  background-color: #fff;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .result-detail__risk {
    padding: 15px;
    border-radius: 10px;
    margin-top: 10px;
  }
}

.result-detail__risk-head {
  display: flex;
  align-items: center;
  column-gap: 9px;
}

.result-detail__risk-head::before {
  content: "info";
  flex-shrink: 0;
  display: block;
  color: #fbddb2;
  font-family: "Material Symbols Outlined";
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  font-variation-settings:
    "FILL" 1,
    "wght" 400,
    "GRAD" 0,
    "opsz" 24;
}

.result-detail__risk-ttl {
  color: #767370;
  font-size: 18px;
  font-weight: 500;
}

.result-detail__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4em 10px;
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .result-detail__tags {
    margin-top: 10px;
    font-size: 14px;
    column-gap: 5px;
  }
}
.result-detail__tags > li {
  display: flex;
  padding: 0.2em 0.7em;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background-color: rgba(118, 115, 112, 0.502);
  color: #fff;
  font-weight: 400;
}

.result-step-item {
  margin-bottom: 0;
}
