/* ===================================================
特定商・プライバシーポリシー
=================================================== */
main.container {
 max-width: 100%;
 padding: 0;
}
.p-privacy{padding: 5em 0 11em;}
.privacy-par {
  margin: 0 0 3em;
}
.notice-list__unit a,
.privacy-par a{
 text-decoration:underline;
}
.privacy-par a:hover{
 text-decoration:none;
}
.notice-box {
  margin-bottom: 40px
}
.notice-heading {
  margin: 0 0 20px;
  padding: 10px 0 10px 20px;
  background: #311700;
  color: #fff;
  font-size: .9em
}
.notice-list {
  margin: 0;
  margin-bottom: 4em;
}
.notice-list__name {
  font-weight: bold;
  margin-bottom: 16px;
  font-size: 20px;
}
.notice-list__name .number{
  font-size: 25px;
  color: #DF2A1C;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  margin-right: 0.5em;
}
.btn01 {
    font-size: 14px !important;
    background: #DF2A1C !important;
    text-decoration: none !important;
}
@media screen and (max-width: 980px) {
  .p-privacy{padding: 4em 0 5em!important;}
  .privacy-par {
     padding: 0;
  }
  .notice-list {
    padding: 0 0px;
    margin-bottom: 3em;
  }
  .notice-list__name {
    margin-bottom: 14px;
    font-size: 16px;
  }
  .notice-list__name .number {
    font-size: 23px;
    line-height: 1;
  }