/*
privacy
*/
/*
hero
*/
.bsp.privacy #hero {
  font-size: min(1.25vw, 18px);
}
.bsp.privacy #hero .hero_wrap {
  position: relative;
  margin-top: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bsp.privacy #hero .hero_wrap .bg_img {
  width: 100%;
}
.bsp.privacy #hero .hero_wrap .hero_txt {
  position: absolute;
  text-align: center;
}
.bsp.privacy #hero .hero_wrap .hero_txt .hero_lead {
  width: 8.11em;
  max-width: 146.06px;
  margin: 0 auto;
}
.bsp.privacy #hero .hero_wrap .hero_txt h1 {
  font-size: min(2.78vw, 40px);
  line-height: 2.125;
  margin-top: 0.8em;
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .bsp.privacy #hero .hero_wrap {
    margin-top: 85px;
  }
}
@media screen and (max-width: 767px) {
  .bsp.privacy #hero .hero_wrap {
    margin-top: calc(60px + 6.67vw);
  }
  .bsp.privacy #hero .hero_wrap .hero_txt .hero_lead {
    width: 27.82vw;
    max-width: 27.82vw;
  }
  .bsp.privacy #hero .hero_wrap .hero_txt h1 {
    font-size: 5.33vw;
    margin-top: 0.8em;
  }
}
/*
sec_cont
*/
.bsp.privacy .sec_cont {
  position: relative;
  font-size: min(1.25vw, 18px);
  margin-top: 5.56em;
}
.bsp.privacy .sec_cont .bl_inner {
  max-width: 1200px;
}
.bsp.privacy .sec_cont .content_wrap {
  margin-top: 5.56em;
}
.bsp.privacy .sec_cont .content_wrap h2 {
  font-size: min(1.39vw, 20px);
  background: #E8E5DC;
  padding: 0 1em;
}
.bsp.privacy .sec_cont .content_wrap p {
  font-size: min(1.11vw, 16px);
  line-height: 1.81;
  margin-top: 1.88em;
}
.bsp.privacy .sec_cont .content_wrap p + h2 {
  margin-top: 1.94em;
}
.bsp.privacy .sec_cont .content_wrap span.note {
  display: block;
  font-size: min(0.83vw, 12px);
  margin-top: 1em;
}
.bsp.privacy .sec_cont .content_wrap span.col_r {
  color: #FF0000;
}

@media screen and (max-width: 767px) {
  .bsp.privacy .sec_cont {
    margin-top: 0;
  }
  .bsp.privacy .sec_cont .content_wrap {
    margin-top: 16vw;
  }
  .bsp.privacy .sec_cont .content_wrap h2 {
    font-size: 3.73vw;
    padding: 0.2em 0.8em;
  }
  .bsp.privacy .sec_cont .content_wrap p {
    font-size: 3.2vw;
    line-height: 1.83;
    margin-top: 5.33vw;
  }
  .bsp.privacy .sec_cont .content_wrap p + h2 {
    margin-top: 8vw;
  }
  .bsp.privacy .sec_cont .content_wrap span.note {
    font-size: 3.2vw;
  }
}