@charset "UTF-8";
/*
変数関係をまとめたファイル
 */
/*
ブレイクポイントに関して記述しているファイル
下のブレイクポイントの設定を変更するときは必ずPMに一声かける
 */
.privacy-page > .section-mv {
  padding: 174px 20px 105px 0;
}
@media screen and (max-width: 1024px) {
  .privacy-page > .section-mv {
    padding: 150px 20px 64px 0;
  }
}
@media screen and (max-width: 820px) {
  .privacy-page > .section-mv {
    padding: 110px 20px 24px 0;
  }
}
.privacy-page > .section-mv > .container {
  width: 100%;
}
.privacy-page > .section-mv > .container > .page-title {
  font-size: 2.5vw;
  font-weight: 400;
  letter-spacing: 0.3em;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .privacy-page > .section-mv > .container > .page-title {
    font-size: 38px;
  }
}
@media screen and (max-width: 640px) {
  .privacy-page > .section-mv > .container > .page-title {
    font-size: 30px;
    margin-left: 14px;
  }
}
@media screen and (max-width: 480px) {
  .privacy-page > .section-mv > .container > .page-title {
    font-size: 25px;
  }
}
.privacy-page > .section-mv > .container > .page-title > .english {
  font-size: 13px;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 480px) {
  .privacy-page > .section-mv > .container > .page-title > .english {
    font-size: 11px;
  }
}
.privacy-page > .section-contents {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 20px;
}
.privacy-page > .section-contents > .container {
  margin-bottom: 104px;
}
@media screen and (max-width: 480px) {
  .privacy-page > .section-contents > .container {
    margin-bottom: 64px;
  }
}
.privacy-page > .section-contents > .container > .text {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 32px;
}
@media screen and (max-width: 820px) {
  .privacy-page > .section-contents > .container > .text {
    font-size: 12px;
  }
}
.privacy-page > .section-contents > .container > .part {
  margin-bottom: 48px;
}
.privacy-page > .section-contents > .container > .part > .title {
  font-size: 24px;
  margin-bottom: 14px;
}
@media screen and (max-width: 820px) {
  .privacy-page > .section-contents > .container > .part > .title {
    font-size: 20px;
  }
}
.privacy-page > .section-contents > .container > .part > .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 820px) {
  .privacy-page > .section-contents > .container > .part > .text {
    font-size: 12px;
  }
}
.privacy-page > .section-contents > .container > .part > .text > .number {
  display: inline-block;
  margin-right: 8px;
}
.privacy-page > .section-contents > .container > .part > .list-content {
  margin: 24px 0;
}
.privacy-page > .section-contents > .container > .part > .list-content > .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 820px) {
  .privacy-page > .section-contents > .container > .part > .list-content > .content {
    font-size: 12px;
  }
}
.privacy-page > .section-contents > .container > .part > .list-content > .content > .number {
  display: inline-block;
  margin-right: 8px;
}