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

#article .section.section_1 .inner .content.content_2 {
  margin: 1.0rem auto 0;
  border-bottom: 1px solid #cccccc;
}

#article .section.section_1 .inner .content.content_2 .item {
  padding: 0 0 1.0rem;
  margin: 0 auto 2.5rem;
  border: 1px solid #cccccc;
}

#article .section.section_1 .inner .content.content_2 .item:nth-of-type(2) .float_l {
  padding: 1.0rem 0.75rem 0 0.25em;
}

#article .section.section_1 .inner .content.content_2 .item .h4.h4_1 {
  font-feature-settings: "pkna";
  letter-spacing: 0.175em;
  margin: 1.0em 0 0.75em;
}

#article .section.section_1 .inner .content.content_2 .item .h4.h4_1 .txt {
  text-align: center;
  line-height: 1.25;
  font-weight: bold;
  width: 100%;
}

#article .section.section_1 .inner .content.content_2 .item .table {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  line-height: 1.25;
  width: 92.59259%;
  margin: 0 auto;
}

#article .section.section_1 .inner .content.content_2 .item .table .th,
#article .section.section_1 .inner .content.content_2 .item .table .td {
  margin: 0 0 0.5rem;
  box-sizing: border-box;
}

#article .section.section_1 .inner .content.content_2 .item .table .th.all,
#article .section.section_1 .inner .content.content_2 .item .table .td.all {
  padding: 0.75rem 0 0;
  margin: 0.75rem 0 0;
  border-top: 1px solid #999999;
}

#article .section.section_1 .inner .content.content_2 .item .table .th {
  font-size: 1.2rem;
  width: 70.37037%;
}

#article .section.section_1 .inner .content.content_2 .item .table .th .small {
  font-size: 1.0rem;
}

#article .section.section_1 .inner .content.content_2 .item .table .th.all {
  letter-spacing: 0.175em;
  width: 62.96296%;
  padding: 1.25rem 0 0 3.7037%;
}

#article .section.section_1 .inner .content.content_2 .item .table .td {
  font-size: 1.0rem;
  text-align: right;
  width: 22.22222%;
}

#article .section.section_1 .inner .content.content_2 .item .table .td strong {
  font-size: 1.4rem;
  margin: 0 0.25em 0 0;
}

#article .section.section_1 .inner .content.content_2 .item .table .td.all {
  width: 37.03704%;
  padding: 0.75rem 3.7037% 0 0;
}

#article .section.section_1 .inner .content.content_2 .item .table .td.all strong {
  letter-spacing: 0.075em;
  font-size: 1.8rem;
  font-weight: bold;
}

#article .section.section_1 .inner .content.content_3 {
  padding: 1.0rem 0 0;
}

#article .section.section_1 .inner .content.content_3 .h3.h3_1 {
  padding: 1.0rem 0;
}

#article .section.section_1 .inner .content.content_3 .h3.h3_1 span {
  display: block;
}

#article .section.section_1 .inner .content.content_3 .h3.h3_1 span.txt {
  font-size: 1.2rem;
  line-height: 1.5;
  margin: 0 0 1.2rem;
}

#article .section.section_1 .inner .content.content_3 .h3.h3_1 span.txt strong {
  color: #EF4220;
  font-size: 1.4rem;
}

#article .section.section_1 .inner .content.content_3 .h3.h3_1 span.txt_2 {
  font-size: 1.6rem;
  line-height: 1.25;
}

#article .section.section_1 .inner .content.content_3 .h3.h3_1 span.txt_2 strong {
  color: #EF4220;
  font-size: 1.8rem;
}

#article .section.section_1 .inner .content.content_4 .h4.h4_1 span.num {
  font-size: 2.6rem;
  margin: 0 1.0rem 0 0;
}

