@charset "utf-8";

/*
  File Name   : privacy.css
  Description : コンテンツエリア関係 他
*/

/* com-kv-wrap
============================================================ */
.com-kv-wrap {
  background: url(../img/privacy/kv-img.jpg) center no-repeat;
  background-size: cover;
}
/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1201px) {
  .com-kv-wrap {
    background: url(../img/privacy/kv-img-sp.jpg) center no-repeat;
    background-size: cover;
  }
}

/* privacy-box
============================================================ */
.privacy-box {
  margin-bottom: 100px;
}
.privacy-box:last-child {
  margin-bottom: 0;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1201px) {
  .privacy-box {
    margin-bottom: 60px;
  }
}


