@charset "UTF-8";
:root {
  --cl-ntrl: #231815;
  --cl-gr: #939393;
  --cl-base: #fff;
  --cl-main: #d8445d;
  --cl-acnt: #5f4532;
  --cl-prm: #b8991c;
  --zen-maru-gothic: Zen Maru Gothic, serif;
  --zen-old-mincho: Zen Old Mincho, serif;
  --initialize: YakuHanJP, YuGothic, 游ゴシック, Meiryo, メイリオ, MS P Gothic, ＭＳ Ｐゴシック, sans-serif;
}

.sa-page {
  --sa-pink: #db425e;
  --sa-deep: #5a3329;
  --sa-soft: #fff6f7;
  --sa-line: #f6c8d3;
  --sa-green: #39b36f;
  color: var(--sa-deep);
  font-family: "Zen Maru Gothic", sans-serif;
}

.containts-wrapper {
  max-width: 750px;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 0 0 28px rgba(90, 51, 41, 0.08);
}

.sa-container {
  margin: 0 auto;
}

.sa-section {
  padding: 5.2rem 0;
}

p.sa-text {
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.95), -1px 1px 0 rgba(255, 255, 255, 0.95), 1px -1px 0 rgba(255, 255, 255, 0.95), -1px -1px 0 rgba(255, 255, 255, 0.95), 0 2px 6px rgba(255, 255, 255, 0.85);
}

