@charset "UTF-8";
/*
.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;
}

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

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

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

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

#article .section.section_1 .inner .content.content_1 {
  margin: 1.0rem auto 0;
}

#article .section.section_1 .inner .content.content_1 .item .h3.h3_2 {
  text-align: center;
  margin: 0.5em 0 0.75em 0;
}

#article .section.section_1 .inner .content.content_1 .item .h3.h3_2 .txt {
  font-size: 1.6rem;
  line-height: 1.25;
}

#article .section.section_1 .inner .content.content_1 .item .h4.h4_2 {
  text-align: right;
  margin: 1.0rem 0 0;
}

#article .section.section_1 .inner .content.content_1 .item .h4.h4_2 .txt {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.25;
}

#article .section.section_1 .inner .content.content_1 .item .figure {
  border: 1px solid #999999;
  box-sizing: border-box;
}

#article .section.section_1 .inner .content.content_2 .h4.h4_1 {
  margin: 0;
}

@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
                    */
    /* -------------------------------------
                       content_2
                    */
  }
  #article .section.section_1 .inner .content.content_1 {
    margin: 0 0 40px;
  }
  #article .section.section_1 .inner .content.content_1 .float .float_l {
    width: 300px;
  }
  #article .section.section_1 .inner .content.content_1 .float .float_r {
    width: 580px;
  }
  #article .section.section_1 .inner .content.content_1 .item .h3.h3_2 {
    text-align: left;
    padding: 20px 0 0;
    margin: 0 0 20px 0;
  }
  #article .section.section_1 .inner .content.content_1 .item .h3.h3_2 .txt {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-weight: bold;
    font-weight: 400;
    font-size: 1.8rem;
  }
  #article .section.section_1 .inner .content.content_1 .item .h4.h4_2 .txt {
    font-size: 1.4rem;
  }
}
