/*
$basecolor2: #D7E98D; // red
$basecolor3: #BE99FF; // red
$basecolor4: #FFF899; // red
$basecolor5: #CCCCCC; // red

$basecolor6: #E199FF; // red
$basecolor7: #99D6FF; // red
$basecolor8: #FF99C3; // red
$basecolor9: #FFCF99; // red
*/
@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");
@font-face {
  font-family: 'TheanoDidot';
  src: url("../webfont/TheanoDidot-Regular.eot");
  src: url("../webfont/TheanoDidot-Regular.eot?#iefix") format("embedded-opentype"), url("../webfont/TheanoDidot-Regular.woff") format("woff"), url("../webfont/TheanoDidot-Regular.ttf") format("truetype");
  font-display: swap;
}

/* =================================================
   unique layout
================================================= */
/* -------------------------------------
   article
------------------------------------- */
#article {
  /* -------------------------------------
       section_1
    ------------------------------------- */
}

#article .section {
  /* -------------------------------------
           section_1
        */
  /* -------------------------------------
           section_2
        */
}

#article .section.section_1 .inner .content .h4.h4_1 {
  display: block;
  position: relative;
  z-index: 1;
}

#article .section.section_1 .inner .content .h4.h4_1 span.num {
  width: 2em;
  text-align: center;
  position: absolute;
  z-index: 1;
  top: -1.33333vw;
  left: -1.9em;
}

#article .section.section_1 .inner .content .item {
  width: 72vw;
  margin: 0 0 20vw 20vw;
}

#article .section.section_1 .inner .content .item:first-of-type {
  margin: 18.66667vw 0 20vw 20vw;
}

@media screen and (min-width: 768px) {
  /* =================================================
   unique layout
================================================= */
  /* -------------------------------------
   article
------------------------------------- */
  #article {
    /* -------------------------------------
       section_1
    ------------------------------------- */
  }
  #article .section {
    /* -------------------------------------
           section_2
        */
  }
  #article .section.section_1 .inner {
    /* -------------------------------------
                   content
                ------------------------------------- */
  }
  #article .section.section_1 .inner .content {
    /* -------------------------------------
                       content_1
                    */
  }
  #article .section.section_1 .inner .content .h4.h4_1 span.num {
    width: 2em;
    top: -0.3em;
    left: -1.9em;
  }
  #article .section.section_1 .inner .content .item {
    width: 900px;
    margin: 0 0 80px 120px;
  }
  #article .section.section_1 .inner .content .item:first-of-type {
    margin: 120px 0 80px 120px;
  }
}
