@charset "UTF-8";
/* -------------------------------------------------- */
/* file   : privacy.css                                  */
/* update : 2021                                      */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* 全デバイス共通(PC向け) */
/* --------------------------------------------------- */
.h1_wrap {
  background: url(/privacy/img/bg_h1.jpg) no-repeat center top/cover;
}
.h1_wrap h1::before {
  content: "";
  display: block;
  width: 338px;
  height: 114px;
  position: absolute;
  top: -94px;
  left: -180px;
  background: url(/privacy/img/img_h1.png) no-repeat center center/338px auto;
}

.privacy_box {
  background: #FFF;
  padding: 30px;
}

.privacy_txt {
  margin-bottom: 40px;
  text-align: center;
  font-weight: 700;
}

.privacy_list dt {
  color: #c01c62;
}
.privacy_list dd {
  padding-left: 1.1em;
  margin-bottom: 30px;
}
.privacy_list dd:last-child {
  margin-bottom: 0;
}

/* ---------------全デバイス共通(pc)-end--------------------- */
/*----------------------------------------------------------*/
/* tablet用のCSS */
/*----------------------------------------------------------*/
@media screen and (min-width: 560px) {
  /* tablet */
  /* -------------------tablet END------------------------- */
}
/*----------------------------------------------------------*/
/* sp用のCSS */
/*----------------------------------------------------------*/
@media screen and (max-width: 750px) {
  /* sp */
  .h1_wrap {
    background: url(/privacy/img/bg_h1_sp.jpg) no-repeat center center/cover;
  }
  .h1_wrap h1::before {
    content: "";
    display: block;
    width: 169px;
    height: 57px;
    position: absolute;
    top: -47px;
    left: -75px;
    background: url(/privacy/img/img_h1.png) no-repeat center center/169px auto;
  }
  section {
    padding: 0 15px;
  }
  .privacy_box {
    background: #FFF;
    padding: 15px;
  }
  .privacy_txt {
    margin-bottom: 20px;
  }
  .privacy_list dd {
    margin-bottom: 20px;
  }
  .privacy_list dd li {
    margin-left: 1.1em;
  }
  .privacy_list dd li span {
    margin-left: -1.1em;
  }
  /* ---------------------SP END----------------------------- */
}/*# sourceMappingURL=privacy.css.map */