@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
*/
/*
.overflow{
                            
    position: relative;

    &:after{
        content: "";
        display: block;
        width: (40/640)*100vw;
        height: 100%;
        position: absolute;
        z-index: 10;
        top: 0;
        right: 0;

        @include gra($monocolor,1); // color,rotate:0 or 1
        transform: scaleX(-1);
        opacity: 0.2;
    }
    .figure{

        display: flex;
        width: 100%;
        box-sizing: border-box;
        overflow: auto;

        img{
            width: (960/640)*100vw;
        }
        &:after{
            content: "■■";
            display: block;
            opacity: 0;
        }
    }
}
*/
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(//fonts.googleapis.com/css?family=Noto+Serif+JP:300,400,500,700&amp;subset=japanese);
@font-face {
  font-family: 'tegaki';
  src: url("../webfont/apjapanesefont.eot");
  src: url("../webfont/apjapanesefont.eot?#iefix") format("embedded-opentype"), url("../webfont/apjapanesefont.woff") format("woff"), url("../webfont/apjapanesefont.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: 'tex gyre heros r';
  src: url("../webfont/texgyreheros-regular-webfont.eot");
  src: url("../webfont/texgyreheros-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../webfont/texgyreheros-regular-webfont.woff") format("woff"), url("../webfont/texgyreheros-regular-webfont.ttf") format("truetype");
  font-display: swap;
}

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

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

#article .section.section_1 .inner {
  width: 100%;
  margin: 0 auto;
}

#article .section.section_1 .inner .item {
  width: 93.75%;
  padding: 0 0 0.5rem;
  margin: 0 auto 2rem;
  border: 1px solid #cccccc;
  box-sizing: border-box;
}

#article .section.section_1 .inner .item .h3.h3_1 {
  display: flex;
  align-items: center;
  padding: 0 0 0.5rem;
  margin: 0 auto 1.5rem;
  border-bottom: 1px solid #cccccc;
}

#article .section.section_1 .inner .item .h3.h3_1 span {
  display: block;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-weight: 500;
  font-feature-settings: "pkna";
  line-height: 1;
}

#article .section.section_1 .inner .item .h3.h3_1 span.txt {
  flex-shrink: 0;
  letter-spacing: 0.3em;
  font-size: 2.1rem;
}

#article .section.section_1 .inner .item .h3.h3_1 span.txt_2 {
  letter-spacing: 0.025em;
  font-size: 1.2rem;
  margin: 0.9rem 0 0 1rem;
}

#article .section.section_1 .inner .item .h4 {
  font-feature-settings: "pkna";
  letter-spacing: 0.175em;
  margin: 0 auto 1rem;
}

#article .section.section_1 .inner .item .h4 span {
  display: block;
  font-size: 1.2rem;
}

#article .section.section_1 .inner .item .h4 span.txt {
  font-weight: bold;
  line-height: 1;
  padding: 0.5rem 1rem;
  background: rgba(239, 66, 32, 0.1);
}

#article .section.section_1 .inner .item .h4 span.txt_2 {
  line-height: 1.25;
  margin: 1rem 0 0;
}

#article .section.section_1 .inner .item .float_r {
  width: 90%;
  padding: 1rem 0 0;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  /* =================================================
   unique layout
================================================= */
  /* -------------------------------------
   article
------------------------------------- */
  #article {
    /* -------------------------------------
       section
    ------------------------------------- */
  }
  #article .section {
    /* -------------------------------------
           section_1
        */
  }
  #article .section.section_1 .inner {
    width: 960px;
  }
  #article .section.section_1 .inner .item {
    width: 920px;
    padding: 0;
    margin: 0 auto 40px;
  }
  #article .section.section_1 .inner .item .h3.h3_1 {
    width: 580px;
    padding: 0 0 10px;
    margin: 0 0 20px;
  }
  #article .section.section_1 .inner .item .h3.h3_1 span.txt {
    font-size: 3rem;
  }
  #article .section.section_1 .inner .item .h3.h3_1 span.txt_2 {
    letter-spacing: 0.15em;
    font-size: 1.4rem;
    margin: 0.9rem 0 0 3rem;
  }
  #article .section.section_1 .inner .item .h4 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 10px;
  }
  #article .section.section_1 .inner .item .h4 span {
    font-size: 1.4rem;
  }
  #article .section.section_1 .inner .item .h4 span.txt {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0;
    box-sizing: border-box;
  }
  #article .section.section_1 .inner .item .h4 span.txt_2 {
    line-height: 1.5;
    margin: 1rem 0 0;
  }
  #article .section.section_1 .inner .item .h4.h4_1 span.txt {
    width: 80px;
  }
  #article .section.section_1 .inner .item .h4.h4_1 span.txt_2 {
    width: 480px;
    padding: 0 0 0 20px;
  }
  #article .section.section_1 .inner .item .h4.h4_2 span {
    width: 580px;
  }
  #article .section.section_1 .inner .item .h4.h4_2 span.txt {
    justify-content: flex-start;
    padding: 0 0 0 14px;
  }
  #article .section.section_1 .inner .item.float {
    display: flex;
    justify-content: space-between;
  }
  #article .section.section_1 .inner .item .float_l {
    width: 260px;
  }
  #article .section.section_1 .inner .item .float_r {
    width: 620px;
    padding: 20px 0 10px;
    margin: 0;
  }
}
