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

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

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

#article .section.list .inner .content.content_1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#article .section.list .inner .content.content_1 .item {
  width: 48.33333%;
  /*
                            &.float{

                                a,
                                a:link{
                                    text-decoration: none;
                                    display: flex;
                                    justify-content: space-between;
                                    padding: 0;
                                }
                                .float_l{
                                    width: (160/600)*100%;
                                }
                                .float_r{
                                    width: (410/600)*100%;
                                    padding: 1.2rem 0;
                                }
                            }
                            */
}

#article .section.list .inner .content.content_1 .item .h3.h3_1 {
  font-feature-settings: "pkna";
  letter-spacing: 0.075em;
  font-size: 1.2rem;
  line-height: 1.25;
  font-weight: bold;
  padding: 0;
}

#article .section.list .inner .content.content_1 .item p {
  font-feature-settings: "pkna";
  letter-spacing: 0.075em;
  font-size: 1rem;
  line-height: 1.25;
  padding: 0.5em 0 0 0;
}

#article .section.list .inner .content.content_1 .item a,
#article .section.list .inner .content.content_1 .item a:link {
  display: block;
  text-decoration: none;
  color: black;
  padding: 0.5rem;
  margin: 0 0 1.4rem 0;
  border: 1px solid #cccccc;
  box-sizing: border-box;
}

#article .section.list .inner .content.content_1 .item .float_r {
  padding: 0.5em 0 0 0;
}

#article .section.detail .inner {
  /* -------------------------------------
                   content
                ------------------------------------- */
  /* -------------------------------------
                   link
                */
}

#article .section.detail .inner .content {
  width: 93.75%;
  margin: 0 auto 1.0rem;
  /* -------------------------------------
                       item
                    */
  /* -------------------------------------
                       header
                    */
  /* -------------------------------------
                       qaset / imgset
                    */
}

#article .section.detail .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: 500;
  font-feature-settings: "pkna";
  letter-spacing: 0.15em;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0.5em 0 0 0;
}

#article .section.detail .inner .content .h4.h4_1 {
  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";
  letter-spacing: 0.15em;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.25;
  margin: 0.5em 0 0 0;
}

#article .section.detail .inner .content .h5.h5_1 {
  display: flex;
  margin: 0 auto 1rem;
}

#article .section.detail .inner .content .h5.h5_1 span {
  display: block;
  line-height: 1.5;
  font-weight: bold;
}

#article .section.detail .inner .content .h5.h5_1 span.num {
  flex-shrink: 0;
  text-align: center;
  width: 1.5em;
  margin: 0 0.5em 0 0;
}

#article .section.detail .inner .content .h5.h5_1 span.txt {
  font-size: 1.2rem;
}

#article .section.detail .inner .content .h5.h5_2,
#article .section.detail .inner .content .h6.h6_1 {
  display: flex;
  margin: 1em 0 0 0;
}

#article .section.detail .inner .content .h5.h5_2 span,
#article .section.detail .inner .content .h6.h6_1 span {
  display: block;
}

#article .section.detail .inner .content .h5.h5_2 span.icon,
#article .section.detail .inner .content .h6.h6_1 span.icon {
  flex-shrink: 0;
  font-family: Helvetica, Arial, sans-serif;
  color: white;
  text-align: center;
  line-height: 1;
  width: 1.5em;
  height: 1.5em;
  padding: 0.25em 0 0;
  margin: 0 0.5em 0 0;
  border-radius: 100%;
  box-sizing: border-box;
}

#article .section.detail .inner .content .h5.h5_2 span.txt,
#article .section.detail .inner .content .h6.h6_1 span.txt {
  font-size: 1.2rem;
}

#article .section.detail .inner .content .h5.h5_2 span.icon {
  background: #EF4220;
}

#article .section.detail .inner .content .h5.h5_2 span.icon:before {
  content: "Q";
  display: block;
}

#article .section.detail .inner .content .h5.h5_2 span.txt {
  font-weight: bold;
}

#article .section.detail .inner .content .h6.h6_1 span.icon {
  background: #cccccc;
}

#article .section.detail .inner .content .h6.h6_1 span.icon:before {
  content: "A";
  display: block;
}

#article .section.detail .inner .content .item {
  width: 90%;
  margin: 0 auto;
}

#article .section.detail .inner .content.header {
  padding: 0 0 2.0rem;
  border-bottom: 1px solid #e6e6e6;
}

#article .section.detail .inner .content.header .item {
  width: 100%;
}

#article .section.detail .inner .content.qaset {
  margin: 0 auto;
}

#article .section.detail .inner .content.qaset .item {
  padding: 0 0 2.4rem;
  margin: 0 auto 1rem;
  border-bottom: 1px solid #e6e6e6;
}

#article .section.detail .inner .content.qaset .item:last-of-type {
  margin: 0 auto;
  border: none;
}

#article .section.detail .inner .link {
  text-align: center;
  margin: 2rem auto 1rem;
}

