@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP&family=M+PLUS+Rounded+1c&family=Poppins:wght@400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
:root {
  --text-color: #005b43;
  --main-color: #1ca867;
  --pink: #d74e71;
  --orange: #ef8615;
  --bk: #000;
  --wh: #fff;
}

@font-face {
  font-family: "DIN2014";
  src: url("../fonts/din-2014.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@media screen and (max-width: 834px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 835px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 640px) {
  .pc-sm {
    display: none !important;
  }
}

@media screen and (min-width: 641px) {
  .sp-sm {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .pc-tb {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .sp-tb {
    display: none !important;
  }
}

.under499 {
  display: none !important;
}
@media screen and (max-width: 499px) {
  .under499 {
    display: block !important;
  }
}

/* 三点リーダー 一行 */
/* 三点リーダー 複数行 */
/* 背景をテキストで切り取る */
/* -------------------------
 * 共通
 * ------------------------- */
.privacy__ttl {
  color: var(--main-color);
  font-size: 2.4rem;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #dfedd1;
  margin-bottom: 3rem;
}
@media screen and (max-width: 640px) {
  .privacy__ttl {
    font-size: 2rem;
    padding-bottom: 1.2rem;
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 640px) {
  .privacy__detail-list {
    font-size: 1.4rem;
  }
}
.privacy__detail-list + .privacy__txt {
  margin-top: 3rem;
}

.privacy__txt + .privacy__txt {
  margin-top: 3rem;
}

.privacy__section + .privacy__section {
  margin-top: 8rem;
}
@media screen and (max-width: 640px) {
  .privacy__section + .privacy__section {
    margin-top: 5rem;
  }
}/*# sourceMappingURL=privacy.css.map */