@charset "UTF-8";

.marker {
    background: linear-gradient(transparent 0%, #ffff66 60%);
}

.top-renewal,
.top-renewal * {
  box-sizing: border-box;
}

.top-renewal {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 24px 2px;
  color: #243043;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  line-height: 1.8;
  background: #fffdf8;
}

.top-renewal a {
  color: inherit;
}

.top-renewal img {
  display: block;
  max-width: 100%;
  height: auto;
}

.top-renewal__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
  gap: 32px;
  align-items: center;
  padding: 52px 0 44px;
}

.top-renewal__intro-text,
.top-renewal__media-copy {
  min-width: 0;
  text-align:left;
}

.top-renewal__eyebrow {
  margin: 0 0 10px;
  color: #0d79a8;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}

.top-renewal h1,
.top-renewal h2,
.top-renewal h3,
.top-renewal p {
  margin-top: 30px;
}

.top-renewal h1 {
  margin-bottom: 18px;
  color: #1375c3;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.35;
  text-align:left;
}

.top-renewal h2 {
  margin-bottom: 12px;
  color: #1375c3;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.45;
}

.top-renewal h3 {
  margin-bottom: 8px;
  color: #20334f;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.5;
}

.top-renewal__lead {
  margin-bottom: 24px;
  font-size: 17px;
}

.top-renewal__definition {
  max-width: 620px;
  margin-bottom: 18px;
  color: #34445c;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.75;
}

.top-renewal__guide {
  margin-bottom: 24px;
  font-weight: 700;
}

.top-renewal__time-note {
  margin-top: 10px;
  margin-bottom: 0;
  color: #697386;
  font-size: 12px;
  line-height: 1.7;
}

.top-renewal__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.top-renewal__actions--center {
  justify-content: center;
  margin-top: 28px;
}

.top-renewal__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 10px 20px;
  border: 2px solid transparent;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity .2s ease, transform .2s ease;
}

.top-renewal__button:hover {
  opacity: .88;
  transform: translateY(-1px);
}

.top-renewal__button--primary {
  color: #fff;
  background: #f75279;
}

.top-renewal__button--secondary {
  color: #0b5e83;
  border-color: #0b83b7;
  background: #fff;
}

.top-renewal__button--ghost {
  color: #396035;
  border-color: #84b45f;
  background: #f7fff0;
}

.top-renewal__intro-media,
.top-renewal__media-image,
.top-renewal__news-box,
.top-renewal__business-inner {
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 28px rgba(40, 54, 80, .12);
}

.top-renewal__intro-media {
  border: 4px solid #f6c85f;
}

.top-renewal__section {
  padding: 48px 0;
  border-top: 1px solid #eadfc9;
}

.top-renewal__section-head {
  max-width: 760px;
  margin: 0 auto 28px;
  text-align: center;
}

.top-renewal__section-head p:last-child {
  margin-bottom: 0;
}

.top-renewal__feature-grid,
.top-renewal__price-grid,
.top-renewal__evidence-grid,
.top-renewal__step-grid,
.top-renewal__faq-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.top-renewal__feature,
.top-renewal__price,
.top-renewal__stat,
.top-renewal__quote,
.top-renewal__step,
.top-renewal__faq-item {
  border: 1px solid #eadfc9;
  border-radius: 8px;
  background: #fff;
}

.top-renewal__feature {
  padding: 22px;
  border-top: 5px solid #0b83b7;
}

.top-renewal__feature:nth-child(2) {
  border-top-color: #f07a22;
}

.top-renewal__feature:nth-child(3) {
  border-top-color: #84b45f;
}

.top-renewal__feature:nth-child(4) {
  border-top-color: #d4507f;
}

.top-renewal__feature p,
.top-renewal__price p,
.top-renewal__stat p,
.top-renewal__step p,
.top-renewal__faq-item p {
  margin-bottom: 0;
}

.top-renewal__faq-item summary {
  position: relative;
  padding-right: 28px;
  color: #20334f;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.5;
  cursor: pointer;
}

.top-renewal__faq-item summary::marker {
  color: #0b83b7;
}

.top-renewal__faq-item p {
  margin-top: 14px;
}

.top-renewal__step-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.top-renewal__step,
.top-renewal__faq-item {
  padding: 24px;
}

.top-renewal__step-label {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-bottom: 12px;
  padding: 3px 12px;
  border-radius: 999px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
  background: #0b83b7;
}