.sa-mv.mv {
  padding-top: 0;
  height: 40vh;
  max-height: 667px;
  background: radial-gradient(circle at 78% 18%, rgba(162, 220, 255, 0.38) 0 8rem, rgba(255, 255, 255, 0) 8.2rem), linear-gradient(180deg, #eefaff 0%, #fff8fb 66%, #fff 100%);
  background-image: url("../img/small-animal/sp-bg.webp");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media screen and (min-width: 960px) {
  .sa-mv.mv {
    background: url(../img/small-animal/main-bg.webp) no-repeat center bottom/cover;
    height: 720px;
  }
}
@media screen and (min-width: 769px) and (max-width: 959px) {
  .sa-mv.mv {
    background: url("../img/small-animal/sp-bg.webp") no-repeat center bottom/cover;
  }
}
.sa-mv.mv .sa-container {
  position: absolute;
  top: 5%;
  left: 5%;
}
.sa-mv.mv .sa-mv-title {
  font-size: clamp(1.375rem, 6vw, 4.3rem);
  line-height: 1.42;
  letter-spacing: 0;
  /* font-weight: 900; */
  color: var(--sa-deep);
  text-shadow: 2px 2px 0px #fff, -2px -2px 0px #fff, -2px 2px 0px #fff, 2px -2px 0px #fff, 2px 0 0px #fff, -2px 0 0px #fff, 0 2px 0px #fff, 0 -2px 0px #fff;
  margin-bottom: 1rem;
}
.sa-mv.mv .sa-mv-title::first-letter {
  color: var(--sa-deep);
}
.sa-mv.mv .sa-mv-title .sa-label {
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  color: var(--sa-pink);
  font-size: clamp(0.8rem, 2vw, 1.6rem);
  font-weight: 700;
  line-height: 1.5;
  border: 1px solid var(--sa-pink);
  border-radius: 999px;
  padding: 0.6rem 1.5rem;
  margin: 0 0 1rem;
  text-shadow: none;
}
.sa-mv.mv .sa-mv-text {
  font-size: clamp(1.2rem, 3vw, 2rem);
  font-weight: 700;
  line-height: 1.4;
  text-shadow: 2px 2px 0px #fff, -2px -2px 0px #fff, -2px 2px 0px #fff, 2px -2px 0px #fff, 2px 0 0px #fff, -2px 0 0px #fff, 0 2px 0px #fff, 0 -2px 0px #fff;
  margin: 0 0 2.4rem;
}

.sa-cta {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
}
@media screen and (min-width: 700px) {
  .sa-cta {
    grid-template-columns: 1fr 1fr;
  }
}

.sa-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 5.8rem;
  border-radius: 999px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 9px 18px rgba(90, 51, 41, 0.16);
}

.sa-btn-tel {
  background: linear-gradient(180deg, #ff859c 0%, #de496b 100%);
}

.sa-btn-line {
  background: linear-gradient(180deg, #58ce89 0%, #1fa95d 100%);
}

.sa-worry {
  padding: 5rem;
}
.sa-worry .sa-heading {
  color: var(--sa-deep);
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  margin: 0 0 2.8rem;
}
.sa-worry .sa-heading-accent {
  color: var(--sa-pink);
  font-size: 4.2rem;
}
.sa-worry .sa-sub {
  color: var(--sa-pink);
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  margin: 0 0 0.8rem;
  line-height: 1.4;
}
.sa-worry .sa-sub span {
  font-size: 2.2rem;
}
.sa-worry .sa-sub::after {
  content: "";
  display: block;
  width: 45.8%;
  height: 4.5vw;
  margin: 1rem auto;
  background: url(../img/small-animal/ttl_deco.svg) no-repeat center/100%;
}
.sa-worry .sa-check-list {
  display: grid;
  gap: 1.4rem;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1.5rem;
  margin-bottom: 6rem;
}
.sa-worry .sa-check-list .sa-check-item {
  display: flex;
  gap: 1rem;
  align-items: center;
  background: #fff;
  box-shadow: 2px 2px 2px rgba(244, 212, 212, 0.84);
  padding: 0.8rem 1.2rem;
  line-height: 1.45;
  border-radius: 9999px;
  letter-spacing: 0.02em;
  font-weight: 500;
}
.sa-worry .sa-check-list .sa-check-item::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url(../img/small-animal/anxiety_check.svg) no-repeat center;
}

.sa-promise {
  padding: 2rem 1rem;
}
.sa-promise .sa-heading {
  width: 65%;
  margin: 0 auto 6rem;
  text-align: center;
  font-size: 2.6rem;
  color: var(--sa-deep);
}
.sa-promise .sa-heading .sa-heading-accent {
  font-size: 3.4rem;
  color: var(--sa-pink);
}
.sa-promise .sa-card-list {
  display: grid;
  gap: 1.6rem;
  margin-bottom: 5rem;
}
.sa-promise .sa-card {
  border-radius: 1.8rem;
  padding: 2rem 1.8rem;
  box-shadow: 0 0 3px rgba(244, 212, 212, 0.84);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 30%;
  align-items: center;
}
@media screen and (min-width: 700px) {
  .sa-promise .sa-card {
    padding-right: 2.4rem;
  }
}
.sa-promise .sa-card:nth-of-type(1) {
  background-image: url(../img/small-animal/promise_image01.webp);
}
.sa-promise .sa-card:nth-of-type(2) {
  background-image: url(../img/small-animal/promise_image02.webp);
}
.sa-promise .sa-card:nth-of-type(3) {
  background-image: url(../img/small-animal/promise_image03.webp);
}
.sa-promise .sa-card:nth-of-type(4) {
  background-image: url(../img/small-animal/promise_image04.webp);
}
.sa-promise .sa-card:nth-of-type(5) .flexB {
  background-image: url(../img/small-animal/promise_image05.webp);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 30%;
  align-items: center;
}
.sa-promise .sa-number {
  width: 20%;
}
.sa-promise .sa-number img {
  width: 100%;
}
.sa-promise .sa-card__right {
  width: 80%;
  position: relative;
  padding-left: 1rem;
}
@media screen and (min-width: 660px) {
  .sa-promise .sa-card__right {
    padding-left: 2rem;
  }
}
.sa-promise .sa-card__right::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 1px;
  height: 60px;
  border-left: 1px dashed var(--sa-line);
}
@media screen and (min-width: 660px) {
  .sa-promise .sa-card__right::before {
    width: 2px;
    height: 100px;
    border-left: 2px dashed var(--sa-line);
  }
}
.sa-promise .sa-card__right .sa-card-title {
  color: var(--sa-deep);
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 0.6rem;
}
.sa-promise .sa-card__right .sa-card-title span {
  color: var(--sa-pink);
}
.sa-promise .sa-card__right .sa-text {
  font-size: 1.2rem;
  line-height: 1.1;
  margin: 0;
}
.sa-promise .sa-card-sub-title {
  display: flex;
  justify-content: center;
  gap: 1rem;
  align-items: center;
}
.sa-promise .sa-card-sub-title::before, .sa-promise .sa-card-sub-title::after {
  content: "";
  display: inline-block;
  width: 31%;
  height: 6vw;
}
.sa-promise .sa-card-sub-title::before {
  background: url(../img/small-animal/promise_sub-ttl_deco01.svg) no-repeat center/100%;
}
.sa-promise .sa-card-sub-title::after {
  background: url(../img/small-animal/promise_sub-ttl_deco02.svg) no-repeat center/100%;
}
.sa-promise .sa-card__example-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 0.5rem;
}
.sa-promise .sa-card__example-list .example-list__item {
  border: 1px solid #ff97ab;
  background: #fff3f4;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 0.3rem 0.8rem;
  border-radius: 20px;
}

