@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=Jost:ital,wght@0,100..900;1,100..900&display=swap");
/* =================================================
   unique layout
================================================= */
#container {
  /* -------------------------------------
     article
  ------------------------------------- */
}
#container #article {
  /* -------------------------------------
     section
  ------------------------------------- */
  /* -------------------------------------
     aside
  ------------------------------------- */
}
#container #article section {
  /* -------------------------------------
     section_1
  */
}
#container #article section.section_1 .inner.section_inner {
  /* -------------------------------------
     content
  ------------------------------------- */
}
#container #article section.section_1 .inner.section_inner .content {
  width: 84vw;
  margin: 0 auto;
}
#container #article section.section_1 .inner.section_inner .content.title_page {
  width: 100%;
}
#container #article section.section_1 .inner.section_inner .content:last-of-type {
  padding: 0;
}
#container #article section.section_1 .inner.section_inner .content h2.h2_2 {
  padding-bottom: 0.5em;
  margin: 5.3333333333vw 0 1em;
  border-bottom: 1px solid hsl(0, 0%, 80%);
}
#container #article section.section_1 .inner.section_inner .content h2.h2_2 span.num {
  margin-right: 0.5rem;
}
#container #article section.section_1 .inner.section_inner .content p:first-of-type {
  margin-top: 0.5em;
}
#container #article section.section_1 .inner.section_inner .content .item .float_c {
  width: 100%;
}
#container #article aside {
  /* -------------------------------------
     contact_txt_in
  */
}
#container #article aside.contact_txt_in .content {
  margin: 7.2vw auto 0;
}
#container #article aside.contact_txt_in .content p.tel {
  display: flex;
  text-align: left;
  line-height: 1;
  margin: 1.3333333333vw 0 0 0;
}
#container #article aside.contact_txt_in .content p.tel i {
  width: 2.6666666667vw;
}
#container #article aside.contact_txt_in .content p.tel i.free {
  width: 6.6666666667vw;
  transform: translateY(0);
}
#container #article aside.contact_txt_in .content p.tel strong {
  font-size: 2rem;
}
#container #article aside.contact_txt_in .content p.tel strong a,
#container #article aside.contact_txt_in .content p.tel strong a:link {
  color: hsl(0, 0%, 0%);
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  /* =================================================
     unique layout
  ================================================= */
  #container {
    /* -------------------------------------
       article
    ------------------------------------- */
  }
  #container #article {
    /* -------------------------------------
       section
    ------------------------------------- */
    /* -------------------------------------
       aside
    ------------------------------------- */
  }
  #container #article section {
    /* -------------------------------------
       section_1
    */
  }
  #container #article section.section_1 .inner.section_inner {
    /* -------------------------------------
       content
    ------------------------------------- */
  }
  #container #article section.section_1 .inner.section_inner .content {
    width: 1056px;
  }
  #container #article section.section_1 .inner.section_inner .content.content_2 {
    width: 960px;
  }
  #container #article section.section_1 .inner.section_inner .content h2.h2_2 {
    margin: 24px 0 1.5em;
  }
  #container #article section.section_1 .inner.section_inner .content h2.h2_2 span {
    font-size: 2.1rem;
  }
  #container #article section.section_1 .inner.section_inner .content h2.h2_2 span.num {
    font-size: 2.1rem;
    margin: 0;
  }
  #container #article section.section_1 .inner.section_inner .content p {
    margin: 0 0 32px;
  }
  #container #article section.section_1 .inner.section_inner .content p:first-of-type {
    margin: 0 0 32px;
  }
  #container #article section.section_1 .inner.section_inner .content .item .float_c {
    padding: 0;
  }
  #container #article .aside {
    /* -------------------------------------
       contact_txt_in
    */
  }
  #container #article .aside.contact_txt_in .content {
    margin: 32px auto 0;
  }
  #container #article .aside.contact_txt_in .content p.tel {
    margin: 16px 0 0 0;
    line-height: 1;
  }
  #container #article .aside.contact_txt_in .content p.tel i {
    width: 16px;
    transform: translateY(0.1em);
  }
  #container #article .aside.contact_txt_in .content p.tel i.free {
    width: auto;
    height: 16px;
  }
  #container #article .aside.contact_txt_in .content p.tel strong {
    font-size: 2.8rem;
  }
}/*# sourceMappingURL=privacypolicy.css.map */