@charset "UTF-8";
@font-face {
  font-family: "notoSans400";
  src: url("../font/NotoSansJP-Regular.woff");
}
@font-face {
  font-family: "notoSans500";
  src: url("../font/NotoSansJP-Medium.woff");
}
@font-face {
  font-family: "NotoSans700";
  src: url("../font/NotoSansJP-Bold.woff");
}
@font-face {
  font-family: "zenKakuGothicNew400";
  src: url("../font/ZenKakuGothicNew-Regular.woff");
}
@font-face {
  font-family: "zenKakuGothicNew500";
  src: url("../font/ZenKakuGothicNew-Medium.woff");
}
@font-face {
  font-family: "zenKakuGothicNew700";
  src: url("../font/ZenKakuGothicNew-Bold.woff");
}
.privacy-inner {
  max-width: 1050px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.privacy-article {
  padding: 0px 0 50px;
  font-family: notoSans400, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .privacy-section {
    padding: 0px 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .privacy-section {
    padding: 0px 0 50px;
  }
}

.privacy-section__title {
  position: relative;
  font-size: 18px;
  margin-bottom: 20px;
  text-indent: 1.8em;
  font-family: notoSans500, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .privacy-section__title {
    font-size: 16px;
  }
}
.privacy-section__title:before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 8px;
  left: 0px;
  margin: 0 auto;
  z-index: 1;
  width: 20px;
  height: 3px;
  background-color: #064EA2;
}

.privacy-section__text {
  font-size: 15px;
}
.privacy-section__text.--mt20 {
  margin-top: 20px;
}

.privacy-section__order {
  font-size: 15px;
  text-indent: 1.5em;
  margin: 20px 0px 0px;
}

.privacy-section__list {
  position: relative;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 8px;
  text-indent: 0em;
  padding-left: 2em;
}
@media screen and (max-width: 767px) {
  .privacy-section__list {
    padding-left: 1.3em;
  }
}
.privacy-section__list:last-child {
  margin-bottom: 0px;
}
.privacy-section__list:before {
  content: "・";
  position: absolute;
  display: inline-block;
  top: 0px;
  left: 0px;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .privacy-section__list:before {
    height: 2px;
    bottom: 0;
  }
}