.sa-flow {
  background: #fff;
  padding: 1.8rem 2.2rem;
}
.sa-flow .sa-heading {
  text-align: center;
  font-size: 2.5rem;
}
.sa-flow .sa-heading span {
  color: var(--sa-pink);
}
.sa-flow .sa-heading::after {
  content: "";
  display: block;
  width: 45.8%;
  height: 4.5vw;
  margin: 1rem auto;
  background: url(../img/small-animal/ttl_deco.svg) no-repeat center/100%;
}
.sa-flow .sa-flow-list {
  display: grid;
  gap: 2rem;
  list-style: none;
  position: relative;
}
.sa-flow .sa-flow-list::before {
  content: "";
  width: 2px;
  height: 80%;
  background: #ffa6ae;
  position: absolute;
  left: 26px;
  top: 50%;
  translate: 0 -50%;
}
.sa-flow .sa-flow-item {
  position: relative;
  padding: 1.5rem 1rem;
  display: flex;
  align-items: center;
  box-shadow: 0 0 3px rgba(244, 212, 212, 0.84);
  border-radius: 8px;
}
.sa-flow .sa-flow-item:not(:last-child)::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffa6ae;
  position: absolute;
  left: 24px;
  top: 110%;
}
.sa-flow .sa-flow-item .sa-flow-step {
  width: 11%;
}
.sa-flow .sa-flow-item .sa-flow-icon {
  width: 15%;
}
.sa-flow .sa-flow-item > div {
  width: 74%;
}
.sa-flow .sa-flow-item > div .sa-flow-title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 1rem;
  color: var(--sa-pink);
}
.sa-flow .sa-flow-item > div .sa-text {
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin: 0;
}

.sa-price {
  padding: 0rem 0 5rem;
}