@media screen and (min-width: 768px) {
  /* =================================================
   unique layout
================================================= */
  /* -------------------------------------
   article
------------------------------------- */
  #article {
    /* -------------------------------------
       section_1
    ------------------------------------- */
  }
  #article .section {
    /* -------------------------------------
           section_2
        */
  }
  #article .section.section_1 .inner {
    width: 100%;
    /* -------------------------------------
                   content
                ------------------------------------- */
    /* -------------------------------------
                   link
                ------------------------------------- */
  }
  #article .section.section_1 .inner .content {
    width: 960px;
    margin: 0 auto;
    /* -------------------------------------
                       content_1
                    */
    /* -------------------------------------
                       content_2
                    */
    /* -------------------------------------
                       content_3
                    */
    /* -------------------------------------
                       content_4
                    */
  }
  #article .section.section_1 .inner .content.content_1 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto 40px;
  }
  #article .section.section_1 .inner .content.content_1 p.lead {
    display: block;
    font-size: 1.8rem;
    text-align: left;
    width: 700px;
  }
  #article .section.section_1 .inner .content.content_2 {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  #article .section.section_1 .inner .content.content_2 .item {
    width: 460px;
    padding: 0 0 70px;
    margin: 0 20px 70px 0;
    position: relative;
    border: none;
  }
  #article .section.section_1 .inner .content.content_2 .item:nth-of-type(2) {
    margin: 0 0 70px 20px;
  }
  #article .section.section_1 .inner .content.content_2 .item:nth-of-type(2) .float_l {
    padding: 0;
  }
  #article .section.section_1 .inner .content.content_2 .item .h4.h4_1 {
    letter-spacing: 0.25em;
    margin: 24px 0 10px;
  }
  #article .section.section_1 .inner .content.content_2 .item .h4.h4_1 .txt {
    font-size: 2.1rem;
    line-height: 1.25;
  }
  #article .section.section_1 .inner .content.content_2 .item .table {
    width: 100%;
  }
  #article .section.section_1 .inner .content.content_2 .item .table .th,
  #article .section.section_1 .inner .content.content_2 .item .table .td {
    margin: 14px 0 0;
  }
  #article .section.section_1 .inner .content.content_2 .item .table .th.all,
  #article .section.section_1 .inner .content.content_2 .item .table .td.all {
    height: 50px;
    margin: 0;
    box-sizing: border-box;
    position: absolute;
    z-index: 1;
    bottom: 0;
  }
  #article .section.section_1 .inner .content.content_2 .item .table .th {
    font-feature-settings: "pkna";
    letter-spacing: 0.15em;
    font-size: 1.8rem;
    width: 320px;
  }
  #article .section.section_1 .inner .content.content_2 .item .table .th.all {
    font-size: 1.8rem;
    width: 300px;
    padding: 24px 0 0 20px;
    left: 0;
  }
  #article .section.section_1 .inner .content.content_2 .item .table .td {
    letter-spacing: 0.05em;
    width: 110px;
  }
  #article .section.section_1 .inner .content.content_2 .item .table .td strong {
    font-size: 1.2rem;
  }
  #article .section.section_1 .inner .content.content_2 .item .table .td strong {
    display: inline-block;
    letter-spacing: 0.15em;
    font-size: 1.8rem;
    margin: 0 0.2em 0 0;
    transform: translateY(1px);
  }
  #article .section.section_1 .inner .content.content_2 .item .table .td.all {
    font-size: 1.6rem;
    width: 160px;
    padding: 14px 10px 0 0;
    right: 0;
  }
  #article .section.section_1 .inner .content.content_2 .item .table .td.all strong {
    font-size: 2.8rem;
    transform: translateY(3px);
  }
  #article .section.section_1 .inner .content.content_3 {
    padding: 40px 0 0;
  }
  #article .section.section_1 .inner .content.content_3 .h3.h3_1 {
    padding: 1.0rem 0;
  }
  #article .section.section_1 .inner .content.content_3 .h3.h3_1 span {
    display: block;
  }
  #article .section.section_1 .inner .content.content_3 .h3.h3_1 span.txt {
    font-size: 2.4rem;
    line-height: 1;
    margin: 0 0 40px;
  }
  #article .section.section_1 .inner .content.content_3 .h3.h3_1 span.txt strong {
    font-size: 3.0rem;
  }
  #article .section.section_1 .inner .content.content_3 .h3.h3_1 span.txt_2 {
    font-size: 4.0rem;
    line-height: 1;
  }
  #article .section.section_1 .inner .content.content_3 .h3.h3_1 span.txt_2 strong {
    font-size: 4.6rem;
  }
  #article .section.section_1 .inner .content.content_4 {
    width: 920px;
    padding: 40px 0 0;
    /* -------------------------------------
                           lyout
                        */
  }
  #article .section.section_1 .inner .content.content_4 .h4.h4_1 {
    margin: 0 0 20px 0;
  }
  #article .section.section_1 .inner .content.content_4 .h4.h4_1 span.num {
    font-size: 4.0rem;
    margin: 0 2.5rem 0 0;
  }
  #article .section.section_1 .inner .content.content_4 .h4.h4_1 span.txt {
    font-size: 2.4rem;
  }
  #article .section.section_1 .inner .content.content_4 .item {
    width: 100%;
    margin: 0 auto 40px;
  }
  #article .section.section_1 .inner .content.content_4 .float .float_l {
    width: 320px;
  }
  #article .section.section_1 .inner .content.content_4 .float .float_r {
    width: 560px;
  }
  #article .section.section_1 .inner .link {
    width: 920px;
  }
}
