.p-privacy {
  margin-left: 100px;
  margin-right: 100px;
}
@media screen and (max-width: 767px) {
  .p-privacy {
    margin-left: 0;
    margin-right: 0;
  }
}
.p-privacy-box {
  margin-top: 60px;
  margin-bottom: 60px;
}

/*---------------------------*/
/* 20241128以降の追加　ヘッダーに会員特典追加など */
/*---------------------------*/

.head-cs {
  background-color: #dadf57;
  text-align: center;
  line-height: normal;
  padding: 5px 0;
  margin-top: 0;
  font-weight:bold;
}
