@charset "UTF-8";
/* ========================================
  株式会社 豊環境開発
  モーダルページ /modal/
======================================== */
/* ----------------------------------------
  Base Settings
---------------------------------------- */
body {
  line-height: 1.8;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.125rem;
}
@media screen and (max-width: 1196px) {
  body {
    font-size: 2vw;
  }
}
@media screen and (max-width: 750px) {
  body {
    font-size: 3.73vw;
  }
}

img {
  max-width: 100%;
}

dt {
  font-weight: 400;
}

table {
  border-collapse: collapse;
}

@media screen and (min-width: 751px) {
  .forsp {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .forpc {
    display: none;
  }
}
/* ----------------------------------------
  modal common
---------------------------------------- */
.modal {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

/* ----------------------------------------
  個人情報保護方針
---------------------------------------- */
.privacy__inner {
  padding: 5% 7% 7%;
}
.privacy__title {
  margin-bottom: 0.5em;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.66em;
  letter-spacing: 0.2em;
}
.privacy__list dt {
  margin-top: 1em;
  font-size: 1.1em;
  font-weight: 700;
}
.privacy__list dd {
  padding-bottom: 1em;
  border-bottom: solid 1px #666;
}/*# sourceMappingURL=style_modal.css.map */