@charset "UTF-8";
/*
$basecolor2: #D7E98D; // red
$basecolor3: #BE99FF; // red
$basecolor4: #FFF899; // red
$basecolor5: #CCCCCC; // red

$basecolor6: #E199FF; // red
$basecolor7: #99D6FF; // red
$basecolor8: #FF99C3; // red
$basecolor9: #FFCF99; // red
*/
/*
@mixin webfont_j3(){
    font-family: "M PLUS Rounded 1c", "Hiragino Kaku Gothic ProN","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-weight: 400;
    font-weight: bold;
}
*/
@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");
/* =================================================
   unique layout
================================================= */
/* -------------------------------------
   article
------------------------------------- */
#article {
  /* -------------------------------------
       section_1
    ------------------------------------- */
}

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

#article .section.section_1 .inner {
  /* -------------------------------------
                   content_1
                */
  /* -------------------------------------
                   content_2
                */
}

#article .section.section_1 .inner .content .h3.h3_2 {
  width: 100%;
  height: 10.66667vw;
  margin: 0 auto 10.66667vw;
  background-color: #8FCEF2;
  display: flex;
  justify-content: center;
  align-items: center;
}

#article .section.section_1 .inner .content .h3.h3_2 span {
  color: white;
  font-size: 1.6rem;
}

#article .section.section_1 .inner .content .h3.h3_3 {
  width: 84vw;
  margin: 0 auto 5.33333vw;
}

#article .section.section_1 .inner .content .h3.h3_3 span {
  text-align: left;
  font-size: 1.8rem;
}

#article .section.section_1 .inner .content .h4.h4_1 {
  align-items: flex-start;
  width: 84vw;
  margin: 0 auto 6.66667vw;
}

#article .section.section_1 .inner .content .h4.h4_1 span i {
  font-size: 1.4rem;
}

#article .section.section_1 .inner .content .h4.h4_1 span.num {
  display: block;
  font-size: 3rem;
  font-weight: 500;
}

#article .section.section_1 .inner .content .h4.h4_1 span.txt {
  font-size: 1.8rem;
  line-height: 1.5;
  margin: 0;
}

#article .section.section_1 .inner .content p.lead {
  text-align: left;
}

#article .section.section_1 .inner .content .item {
  width: 84vw;
  margin: 0 auto 10.66667vw;
}

#article .section.section_1 .inner .content .item .float_r {
  margin: 5.33333vw auto 0;
}

@media screen and (min-width: 768px) {
  /* =================================================
   unique layout
================================================= */
  /* -------------------------------------
   article
------------------------------------- */
  #article {
    /* -------------------------------------
       section_1
    ------------------------------------- */
  }
  #article .section {
    /* -------------------------------------
           section_1
        */
  }
  #article .section.section_1 .inner .content {
    /* -------------------------------------
                       content_1
                    */
    /* -------------------------------------
                       content_2
                    */
  }
  #article .section.section_1 .inner .content .figure {
    padding: 0 0 54px;
  }
  #article .section.section_1 .inner .content .h3.h3_2 {
    width: 100%;
    height: 120px;
    margin: 0 auto 80px;
  }
  #article .section.section_1 .inner .content .h3.h3_2 span {
    font-size: 3rem;
  }
  #article .section.section_1 .inner .content .h3.h3_3 {
    width: 1020px;
    margin: 0 auto 80px;
  }
  #article .section.section_1 .inner .content .h3.h3_3 span.txt {
    font-size: 3rem;
  }
  #article .section.section_1 .inner .content .h4.h4_1 {
    width: 100%;
    margin: 0 auto 40px;
  }
  #article .section.section_1 .inner .content .h4.h4_1 span i {
    font-size: 1.4rem;
  }
  #article .section.section_1 .inner .content .h4.h4_1 span.num {
    font-size: 4.2rem;
  }
  #article .section.section_1 .inner .content .h4.h4_1 span.txt {
    font-size: 2.8rem;
  }
  #article .section.section_1 .inner .content .item {
    width: 1020px;
    margin: 0 auto 80px;
  }
  #article .section.section_1 .inner .content .item .float_l {
    width: 480px;
  }
  #article .section.section_1 .inner .content .item .float_r {
    width: 500px;
    margin: 0;
  }
}
