@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 .h3.h3_1 {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "游明朝","游明朝体",YuMincho,"Yu Mincho","Times New Roman","メイリオ",Meiryo,serif;
  font-weight: bold;
  font-weight: 400;
  font-feature-settings: "pkna";
  letter-spacing: 0.125em;
  font-size: 1.6rem;
  text-align: center;
  padding: 1.0rem 0;
}

#article .section.section_1 .inner .content ul {
  box-sizing: border-box;
}

#article .section.section_1 .inner .content ul li {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.25;
  box-sizing: border-box;
}

#article .section.section_1 .inner .content .item {
  box-sizing: border-box;
}

#article .section.section_1 .inner .content.content_1 p {
  width: 90%;
  margin: 0.5rem auto 0;
}

#article .section.section_1 .inner .content.content_1 .inspection {
  padding: 1.0rem 0;
  margin: 1.0rem 0 0;
  background: #e6e6e6;
}

#article .section.section_1 .inner .content.content_1 .inspection ul {
  list-style: none;
  width: 83.33333%;
  padding: 0;
  margin: 0 auto 4.0rem;
  position: relative;
}

#article .section.section_1 .inner .content.content_1 .inspection ul:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #EF4220;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 9px;
}

#article .section.section_1 .inner .content.content_1 .inspection ul li {
  height: 20px;
  margin: 1rem 0;
  position: relative;
}

#article .section.section_1 .inner .content.content_1 .inspection ul li:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 0 0 5px;
  border-radius: 100%;
  background: #EF4220;
  position: relative;
  top: 5px;
}

#article .section.section_1 .inner .content.content_1 .inspection ul li span {
  color: black;
  line-height: 1;
  font-weight: bold;
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

#article .section.section_1 .inner .content.content_1 .inspection ul li span.txt {
  display: flex;
  align-items: center;
  z-index: 10;
}

#article .section.section_1 .inner .content.content_1 .inspection ul li span.txt:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 0.5em 0 0;
  border-radius: 100%;
  background: #EF4220;
  box-sizing: border-box;
}

#article .section.section_1 .inner .content.content_1 .inspection ul li span.txt_2 {
  display: inline-block;
  color: #EF4220;
  width: 92%;
  padding: 1.0rem 2.6rem 0.75rem;
  margin: 1rem 0 0;
  background: white;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#article .section.section_1 .inner .content.content_1 .inspection ul li span.txt_2:after {
  content: "";
  display: block;
  border: 30px solid #e6e6e6;
  border-left: 30px solid transparent;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: -30px;
  transform: translatey(-50%);
}

#article .section.section_1 .inner .content.content_1 .inspection ul li:last-child {
  margin: 0;
}

#article .section.section_1 .inner .content.content_1 .security_1 dl {
  display: flex;
  flex-wrap: wrap;
  margin: 1rem 0;
}

#article .section.section_1 .inner .content.content_1 .security_1 dl dt,
#article .section.section_1 .inner .content.content_1 .security_1 dl dd {
  font-feature-settings: "palt" 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 1.0rem;
  line-height: 1.25;
  text-align: center;
  padding: 0.6em 0;
  margin: 0 0 0.5em 0;
  border-right: 1px solid #fff;
  box-sizing: border-box;
  position: relative;
}

#article .section.section_1 .inner .content.content_1 .security_1 dl dt {
  width: 33.33333%;
  background: #999999;
}

#article .section.section_1 .inner .content.content_1 .security_1 dl dt:nth-of-type(1) {
  font-weight: bold;
  background: #EF4220;
}

#article .section.section_1 .inner .content.content_1 .security_1 dl dd {
  width: 66.66667%;
}

#article .section.section_1 .inner .content.content_1 .security_1 dl dd:nth-of-type(1), #article .section.section_1 .inner .content.content_1 .security_1 dl dd:nth-of-type(12) {
  font-weight: bold;
  background: #EF4220;
}

