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

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

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

#article .section.section_1 .inner .content.content_1 .figure {
  margin: 4vw auto 0;
}

#article .section.section_1 .inner .content.content_1 .figure.border {
  border: none;
}

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

#article .section.section_1 .inner .content.case {
  margin: 8vw auto 0;
}

#article .section.section_1 .inner .content.case .item {
  width: 84vw;
}

#article .section.section_1 .inner .content.case .item.item_1 {
  padding: 10.66667vw 0 0;
}

#article .section.section_1 .inner .content.case .item.item_1 .h3.h3_3 {
  margin: 0 auto 4vw;
  text-align: center;
}

#article .section.section_1 .inner .content.case .item.item_1 .h3.h3_3 span {
  letter-spacing: 0.1em;
  line-height: 1.5;
}

#article .section.section_1 .inner .content.case .item.item_1 .h3.h3_3 span.txt {
  font-size: 1.8rem;
}

#article .section.section_1 .inner .content.case .item.item_1 .h4.h4_2 {
  margin: 0 auto 1.33333vw;
}

#article .section.section_1 .inner .content.case .item.item_1 .h4.h4_2 span {
  display: block;
  line-height: 1.5;
  text-align: center;
}

#article .section.section_1 .inner .content.case .item.item_1 .h4.h4_2 span.txt {
  font-size: 1.4rem;
}

#article .section.section_1 .inner .content.case .item.item_1 .h4.h4_2 span.txt strong {
  font-size: 2.4rem;
  margin: 0 0.66667vw;
}

#article .section.section_1 .inner .content.case .item.item_1 .h5.h5_1 {
  display: flex;
}

#article .section.section_1 .inner .content.case .item.item_1 .h5.h5_1 span {
  display: block;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: white;
  line-height: 1.5;
  width: 4.26667vw;
  height: 4.26667vw;
  font-size: 1rem;
  background: #8FCEF2;
}

#article .section.section_1 .inner .content.case .item.item_1 p {
  line-height: 1.5;
  text-align: center;
}

#article .section.section_1 .inner .content.case .item.item_1.float {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 2.66667vw auto;
}

#article .section.section_1 .inner .content.case .item.item_1 .float_c {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 2.66667vw auto;
}

#article .section.section_1 .inner .content.case .item.item_1 .float_c .figure {
  width: 40.66667vw;
}

#article .section.section_1 .inner .content.case .item.item_1:nth-of-type(3) .float_c {
  display: block;
  width: 100%;
}

#article .section.section_1 .inner .content.case .item.item_1:nth-of-type(3) .float_c .figure {
  width: 53.33333vw;
  margin: 2.66667vw auto 0;
}

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

#article .section.section_1 .inner .content.case .item.item_2 .h3.h3_2 {
  width: 100%;
  padding: 0 0 1.33333vw;
  margin: 0 auto 2.66667vw;
  border-bottom: 1px solid #cccccc;
}

#article .section.section_1 .inner .content.case .item.item_2 .h3.h3_2 span {
  text-align: center;
  font-size: 1.8rem;
  font-weight: normal;
}

#article .section.section_1 .inner .content.case .item.item_2 ul {
  list-style: none;
  column-count: 3;
  padding: 0;
  margin: 5.33333vw auto 5.33333vw;
}

#article .section.section_1 .inner .content.case .item.item_2 ul li {
  white-space: nowrap;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1;
  margin: 0 0 2.66667vw;
}

@media screen and (min-width: 768px) {
  /* =================================================
   unique layout
================================================= */
  /* -------------------------------------
   article
------------------------------------- */
  #article {
    /* -------------------------------------
       section
    ------------------------------------- */
  }
  #article .section {
    /* -------------------------------------
           section_1
        */
  }
  #article .section.section_1 .inner {
    /* -------------------------------------
                   content
                ------------------------------------- */
  }
  #article .section.section_1 .inner .content {
    /* -------------------------------------
                       content_1
                    ------------------------------------- */
    /* -------------------------------------
                       case
                    ------------------------------------- */
  }
  #article .section.section_1 .inner .content.content_1 .figure {
    padding: 60px 0;
    margin: 40px auto 0;
  }
  #article .section.section_1 .inner .content.content_1 .figure.border {
    border: 1px solid #cccccc;
  }
  #article .section.section_1 .inner .content.content_1 .figure img {
    width: 660px;
    margin: auto;
  }
  #article .section.section_1 .inner .content.content_1 .item {
    width: 1020px;
  }
  #article .section.section_1 .inner .content.case {
    margin: 60px auto 0;
  }
  #article .section.section_1 .inner .content.case .item {
    width: 940px;
  }
  #article .section.section_1 .inner .content.case .item.item_1 {
    padding: 80px 0 0;
  }
  #article .section.section_1 .inner .content.case .item.item_1 .h3.h3_3 {
    margin: 0 auto 30px;
  }
  #article .section.section_1 .inner .content.case .item.item_1 .h3.h3_3 span.txt {
    font-size: 3rem;
  }
  #article .section.section_1 .inner .content.case .item.item_1 .h4.h4_2 {
    margin: 0 30px 0 0;
  }
  #article .section.section_1 .inner .content.case .item.item_1 .h4.h4_2 span.txt {
    font-size: 1.8rem;
  }
  #article .section.section_1 .inner .content.case .item.item_1 .h4.h4_2 span.txt strong {
    font-size: 3.8rem;
  }
  #article .section.section_1 .inner .content.case .item.item_1 .h5.h5_1 {
    display: flex;
  }
  #article .section.section_1 .inner .content.case .item.item_1 .h5.h5_1 span {
    width: 32px;
    height: 32px;
    line-height: 2.2;
    font-size: 1.4rem;
  }
  #article .section.section_1 .inner .content.case .item.item_1 .float_c {
    display: flex;
    justify-content: center;
    width: 940px;
    margin: 20px auto;
  }
  #article .section.section_1 .inner .content.case .item.item_1:nth-of-type(3) .float_c .figure {
    width: 700px;
    margin: 20px auto 0;
  }
  #article .section.section_1 .inner .content.case .item.item_2 {
    margin: 100px auto 0;
  }
  #article .section.section_1 .inner .content.case .item.item_2 .h3.h3_2 {
    width: 940px;
    padding: 0 0 10px;
    margin: 40px auto 40px;
  }
  #article .section.section_1 .inner .content.case .item.item_2 .h3.h3_2 span.txt {
    font-size: 2.8rem;
  }
  #article .section.section_1 .inner .content.case .item.item_2 ul {
    margin: 40px auto 0;
  }
  #article .section.section_1 .inner .content.case .item.item_2 ul li {
    font-size: 1.8rem;
    margin: 0 0 20px;
  }
}
