@charset "utf-8";

/*
  File Name   : privacy-policy.css
  Description : コンテンツエリア関係 他
*/

/* base
============================================================ */
#lay-main {
  padding-top: 0;
  background:  url(../img/common/bg_grunge_03.png) top -310px left, #2D3238;
  background-size: 800px 800px, 100% 100% ;
}

.com-kv-wrap-A .contents-title {
  left: 10px;
}

/* privacy-policy-wrap
============================================================ */
.privacy-policy-wrap {
  width: 700px;
  margin: 0 auto;
  color: #D5D5C8;
}
.privacy-policy-wrap .first-block {
  margin-bottom: 35px;
}
.privacy-policy-wrap .first-block .title {
  font-size: 20px;
  font-weight: 500;
}
.privacy-policy-wrap .first-block .text {
  font-size: 14px;
  margin-top: 20px;
}
.privacy-policy-wrap .item-block {
  margin-bottom: 40px;
}
.privacy-policy-wrap .item-block:last-child {
  margin-bottom: 0;
}
.privacy-policy-wrap .item-block .title {
  font-size: 17px;
  font-weight: 500;
}
.privacy-policy-wrap .item-block .text {
  font-size: 14px;
  margin-top: 10px;
}
.privacy-policy-wrap .item-block .text-B {
  margin-top: 20px;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 767px) {

  #lay-main {
    background:  url(../img/common/bg_grunge_03.png) top -245px left, #2D3238;
  }

  .com-kv-wrap-A .contents-title{
    height: 86px;
  }

  .com-kv-wrap-A .contents-title img {
    width: 260px;
    height: 86px;
  }
  .privacy-policy-wrap {
    width: 100%;
  }
}


