@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=Bellefair&display=swap");
/* =================================================
   unique layout
================================================= */
/* -------------------------------------
   article
------------------------------------- */
#article {
  /* -------------------------------------
     section
  ------------------------------------- */
}
#article section {
  /* -------------------------------------
     section_1
  */
  /* -------------------------------------
     section_2
  */
}
#article section.section_1 .inner.section_inner {
  /* -------------------------------------
     content
  ------------------------------------- */
}
#article section.section_1 .inner.section_inner .content {
  /* -------------------------------------
     plan
  */
}
#article section.section_1 .inner.section_inner .content.plan {
  width: 84vw;
  margin: 0 auto;
}
#article section.section_1 .inner.section_inner .content.plan figure {
  margin: 0 auto 2vw;
}
#article section.section_1 .inner.section_inner .content.plan h4.h4_2 {
  margin: 0 auto 2.6666666667vw;
}
#article section.section_1 .inner.section_inner .content.plan h4.h4_2 span {
  text-align: center;
}
#article section.section_1 .inner.section_inner .content.plan h4.h4_2 span i {
  display: inline-block;
  font-size: 2.1rem;
  margin: 0 2vw 0 0;
}
#article section.section_1 .inner.section_inner .content.plan h4.h4_2 span.txt {
  font-size: 1.8rem;
  line-height: 1.5;
}
#article section.section_1 .inner.section_inner .content.plan h5.h5_2 {
  display: flex;
  text-align: left;
  line-height: 1.5;
  margin: 0 auto 2.6666666667vw;
}
#article section.section_1 .inner.section_inner .content.plan h5 span {
  font-size: 1.6rem;
}
#article section.section_1 .inner.section_inner .content.plan .item {
  margin: 0 auto 8vw;
}
#article section.section_1 .inner.section_inner .content.plan .item:last-of-type {
  margin: 0 auto;
}
#article section.section_1 .inner.section_inner .content.plan .item .float_l {
  margin: 4vw auto 0;
}
#article section.section_1 .inner.section_inner .content.plan .item .float_r {
  margin: 4vw auto 0;
}

@media screen and (min-width: 768px) {
  /* =================================================
     unique layout
  ================================================= */
  /* -------------------------------------
     article
  ------------------------------------- */
  #article {
    /* -------------------------------------
       section
    ------------------------------------- */
  }
  #article section {
    /* -------------------------------------
       section_2
    */
  }
  #article section.section_1 .inner.section_inner {
    /* -------------------------------------
       content
    ------------------------------------- */
  }
  #article section.section_1 .inner.section_inner .content {
    /* -------------------------------------
       plan
    */
  }
  #article section.section_1 .inner.section_inner .content.plan {
    width: 1056px;
  }
  #article section.section_1 .inner.section_inner .content.plan figure {
    margin: 0 auto 16px;
  }
  #article section.section_1 .inner.section_inner .content.plan h4.h4_2 {
    grid-row: 1;
    grid-column: 3;
    width: 100%;
    margin: 0 0 24px;
  }
  #article section.section_1 .inner.section_inner .content.plan h4.h4_2 span i {
    font-size: 2.4rem;
    margin: 0 16px 0 0;
  }
  #article section.section_1 .inner.section_inner .content.plan h4.h4_2 span.txt {
    text-align: left;
    line-height: 1.75;
    margin: 0;
  }
  #article section.section_1 .inner.section_inner .content.plan h5.h5_2 {
    margin: 0 auto 16px;
  }
  #article section.section_1 .inner.section_inner .content.plan h5 span.num, #article section.section_1 .inner.section_inner .content.plan h5 span.txt {
    font-size: 1.6rem;
  }
  #article section.section_1 .inner.section_inner .content.plan .item {
    margin: 0 auto 48px;
  }
  #article section.section_1 .inner.section_inner .content.plan .item .float_c {
    width: 100%;
    text-align: left;
    margin: 0 auto 16px;
  }
  #article section.section_1 .inner.section_inner .content.plan .item .float_l,
  #article section.section_1 .inner.section_inner .content.plan .item .float_r {
    width: 512px;
    margin: 0;
  }
}/*# sourceMappingURL=material.css.map */