.service-page .list-header {
  background: #fff;
}

.service-page .sv-intro {
  background: #fff;
  padding: 80px 0 48px;
}

.service-page .sv-intro__inner {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.service-page .sv-intro__title {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 34px;
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: #111;
}

.service-page .sv-intro__line {
  display: block;
  width: 100%;
  max-width: 980px;
  height: 1px;
  margin: 22px auto 0;
  background: rgba(138, 44, 44, 0.6);
}

.service-page .sv-intro__text {
  margin-top: 22px;
  color: #333;
  font-size: 23px;
  line-height: 2.1;
  letter-spacing: 0.02em;
}

.service-page .sv-intro__text p {
  margin: 0;
}

.service-page .sv-intro__text p + p {
  margin-top: 18px;
}

.service-page .sv-strengths {
  background: #7b1a1a;
  padding: 40px 0px 45px;
}

.service-page .sv-strengths__title {
  margin: 0 0 28px;
  text-align: center;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 50px;
  letter-spacing: 0.06em;
}

.service-page .sv-strengths__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

.service-page .sv-strength {
  padding: 22px 26px 26px;
  min-height: 180px;
}

.service-page .sv-strength + .sv-strength {
  border-left: 1px solid rgba(255, 255, 255, 0.482);
}

.service-page .sv-strength__head {
  margin: 0px;
  display: inline-flex;
  align-items: center;
  gap: 0;
  background: #fff;
  padding: 12px 22px;
  white-space: nowrap;
}

.service-page .sv-strength__no {
  background: none;
  color: #8a2c2c;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 0.08em;
}

.service-page .sv-strength__head-text {
  color: #8a2c2c;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 0.04em;
}

.service-page .sv-strength__desc {
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 25px;
  line-height: 2;
  letter-spacing: 0.02em;
}

.service-page .sv-after {
  background: #fff;
  padding: 42px 0 70px;
}

.service-page .sv-after__inner {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
  padding: 26px 0;
  border-top: 1px solid rgba(138, 44, 44, 0.541);
  border-bottom: 1px solid rgba(138, 44, 44, 0.541);
}

.service-page .sv-after__inner p {
  margin: 0;
  color: #333;
  font-size: 30px;
  line-height: 2.2;
  letter-spacing: 0.04em;
}

.service-page .sv-strengths .list-wrap {
  max-width: 100%;
  padding: 0 80px;
}

.service-page #opening,
.service-page #owner,
.service-page #corporate,
.service-page #residence {
  scroll-margin-top: 120px;
}

.service-page .sv-service {
  background: #fff;
  padding: 46px 0 70px;
}

.service-page .sv-service__bar {
  width: 100%;
  height: 120px;
  border-radius: 0;
  display: grid;
  place-items: center;
  margin: 0 auto 38px;
  position: relative;
  overflow: hidden;
}

.service-page .sv-service__bar::before {
  content: "";
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  filter: saturate(0.95);
  transform: scale(1.02);
}

.service-page .sv-service__bar::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(129, 23, 23, 0.737);
}

.service-page .sv-service__bar-title {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 40px;
  letter-spacing: 0.06em;
}

.service-page .sv-service__bar--01::before {
  background-image: url("images/cta_01.jpg");
}
.service-page .sv-service__bar--02::before {
  background-image: url("images/service_02.jpeg");
}
.service-page .sv-service__bar--03::before {
  background-image: url("images/cta_04.jpeg");
}
.service-page .sv-service__bar--04::before {
  background-image: url("images/service_04.jpeg");
}

.service-page .sv-flow {
  width: 90%;
}

.service-page .sv-step {
  position: relative;
  display: block;
  margin: 0;
}

.service-page .sv-step__badge {
  position: absolute;
  left: 20px;
  top: -25px;
  width: 120px;
  height: 45px;
  background: #8b1e1e;
  color: #fff;
  display: grid;
  place-items: center;
  font-family: "Allura", cursive;
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0.02em;
  z-index: 2;
}

.service-page .sv-step__panel {
  width: 760px;
  min-height: 120px;
  background: #f7f7f7;
  padding: 18px 30px 5px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
}

.service-page .sv-step__title {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 26px;
  color: #111;
  letter-spacing: 0.04em;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
}

.service-page .sv-step__title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 78%;
  height: 1px;
  background: rgba(139, 30, 30, 0.45);
  transform: translateX(-50%);
}

.service-page .sv-step__text {
  margin: 12px 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 2;
  color: #222;
}