#article .section.section_1 .inner .content.content_1 .security_1 dl dd:nth-of-type(15), #article .section.section_1 .inner .content.content_1 .security_1 dl dd:nth-of-type(16), #article .section.section_1 .inner .content.content_1 .security_1 dl dd:nth-of-type(17) {
  background: #999999;
}

#article .section.section_1 .inner .content.content_1 .security_1 dl dd:nth-of-type(1), #article .section.section_1 .inner .content.content_1 .security_1 dl dd:nth-of-type(15), #article .section.section_1 .inner .content.content_1 .security_1 dl dd:nth-of-type(17) {
  width: 38.33333%;
}

#article .section.section_1 .inner .content.content_1 .security_1 dl dd:nth-of-type(12), #article .section.section_1 .inner .content.content_1 .security_1 dl dd:nth-of-type(16) {
  width: 28.33333%;
}

#article .section.section_1 .inner .content.content_1 .security_1 dl dd:nth-of-type(16) {
  overflow: hidden;
}

#article .section.section_1 .inner .content.content_1 .security_1 dl dd:nth-of-type(16):after {
  content: "";
  display: block;
  border: 30px solid white;
  border-left: 30px solid transparent;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: -30px;
  transform: translatey(-50%);
}

#article .section.section_1 .inner .content.content_1 .security_2 dl {
  display: flex;
  flex-wrap: wrap;
}

#article .section.section_1 .inner .content.content_1 .security_2 dl dt,
#article .section.section_1 .inner .content.content_1 .security_2 dl dd {
  font-feature-settings: "pkna" 1;
  display: flex;
  align-items: center;
  font-size: 1.0rem;
  line-height: 1.25;
  padding: 0.6em 0;
  margin: 0 0 0.5em 0;
  background: #666666;
  box-sizing: border-box;
  position: relative;
}

#article .section.section_1 .inner .content.content_1 .security_2 dl dt {
  justify-content: center;
  color: white;
  text-align: center;
  font-weight: bold;
  width: 26.66667%;
}

#article .section.section_1 .inner .content.content_1 .security_2 dl dt:nth-of-type(2n) {
  background: #999999;
}

#article .section.section_1 .inner .content.content_1 .security_2 dl dd {
  color: black;
  width: 73.33333%;
  padding: 0.6em 0.6em;
}

#article .section.section_1 .inner .content.content_1 .security_2 dl dd:nth-of-type(2n) {
  background: #999999;
}

