@charset "UTF-8";
/* ---------------------------------------
	お客様の声 詳細ページ（差分のみ）

	記事本文・サイドバー・関連記事などの共通部分は blog-single.css を
	読み込んだうえで、このファイルを追加で読み込んでいる。
	ここにはお客様の声だけで使うパーツを書く。
-----------------------------------------*/
@media screen and (width > 1280px) {
  .voice-article .blog-content__footer {
    margin-bottom: 7.5rem;
  }
}
@media screen and (width <= 1280px) {
  .voice-article .blog-content__footer {
    margin-bottom: 9.375vw;
  }
}
@media screen and (width <= 991px) {
  .voice-article .blog-content__footer {
    margin-bottom: 15.625vw;
  }
}
@media screen and (width <= 767px) {
  .voice-article .blog-content__footer {
    margin-bottom: 18.4615384615vw;
  }
}
@media screen and (width > 1280px) {
  .voice-article .blog-article__thumbnail {
    margin-bottom: 2rem;
  }
}
@media screen and (width <= 1280px) {
  .voice-article .blog-article__thumbnail {
    margin-bottom: 2.5vw;
  }
}
@media screen and (width <= 991px) {
  .voice-article .blog-article__thumbnail {
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (width <= 767px) {
  .voice-article .blog-article__thumbnail {
    margin-bottom: 4.1025641026vw;
  }
}
.voice-article__company {
  display: inline-block;
  border: 0.0625rem solid var(--cl-text);
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (width > 1280px) {
  .voice-article__company {
    padding: 0.375rem 1rem;
    font-size: 0.875rem;
  }
}
@media screen and (width <= 1280px) {
  .voice-article__company {
    padding: 0.46875vw 1.25vw;
    font-size: 1.09375vw;
  }
}
@media screen and (width <= 991px) {
  .voice-article__company {
    padding: 0.78125vw 2.0833333333vw;
    font-size: 1.8229166667vw;
  }
}
@media screen and (width <= 767px) {
  .voice-article__company {
    padding: 1.0256410256vw 2.5641025641vw;
    font-size: 3.0769230769vw;
  }
}
.voice-article__data {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
}
@media screen and (width > 1280px) {
  .voice-article__data {
    gap: 0.75rem 1.25rem;
    margin-top: 1.5rem;
  }
}
@media screen and (width <= 1280px) {
  .voice-article__data {
    gap: 0.9375vw 1.5625vw;
    margin-top: 1.875vw;
  }
}
@media screen and (width <= 991px) {
  .voice-article__data {
    gap: 1.5625vw 2.6041666667vw;
    margin-top: 3.125vw;
  }
}
@media screen and (width <= 767px) {
  .voice-article__data {
    gap: 2.0512820513vw 3.0769230769vw;
    margin-top: 5.1282051282vw;
    width: 100%;
    max-width: 79.4871794872vw;
    margin-inline: auto;
  }
}
.voice-article__data dt {
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.5;
  white-space: nowrap;
}
@media screen and (width > 1280px) {
  .voice-article__data dt {
    font-size: 0.875rem;
  }
}
@media screen and (width <= 1280px) {
  .voice-article__data dt {
    font-size: 1.09375vw;
  }
}
@media screen and (width <= 991px) {
  .voice-article__data dt {
    font-size: 1.8229166667vw;
  }
}
@media screen and (width <= 767px) {
  .voice-article__data dt {
    font-size: 3.0769230769vw;
  }
}
.voice-article__data dd {
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (width > 1280px) {
  .voice-article__data dd {
    font-size: 0.875rem;
  }
}
@media screen and (width <= 1280px) {
  .voice-article__data dd {
    font-size: 1.09375vw;
  }
}
@media screen and (width <= 991px) {
  .voice-article__data dd {
    font-size: 1.8229166667vw;
  }
}
@media screen and (width <= 767px) {
  .voice-article__data dd {
    font-size: 3.0769230769vw;
  }
}
.voice-article__tags {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (width > 1280px) {
  .voice-article__tags {
    gap: 0.5rem;
  }
}
@media screen and (width <= 1280px) {
  .voice-article__tags {
    gap: 0.625vw;
  }
}
@media screen and (width <= 991px) {
  .voice-article__tags {
    gap: 1.0416666667vw;
  }
}
@media screen and (width <= 767px) {
  .voice-article__tags {
    gap: 1.0256410256vw;
  }
}
.voice-article__tags > li {
  border: 0.0625rem solid var(--cl-border);
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (width > 1280px) {
  .voice-article__tags > li {
    padding: 0.25rem 0.75rem;
    font-size: 0.8125rem;
  }
}
@media screen and (width <= 1280px) {
  .voice-article__tags > li {
    padding: 0.3125vw 0.9375vw;
    font-size: 1.015625vw;
  }
}
@media screen and (width <= 991px) {
  .voice-article__tags > li {
    padding: 0.5208333333vw 1.5625vw;
    font-size: 1.6927083333vw;
  }
}
@media screen and (width <= 767px) {
  .voice-article__tags > li {
    padding: 0.5128205128vw 2.0512820513vw;
    font-size: 2.8205128205vw;
  }
}
.voice-article__tags > li a {
  color: var(--cl-text);
}
@media (any-hover: hover) {
  .voice-article__tags > li a:hover {
    opacity: var(--opacity);
  }
}
.voice-article__result {
  background-color: var(--cl-bg);
  position: relative;
}
@media screen and (width > 1280px) {
  .voice-article__result {
    margin-top: 3rem;
    margin-bottom: 4rem;
    padding: 2.5rem;
  }
}
@media screen and (width <= 1280px) {
  .voice-article__result {
    margin-top: 3.75vw;
    margin-bottom: 5vw;
    padding: 3.125vw;
  }
}
@media screen and (width <= 991px) {
  .voice-article__result {
    margin-top: 6.25vw;
    margin-bottom: 6.25vw;
    padding: 5.2083333333vw;
  }
}
@media screen and (width <= 767px) {
  .voice-article__result {
    margin: 12.3076923077vw auto 8.2051282051vw;
    padding: 10.2564102564vw 5.1282051282vw;
    width: 100%;
    max-width: 79.4871794872vw;
  }
}
.voice-article__result-subject {
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (width > 1280px) {
  .voice-article__result-subject {
    font-size: 1rem;
    top: -0.75rem;
  }
}
@media screen and (width <= 1280px) {
  .voice-article__result-subject {
    font-size: 1.25vw;
    top: -0.9375vw;
  }
}
@media screen and (width <= 991px) {
  .voice-article__result-subject {
    font-size: 2.0833333333vw;
    top: -1.5625vw;
  }
}
@media screen and (width <= 767px) {
  .voice-article__result-subject {
    font-size: 3.5897435897vw;
    top: -2.5641025641vw;
  }
}
.voice-article__result-body {
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
@media screen and (width > 1280px) {
  .voice-article__result-body {
    font-size: 1.25rem;
  }
}
@media screen and (width <= 1280px) {
  .voice-article__result-body {
    font-size: 1.5625vw;
  }
}
@media screen and (width <= 991px) {
  .voice-article__result-body {
    font-size: 2.34375vw;
  }
}
@media screen and (width <= 767px) {
  .voice-article__result-body {
    font-size: 3.8461538462vw;
  }
}
@media screen and (width > 1280px) {
  .voice-article__result-body p + p,
  .voice-article__result-body p + ul,
  .voice-article__result-body p + ol,
  .voice-article__result-body ul + p,
  .voice-article__result-body ol + p {
    margin-top: 0.75rem;
  }
}
@media screen and (width <= 1280px) {
  .voice-article__result-body p + p,
  .voice-article__result-body p + ul,
  .voice-article__result-body p + ol,
  .voice-article__result-body ul + p,
  .voice-article__result-body ol + p {
    margin-top: 0.9375vw;
  }
}
@media screen and (width <= 991px) {
  .voice-article__result-body p + p,
  .voice-article__result-body p + ul,
  .voice-article__result-body p + ol,
  .voice-article__result-body ul + p,
  .voice-article__result-body ol + p {
    margin-top: 1.5625vw;
  }
}
@media screen and (width <= 767px) {
  .voice-article__result-body p + p,
  .voice-article__result-body p + ul,
  .voice-article__result-body p + ol,
  .voice-article__result-body ul + p,
  .voice-article__result-body ol + p {
    margin-top: 2.5641025641vw;
  }
}
.voice-article__result-body ul > li {
  position: relative;
}
@media screen and (width > 1280px) {
  .voice-article__result-body ul > li {
    padding-left: 1.25rem;
  }
}
@media screen and (width <= 1280px) {
  .voice-article__result-body ul > li {
    padding-left: 1.5625vw;
  }
}
@media screen and (width <= 991px) {
  .voice-article__result-body ul > li {
    padding-left: 2.34375vw;
  }
}
@media screen and (width <= 767px) {
  .voice-article__result-body ul > li {
    padding-left: 3.5897435897vw;
  }
}
.voice-article__result-body ul > li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (width > 1280px) {
  .voice-article__result-body ol {
    padding-left: 1.5rem;
  }
}
@media screen and (width <= 1280px) {
  .voice-article__result-body ol {
    padding-left: 1.875vw;
  }
}
@media screen and (width <= 991px) {
  .voice-article__result-body ol {
    padding-left: 2.8645833333vw;
  }
}
@media screen and (width <= 767px) {
  .voice-article__result-body ol {
    padding-left: 4.6153846154vw;
  }
}
.voice-article__result-body ol > li {
  list-style: decimal;
}
@media screen and (width > 1280px) {
  .voice-article__result-body li + li {
    margin-top: 0.5rem;
  }
}
@media screen and (width <= 1280px) {
  .voice-article__result-body li + li {
    margin-top: 0.625vw;
  }
}
@media screen and (width <= 991px) {
  .voice-article__result-body li + li {
    margin-top: 1.0416666667vw;
  }
}
@media screen and (width <= 767px) {
  .voice-article__result-body li + li {
    margin-top: 1.5384615385vw;
  }
}
.voice-article__result-body a {
  text-decoration: underline;
}
@media (any-hover: hover) {
  .voice-article__result-body a:hover {
    opacity: var(--opacity);
  }
}
/*# sourceMappingURL=../maps/pages/voice-single.css.map */
