@charset "utf-8";
/* CSS Document */

/* ------------------------------- */
/* Privacy */
/* ------------------------------- */

#privacy h2 {
 height: 50px;
 margin-top: 30px;
 margin-bottom: 40px;
 font-size: 1.5rem;
 background: url("/img/site/common/bg_01.png") no-repeat center bottom;
}

#privacy h2 img {
 margin-right: 15px;
}

#privacy h3 {
 margin-top: 60px;
 color: #595757;
 font-size: 1.5rem;
 font-weight: bold;
}

#privacy section section p {
 margin-top: 20px;
}

@media (max-width: 767px) {
 #privacy section section p {
  margin-top: 10px;
 }
}