.sa-clear .sa-container {
  background-image: url("../img/small-animal/clear_bg01.webp"), url("../img/small-animal/clear_bg03.webp"), url("../img/small-animal/clear_bg02.webp");
  background-repeat: no-repeat, no-repeat, repeat-y;
  background-position: center top, center bottom, center center;
  background-size: 100%;
  padding: 7.5rem 2.5rem 5rem;
}
.sa-clear .sa-container .sa-heading {
  text-align: center;
  font-size: 2.7rem;
  color: var(--sa-pink);
  margin-bottom: 3rem;
}
.sa-clear .sa-container .sa-heading .sa-lead {
  display: block;
  margin-top: 1rem;
  line-height: 1.2;
  font-weight: 600;
  font-size: 1.4rem;
  color: var(--sa-deep);
}
.sa-clear .sa-container .sa-heading::after {
  content: "";
  display: block;
  width: 45.8%;
  height: 4.5vw;
  margin: 1rem auto;
  background: url(../img/small-animal/ttl_deco.svg) no-repeat center/100%;
}
.sa-clear .sa-container .sa-text {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 4rem;
}
.sa-clear .sa-container .sa-clear__sub-ttl {
  width: 74.8%;
  margin: 0 auto 3rem;
}
.sa-clear .sa-container .sa-mini-list {
  display: grid;
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 2.2rem 0 0;
}
.sa-clear .sa-container .sa-mini-item {
  font-size: 1.4rem;
  font-weight: 600;
  border: 1px solid #fff;
  border-radius: 0.6rem;
  background: #fff;
  box-shadow: 2px 2px 2px rgba(244, 212, 212, 0.84);
  text-align: center;
}
.sa-clear .sa-container .sa-mini-item p {
  border: 1px solid #f6b5cb;
  padding: 1.2rem 1rem;
  border-radius: 0.6rem;
  margin: 0;
}
.sa-clear .sa-container .sa-mini-item p span {
  color: var(--sa-pink);
}
.sa-clear .sa-clear__bottom {
  text-align: center;
}
.sa-clear .sa-clear__bottom p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
}
.sa-clear .sa-clear__bottom p small {
  display: block;
  margin-top: 2rem;
  font-size: 1.1rem;
  color: var(--sa-pink);
}

.sa-faq {
  background: #fff url(../img/small-animal/faq_bg.webp) no-repeat bottom left/100%;
  padding: 3rem 2rem 8rem;
}
.sa-faq .sa-heading {
  text-align: center;
  font-size: 2.3rem;
}
.sa-faq .sa-heading::after {
  content: "";
  display: block;
  width: 45.8%;
  height: 4.5vw;
  margin: 1rem auto;
  background: url(../img/small-animal/ttl_deco.svg) no-repeat center/100%;
}
.sa-faq .sa-faq-item {
  border-radius: 0.8rem;
  background: #fff;
  margin: 0 0 1.2rem;
  overflow: hidden;
  box-shadow: 0 0 3px rgba(244, 212, 212, 0.82);
}
.sa-faq .sa-faq-item .sa-faq-question {
  font-size: 1.5rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.sa-faq .sa-faq-item .sa-faq-question::before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background: url(../img/small-animal/faq_q.svg) no-repeat center/100%;
}
.sa-faq .sa-faq-item[open] .sa-faq-question::after {
  transform: translateY(-35%) rotate(225deg);
}
.sa-faq .sa-faq-question {
  position: relative;
  color: var(--sa-deep);
  font-size: 1.55rem;
  font-weight: 900;
  line-height: 1.6;
  list-style: none;
  padding: 1.4rem 4.4rem 1.4rem 1.6rem;
  cursor: pointer;
}
.sa-faq .sa-faq-question::-webkit-details-marker {
  display: none;
}
.sa-faq .sa-faq-question::after {
  content: "";
  position: absolute;
  right: 1.8rem;
  top: 50%;
  width: 0.9rem;
  height: 0.9rem;
  border-right: 2px solid #db425e;
  border-bottom: 2px solid #db425e;
  transform: translateY(-65%) rotate(45deg);
}
.sa-faq .sa-faq-answer {
  color: var(--sa-deep);
  font-size: 1.4rem;
  line-height: 1.6;
  border-top: 1px solid #f8dbe2;
  padding: 1.4rem 1.6rem 1.7rem;
  margin: 0;
}

.sa-closing-text {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  margin: 0 0 2.4rem;
}
.sa-closing-text span {
  color: var(--sa-pink);
  font-size: 1.4rem;
}

.sa-fixed-cta {
  position: fixed;
  left: 50%;
  bottom: 1.2rem;
  z-index: 50;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
  width: min(100% - 2.4rem, 430px);
  transform: translateX(-50%);
}
@media screen and (min-width: 700px) {
  .sa-fixed-cta {
    bottom: 2rem;
  }
}

.sa-fixed-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 5.4rem;
  border-radius: 999px;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(90, 51, 41, 0.22);
}

.sa-fixed-tel {
  background: #e94d6d;
}

