/* ----------------------------------------
	privacy
---------------------------------------- */
@media screen and (max-width: 1024px) {
  .privacy {
    margin: 20px 15px 0;
  }
  .privacy-information {
    margin-bottom: 30px;
  }
  .privacy-information dt {
    color: #5f4328;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .privacy-information dd {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5em;
  }
  .privacy-list dl {
    margin-bottom: 20px;
  }
  .privacy-list dl dt {
    font-size: 14px;
    font-size: 1.4rem;
    color: #424242;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: dotted 2px #c2a88b;
  }
  .privacy-list dl dd {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5em;
    padding: 10px 15px 0;
  }
  .privacy-list dl dd ol {
    color: #616161;
    list-style-type: decimal;
    margin: 10px 10px 0;
  }
  .privacy-contact dt {
    font-size: 14px;
    font-size: 1.4rem;
    color: #424242;
    font-weight: bold;
    padding-bottom: 5px;
  }
  .privacy-contact dd {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5em;
    padding: 0 15px;
  }
}
@media screen and (min-width: 1025px) {
  .privacy {
    max-width: 1400px;
    margin: 50px auto 0;
    width: 1200px;
  }
  .privacy-information {
    margin-bottom: 50px;
  }
  .privacy-information dt {
    color: #5f4328;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .privacy-information dd {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.8em;
    color: #424242;
  }
  .privacy-list dl {
    margin-bottom: 50px;
  }
  .privacy-list dl dt {
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    padding: 20px 10px 10px;
    color: #424242;
    border-bottom: solid 3px #c2a88b;
  }
  .privacy-list dl dd {
    margin: 20px 30px 0;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.8em;
    color: #424242;
  }
  .privacy-list dl dd ol {
    color: #616161;
    list-style-type: decimal;
    margin: 30px 50px 0;
  }
  .privacy-contact {
    margin: 0 50px;
  }
  .privacy-contact dt {
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    color: #424242;
    margin-bottom: 20px;
  }
  .privacy-contact dd {
    margin: 0 15px;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.8em;
    color: #616161;
  }
}
@media (min-width: 1025px) and (max-width: 1439px) {
  .privacy {
    max-width: 1400px;
    margin: 30px 30px 0;
    width: auto;
  }
  .privacy-list dl {
    margin-bottom: 30px;
  }
}