@charset "UTF-8";
/*----------------
    プライバシーポリシーページ
------------------*/

.privacy_wrap {
  width:90%;
  margin: 0 auto 22vw;
  line-height: 2;
  font-size: calc(14 * (100vw / 375));
}

.privacy_wrap h3 {
  font-size: calc(18 * (100vw / 375));
  font-weight: bold;
  margin-top: 5%;
}

.privacy_wrap p:last-of-type {
  margin-top: 5%;
}

@media screen and (min-width: 736px){
  .privacy_wrap {
    width:800px;
    margin: 0 auto 128px;
    line-height: 2;
    font-size: 14px;
  }

  .privacy_wrap h3 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 5%;
  }

  .privacy_wrap p:last-of-type {
    margin-top: 5%;
  }

}