@media screen and (min-width: 768px) {
  /* =================================================
   unique layout
================================================= */
  /* -------------------------------------
   article
------------------------------------- */
  #article {
    /* -------------------------------------
       section_1
    ------------------------------------- */
  }
  #article .section {
    /* -------------------------------------
           section_2
        */
  }
  #article .section.section_1 {
    padding: 20px 0 0 0;
  }
  #article .section.section_1 .inner {
    width: 100%;
    /* -------------------------------------
                   content
                ------------------------------------- */
  }
  #article .section.section_1 .inner .content {
    padding: 0;
  }
  #article .section.section_1 .inner .content .h3.h3_1 {
    font-size: 2.1rem;
    text-align: left;
    width: 880px;
    padding: 0;
    margin: 60px auto 40px;
  }
  #article .section.section_1 .inner .content p {
    font-size: 1.4rem;
    line-height: 1.75;
  }
  #article .section.section_1 .inner .content p.lead {
    font-size: 1.6rem;
  }
  #article .section.section_1 .inner .content ul li {
    font-size: 1.6rem;
    line-height: 1.75;
  }
  #article .section.section_1 .inner .content.content_1 p {
    width: 880px;
    margin: 20px auto 0;
  }
  #article .section.section_1 .inner .content.content_1 .inspection {
    display: flex;
    align-items: center;
    width: 880px;
    padding: 5px 0 15px;
    margin: 20px auto 0;
  }
  #article .section.section_1 .inner .content.content_1 .inspection ul {
    display: flex;
    width: 100%;
    margin: 0 0 0 30px;
  }
  #article .section.section_1 .inner .content.content_1 .inspection ul:before {
    width: 660px;
    height: 2px;
    top: 32px;
    left: 26px;
  }
  #article .section.section_1 .inner .content.content_1 .inspection ul li {
    width: 60px;
    height: 64px;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  #article .section.section_1 .inner .content.content_1 .inspection ul li:before {
    z-index: 10;
    top: 28px;
    left: 17px;
  }
  #article .section.section_1 .inner .content.content_1 .inspection ul li span {
    font-feature-settings: "pkna";
    letter-spacing: 0.075em;
    text-align: center;
    font-size: 1.2rem;
  }
  #article .section.section_1 .inner .content.content_1 .inspection ul li span.txt {
    display: block;
  }
  #article .section.section_1 .inner .content.content_1 .inspection ul li span.txt:before {
    margin: 23px auto 5px;
  }
  #article .section.section_1 .inner .content.content_1 .inspection ul li span.txt_2 {
    display: block;
    width: 150px;
    padding: 1.0rem 0 0.75rem;
    margin: 0;
    top: 8px;
    left: 28px;
  }
  #article .section.section_1 .inner .content.content_1 .inspection ul li:last-child {
    margin: 0;
  }
  #article .section.section_1 .inner .content.content_1 .security_1 {
    width: 880px;
    margin: 40px auto 0;
  }
  #article .section.section_1 .inner .content.content_1 .security_1 dl {
    margin: 0;
  }
  #article .section.section_1 .inner .content.content_1 .security_1 dl dt,
  #article .section.section_1 .inner .content.content_1 .security_1 dl dd {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
    height: 40px;
    padding: 0;
    margin: 0 0 10px 0;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  #article .section.section_1 .inner .content.content_1 .security_1 dl dt {
    width: 120px;
  }
  #article .section.section_1 .inner .content.content_1 .security_1 dl dd {
    width: 760px;
  }
  #article .section.section_1 .inner .content.content_1 .security_1 dl dd:nth-of-type(2), #article .section.section_1 .inner .content.content_1 .security_1 dl dd:nth-of-type(3), #article .section.section_1 .inner .content.content_1 .security_1 dl dd:nth-of-type(4), #article .section.section_1 .inner .content.content_1 .security_1 dl dd:nth-of-type(5), #article .section.section_1 .inner .content.content_1 .security_1 dl dd:nth-of-type(6), #article .section.section_1 .inner .content.content_1 .security_1 dl dd:nth-of-type(7), #article .section.section_1 .inner .content.content_1 .security_1 dl dd:nth-of-type(8), #article .section.section_1 .inner .content.content_1 .security_1 dl dd:nth-of-type(9), #article .section.section_1 .inner .content.content_1 .security_1 dl dd:nth-of-type(10), #article .section.section_1 .inner .content.content_1 .security_1 dl dd:nth-of-type(11) {
    display: flex !important;
    color: white;
    width: 60px;
    background: #EF4220;
  }
  #article .section.section_1 .inner .content.content_1 .security_1 dl dd:nth-of-type(15), #article .section.section_1 .inner .content.content_1 .security_1 dl dd:nth-of-type(17) {
    width: 600px;
  }
  #article .section.section_1 .inner .content.content_1 .security_1 dl dd:nth-of-type(12), #article .section.section_1 .inner .content.content_1 .security_1 dl dd:nth-of-type(16) {
    width: 160px;
  }
  #article .section.section_1 .inner .content.content_1 .security_2 {
    width: 880px;
    margin: 40px auto 0;
  }
  #article .section.section_1 .inner .content.content_1 .security_2 dl dt,
  #article .section.section_1 .inner .content.content_1 .security_2 dl dd {
    font-size: 1.4rem;
    line-height: 1.5;
    margin: 0 0 0.5em 0;
  }
  #article .section.section_1 .inner .content.content_1 .security_2 dl dt {
    text-shadow: none;
    justify-content: flex-start;
    letter-spacing: 0.075em;
    width: 240px;
    padding: 30px 0 27px 20px;
  }
  #article .section.section_1 .inner .content.content_1 .security_2 dl dd {
    width: 640px;
    padding: 30px 20px 27px 0;
  }
}
