@charset "utf-8";
/* CSS Document */
.section-privacy-policy__image {
  background-image: url("../images/contact/title.png");
  background-position: right;
  background-repeat: no-repeat;
  margin-bottom: 80px;
  margin-top: 120px;
  width: 1000px;
  height: 200px;
}
.section-privacy-policy__image h2 {
  font-family: "Inter", sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 4.0rem;
  color: #FFF;
  padding: 30px 160px;
  display: inline-block;
  line-height: 1.0;
  margin-top: 10px;
}
.section-privacy-policy__image h2 span {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  font-style: normal;
}
.text-breadcrumbs {
  display: flex;
  list-style: none;
  color: #fff;
  padding-left: 160px;
  padding-bottom: 20px;
}
.text-breadcrumbs li a {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
}
.text-breadcrumbs li span {
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (max-width: 768px) {
  .section-privacy-policy__image {
    background-image: none;
    background-color: #2074B1;
    margin-top: 0px;
    width: 100%;
  }
  .section-privacy-policy__image h2 {
    font-size: 2.4rem;
    padding-left: 5%;
    padding-top: 60px;
    padding-right: 0px;
  }
  .section-privacy-policy__image h2 span {
    font-size: 1.6rem;
  }
  .text-breadcrumbs {
    padding-left: 20px;
    font-size: 1.2rem;
  }
}
.privacy-policy_contents {
  max-width: 900px;
  margin: 100px auto;
}
.privacy-policy_contents p {
  margin-bottom: 40px;
}
ol li {
  margin-bottom: 30px;
}
ol li h3 {
  margin-bottom: 10px;
}
.privacy-policy_contents-list li {
  margin-bottom: 5px;
  list-style: disc;
}
@media screen and (max-width: 768px) {
  .privacy-policy_contents {
    width: 90%;
    margin: 80px auto;
  }
}