.service-page .sv-flow__arrow {
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 22px solid #8b1e1e;
  margin: 18px 0;
  position: relative;
  left: 420px;
  transform: translateX(-50%);
}

.service-page .sv-support {
  width: 100%;
  padding-top: 20px;
  grid-column: 2;
  grid-row: 1;
  margin-left: 0;
  align-self: start;
}

.service-page .sv-support__catch {
  margin: 0;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  color: #111;
  line-height: 1.7;
  letter-spacing: 0.06em;
}

.service-page .sv-support__catch-thin {
  font-weight: 300;
  font-size: 30px;
}

.service-page .sv-support__catch-bold {
  font-weight: 700;
  font-size: 38px;
  letter-spacing: 0.15em;
}

.service-page .sv-support__line {
  height: 1px;
  background: #8b1e1e;
  width: 100%;
  margin: 28px auto 26px;
}

.service-page .sv-support__content {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  color: #111;
}

.service-page .sv-support__lead {
  margin: 0 0 12px;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-top: 20px;
}

.service-page .sv-support__list {
  margin: 30px auto 14px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
  width: fit-content;
  text-align: left;
  font-size: 20px;
  line-height: 1.8;
}

.service-page .sv-support__list li {
  position: relative;
  padding-left: 22px;
}

.service-page .sv-support__list li::before {
  content: "■";
  position: absolute;
  left: 0;
  top: 0.05em;
  font-size: 16px;
  color: #111;
}

.service-page .sv-support__end {
  margin: 30px 0 22px;
  font-size: 25px;
  letter-spacing: 0.05em;
}

.service-page .sv-support__btn--below {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  width: 520px;
  height: 74px;
  margin: 0 !important;
  padding: 0 28px 0 34px;
  background: #8a2c2c;
  color: #fff;
  text-decoration: none;
  border-radius: 999px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  letter-spacing: 0.05em;
  box-sizing: border-box;
  border: 1px solid #8a2c2c;
  transition: all 0.3s ease;
}

.service-page .sv-support__btn:hover {
  background: #fff;
  color: #8a2c2c;
}

.service-page .sv-support__btn-ico {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: #fff;
  color: #8a2c2c;
  display: grid;
  place-items: center;
  font-size: 18px;
  line-height: 1;
}

.service-page .sv-support__btn:hover .sv-support__btn-ico {
  background: #8a2c2c;
  color: #fff;
}

.service-page .sv-support__para {
  margin: 20px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #111;
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.service-page .sv-faq {
  padding: 80px 0 120px;
}

.service-page .sv-faq__inner {
  width: 900px;
  margin: 0 auto;
}

.service-page .sv-faq__head {
  width: 100%;
  height: 100px;
  margin: 0 auto 46px;
  background: #8a2c2c;
  border-radius: 14px;
  display: grid;
  place-items: center;
}

.service-page .sv-faq__title {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 35px;
  letter-spacing: 0.08em;
  color: #fff;
}

.service-page .sv-faq__list {
  width: 100%;
  margin: 0;
  display: grid;
  gap: 18px;
}

.service-page .sv-faq__item {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.35);
  border-radius: 12px;
  overflow: hidden;
}

.service-page .sv-faq__q {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 22px 22px;
  display: grid;
  grid-template-columns: 1fr 44px;
  align-items: center;
  gap: 18px;
  cursor: pointer;
  text-align: left;
}

.service-page .sv-faq__qtext {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #111;
  letter-spacing: 0.03em;
}

.service-page .sv-faq__icon {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: #8a2c2c;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.service-page .sv-faq__icon::before {
  content: "▽";
}

.service-page .sv-faq__item.is-open .sv-faq__icon::before {
  content: "△";
}

.sv-faq__a {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.35s ease;
}

.sv-faq__item.is-open .sv-faq__a {
  max-height: 500px;
}

.service-page .sv-faq__abox {
  padding: 16px 18px;
  background: #f7f7f7;
  border-radius: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  line-height: 1.9;
  color: #111;
}

.service-page .sv-service__body {
  display: grid;
  grid-template-columns: 760px 570px;
  column-gap: 80px;
  align-items: start;
  transform: translateX(20px);
  padding-top: 70px;
}

.service-page .sv-flow {
  grid-column: 1;
  grid-row: 1 / span 2;
}

.service-page .sv-service__body > .sv-support__btn {
  grid-column: 2;
  grid-row: 2;
  justify-self: center;
  align-self: flex-start;
  margin-top: 32px;
}

