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

#article .section {
  overflow: hidden;
  /* -------------------------------------
           section_1
        */
}

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

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

#article .section.section_1 .inner .content .h3.h3_1,
#article .section.section_1 .inner .content p {
  display: flex;
  padding: 1em 0 0 0;
}

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

#article .section.section_1 .inner .content .h3.h3_1 span.icon,
#article .section.section_1 .inner .content p span.icon {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  font-family: Helvetica, Arial, sans-serif;
  color: white;
  text-align: center;
  line-height: 1;
  border-radius: 100%;
  box-sizing: border-box;
}

#article .section.section_1 .inner .content .h3.h3_1 {
  position: relative;
}

#article .section.section_1 .inner .content .h3.h3_1:after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border-right: 3px solid #999999;
  border-bottom: 3px solid #999999;
  box-sizing: border-box;
  transform: rotate(45deg);
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 1rem;
}

#article .section.section_1 .inner .content .h3.h3_1 span.icon {
  width: 2.0em;
  height: 2.0em;
  padding: 0.5em 0 0;
  margin: 0 0.5em 0 0;
  background: #EF4220;
}

#article .section.section_1 .inner .content .h3.h3_1 span.txt {
  font-weight: bold;
}

#article .section.section_1 .inner .content p span.icon {
  width: 1.5em;
  height: 1.5em;
  padding: 0.25em 0 0;
  margin: 0 0.75em 0 0.25em;
  background: #cccccc;
}

#article .section.section_1 .inner .content p span.txt {
  font-size: 1.2rem;
}

#article .section.section_1 .inner .content .item {
  width: 90%;
  padding: 0 0 2.4rem;
  margin: 0 auto 1.4rem;
  border-bottom: 1px solid #e6e6e6;
}

#article .section.section_1 .inner .content .item.open .h3.h3_1:after {
  border-bottom: none;
  border-top: 3px solid #999999;
  transform: rotate(-45deg);
  top: 60%;
}

@media screen and (min-width: 768px) {
  /* =================================================
   unique layout
================================================= */
  /* -------------------------------------
   article
------------------------------------- */
  #article {
    /* -------------------------------------
       section
    ------------------------------------- */
  }
  #article .section {
    /* -------------------------------------
           section_1
        */
  }
  #article .section.section_1 .inner {
    width: 920px;
  }
  #article .section.section_1 .inner .content {
    /* -------------------------------------
                       item
                    */
    /* -------------------------------------
                       content_1
                    */
  }
  #article .section.section_1 .inner .content .h3.h3_1,
  #article .section.section_1 .inner .content p {
    justify-content: space-between;
  }
  #article .section.section_1 .inner .content .h3.h3_1 span.txt,
  #article .section.section_1 .inner .content p span.txt {
    width: 800px;
    margin: 0 10px 0 0;
  }
  #article .section.section_1 .inner .content .h3.h3_1 {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-weight: bold;
    font-weight: 300;
    align-items: center;
    height: 74px;
    padding: 0;
    border: 1px solid #EF4220;
    border-radius: 37px;
    box-sizing: border-box;
    cursor: pointer;
  }
  #article .section.section_1 .inner .content .h3.h3_1:after {
    width: 25px;
    height: 25px;
    border-right: 5px solid #999999;
    border-bottom: 5px solid #999999;
    top: 50%;
    right: 35px;
    transform: translateY(-65%) rotate(45deg);
  }
  #article .section.section_1 .inner .content .h3.h3_1 span.icon {
    font-size: 3.4rem;
    font-weight: 400;
    width: 74px;
    height: 74px;
    padding: 0.6em 0 0;
    margin: 0 0.5em 0 0;
  }
  #article .section.section_1 .inner .content .h3.h3_1 span.txt {
    font-feature-settings: "pkna";
    letter-spacing: 0.15em;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.25;
    padding: 0;
  }
  #article .section.section_1 .inner .content p {
    padding: 30px 0 0 0;
  }
  #article .section.section_1 .inner .content p span.icon {
    font-size: 3.0rem;
    width: 40px;
    height: 40px;
    padding: 0.2em 0 0;
    margin: 0 0 0 17px;
  }
  #article .section.section_1 .inner .content p span.txt {
    font-size: 1.4rem;
    width: 800px;
    margin: 0 0 0 25px;
  }
  #article .section.section_1 .inner .content .item {
    width: 100%;
    padding: 0;
    margin: 0 auto 40px;
    border: none;
  }
  #article .section.section_1 .inner .content .item.open .h3.h3_1:after {
    border-top: 5px solid #999999;
    top: 45%;
  }
}
