/*====================================================================
    
====================================================================*/
.box.privacy {
  margin-bottom: 80px;
}

dl dt,
dl dd {
  text-align: left;
}
dl dt {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
dl dd {
  margin-bottom: 40px;
}
dl ol li {
  margin-left: 10px;
  text-indent: -10px;
  margin-bottom: 10px;
}
dl strong {
  color: #666666;
}

/*====================================================================
    SP
====================================================================*/
@media only screen and (max-width: 660px), only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  h2.hd {
    margin: 0 40px 40px;
  }

  .box.privacy {
    margin: 0 40px;
  }
  .box.privacy p {
    font-size: 20px;
  }

  dl dt,
  dl dd {
    font-size: 20px;
  }
}
/*====================================================================
    
====================================================================*/
