@charset "UTF-8";
/*プライバシーポリシーページ*/
/*
function,breakpoint,英文などの特殊フォントの関数
*/
/*英語フォント*/
/*
mixinの設定
フォントサイズや、レスポンシブデザインの設定を行う
*/
/*
 * # 	プライバシーポリシー header
 */
.p-privacy-wrap {
  margin-top: 13.698630137vw;
  margin-bottom: 8.2191780822vw;
  max-width: 817px;
}
@media print, screen and (min-width:768px) {
  .p-privacy-wrap {
    margin-top: 150px;
    margin-bottom: 90px;
  }
}

/*
 * # 	プライバシーポリシー　本文
 */
.p-privacy {
  text-align: justify;
  -moz-text-align-last: left;
       text-align-last: left;
  color: #434343;
  font-size: 4.1095890411vw;
  line-height: 2;
  margin-bottom: 8.2191780822vw;
}
@media print, screen and (min-width:768px) {
  .p-privacy {
    font-size: min(16px, 1.5384615385vw);
    line-height: 2;
    margin-bottom: 2.5em;
  }
}
.p-privacy:last-child {
  margin-bottom: 0;
}
.p-privacy__title {
  font-weight: bold;
}
.p-privacy__text {
  font-weight: 500;
}
.p-privacy__text + .p-privacy__text {
  margin-top: 2em;
}
@media only screen and (max-width:767px) {
  .p-privacy__list {
    margin-top: 1em;
    line-height: 1.5;
  }
}
.p-privacy__list li {
  padding-left: 2em;
  text-indent: -2em;
}
@media only screen and (max-width:767px) {
  .p-privacy__list li + li {
    margin-top: 0.55em;
  }
}