.top-renewal__media-block {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(320px, 1.08fr);
  gap: 30px;
  align-items: center;
}

.top-renewal__media-block--reverse {
  grid-template-columns: minmax(0, 1fr) minmax(320px, .95fr);
}

.top-renewal__media-block--reverse .top-renewal__media-copy {
  order: 2;
}

.top-renewal__media-block--reverse .top-renewal__media-image {
  order: 1;
}

.top-renewal__media-image {
  border: 1px solid #eadfc9;
}

.top-renewal__text-link {
  display: inline-block;
  margin-top: 8px;
  color: #0b5e83;
  font-weight: 700;
}

.top-renewal__grade-groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.top-renewal__grade-group {
  padding: 24px;
  border: 1px solid #eadfc9;
  border-radius: 8px;
  background: #fff;
}

.top-renewal__grade-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.top-renewal__grade-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 8px;
  border: 1px solid #cddcea;
  border-radius: 6px;
  color: #20334f;
  font-weight: 700;
  text-decoration: none;
  background: #f7fbff;
}

.top-renewal__info-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 20px 0 14px;
  padding: 0;
  list-style: none;
}

.top-renewal__info-list li {
  padding: 10px 12px;
  border: 1px solid #cddcea;
  border-radius: 6px;
  font-weight: 700;
  background: #f7fbff;
}

.top-renewal__section--price {
  padding-right: 22px;
  padding-left: 22px;
  border-radius: 8px;
  background: #f6fbff;
}

.top-renewal__price-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.top-renewal__price {
  padding: 24px;
  text-align: center;
}

.top-renewal__price--accent {
  border-color: #f0a13d;
  background: #fff7e8;
}

.top-renewal__price-value {
  color: #d75f19;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.3;
}

.top-renewal__price-value span {
  display: block;
  color: #5a6576;
  font-size: 13px;
  font-weight: 700;
}

.top-renewal__trial-prompt {
  max-width: 560px;
  margin: 22px auto 0;
  padding: 18px 20px;
  border: 1px solid #f2c98f;
  border-radius: 8px;
  text-align: center;
  background: #fff;
}

.top-renewal__trial-prompt p {
  margin-bottom: 12px;
  font-weight: 700;
}

.top-renewal__trial-prompt .top-renewal__button {
  min-width: 220px;
}

.top-renewal__section--environment {
  background: #f8fff4;
}

.top-renewal__section--voice {
  padding-right: 22px;
  padding-left: 22px;
  border-radius: 8px;
  background: #fff8fb;
}

.top-renewal__evidence-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.top-renewal__faq-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.top-renewal__stat {
  padding: 28px 22px;
  text-align: center;
}

.top-renewal__stat-number {
  margin-bottom: 4px;
  color: #d4507f;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.1;
}

.top-renewal__survey-charts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.top-renewal__survey-card {
  min-width: 0;
  padding: 24px 18px;
  border: 1px solid #eadfc9;
  border-radius: 8px;
  text-align: center;
  background: #fff;
}

.top-renewal__survey-chart {
  position: relative;
  width: 160px;
  height: 160px;
  margin: 0 auto 14px;
}

.top-renewal__survey-chart canvas {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
}

.top-renewal__survey-percent {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d4507f;
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
  pointer-events: none;
}

.top-renewal__survey-label {
  margin-top: 0;
  margin-bottom: 6px;
  color: #20334f;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.45;
}

.top-renewal__survey-description {
  margin-top: 0;
  margin-bottom: 0;
  color: #445066;
  font-size: 14px;
  line-height: 1.6;
}

.top-renewal__survey-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.top-renewal__note {
  margin: 16px auto 22px;
  color: #5a6576;
  font-size: 13px;
  text-align: center;
}

.top-renewal__survey-detail {
  max-width: 760px;
  margin: -6px auto 22px;
  padding: 14px 18px;
  border: 1px solid #eadfc9;
  border-radius: 8px;
  background: #fff;
}

.top-renewal__survey-detail summary {
  color: #20334f;
  font-weight: 800;
  cursor: pointer;
}

.top-renewal__survey-detail dl {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
}

.top-renewal__survey-detail div {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 10px;
  font-size: 13px;
}

.top-renewal__survey-detail dt {
  color: #20334f;
  font-weight: 800;
}

.top-renewal__survey-detail dd {
  margin: 0;
  color: #445066;
}

