@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  font-family: "メイリオ", Meiryo, "Meiryo UI", "Yu Gothic UI", YuGothic, "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", "ＭＳ ゴシック", "MS UI Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  text-align: left;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul {
  list-style: none;
}

ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #000;
}

a:focus {
  text-decoration: none;
}

img {
  width: 100%;
  vertical-align: bottom;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

button {
  border-color: transparent;
}

input[type="text"],
input[type="email"],
textarea,
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

address {
  font-style: normal;
}

input[type="text"] {
  width: 100%;
  padding: 10px 15px;
  font-size: 16px;
  border-radius: 3px;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

textarea {
  width: 100%;
  padding: 10px 15px;
  border-radius: 3px;
  height: 200px;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* ==============================
container
============================= */
.m-container {
  padding: 60px 1.25rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 65rem;
}

/* ==============================
title
============================= */
.red-title {
  margin: 0 0 2.5rem;
  font-size: 2rem;
  text-align: center;
  font-weight: 500;
  color: #a50000;
}

@media screen and (max-width: 575.98px) {
  .red-title {
    font-size: 22px;
    font-size: 6.875vw;
  }
}

/* ==============================
underLine
============================= */
.m-underLine {
  position: relative;
}

.m-underLine span {
  position: relative;
  z-index: 1;
}

.m-underLine:after {
  content: "";
  width: 100%;
  background-color: #fff63b;
  display: block;
  position: absolute;
  z-index: 0;
}

.m-underLine--l:after {
  bottom: 0.75rem;
  height: 1.25rem;
}

@media screen and (max-width: 575.98px) {
  .m-underLine--l:after {
    bottom: 0;
    height: 0.625rem;
  }
}

.m-underLine--s:after {
  bottom: 0.125rem;
  height: 0.625rem;
}

/* ==============================
font
============================= */
.f-22 {
  font-size: 1.375rem;
}

.f-36 {
  font-size: 2.25rem;
}

/* ==============================
font-weight
============================= */
.fw-700 {
  font-weight: 700;
}

/* ==============================
background-color
============================= */
.background-gray {
  background-color: #f8f8f8;
}

.background-blue {
  background-color: #eef6ff;
}

/* ==============================
非表示
============================= */
.xll-inline-show {
  display: inline;
}

.lg-none-inline {
  display: inline;
}

@media screen and (max-width: 991.98px) {
  .lg-none-inline {
    display: none;
  }
}

.lg-show-inline {
  display: none;
}

@media screen and (max-width: 991.98px) {
  .lg-show-inline {
    display: inline;
  }
}

.sm-show-inline {
  display: none;
}

@media screen and (max-width: 575.98px) {
  .sm-show-inline {
    display: inline;
  }
}

.sm-none-inline {
  display: inline;
}

@media screen and (max-width: 575.98px) {
  .sm-none-inline {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .min-lg-show-inline {
    display: inline;
  }
}

@media screen and (min-width: 992px) {
  .min-lg-none-inline {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .min-xl-none-inline {
    display: none;
  }
}

/* ===================================
header
=================================== */
.header {
  position: absolute; /*IE対応のためfixed から変更*/
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

@media screen and (max-width: 575.98px) {
  .header {
    font-size: 16px;
    font-size: 5vw;
    position: static;
  }
}

.header__block {
  margin: 0 auto;
  padding: 1.25rem 1.25rem;
  max-width: 83.75rem;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: flex-end; /*ページタイトル下揃え　中揃えの場合はcenter*/
}

@media screen and (max-width: 575.98px) {
  .header__logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.header__logo__image {
  margin: 0 1.25rem 0 0;
  max-width: 7.3125rem;
}

@media screen and (max-width: 575.98px) {
  .header__logo__image {
    margin: 0 0 0.625rem 0;
  }
}

.header__downloadBtn {
  max-width: 18.75rem;
  text-align: right;
}

@media screen and (max-width: 575.98px) {
  .header__downloadBtn {
    padding: 0.625rem 0 20px;
    position: fixed;
    max-width: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 5;
    text-align: center;
    background-color: rgba(255, 255, 255, 1);
  }
}

.header__downloadBtn img {
  width: 80%;
  -webkit-filter: drop-shadow(0px 4px 4px #9a9a9a);
          filter: drop-shadow(0px 4px 4px #9a9a9a);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.header__downloadBtn img:hover {
  -webkit-filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0));
          filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0));
}

/* ===================================
footer
=================================== */
.footer {
  background-color: #f8f8f8;
}

.footer__list {
  margin-right: auto;
  margin-left: auto;
  max-width: 65rem;
  padding: 2.5rem 0;
  font-size: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 575.98px) {
  .footer__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 14px;
    font-size: 4.375vw;
  }
}

.footer__list__item {
  margin: 0 3%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.footer__list__item:hover {
  text-decoration: underline;
}

@media screen and (max-width: 575.98px) {
  .footer__list__item {
    padding: 0 0 0 3.75rem;
    margin: 0 0 1.25rem;
  }
  .footer__list__item:last-child {
    margin: 0;
  }
}

.footer__small {
  padding: 0 0 1.25rem 0;
  text-align: center;
  font-size: 0.8125rem;
}

/* ===================================
home
=================================== */
/* MV */
.mv {
  padding: 3.75rem 0 0;
  background-image: url("../img/main-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 575.98px) {
  .mv {
    padding: 0;
    background-image: url("../img/main-bg-sp.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}

.mv__content {
  margin: 0 auto;
  padding: 3.75rem 1.25rem 6.25rem;
  max-width: 77.5rem;
  position: relative;
}

@media screen and (max-width: 991.98px) {
  .mv__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media screen and (max-width: 575.98px) {
  .mv__content {
    padding: 0 1.25rem 6.25rem;
  }
}

.mv__content__textBlock {
  position: relative;
  z-index: 2;
}

.mv__content__textBlock__catch {
  font-size: 2.625rem;
  color: #a50000;
  line-height: 3.875rem;
  font-weight: 500;
}

@media screen and (max-width: 1199.98px) {
  .mv__content__textBlock__catch {
    font-size: 2.25rem;
    line-height: 3.25rem;
  }
}

@media screen and (max-width: 575.98px) {
  .mv__content__textBlock__catch {
    margin: 1.25rem 0 0;
    font-size: 22px;
    font-size: 6.875vw;
    line-height: 42px;
    line-height: 13.125vw;
  }
}

.mv__content__textBlock__catch-fs {
  font-size: 2.25rem;
}

@media screen and (max-width: 1199.98px) {
  .mv__content__textBlock__catch-fs {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 575.98px) {
  .mv__content__textBlock__catch-fs {
    font-size: 20px;
    font-size: 6.25vw;
  }
}

.mv__content__textBlock__catch-fl {
  font-size: 3.375rem;
}

@media screen and (max-width: 575.98px) {
  .mv__content__textBlock__catch-fl {
    font-size: 31px;
    font-size: 9.6875vw;
  }
}

.mv__content__problem {
  margin: 3.125rem 0 0;
  font-size: 1.125rem;
}

@media screen and (max-width: 575.98px) {
  .mv__content__problem {
    font-size: 14px;
    font-size: 4.375vw;
  }
}

.mv__content__problem__dt {
  font-weight: 700;
}

.mv__content__problem__list {
  margin: 1.25rem 0 0 1.25rem;
}

@media screen and (max-width: 575.98px) {
  .mv__content__problem__list {
    margin: 1.25rem 0 0;
  }
}

.mv__content__problem__list__item {
  margin: 0 0 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.mv__content__problem__list__item::before {
  margin: 0 0.625rem 0 0;
  background-image: url("../img/check.svg");
  background-repeat: no-repeat;
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  display: block;
}

@media screen and (max-width: 575.98px) {
  .mv__content__problem__list__item::before {
    margin: 0.1875rem 0.625rem 0 0;
  }
}

.mv__content__image {
  max-width: 62.5rem;
  width: 67%;
  position: absolute;
  top: 1.25rem;
  right: -3.75rem;
  z-index: 1;
}

@media screen and (max-width: 1199.98px) {
  .mv__content__image {
    right: 0;
  }
}

@media screen and (max-width: 991.98px) {
  .mv__content__image {
    width: 100%;
    position: static;
  }
}

.mv__content__cta {
  margin: 5rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 575.98px) {
  .mv__content__cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.mv__content__cta__image {
  margin: 0 1.25rem 0 0;
  max-width: 13.3125rem;
}

@media screen and (max-width: 575.98px) {
  .mv__content__cta__image {
    margin: 0 0 0.625rem;
  }
}

.mv__content__cta__image img {
  -webkit-box-shadow: 0.125rem 0.125rem 0.25rem #c1c1c1;
          box-shadow: 0.125rem 0.125rem 0.25rem #c1c1c1;
}

.mv__content__cta__block {
  text-align: center;
  color: #a50000;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.625rem;
}

@media screen and (max-width: 1199.98px) {
  .mv__content__cta__block {
    font-size: 1rem;
  }
}

.mv__content__cta__block__btn {
  margin: 0.625rem 0 0;
  -webkit-filter: drop-shadow(0px 4px 4px #9a9a9a);
          filter: drop-shadow(0px 4px 4px #9a9a9a);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.mv__content__cta__block__btn:hover {
  -webkit-filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0));
          filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0));
}

/* 形 H3Cなら、ドグ検出の課題を1台で解決 */
.beforeAfter {
  max-width: 53.125rem;
  font-size: 1.125rem;
}

@media screen and (max-width: 575.98px) {
  .beforeAfter {
    font-size: 16px;
    font-size: 5vw;
  }
}

.beforeAfter__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 575.98px) {
  .beforeAfter__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.beforeAfter__block__iconImage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 575.98px) {
  .beforeAfter__block__iconImage {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.beforeAfter__block__icon p {
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.beforeAfter__block__icon p.gray {
  background-color: #bcbcbc;
}

.beforeAfter__block__icon p.red {
  background-color: #a50000;
}

.beforeAfter__block__image {
  margin: 0 0 0 1.25rem;
  position: relative;
  max-width: 24.375rem;
}

@media screen and (max-width: 575.98px) {
  .beforeAfter__block__image {
    margin: 1.25rem 0;
  }
}

.beforeAfter__block__image__text {
  position: absolute;
  top: 18%;
  left: 6%;
}

@media screen and (max-width: 575.98px) {
  .beforeAfter__block__image__text {
    top: 10%;
    font-size: 12px;
    font-size: 3.75vw;
  }
}

.beforeAfter__block__text {
  width: 40%;
}

@media screen and (max-width: 575.98px) {
  .beforeAfter__block__text {
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-size: 5.625vw;
  }
}

@media screen and (max-width: 575.98px) {
  .beforeAfter__block__text span {
    text-align: left;
    display: inline-block;
    font-size: 16px;
    font-size: 5vw;
  }
}

.beforeAfter__arrow {
  margin: 1.25rem auto;
  width: 5rem;
}

@media screen and (max-width: 575.98px) {
  .beforeAfter__arrow {
    margin: 1.875rem auto;
  }
}

/* 誰でも簡単に設定できて、ドグの安定検出を実現。 */
.merit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 575.98px) {
  .merit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.merit__image {
  width: 50%;
}

@media screen and (max-width: 575.98px) {
  .merit__image {
    width: 100%;
  }
}

.merit__text {
  width: 50%;
}

@media screen and (max-width: 575.98px) {
  .merit__text {
    width: 100%;
  }
}

.merit__text__title {
  margin: 0 0 1.25rem;
  font-size: 1.625rem;
  font-weight: 500;
}

@media screen and (max-width: 575.98px) {
  .merit__text__title {
    font-size: 23px;
    font-size: 7.1875vw;
    line-height: 36px;
    line-height: 11.25vw;
  }
}

.merit__text__description {
  font-size: 1.125rem;
}

@media screen and (max-width: 575.98px) {
  .merit__text__description {
    font-size: 14px;
    font-size: 4.375vw;
    line-height: 24px;
    line-height: 7.5vw;
  }
}

/* 誰でも簡単に設定できて、ドグの安定検出を実現。 */
.point__item {
  padding: 3.75rem 1.875rem 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 0.0625rem solid #bcbcbc;
}

@media screen and (max-width: 575.98px) {
  .point__item {
    padding: 3.75rem 0 3.75rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.point__item:first-child {
  padding: 0 1.875rem 3.75rem;
}

@media screen and (max-width: 575.98px) {
  .point__item:first-child {
    padding: 0 0 3.75rem 0;
  }
}

.point__item:last-child {
  padding: 3.75rem 1.875rem 0;
  border-bottom: none;
}

@media screen and (max-width: 575.98px) {
  .point__item:last-child {
    padding: 3.75rem 1.875rem 0;
    padding: 3.75rem 0 0 0;
  }
}

.point__item__text {
  font-size: 1rem;
  width: 35%;
}

@media screen and (max-width: 991.98px) {
  .point__item__text {
    width: 40%;
  }
}

@media screen and (max-width: 575.98px) {
  .point__item__text {
    width: 100%;
    font-size: 16px;
    font-size: 5vw;
  }
}

.point__item__text span {
  font-size: 1.375rem;
}

.point__item__text__title {
  margin: 1.5625rem 0 1.5625rem;
  font-size: 1.375rem;
  color: #00558c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.point__item__text__title.point1-icon::before, .point__item__text__title.point2-icon::before, .point__item__text__title.point3-icon::before {
  margin: 0 1.25rem 0 0;
  content: "";
  background-repeat: no-repeat;
  width: 3.125rem;
  height: 2.625rem;
  display: block;
}

.point__item__text__title.point1-icon::before {
  background-image: url("../img/point1-icon.svg");
}

.point__item__text__title.point2-icon::before {
  background-image: url("../img/point2-icon.svg");
}

.point__item__text__title.point3-icon::before {
  background-image: url("../img/point3-icon.svg");
}

.point__item__text__description {
  margin: 0 0 1.25rem;
}

.point__item__image {
  max-width: 700px;
  width: 100%;
}

@media screen and (max-width: 991.98px) {
  .point__item__image {
    width: 75%;
  }
}

@media screen and (max-width: 575.98px) {
  .point__item__image {
    width: 100%;
  }
}

.point__item__image video {
  -webkit-filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
          filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
  outline: none;
  border: none;
}

.point__item__image video,
.point__item__image img {
  width: 100%;
}

/* 資料ダウンロード */
.documentDownload__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 575.98px) {
  .documentDownload__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.documentDownload__block__image {
  width: 50%;
}

@media screen and (max-width: 575.98px) {
  .documentDownload__block__image {
    width: 100%;
  }
}

.documentDownload__block__image img {
  -webkit-box-shadow: 2px 2px 4px #c1c1c1;
          box-shadow: 2px 2px 4px #c1c1c1;
}

.documentDownload__block__text {
  width: 45%;
  font-size: 1.375rem;
  text-align: center;
  color: #a50000;
  font-weight: 700;
}

@media screen and (max-width: 575.98px) {
  .documentDownload__block__text {
    margin: 1.875rem 0 0;
    width: 100%;
    font-size: 18px;
    font-size: 5.625vw;
  }
}

.documentDownload__block__document {
  margin: 2.5rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.documentDownload__block__document p {
  width: 48%;
}

.documentDownload__block__document p img {
  vertical-align: bottom;
}

.documentDownload__btn {
  margin: 3.125rem auto;
  max-width: 360px;
  -webkit-filter: drop-shadow(0px 4px 4px #9a9a9a);
          filter: drop-shadow(0px 4px 4px #9a9a9a);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.documentDownload__btn:hover {
  -webkit-filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0));
          filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0));
}

@media screen and (max-width: 575.98px) {
  .documentDownload__btn {
    width: 90%;
  }
}

.documentDownload__comment {
  font-size: 1rem;
  text-align: center;
  line-height: 1.75rem;
}

@media screen and (max-width: 575.98px) {
  .documentDownload__comment {
    text-align: left;
  }
}

/*# sourceMappingURL=style.css.map */