#article .section.detail .inner .link a,
#article .section.detail .inner .link a:link {
  color: #EF4220;
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  /* =================================================
   unique layout
================================================= */
  /* -------------------------------------
   article
------------------------------------- */
  #article {
    /* -------------------------------------
       section
    ------------------------------------- */
  }
  #article .section {
    /* -------------------------------------
           list
        */
    /* -------------------------------------
           detail
        */
  }
  #article .section.list .inner {
    width: 960px;
    padding: 0;
    margin: 0 auto;
    /* -------------------------------------
                   content
                ------------------------------------- */
  }
  #article .section.list .inner .content {
    width: 920px;
    margin: 0 auto;
  }
  #article .section.list .inner .content.content_1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #article .section.list .inner .content.content_1 .item {
    display: block;
    width: 293.33333px;
    margin: 0 20px 20px 0;
    /*
                            &.float{

                                a,
                                a:link{
                                    
                                }
                                .float_l{
                                    width: 120px;
                                    min-height: 120px;
                                }
                                .float_r{
                                    width: $w - 120px - 20px;
                                    padding: 20px 0 0;
                                }
                            }
                            */
  }
  #article .section.list .inner .content.content_1 .item:nth-child(3n) {
    margin: 0 0 20px 0;
  }
  #article .section.list .inner .content.content_1 .item figure {
    height: 195.55556px;
    overflow: hidden;
  }
  #article .section.list .inner .content.content_1 .item figure span {
    display: none !important;
  }
  #article .section.list .inner .content.content_1 .item .h3.h3_1 {
    line-height: 1.5;
    font-size: 1.4rem;
  }
  #article .section.list .inner .content.content_1 .item p {
    line-height: 1;
  }
  #article .section.list .inner .content.content_1 .item a,
  #article .section.list .inner .content.content_1 .item a:link {
    width: 100%;
    padding: 1rem;
    margin: 0;
  }
  #article .section.detail .inner {
    width: 960px;
    margin: 0 auto;
    /* -------------------------------------
                   content
                ------------------------------------- */
    /* -------------------------------------
                   link
                */
  }
  #article .section.detail .inner .content {
    width: 960px;
    /* -------------------------------------
                       item
                    */
    /* -------------------------------------
                       header
                    */
    /* -------------------------------------
                       qaset / imgset
                    */
  }
  #article .section.detail .inner .content .figure {
    width: 100%;
  }
  #article .section.detail .inner .content .h3.h3_1 {
    text-align: left;
    font-size: 2.8rem;
    line-height: 1.75;
    width: 100%;
    margin: 0;
  }
  #article .section.detail .inner .content .h4.h4_1 {
    text-align: right;
    font-size: 1.8rem;
    line-height: 1;
    width: 100%;
    margin: 20px 0 0 0;
  }
  #article .section.detail .inner .content .h5.h5_1 {
    justify-content: center;
    width: 100%;
    margin: 0 auto 40px;
    position: relative;
    z-index: 1;
  }
  #article .section.detail .inner .content .h5.h5_1 span {
    background: white;
  }
  #article .section.detail .inner .content .h5.h5_1 span.num {
    font-size: 1.6rem;
    padding: 0 0.5em 0 2em;
    margin: 0;
  }
  #article .section.detail .inner .content .h5.h5_1 span.txt {
    font-size: 1.6rem;
    padding: 0 2em 0 0;
  }
  #article .section.detail .inner .content .h5.h5_1:after {
    content: "";
    display: block;
    width: 100%;
    border-bottom: 1px solid #999999;
    box-sizing: border-box;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  #article .section.detail .inner .content .h5.h5_2 span.txt, #article .section.detail .inner .content .h5.h5_2 span.img,
  #article .section.detail .inner .content .h6.h6_1 span.txt,
  #article .section.detail .inner .content .h6.h6_1 span.img {
    font-size: 1.4rem;
    width: 100%;
  }
  #article .section.detail .inner .content .h5.h5_2 {
    align-items: center;
    margin: 0 0 30px;
  }
  #article .section.detail .inner .content .h5.h5_2 span.icon {
    font-size: 3.6rem;
    width: 60px;
    height: 60px;
    padding: 0.35em 0 0;
    margin: 0 20px 0 0;
  }
  #article .section.detail .inner .content .h5.h5_2 span.txt {
    font-size: 1.8rem;
  }
  #article .section.detail .inner .content .h6.h6_1 {
    margin: 0 0 30px;
  }
  #article .section.detail .inner .content .h6.h6_1 span.icon {
    font-size: 3rem;
    width: 40px;
    height: 40px;
    padding: 0.2em 0 0;
    margin: 0 30px 0 10px;
  }
  #article .section.detail .inner .content .item {
    width: 100%;
  }
  #article .section.detail .inner .content.header {
    padding: 0 0 40px;
    border: none;
  }
  #article .section.detail .inner .content.header .item.float {
    display: flex;
    justify-content: space-between;
  }
  #article .section.detail .inner .content.header .item.float .float_l {
    width: 150px;
  }
  #article .section.detail .inner .content.header .item.float .float_r {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 770px;
  }
  #article .section.detail .inner .content.qaset {
    width: 920px;
  }
  #article .section.detail .inner .content.qaset .item {
    padding: 0 0 40px;
    margin: 0 auto;
    border: none;
  }
  #article .section.detail .inner .content.qaset .item:last-of-type {
    border: none;
  }
  #article .section.detail .inner .content.qaset .item.float {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #article .section.detail .inner .content.qaset .item.float:nth-of-type(odd) {
    flex-direction: row-reverse;
  }
  #article .section.detail .inner .content.qaset .item.float .float_l {
    width: 360px;
  }
  #article .section.detail .inner .content.qaset .item.float .float_r {
    width: 520px;
  }
  #article .section.detail .inner .link {
    margin: 120px auto 0;
  }
  #article .section.detail .inner .link a,
  #article .section.detail .inner .link a:link {
    font-size: 1.4rem;
  }
}
