@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("//fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Wix+Madefor+Display:wght@400;500;600;700;800&display=swap");
/* =================================================
   unique layout
================================================= */
/* -------------------------------------
   article
------------------------------------- */
#article {
  /* -------------------------------------
     section
  ------------------------------------- */
}
#article section {
  /* -------------------------------------
     section_1
  */
}
#article section.section_1 .inner.section_inner {
  /* -------------------------------------
     content
  ------------------------------------- */
}
#article section.section_1 .inner.section_inner .content {
  /* -------------------------------------
     item
  */
}
#article section.section_1 .inner.section_inner .content.content_2 {
  margin: 10.6666666667vw auto 0;
}
#article section.section_1 .inner.section_inner .content h4.h4_1 {
  display: flex;
  align-items: center;
  margin: 10.6666666667vw 0 5.3333333333vw;
}
#article section.section_1 .inner.section_inner .content h4.h4_1::before {
  content: "";
  display: block;
  width: 4vw;
  height: 4vw;
  margin: 0 4vw 0 0;
  background: #69A9A6;
  border-radius: 50%;
  transform: translateY(0.4vw);
}
#article section.section_1 .inner.section_inner .content h4.h4_1 span {
  font-size: 1.4rem;
}
#article section.section_1 .inner.section_inner .content p {
  padding: 0 0 0 8vw;
}
#article section.section_1 .inner.section_inner .content ul {
  padding: 0 0 0 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  /* =================================================
     unique layout
  ================================================= */
  /* -------------------------------------
     article
  ------------------------------------- */
  #article {
    /* -------------------------------------
       section
    ------------------------------------- */
  }
  #article section {
    /* -------------------------------------
       section_1
    */
  }
  #article section.section_1 .inner.section_inner {
    /* -------------------------------------
       content
    ------------------------------------- */
  }
  #article section.section_1 .inner.section_inner .content {
    /* -------------------------------------
       content_2
    */
    /* -------------------------------------
       item
    */
  }
  #article section.section_1 .inner.section_inner .content.content_2 {
    margin: 80px auto 0;
  }
  #article section.section_1 .inner.section_inner .content h4.h4_1 {
    margin: 80px 0 48px;
  }
  #article section.section_1 .inner.section_inner .content h4.h4_1::before {
    width: 26px;
    height: 26px;
    margin: 0 48px 0 0;
    transform: translateY(0);
  }
  #article section.section_1 .inner.section_inner .content h4.h4_1 span {
    font-size: 2.6rem;
  }
  #article section.section_1 .inner.section_inner .content p {
    padding: 0 0 0 73.6px;
  }
  #article section.section_1 .inner.section_inner .content ul {
    padding: 0 0 0 104px;
  }
}/*# sourceMappingURL=privacy.css.map */