.sa-fixed-line {
  background: var(--sa-green);
}

.sa-price {
  padding-bottom: 1.5rem;
}

.sa-price + .sa-clear {
  padding-top: 0;
}

.sa-price img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 700px) {
  body.page-small-animal h2.sa-heading {
    font-size: 2.8rem;
    line-height: 1.45;
  }
  body.page-small-animal span.sa-label,
body.page-small-animal .sa-label {
    margin: 0 0 3rem;
  }
  body.page-small-animal li.sa-check-item,
body.page-small-animal .sa-check-item {
    font-size: 1.8rem;
    line-height: 1.7;
  }
  body.page-small-animal .sa-check-item::before {
    width: 20px;
    height: 20px;
    min-width: 20px;
  }
  body.page-small-animal section.sa-section.sa-promise {
    padding-left: 4rem;
    padding-right: 4rem;
    box-sizing: border-box;
  }
  body.page-small-animal h3.sa-card-title,
body.page-small-animal .sa-card-title {
    font-size: 2.4rem;
    line-height: 1.45;
  }
  body.page-small-animal .sa-card__right .sa-text {
    font-size: 1.6rem;
    line-height: 1.75;
  }
  body.page-small-animal .sa-flow-title {
    font-size: 2.4rem;
    line-height: 1.45;
  }
}
@media screen and (min-width: 700px) {
  body.page-small-animal .sa-clear {
    padding-top: 3rem;
    padding-bottom: 5rem;
  }
  body.page-small-animal .sa-clear .sa-container {
    padding-top: clamp(7rem, 8vw, 10rem);
    padding-right: clamp(3rem, 5vw, 6rem);
    padding-bottom: clamp(5rem, 6vw, 7rem);
    padding-left: clamp(3rem, 5vw, 6rem);
  }
  body.page-small-animal .sa-clear .sa-container .sa-heading {
    margin-bottom: 1.8rem;
    line-height: 1.35;
  }
  body.page-small-animal .sa-clear .sa-container .sa-heading .sa-lead {
    display: block;
    margin-top: 1.2rem;
    line-height: 1.65;
  }
  body.page-small-animal .sa-clear .sa-container .sa-text {
    margin-top: 3.5rem;
    line-height: 1.85;
  }
  body.page-small-animal .sa-clear .sa-container > img {
    display: block;
    margin-top: 2.8rem;
    margin-bottom: 3.8rem;
  }
}
@media screen and (min-width: 700px) {
  body.page-small-animal .sa-flow .sa-flow-item .sa-flow-step {
    width: 72px;
    height: 72px;
    min-width: 72px;
    flex: 0 0 72px;
  }
  body.page-small-animal .sa-flow .sa-flow-item .sa-flow-step img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (min-width: 960px) {
  body.page-small-animal .sa-flow .sa-flow-item .sa-flow-step {
    width: 84px;
    height: 84px;
    min-width: 84px;
    flex: 0 0 84px;
  }
}
@media screen and (min-width: 700px) {
  body.page-small-animal .sa-flow .sa-flow-list {
    --sa-flow-step-size: 84px;
    --sa-flow-icon-size: 86px;
    --sa-flow-line-x: calc(1.2rem + (var(--sa-flow-step-size) / 2));
    padding-left: 0;
    margin-left: 0;
  }
  body.page-small-animal .sa-flow .sa-flow-list::before {
    left: var(--sa-flow-line-x);
    height: calc(100% - var(--sa-flow-step-size));
    top: 50%;
    translate: 0 -50%;
  }
  body.page-small-animal .sa-flow .sa-flow-item {
    gap: 1.8rem;
    padding: 2rem 1.6rem 2rem 1.2rem;
  }
  body.page-small-animal .sa-flow .sa-flow-item:not(:last-child)::before {
    left: calc(var(--sa-flow-line-x) - 3px);
  }
  body.page-small-animal .sa-flow .sa-flow-item .sa-flow-step {
    width: var(--sa-flow-step-size);
    height: var(--sa-flow-step-size);
    min-width: var(--sa-flow-step-size);
    flex: 0 0 var(--sa-flow-step-size);
  }
  body.page-small-animal .sa-flow .sa-flow-item .sa-flow-step img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  body.page-small-animal .sa-flow .sa-flow-item .sa-flow-icon {
    width: var(--sa-flow-icon-size);
    height: var(--sa-flow-icon-size);
    min-width: var(--sa-flow-icon-size);
    flex: 0 0 var(--sa-flow-icon-size);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body.page-small-animal .sa-flow .sa-flow-item .sa-flow-icon img {
    display: block;
    width: 100%;
    height: auto;
  }
  body.page-small-animal .sa-flow .sa-flow-item > div {
    width: auto;
    min-width: 0;
    flex: 1 1 auto;
  }
}
@media screen and (min-width: 960px) {
  body.page-small-animal .sa-flow .sa-flow-list {
    --sa-flow-step-size: 96px;
    --sa-flow-icon-size: 100px;
  }
}
@media screen and (min-width: 700px) {
  body.page-small-animal .sa-clear .sa-container .sa-clear__sub-ttl {
    width: 52%;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
  body.page-small-animal .sa-clear .sa-container .sa-clear__sub-ttl img {
    display: block;
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 700px) {
  body.page-small-animal .sa-promise-bubble {
    display: block;
    width: 58%;
    max-width: 420px;
    height: auto;
    margin: 0 auto;
  }
}
@media screen and (min-width: 700px) {
  body.page-small-animal section.sa-section.sa-flow {
    padding-left: clamp(4rem, 8vw, 8rem);
    padding-right: clamp(4rem, 8vw, 8rem);
    box-sizing: border-box;
  }
}
@media screen and (min-width: 700px) {
  body.page-small-animal section.sa-section.sa-faq {
    padding-left: clamp(4rem, 8vw, 8rem);
    padding-right: clamp(4rem, 8vw, 8rem);
    box-sizing: border-box;
  }
}
@media screen and (min-width: 700px) {
  body.page-small-animal .sa-faq .sa-heading {
    font-size: 3rem;
    line-height: 1.45;
  }
  body.page-small-animal .sa-faq .sa-faq-question {
    font-size: 2rem;
    line-height: 1.65;
    padding: 1.8rem 5rem 1.8rem 2rem;
  }
  body.page-small-animal .sa-faq .sa-faq-item .sa-faq-question::before {
    width: 22px;
    height: 22px;
    min-width: 22px;
  }
  body.page-small-animal .sa-faq .sa-faq-answer {
    font-size: 1.8rem;
    line-height: 1.85;
    padding: 1.8rem 2rem 2.2rem;
  }
  body.page-small-animal .sa-closing-text {
    font-size: 1.8rem;
    line-height: 1.65;
  }
}
@media screen and (min-width: 700px) {
  body.page-small-animal .sa-clear .sa-container .sa-heading {
    font-size: 3.4rem;
    line-height: 1.35;
  }
  body.page-small-animal .sa-clear .sa-container .sa-heading .sa-lead {
    font-size: 1.9rem;
    line-height: 1.7;
  }
  body.page-small-animal .sa-clear .sa-container .sa-text {
    font-size: 1.9rem;
    line-height: 1.9;
  }
  body.page-small-animal .sa-clear .sa-container .sa-mini-item {
    font-size: 1.9rem;
    line-height: 1.55;
  }
  body.page-small-animal .sa-clear .sa-container .sa-mini-item p {
    padding: 1.4rem 1.6rem;
  }
  body.page-small-animal .sa-clear .sa-clear__bottom p {
    font-size: 1.8rem;
    line-height: 1.8;
  }
  body.page-small-animal .sa-clear .sa-clear__bottom p small {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
@media screen and (max-width: 699px) {
  body.page-small-animal .sa-worry {
    padding: 5rem 2rem;
  }
}
body.page-small-animal {
  background-color: #fffcfc;
}

/*# sourceMappingURL=small-animal.css.map */