.p-privacy-title {
  background: #D5D9D3;
  height: 45px;
  line-height: 45px;
  padding: 0 16px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
}
.p-privacy-frame {
  margin: 0 16px;
}
.p-privacy-frame__body {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 40px;
}
.p-privacy-frame__title {
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 10px;
}
/*------------------------------*/
@media screen and (min-width: 768px) {
  .main {
  	width: 1200px;
    margin: 0 auto;
  }
  .c-breadcrumbs {
    margin-top: 16px;
    border-bottom: 1px solid #E6EBE4;
    margin-bottom: 16px;
  }
}