@charset "UTF-8";
.privWrap {
  margin: 40px auto;
}
.privWrap h3 {
  text-align: center;
  color: #787f18;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: 2.2rem;
  margin-bottom: 10px;
}
.privWrap p {
  margin-bottom: 20px;
}
.privWrap dl {
  margin-bottom: 10px;
}

/*---------- sp ----------*/
/*---------- モバイル縦長 ----------*/
/*---------- モバイル横長 ----------*/
/*---------- pc ----------*/
@media screen and (min-width: 813px) {
  .privWrap {
    margin: 60px auto;
  }
  .privWrap:last-of-type {
    margin-bottom: 150px;
  }
  .privWrap h3 {
    font-size: 3rem;
    margin-bottom: 20px;
  }
}
/*---------- タブレット ----------*/

/*# sourceMappingURL=privacy.css.map */
