@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;700&display=swap");
/* ライン状の背景画像
-----------------------------------------------------------------*/
.background {
  background-image: url("../img/privacypolicy/pc/bg_line.png");
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .background {
    background-image: url("../img/privacypolicy/sp/bg_line.png");
  }
}

/* page-title
-----------------------------------------------------------------*/
.page-title-inner {
  background-image: url("../img/privacypolicy/pc/bg_title.png");
}
@media screen and (max-width: 768px) {
  .page-title-inner {
    background-image: url("../img/privacypolicy/sp/bg_title.png");
  }
}

/*=================================================================
  privacypolicy.html
=================================================================*/
/* privacypolicy
-----------------------------------------------------------------*/
.privacypolicy__title {
  margin-bottom: 1.4em;
  font-size: calc(24px + (30 - 24) / (1440 - 768) * (100vw - 768px));
  min-height: 0vw;
  font-weight: bold;
}
@media screen and (min-width: 1440px) {
  .privacypolicy__title {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .privacypolicy__title {
    font-size: calc(24px + (34 - 24) / (768 - 320) * (100vw - 320px));
    min-height: 0vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .privacypolicy__title {
    font-size: 34px;
  }
}

.privacypolicy__text {
  font-weight: 500;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .privacypolicy__text {
    font-size: calc(14px + (24 - 14) / (768 - 320) * (100vw - 320px));
    min-height: 0vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .privacypolicy__text {
    font-size: 24px;
  }
}

.privacypolicy__text + .privacypolicy__text {
  margin-top: 1.4em;
}
.privacypolicy__text ol, .privacypolicy__text ul {
  padding-left: 1.75em;
}
.privacypolicy__text ol li, .privacypolicy__text ul li {
  margin-top: 1em;
}
.privacypolicy__text a {
  border-bottom: 1px solid #f96a03;
  color: #f96a03;
}
.privacypolicy__text a:hover {
  border-color: transparent;
}

.level-1 {
  margin-top: 3.33em;
  margin-bottom: 1.4em;
  font-size: calc(16px + (18 - 16) / (1440 - 768) * (100vw - 768px));
  min-height: 0vw;
  font-weight: bold;
}
@media screen and (min-width: 1440px) {
  .level-1 {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .level-1 {
    font-size: calc(16px + (26 - 16) / (768 - 320) * (100vw - 320px));
    min-height: 0vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .level-1 {
    font-size: 26px;
  }
}

/*=================================================================
  billing-procedure.html
=================================================================*/
.billing-procedure .privacypolicy__text ol li > .privacypolicy__text ul li {
  margin-top: 0;
}
/*# sourceMappingURL=privacypolicy.css.map */