@charset "UTF-8";
.page_visual {
  background: url("../img/page_visual.png") no-repeat center/cover;
}
.link {
  
  text-decoration: underline;
}
.privacy {
  margin: 80px 0 160px;
}
.pri_outer {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.pri_inner {
  max-width: 1024px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 100px;
}
ul li {
  line-height: 2;
}
.indent_ul {
  margin-top: 20px;
  & > li {
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.75;
  }
}
.indent_ul_inner {
  margin-top: 20px;
  margin-left: 30px;
  & > li {
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.75;
  }
}
.indent_ul_inner_ex {
  margin-top: 20px;
  margin-left: 60px;
  & > li {
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.75;
  }
}
.pri_box {
  .h2_title {
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: 3.2px;
    margin-bottom: 30px;
  }
}
.intro_text {
  max-width: 808px;
  margin: 0 auto;
  line-height: 1.75;
}
.intro_box {
  display: flex;
  gap: 20px;
}
.pri_mini_box {
  &:not(:first-of-type) {
    margin-top: 50px;
  }
  p {
    line-height: 1.75;
  }
}
.h3_title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.75;
  color: var(--main-color02);
  padding-bottom: 14px;
  margin-bottom: 30px;
  border-bottom: 1px solid #CCC;
}
.pri_mini_text {
  line-height: 1.75
}
.first_text {
  margin-bottom: 42px;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .privacy {
    margin: 50px 0;
  }
  .pri_inner {
    padding: 0 5%;
    gap: 50px;
  }
  .intro_box {
    flex-direction: column-reverse;
    align-items: center;
  }
  .h2_title {
    font-size: 2.6rem;
  }
  .h3_title {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .pri_mini_box {
    &:not(:first-of-type) {
      margin-top: 30px;
    }
  }
}