@media (max-width: 1024px) {
  .list-header {
    display: none;
  }

  .service-page .sv-intro {
    padding: 44px 0 30px;
  }

  .service-page .sv-intro__inner {
    max-width: 760px;
    padding: 0 20px;
    margin: 0 auto;
    text-align: center;
  }

  .service-page .sv-intro__title {
    font-size: 24px;
    line-height: 1.8;
    letter-spacing: 0.04em;
    font-weight: 700;
  }

  .service-page .sv-intro__line {
    width: 100%;
    max-width: 760px;
    margin: 16px auto 0;
  }

  .service-page .sv-intro__text {
    margin-top: 16px;
    font-size: 16px;
    text-align: left;
    line-height: 2;
    letter-spacing: 0.03em;
  }

  .service-page .sv-intro__text p + p {
    margin-top: 14px;
  }

  .service-page .sv-strengths {
    padding: 30px 0 32px;
  }

  .service-page .sv-strengths .list-wrap,
  .service-page .sv-intro .list-wrap,
  .service-page .sv-service .list-wrap {
    padding: 0 20px !important;
  }

  .service-page .sv-strengths__title {
    margin: 0 0 20px;
    font-size: 30px;
    letter-spacing: 0.08em;
  }

  .service-page .sv-strengths__grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .service-page .sv-strength {
    padding: 18px 0 20px;
    min-height: auto;
  }

  .service-page .sv-strength + .sv-strength {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.45);
  }

  .service-page .sv-strength__head {
    padding: 10px 16px;
    white-space: normal;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
  }

  .service-page .sv-strength__no {
    font-size: 22px;
  }

  .service-page .sv-strength__head-text {
    font-size: 18px;
  }

  .service-page .sv-strength__desc {
    margin: 12px 0 0;
    font-size: 16px;
    line-height: 1.9;
    letter-spacing: 0.03em;
  }

  .service-page .sv-after {
    padding: 28px 0 30px;
  }

  .service-page .sv-after__inner {
    max-width: 760px;
    margin: 0 auto;
    padding: 18px 20px;
  }

  .service-page .sv-after__inner p {
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0.03em;
  }

  .service-page .sv-service {
    padding: 28px 0 40px;
  }

  .service-page .sv-service__bar {
    width: 100%;
    height: 90px;
    margin: 0 auto 24px;
  }

  .service-page .sv-service__bar-title {
    font-size: 24px;
    line-height: 1.3;
    text-align: center;
    padding: 0 14px;
  }

  .service-page .sv-service__body {
    display: flex;
    flex-direction: column;
    gap: 24px;
    transform: none;
    padding-top: 0;
  }

  .service-page .sv-support {
    order: 1;
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    padding: 0;
  }

  .service-page .sv-support__catch {
    margin: 0;
    text-align: center;
    line-height: 1.55;
  }

  .service-page .sv-support__catch-thin {
    font-size: 24px;
    font-weight: 600;
  }

  .service-page .sv-support__catch-bold {
    font-size: 30px;
    font-weight: 700;
  }

  .service-page .sv-support__line {
    width: 100%;
    margin: 18px 0;
  }

  .service-page .sv-support__content {
    font-size: 16px;
    line-height: 1.9;
  }

  .service-page .sv-support__lead,
  .service-page .sv-support__end {
    margin: 0 0 18px;
    font-size: 22px;
    text-align: center;
  }

  .service-page .sv-support__list {
    margin: 12px auto 14px;
    font-size: 17px;
    line-height: 1.9;
  }

  .service-page .sv-support__list li {
    padding-left: 20px;
  }

  .service-page .sv-support__btn--below {
    min-width: 0;
    width: min(460px, 100%);
    height: 60px;
    margin: 18px auto 0 !important;
    padding: 0 20px 0 24px;
    font-size: 18px;
    gap: 14px;
    line-height: 1;
    border-radius: 999px;
    order: 3;
  }

  .service-page .sv-support__btn-ico {
    width: 34px;
    height: 34px;
    font-size: 16px;
    flex-shrink: 0;
  }

  .service-page .sv-support__para {
    margin: 14px auto 12px;
    font-size: 15px;
    line-height: 1.9;
    max-width: 560px;
  }

  .service-page .sv-flow {
    width: 100%;
    margin: 0 auto;
    max-width: 760px;
    order: 2;
  }

  .service-page .sv-step {
    margin: 0;
  }

  .service-page .sv-step__badge {
    left: 0;
    top: -16px;
    width: 88px;
    height: 32px;
    font-size: 18px;
    letter-spacing: 0.02em;
  }

  .service-page .sv-step__panel {
    width: 100%;
    min-height: 96px;
    padding: 16px 18px 14px;
    display: block;
    text-align: center;
  }

  .service-page .sv-step__title {
    font-size: 18px;
    padding-bottom: 8px;
  }

  .service-page .sv-step__text {
    font-size: 14px;
    line-height: 1.9;
    margin: 10px 0 0;
    text-align: left;
  }

  .service-page .sv-flow__arrow {
    margin: 14px auto;
    left: auto;
    transform: none;
    border-left-width: 14px;
    border-right-width: 14px;
    border-top-width: 18px;
  }

  .service-page .sv-faq {
    padding: 34px 0 56px;
  }

  .service-page .sv-faq .list-wrap {
    padding: 0 20px;
    display: flex;
    justify-content: center;
  }

  .service-page .sv-faq__inner {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
  }

  .service-page .sv-faq__head {
    width: 100%;
    height: 56px;
    margin: 0 auto 26px;
    border-radius: 14px;
  }

  .service-page .sv-faq__title {
    font-size: 24px;
    text-align: center;
  }

  .service-page .sv-faq__list {
    gap: 14px;
  }

  .service-page .sv-faq__item {
    width: 100%;
    margin-bottom: 0;
  }

  .service-page .sv-faq__q {
    padding: 14px 16px 14px 18px;
    align-items: center;
    gap: 14px;
  }

  .service-page .sv-faq__qtext {
    width: 100%;
    font-size: 16px;
    padding: 0;
    border-radius: 6px;
    line-height: 1.7;
  }

  .service-page .sv-faq__icon {
    width: 34px;
    height: 34px;
    font-size: 16px;
    font-weight: 400;
  }

  .service-page .sv-faq__abox {
    padding: 14px 16px;
    font-size: 14px;
    line-height: 1.9;
  }
}

