@charset "UTF-8";

/******************************
  bg
******************************/
.bg_privacypolicy {
  width: 100%;
  height: 100vh;
  height: 100lvh;
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  background: url("../../assets/img/bg_privacypolicy.jpg") no-repeat bottom center;
  background-size: cover;
  pointer-events: none;
  background-blend-mode: lighten;
  opacity: 1;
  background-color: transparent;
  transition: opacity 1.5s ease 0.5s, background-color 1.5s ease;
}

/******************************
  block02
******************************/
.block02 {
  display: block;
}
@media (max-width: 750px) {
.block02 {
  display: none;
}
}

/******************************
  privacy_policy
******************************/
.privacy_policy .txt {
  margin: 0 auto;
  font-size: 13px;
  line-height: 2.2em;
  width: 800px;
  text-align: justify;
letter-spacing: 0.1em!important;
}

.privacy_policy .ttl {
  margin: 0 auto 8px;
  font-size: 17px;
  line-height: 2.2em;
  width: 800px;
  text-align: justify;
}

.privacy_policy .box {
  margin-top: 80px;
}

.privacy_policy .space {
  margin-top: 20px;
}

 .privacy_policy i img{
    display: inline-block;
    width: 22px;
    position:relative;
    top:-3px;
    left: 5px;
  }

@media (max-width: 940px) {
  .privacy_policy .txt,
  .privacy_policy .ttl {
    width: 100%;
    padding: 0 7.5vw;
  }
}

@media (max-width: 480px) {
  .privacy_policy .txt {
    font-size: max(12px, 3vw);
  }
  .privacy_policy .ttl {
    font-size: max(13px, 3.6vw);
  }

   .privacy_policy i img{
    width: 5vw;
    left: 2px;
  }
}
