html.route-product-product .nenashi-description-pane > .block-body > .block-wrapper {
  overflow: hidden;
  border: 1px solid #e7eaee;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 26px rgba(20, 28, 38, .055);
}

html.route-product-product .nenashi-description-pane .block-content {
  padding: 20px 20px 26px !important;
  color: #3d4651;
  font-size: 15.5px;
  line-height: 1.65;
}

html.route-product-product .nenashi-description-pane .block-content > :first-child {
  margin-top: 0 !important;
}

html.route-product-product .nenashi-description-pane .block-content h1 {
  margin: 0 0 16px;
  color: #17191d;
  font-size: clamp(27px, 4vw, 38px);
  line-height: 1.12;
  font-weight: 850;
  letter-spacing: -.025em;
}

html.route-product-product .nenashi-description-pane .block-content h2,
html.route-product-product .nenashi-description-pane .block-content h3 {
  margin: 25px 0 10px;
  color: #22272e;
  font-size: 21px;
  line-height: 1.25;
  font-weight: 800;
}

html.route-product-product .nenashi-description-pane .block-content p {
  margin: 0 0 11px;
  color: #434b55;
  font-size: inherit;
  line-height: inherit;
}

html.route-product-product .nenashi-description-pane .block-content strong {
  color: #20252c;
  font-weight: 800;
}

html.route-product-product .nenashi-description-pane .block-content a {
  color: #2879c7;
  text-decoration: none;
  overflow-wrap: anywhere;
}

html.route-product-product .nenashi-description-pane .block-content img {
  max-width: 100%;
  height: auto;
  border-radius: 14px;
}

html.route-product-product .nenashi-description-pane .block-expand-overlay {
  left: 0;
  right: 0;
  border-radius: 0 0 18px 18px;
}

@media (max-width: 767px) {
  html.route-product-product .nenashi-description-pane > .block-body > .block-wrapper {
    border-radius: 16px;
    box-shadow: 0 6px 20px rgba(20, 28, 38, .05);
  }

  html.route-product-product .nenashi-description-pane .block-content {
    padding: 17px 15px 25px !important;
    font-size: 15px !important;
    line-height: 1.58 !important;
  }

  html.route-product-product .nenashi-description-pane .block-content h1 {
    margin-bottom: 14px;
    font-size: 28px !important;
    line-height: 1.13 !important;
  }

  html.route-product-product .nenashi-description-pane .block-content h2,
  html.route-product-product .nenashi-description-pane .block-content h3 {
    margin-top: 22px;
    font-size: 19px !important;
  }
}
