@charset "UTF-8";
/* ==================================================
	sp
================================================== */
@media screen and (max-width: 767px) {
  #privacypolicy {}

  .privacypolicy_wrapper {
    width: 90%;
    margin: 0 auto;
  }

  .privacypolicy_heading {
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.6em;
    margin-top: 12vw;
  }

  .privacypolicy_txt {
    line-height: 1.6em;
    margin-top: 5vw;
  }

  .privacypolicy_list {
    margin-top: 5vw;
  }

  .privacypolicy_list li {
    line-height: 1.6em;
    margin-top: 2vw;
    padding-left: 2.2em;
    text-indent: -2.2em;
  }

  .privacypolicy_list li:first-of-type {
    margin-top: 0;
  }

  .privacypolicy_date {
    line-height: 1.6em;
    margin-top: 8vw;
    text-align: right;
  }
}

/* ==================================================
	tb
================================================== */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #privacypolicy {}

  .privacypolicy_wrapper {
    width: 85%;
    margin: 0 auto;
  }

  .privacypolicy_heading {
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.6em;
    margin-top: 8vw;
  }

  .privacypolicy_txt {
    line-height: 1.6em;
    margin-top: 3vw;
  }

  .privacypolicy_list {
    margin-top: 3vw;
    margin-left: 2%;
  }

  .privacypolicy_list li {
    line-height: 1.6em;
    margin-top: 1vw;
    padding-left: 2.2em;
    text-indent: -2.2em;
  }

  .privacypolicy_list li:first-of-type {
    margin-top: 0;
  }

  .privacypolicy_date {
    line-height: 1.6em;
    margin-top: 5vw;
    text-align: right;
  }
}

/* ==================================================
	pc
================================================== */
@media screen and (min-width: 1025px) {
  #privacypolicy {}
  .privacypolicy_wrapper {
    width: 70%;
    margin: 0 auto;
  }
  .privacypolicy_heading {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.6em;
    margin-top: 5vw;
  }
  .privacypolicy_txt {
    line-height: 1.6em;
    margin-top: 1.75vw;
  }
  .privacypolicy_list {
    margin-top: 1.75vw;
    margin-left: 2.8%;
  }
  .privacypolicy_list li {
    line-height: 1.6em;
    margin-top: 0.5vw;
    padding-left: 2.2em;
    text-indent: -2.2em;
  }
  .privacypolicy_list li:first-of-type {
    margin-top: 0;
  }
  .privacypolicy_txt {
    line-height: 1.6em;
    margin-top: 1.75vw;
  }
  .privacypolicy_date {
    line-height: 1.6em;
    margin-top: 1.75vw;
  }
}