@media (max-width: 767px) {
  .list-header {
    display: none;
  }

  .service-page .sv-intro {
    padding: 32px 0 22px;
  }

  .service-page .sv-intro__inner {
    max-width: 520px;
    padding: 0 18px;
    margin: 0 auto;
    text-align: center;
  }

  .service-page .sv-intro__title {
    font-size: 17px;
    line-height: 1.9;
    letter-spacing: 0.06em;
    font-weight: 700;
    white-space: nowrap;
  }

  .service-page .sv-intro__line {
    width: 350px;
    max-width: 100%;
    height: 1px;
    margin: 14px auto 0;
    background: rgba(138, 44, 44, 0.6);
  }

  .service-page .sv-intro__text {
    margin-top: 14px;
    font-size: 13px;
    text-align: left;
    line-height: 2;
    letter-spacing: 0.04em;
    color: #333;
  }

  .service-page .sv-intro__text p + p {
    margin-top: 12px;
  }

  .service-page .sv-strengths {
    padding: 26px 20px 26px;
  }

  .service-page .sv-strengths .list-wrap {
    padding: 0 18px !important;
  }
  .service-page .sv-intro .list-wrap {
    padding: 0 18px !important;
  }

  .service-page .sv-strengths__title {
    margin: 0 0 16px;
    font-size: 22px;
    letter-spacing: 0.08em;
  }

  .service-page .sv-strengths__grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .service-page .sv-strength {
    padding: 16px 0 18px;
    min-height: auto;
  }

  .service-page .sv-strength + .sv-strength {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.45);
  }

  .service-page .sv-strength__head {
    padding: 8px 14px;
    white-space: normal;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
  }

  .service-page .sv-strength__no {
    font-size: 18px;
    letter-spacing: 0.08em;
  }

  .service-page .sv-strength__head-text {
    font-size: 13px;
    letter-spacing: 0.04em;
  }

  .service-page .sv-strength__desc {
    margin: 10px 0 0;
    font-size: 12px;
    line-height: 1.9;
    letter-spacing: 0.04em;
  }

  .service-page .sv-after {
    padding: 22px 0 22px;
  }

  .service-page .sv-after__inner {
    max-width: 520px;
    margin: 0 auto;
    padding: 16px 16px;
  }

  .service-page .sv-after__inner p {
    font-size: 13px;
    line-height: 2;
    letter-spacing: 0.04em;
  }

  .service-page .sv-service {
    padding: 22px 0 34px;
  }

  .service-page .sv-service .list-wrap {
    padding: 0 18px;
  }

  .service-page .sv-service__bar {
    width: 100%;
    height: 75px;
    margin: 0 auto 18px;
  }

  .service-page .sv-service__bar-title {
    font-size: 17px;
    line-height: 1.3;
    text-align: center;
    padding: 0 12px;
  }

  .service-page .sv-service__body {
    display: flex;
    flex-direction: column;
    gap: 18px;
    transform: none;
    padding-top: 0;
  }

  .service-page .sv-support {
    order: 1;
    width: 100%;
    max-width: 365px;
    margin: 0 auto;
    padding: 0;
  }

  .service-page .sv-support__catch {
    margin: 0;
    text-align: center;
    line-height: 1.5;
  }

  .service-page .sv-support__catch-thin {
    font-size: 18px;
    font-weight: 600;
  }

  .service-page .sv-support__catch-bold {
    font-size: 23px;
    font-weight: 700;
  }

  .service-page .sv-support__line {
    width: 100%;
    height: 1px;
    background: rgba(138, 44, 44, 0.6);
    margin: 16px 0;
  }

  .service-page .sv-support__content {
    font-size: 15px;
    line-height: 1.9;
  }

  .service-page .sv-support__lead,
  .service-page .sv-support__end {
    margin: 0 0 20px;
    font-size: 18px;
    text-align: center;
  }

  .service-page .sv-support__list {
    margin: 5px auto 10px;
    padding: 0;
    list-style: none;
    font-size: 15px;
  }

  .service-page .sv-support__list li {
    position: relative;
    padding-left: 18px;
    margin: 0;
  }

  .service-page .sv-support__list li::before {
    content: "■";
    position: absolute;
    left: 0;
    top: 0;
  }

  .service-page .sv-support__btn-ico {
    width: 26px !important;
    height: 26px !important;
    font-size: 14px !important;
    flex-shrink: 0;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: #fff;
    color: #8b1e1e;
  }

  .service-page .sv-support__btn--below {
    min-width: 0 !important;
    width: 300px !important;
    height: 45px !important;
    margin: 16px auto 0 !important;
    padding: 0 !important;
    font-size: 15px !important;
    gap: 10px !important;
    line-height: 1;
    border-radius: 999px;
    order: 3;
  }

  .service-page .sv-support__para {
    margin: 10px auto 10px;
    padding: 0;
    list-style: none;
    font-size: 13px;
    font-weight: 400;
  }

  .service-page .sv-flow {
    width: 100%;
    margin: 0 auto;
    max-width: 365px;
    order: 2;
  }

  .service-page .sv-step {
    margin: 0;
  }

  .service-page .sv-step__badge {
    left: 0;
    top: -12px;
    width: 70px;
    height: 25px;
    font-size: 15px;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 0.02em;
  }

  .service-page .sv-step__panel {
    width: 100%;
    min-height: 85px;
    padding: 14px 16px 12px;
    display: block;
    text-align: center;
  }

  .service-page .sv-step__title {
    font-size: 15px;
    padding-bottom: 8px;
  }

  .service-page .sv-step__text {
    font-size: 11px;
    line-height: 1.9;
    margin: 10px 0 0;
    text-align: left;
  }

  .service-page .sv-flow__arrow {
    margin: 12px auto;
    left: auto;
    border-left-width: 12px;
    border-right-width: 12px;
    border-top-width: 16px;
  }

  .service-page .sv-faq {
    padding: 28px 0 40px;
  }

  .service-page .sv-faq__head {
    width: 100%;
    height: 40px;
    margin: 0 auto 30px;
    background: #8a2c2c;
    border-radius: 14px;
    display: grid;
    place-items: center;
  }

  .service-page .sv-faq .list-wrap {
    padding: 0;
    display: flex;
    justify-content: center;
  }

  .service-page .sv-faq__inner {
    width: 350px;
    margin: 0 auto;
  }

  .service-page .sv-faq__title {
    font-size: 18px;
    text-align: center;
  }

  .service-page .sv-faq__item {
    margin-bottom: 13px;
  }

  .service-page .sv-faq__qtext {
    width: 100%;
    font-size: 14px;
    padding: 0;
    border-radius: 6px;
  }

  .service-page .sv-faq__icon {
    width: 30px;
    height: 30px;
    font-size: 15px;
    font-weight: 300;
  }

  .service-page .sv-faq__a {
    font-size: 11px;
    padding: 12px 14px;
    line-height: 1.8;
  }

  .service-page .sv-faq__q {
    padding: 10px 10px 10px 30px;
    align-items: center;
  }
}
