@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
    ------------------------------------- */
}

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

#article .section .inner {
  /* -------------------------------------
               content
            ------------------------------------- */
}

#article .section .inner .content .item {
  margin: 0 auto;
  box-sizing: border-box;
}

#article .section .inner .content ul {
  padding: 0 0 0 1.5em;
  margin: 0 0 0.5em 0;
}

#article .section .inner .content ul li {
  padding: 0 0 0.5em 0;
}

#article .section .inner .content ul.border {
  padding: 0.75em 0.5em 0.25em 2.2em;
  border: 1px solid #8FCEF2;
}

#article .section .inner .content ul.nolist {
  list-style: none;
  padding: 0.75em 0.5em 0.25em 0.5em;
}

#article .section .inner .content ul.nolist li {
  text-indent: -1.25em;
  padding: 0 0 0.5em 1.5em;
}

#article .section.section_1.underline {
  border-bottom: 1px solid #cccccc;
}

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

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

#article .section.section_1 .inner .content .h3 span {
  text-align: center;
  font-size: 1.6rem;
}

#article .section.section_1 .inner .content .h4.h4_1 {
  display: flex;
  align-items: center;
  margin: 0 0 0.25em;
}

#article .section.section_1 .inner .content .h4.h4_1 span.num {
  letter-spacing: 0;
  font-size: 4rem;
  font-weight: 300;
  line-height: 1;
  margin: 0 1.4rem 0 0;
}

#article .section.section_1 .inner .content .h4.h4_1 span.num.circle {
  color: white;
  font-size: 3rem;
  text-align: center;
  width: 4rem;
  height: 4rem;
  padding: 0.2em 0 0 0;
  background: #8FCEF2;
  border-radius: 100%;
  box-sizing: border-box;
}

#article .section.section_1 .inner .content .h4.h4_1 span.txt {
  font-size: 1.4rem;
  line-height: 1.25;
  margin: 0.5em 0;
}

#article .section.section_1 .inner .content .h4.h4_1.underline {
  margin: 0 0 0.75em 0;
  border-bottom: 2px solid #8FCEF2;
}

#article .section.section_1 .inner .content .h4.h4_1.underline span.num {
  font-size: 5.5rem;
  margin: 0 1.4rem -0.17em 0;
}

#article .section.section_1 .inner .content .h4.h4_1.underline span.num.circle {
  color: white;
  font-size: 3rem;
  text-align: center;
  width: 4rem;
  height: 4rem;
  padding: 0.2em 0 0 0;
  margin: 0 1.4rem 0 0;
  background: #8FCEF2;
  border-radius: 100%;
  box-sizing: border-box;
}

#article .section.section_1 .inner .content .figure {
  margin: 0;
}

#article .section.section_1 .inner .content .item.underline {
  padding: 0 0 2.5rem;
  border-bottom: 1px solid #cccccc;
}

#article .section.section_1 .inner .content .item.framed {
  padding: 1em;
  border: 1px solid #cccccc;
}

@media screen and (min-width: 768px) {
  /* =================================================
   unique layout
================================================= */
  /* -------------------------------------
   article
------------------------------------- */
  #article {
    /* -------------------------------------
       section_1
    ------------------------------------- */
  }
  #article .section {
    /* -------------------------------------
           section_2
        */
  }
  #article .section .inner {
    width: 920px;
    /* -------------------------------------
               content
            ------------------------------------- */
  }
  #article .section .inner .content {
    padding: 0;
  }
  #article .section .inner .content .float {
    display: flex;
  }
  #article .section .inner .content .float.justify {
    justify-content: space-between;
  }
  #article .section .inner .content .float.wrap {
    flex-wrap: wrap;
  }
  #article .section .inner .content .float.reverse {
    flex-direction: row-reverse;
  }
  #article .section .inner .content .item {
    width: 100%;
  }
  #article .section .inner .content ul {
    margin: 0 0 1em 0;
  }
  #article .section.section_1 .inner {
    /* -------------------------------------
                   content
                ------------------------------------- */
  }
  #article .section.section_1 .inner .content {
    /* -------------------------------------
                       lyout
                    */
    /* -------------------------------------
                       content_1
                    */
    /* -------------------------------------
                       content_2
                    */
  }
  #article .section.section_1 .inner .content .h4.h4_1 {
    width: 100%;
    margin: 0 0 10px 0;
  }
  #article .section.section_1 .inner .content .h4.h4_1 span.num {
    font-size: 9rem;
    font-weight: 300;
    line-height: 1;
    margin: 0 2.5rem 0 0;
  }
  #article .section.section_1 .inner .content .h4.h4_1 span.num.circle {
    font-size: 5.5rem;
    width: 7rem;
    height: 7rem;
    padding: 0.15em 0 0 0;
  }
  #article .section.section_1 .inner .content .h4.h4_1 span.txt {
    font-size: 2.4rem;
    margin: 0.5em 0;
  }
  #article .section.section_1 .inner .content .h4.h4_1.underline {
    margin: 0 0 30px 0;
  }
  #article .section.section_1 .inner .content .h4.h4_1.underline span.num {
    font-size: 9.0rem;
    margin: 0 2.5rem -0.15em 0;
  }
  #article .section.section_1 .inner .content .h4.h4_1.underline span.num.circle {
    font-size: 5.5rem;
    width: 7rem;
    height: 7rem;
    padding: 0.15em 0 0 0;
  }
  #article .section.section_1 .inner .content .float .float_l {
    width: 340px;
  }
  #article .section.section_1 .inner .content .float .float_r {
    width: 540px;
  }
  #article .section.section_1 .inner .content .item {
    margin: 0 0 40px 0;
  }
  #article .section.section_1 .inner .content .item.underline {
    padding: 0 0 40px 0;
  }
  #article .section.section_1 .inner .content .item.framed {
    padding: 40px;
  }
  #article .section.section_1 .inner .content .item.framed.float .float_l {
    width: 340px;
  }
  #article .section.section_1 .inner .content .item.framed.float .float_r {
    width: 460px;
  }
}
