@charset "utf-8";

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

/* privacy-policy-item
============================================================ */
.privacy-policy-item {
  margin-top: 50px;
}
.privacy-policy-item:first-child {
  margin-top: 0;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1101px) {
  .hoge {
  }
}

/* base
============================================================ */
.base-text {
  margin-top: 20px;
}
.privacy-policy-item:first-child .base-text {
  margin-top: 0;
}

.base-list {
  margin-top: 20px;
}
.base-list li {
  position: relative;
  padding-left: 28px;
}
.base-list li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 18px;
  height: 18px;
  background: url(../img/common/icon-check-bl.svg) 0 0 no-repeat;
  background-size: 18px auto;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1101px) {
  .hoge {
  }
}

/* hoge
============================================================ */
.hoge {
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1101px) {
  .hoge {
  }
}