.top-renewal__quote {
  max-width: 860px;
  margin: 0 auto;
  padding: 26px 28px;
}

.top-renewal__quote p {
  margin-bottom: 14px;
}

.top-renewal__quote cite {
  display: block;
  color: #5a6576;
  font-style: normal;
  font-weight: 700;
  text-align: right;
}

.top-renewal__news-box {
  border: 1px solid #f2b357;
  box-shadow: none;
}

.top-renewal__news-scroll {
  max-height: 340px;
  padding: 24px;
  overflow-y: auto;
  background: #fff;
  text-align:left;
}

.top-renewal__news-scroll dt {
  margin-bottom: 4px;
  color: #f07a22;
  font-weight: 800;
}

.top-renewal__news-scroll dd {
  margin: 0 0 16px;
}

.top-renewal__business-inner {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  padding: 28px;
  border: 1px solid #cddcea;
  box-shadow: none;
}

.top-renewal__business-inner p:last-child {
  margin-bottom: 0;
}

.top-renewal__section--final {
  padding-right: 22px;
  padding-left: 22px;
  border-radius: 8px;
  background: #fff7e8;
}

.top-renewal__final-inner {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

.top-renewal__page-information {
  max-width: 760px;
  margin: 18px auto 0;
  padding: 12px 16px;
  border-top: 1px solid #eadfc9;
  color: #697386;
  font-size: 12px;
  line-height: 1.7;
  text-align: center;
}

.top-renewal__page-information p {
  margin-bottom: 2px;
}

@media screen and (max-width: 1100px) {
  .top-renewal__feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 960px) {
  .top-renewal {
    padding-right: 18px;
    padding-left: 18px;
  }

  .top-renewal__intro,
  .top-renewal__media-block,
  .top-renewal__media-block--reverse,
  .top-renewal__grade-groups {
    grid-template-columns: 1fr;
  }

  .top-renewal__media-block--reverse .top-renewal__media-copy,
  .top-renewal__media-block--reverse .top-renewal__media-image {
    order: initial;
  }

  .top-renewal__step-grid,
  .top-renewal__faq-list {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 768px) {
  .top-renewal {
    padding-right: 14px;
    padding-left: 14px;
    padding-bottom: 48px;
    line-height: 1.7;
  }

  .top-renewal__intro {
    padding-top: 34px;
  }

  .top-renewal h1 {
    font-size: 28px;
  }

  .top-renewal__definition {
    max-width: 100%;
    font-size: 14px;
    line-height: 1.7;
  }

  .top-renewal h2 {
    font-size: 22px;
  }

  .top-renewal__section {
    margin-right: -14px;
    margin-left: -14px;
    padding: 34px 14px;
    border-top: 0;
  }

  .top-renewal__section-head {
    margin-bottom: 18px;
    text-align: left;
  }

  .top-renewal h2 {
    margin-bottom: 10px;
    line-height: 1.45;
  }

  .top-renewal__feature,
  .top-renewal__step,
  .top-renewal__price,
  .top-renewal__stat,
  .top-renewal__faq-item {
    min-width: 0;
  }

  .top-renewal__section--worries {
    background: #f3fbff;
  }

  .top-renewal__section--features {
    background: #fff8ee;
  }

  .top-renewal__section--cycle {
    background: #fff;
  }

  .top-renewal__section--environment {
    background: #f4fbf1;
  }

  .top-renewal__section--reasons {
    background: #f3fbff;
  }

  .top-renewal__section[aria-labelledby="top-renewal-basic"] {
    background: #fff;
  }

  .top-renewal__section--voice {
    background: #fff8f5;
  }

  .top-renewal__section--price {
    background: #f3fbff;
  }

  .top-renewal__section[aria-labelledby="top-renewal-faq"] {
    background: #fff;
  }

  .top-renewal__section--final {
    background: #fff8ee;
  }

  .top-renewal__section--news {
    background: #f4fbf1;
  }

  .top-renewal__feature-grid,
  .top-renewal__price-grid,
  .top-renewal__evidence-grid,
  .top-renewal__info-list {
    grid-template-columns: 1fr;
  }

  .top-renewal__actions,
  .top-renewal__business-inner {
    display: grid;
    grid-template-columns: 1fr;
  }

  .top-renewal__button {
    width: 100%;
  }

  .top-renewal__trial-prompt {
    padding: 16px 14px;
  }

  .top-renewal__trial-prompt .top-renewal__button {
    width: 100%;
    min-width: 0;
  }

  .top-renewal__survey-detail {
    padding: 14px;
  }

  .top-renewal__survey-charts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .top-renewal__survey-card {
    padding: 16px 10px;
  }

  .top-renewal__survey-chart {
    width: 124px;
    height: 124px;
    margin-bottom: 10px;
  }

  .top-renewal__survey-percent {
    font-size: 26px;
  }

  .top-renewal__survey-label {
    font-size: 13px;
    line-height: 1.4;
  }

  .top-renewal__survey-description {
    font-size: 11.5px;
    line-height: 1.5;
  }

  .top-renewal__survey-detail div {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .top-renewal__section--worries .top-renewal__feature-grid,
  .top-renewal__section--reasons .top-renewal__feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .top-renewal__section--worries .top-renewal__feature,
  .top-renewal__section--reasons .top-renewal__feature {
    position: relative;
    min-height: 0;
    padding: 16px 12px 14px;
    border: 1px solid rgba(40, 130, 168, 0.12);
    border-top: 0;
    border-left: 0;
    border-radius: 10px;
    box-shadow: none;
  }

  .top-renewal__section--worries .top-renewal__feature::before,
  .top-renewal__section--reasons .top-renewal__feature::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    margin-bottom: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffe28a 0%, #84d8e9 100%);
  }

  .top-renewal__section--reasons .top-renewal__feature::before {
    margin-right: auto;
    margin-left: auto;
    background: linear-gradient(135deg, #9be4c4 0%, #ffd989 100%);
  }

  .top-renewal__section--worries .top-renewal__feature h3,
  .top-renewal__section--reasons .top-renewal__feature h3 {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.45;
  }

  .top-renewal__section--worries .top-renewal__feature h3[data-mobile-title],
  .top-renewal__section--reasons .top-renewal__feature h3[data-mobile-title] {
    font-size: 0;
  }

  .top-renewal__section--worries .top-renewal__feature h3[data-mobile-title]::before,
  .top-renewal__section--reasons .top-renewal__feature h3[data-mobile-title]::before {
    content: attr(data-mobile-title);
    font-size: 14px;
    line-height: 1.45;
  }

  .top-renewal__section--worries .top-renewal__feature p,
  .top-renewal__section--reasons .top-renewal__feature p {
    display: -webkit-box;
    margin-bottom: 0;
    overflow: hidden;
    color: #445066;
    font-size: 12px;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .top-renewal__section--reasons .top-renewal__feature .top-renewal__time-note {
    display: block;
    margin-top: 8px;
    font-size: 10.5px;
    line-height: 1.5;
    -webkit-line-clamp: initial;
  }

  .top-renewal__section--reasons .top-renewal__feature {
    text-align: center;
  }

  .top-renewal__section--features .top-renewal__feature-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .top-renewal__section--features .top-renewal__feature {
    position: relative;
    padding: 14px 16px;
    border: 1px solid rgba(255, 183, 67, 0.22);
    border-radius: 12px;
    box-shadow: none;
  }

  .top-renewal__section--features .top-renewal__feature::before {
    content: attr(data-before) "\A\2193 \A" attr(data-after);
    display: block;
    color: #20334f;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.65;
    text-align: center;
    white-space: pre-line;
  }

  .top-renewal__section--features .top-renewal__feature h3,
  .top-renewal__section--features .top-renewal__feature p {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
  }

  .top-renewal__step-grid {
    position: relative;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .top-renewal__step-grid::before {
    content: "";
    position: absolute;
    top: 18px;
    bottom: 18px;
    left: 24px;
    width: 2px;
    background: #bfe4ee;
  }

  .top-renewal__step {
    position: relative;
    padding: 14px 14px 14px 58px;
    border: 1px solid rgba(40, 130, 168, 0.12);
    box-shadow: none;
  }

  .top-renewal__step-label {
    position: absolute;
    top: 14px;
    left: 0;
    z-index: 1;
    display: flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    border-radius: 50%;
    font-size: 11px;
    line-height: 1.2;
    text-align: center;
  }

  .top-renewal__step h3 {
    margin-bottom: 5px;
    font-size: 16px;
  }

  .top-renewal__step p:last-child {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 1.65;
  }

  .top-renewal__media-block,
  .top-renewal__media-block--reverse {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .top-renewal__media-image,
  .top-renewal__media-block--reverse .top-renewal__media-image {
    order: 1;
  }

  .top-renewal__media-copy,
  .top-renewal__media-block--reverse .top-renewal__media-copy {
    order: 2;
  }

  .top-renewal__media-copy p {
    margin-bottom: 12px;
  }

  .top-renewal__intro-media img {
    width: 100%;
    height: min(48vw, 200px);
    min-height: 180px;
    object-fit: cover;
    object-position: center center;
  }

  .top-renewal__section--environment > img {
    display: none;
  }

  .top-renewal__section--environment .top-renewal__media-block,
  .top-renewal__section--environment .top-renewal__media-block--reverse {
    display: grid;
    grid-template-columns: minmax(0, 1fr) clamp(120px, 34vw, 150px);
    gap: 12px;
    align-items: start;
  }

  .top-renewal__section--environment .top-renewal__media-copy,
  .top-renewal__section--environment .top-renewal__media-block--reverse .top-renewal__media-copy {
    order: 1;
  }

  .top-renewal__section--environment .top-renewal__media-image,
  .top-renewal__section--environment .top-renewal__media-block--reverse .top-renewal__media-image {
    order: 2;
    width: clamp(120px, 34vw, 150px);
    justify-self: end;
  }

  .top-renewal__section--environment .top-renewal__media-image img {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    object-position: center top;
  }

  .top-renewal__section[aria-labelledby="top-renewal-basic"] .top-renewal__media-image {
    display: none;
  }

  .top-renewal__grade-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .top-renewal__price-value {
    font-size: 26px;
  }

  .top-renewal__stat-number {
    font-size: 40px;
  }

  .top-renewal__quote {
    padding: 22px;
  }
}

@media screen and (max-width: 430px) {
  .top-renewal {
    padding-right: 10px;
    padding-left: 10px;
  }

  .top-renewal h1 {
    font-size: 24px;
  }

  .top-renewal__lead {
    font-size: 15px;
  }

  .top-renewal__grade-links {
    grid-template-columns: 1fr;
  }

  .top-renewal__section {
    margin-right: -10px;
    margin-left: -10px;
    padding: 30px 10px;
  }

  .top-renewal__section--worries .top-renewal__feature-grid,
  .top-renewal__section--reasons .top-renewal__feature-grid {
    gap: 8px;
  }

  .top-renewal__section--worries .top-renewal__feature,
  .top-renewal__section--reasons .top-renewal__feature {
    padding: 14px 10px 13px;
  }

  .top-renewal__section--worries .top-renewal__feature h3,
  .top-renewal__section--reasons .top-renewal__feature h3 {
    font-size: 13px;
  }

  .top-renewal__section--worries .top-renewal__feature h3[data-mobile-title]::before,
  .top-renewal__section--reasons .top-renewal__feature h3[data-mobile-title]::before {
    font-size: 13px;
  }

  .top-renewal__section--worries .top-renewal__feature p,
  .top-renewal__section--reasons .top-renewal__feature p {
    font-size: 11.5px;
  }

  .top-renewal__section--reasons .top-renewal__feature .top-renewal__time-note {
    font-size: 10px;
  }

  .top-renewal__section--features .top-renewal__feature {
    padding-right: 12px;
    padding-left: 12px;
  }

  .top-renewal__section--features .top-renewal__feature::before {
    font-size: 13px;
  }

  .top-renewal__section--environment .top-renewal__media-block,
  .top-renewal__section--environment .top-renewal__media-block--reverse {
    grid-template-columns: minmax(0, 1fr) 120px;
    gap: 10px;
  }

  .top-renewal__section--environment .top-renewal__media-image,
  .top-renewal__section--environment .top-renewal__media-block--reverse .top-renewal__media-image {
    width: 120px;
  }

  .top-renewal__section--price,
  .top-renewal__section--voice,
  .top-renewal__section--final {
    padding-right: 14px;
    padding-left: 14px;
  }

  .top-renewal__survey-chart {
    width: 118px;
    height: 118px;
  }
}

@media screen and (max-width: 340px) {
  .top-renewal__survey-card {
    padding-right: 6px;
    padding-left: 6px;
  }

  .top-renewal__survey-chart {
    width: 106px;
    height: 106px;
  }

  .top-renewal__survey-percent {
    font-size: 23px;
  }
}
