@charset "UTF-8";
/*
// common.scss
$commoncolor: hsla(0,0,0,1);
$commonbgcolor: hsla(0,0,100,1);
$commonlinkcolor: hsla(0,0,40,1);
$commonhovercolor: #b3c4de;
*/
/*
// テーマカラー：必要な場所は全てこの変数を使用
$maincolor: #FF9400; // orange : link color

// アクセントカラー：協調させる箇所に適用
$accentcolor: #E60012; // orange

// ベースカラー：見出しの背景など ※複数あり
$basecolor: #FFBC00; // orange
*/
/*
//@include mixin-bg-stripe($bg:#000000,$color:#1a1a1a);
@mixin mixin-bg-stripe($bg:#000000,$color:#1a1a1a){
-webkit-background-size: 18px 18px;
-moz-background-size: 18px 18px;
background-size: 18px 18px;
background-color: $bg;
background-image: -webkit-gradient(linear, 0 0, 100% 100%,
            color-stop(.25, $color), color-stop(.25, transparent),
            color-stop(.5, transparent), color-stop(.5, $color),
            color-stop(.75, $color), color-stop(.75, transparent),
            to(transparent));
background-image: -webkit-linear-gradient(-45deg, $color 25%, transparent 25%,
          transparent 50%, $color 50%, $color 75%,
          transparent 75%, transparent);
background-image: -moz-linear-gradient(-45deg, $color 25%, transparent 25%,
          transparent 50%, $color 50%, $color 75%,
          transparent 75%, transparent);
background-image: -ms-linear-gradient(-45deg, $color 25%, transparent 25%,
          transparent 50%, $color 50%, $color 75%,
          transparent 75%, transparent);
background-image: -o-linear-gradient(-45deg, $color 25%, transparent 25%,
          transparent 50%, $color 50%, $color 75%,
          transparent 75%, transparent);
background-image: linear-gradient(-45deg, $color 25%, transparent 25%,
          transparent 50%, $color 50%, $color 75%,
          transparent 75%, transparent);
}
*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Noto+Serif+JP:300,400,500,700&amp;subset=japanese);
@import url(https://fonts.googleapis.com/css?family=Oswald:300,400,500);
@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 {
  /* -------------------------------------
           section_1
        */
  /* -------------------------------------
           section_2
        */
  /* -------------------------------------
           thanks
        */
}

#article .section .inner {
  width: 93.75%;
  margin: 0 auto;
  /* -------------------------------------
               content
            ------------------------------------- */
  /* -------------------------------------
               link
            ------------------------------------- */
}

#article .section .inner .content {
  padding: 0 0 1.4rem;
}

#article .section .inner .content:last-of-type {
  padding: 0;
}

#article .section .inner .content .item {
  width: 90%;
  margin: 0 auto;
  box-sizing: border-box;
}

#article .section .inner .content .h3.h3_0 {
  display: flex;
  align-items: flex-end;
  width: 100%;
  padding: 0 0 0.75rem 1rem;
  margin: 0 auto 0;
  border-bottom: 1px solid #cccccc;
  box-sizing: border-box;
}

#article .section .inner .content .h3.h3_0 span {
  display: block;
}

#article .section .inner .content .h3.h3_0 span.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-feature-settings: "pkna";
  letter-spacing: 0.075em;
  font-size: 1.8rem;
  line-height: 1.25;
}

#article .section .inner .content ul,
#article .section .inner .content ol {
  padding: 0 0 0 1.5em;
  margin: 0 0 0.5em 0;
}

#article .section .inner .content ul li,
#article .section .inner .content ol li {
  padding: 0 0 0.5em;
}

#article .section .inner .content ul.border,
#article .section .inner .content ol.border {
  padding: 0.75em 0.5em 0.25em 2.2em;
  border: 1px solid #ec3333;
}

#article .section .inner .content ul.nolist,
#article .section .inner .content ol.nolist {
  list-style: none;
  padding: 0.75em 0.5em 0.25em 0.5em;
}

#article .section .inner .content ul.nolist li,
#article .section .inner .content ol.nolist li {
  text-indent: -1.25em;
  padding: 0 0 0.5em 1.5em;
}

#article .section .inner .content ul.block,
#article .section .inner .content ol.block {
  display: flex;
  flex-wrap: wrap;
}

#article .section .inner .content ul.block li,
#article .section .inner .content ol.block li {
  margin: 0 0.75rem 0 0;
}

#article .section .inner .link {
  padding: 2.0rem 0;
  background: #f2f2f2;
}

#article .section .inner .link .h3.h3_1 {
  font-feature-settings: "pkna";
  letter-spacing: 0.075em;
  text-align: center;
  width: 93.33333%;
  margin: 0 auto;
}

#article .section .inner .link .h3.h3_1 span {
  display: block;
  font-size: 1.2rem;
}

#article .section .inner .link .h3.h3_1 span.txt_2 strong {
  color: #ec3333;
  font-size: 1.8rem;
}

#article .section .inner .link .h3.h3_2 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  margin: 0 auto;
}

#article .section .inner .link .h3.h3_2 span {
  display: block;
}

#article .section .inner .link .h3.h3_2 span.txt {
  flex: 1;
  letter-spacing: 0.075em;
  color: white;
  font-size: 1.0rem;
  text-align: center;
  line-height: 1;
  padding: 0.6rem 0.5rem 0.4rem;
  margin: 0 1.0rem 0 0;
  background: #ec3333;
  box-sizing: border-box;
}

#article .section .inner .link .h3.h3_2 span.txt_2 {
  flex: 5;
  line-height: 1.5;
}

#article .section .inner .link a,
#article .section .inner .link a:link {
  display: block;
  color: white;
  text-align: center;
  text-decoration: none;
  width: 66.66667%;
  padding: 1.0rem 0;
  margin: 1.25rem auto 0;
  background: #ec3333;
}

#article .section.section_1.underline {
  border-bottom: 1px solid #cccccc;
}

#article .section.section_1 .inner {
  /* -------------------------------------
                   content
                ------------------------------------- */
}

#article .section.section_1 .inner .content {
  /* -------------------------------------
                       lyout
                    */
  /* -------------------------------------
                       content_1
                    */
  /* -------------------------------------
                       content_2
                    */
  /* -------------------------------------
                       content_2
                    */
}

#article .section.section_1 .inner .content .h3 {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-weight: 400;
  font-feature-settings: "pkna";
  letter-spacing: 0.175em;
}

#article .section.section_1 .inner .content .h3 span {
  display: block;
}

#article .section.section_1 .inner .content .h3.h3_1 {
  display: flex;
  align-items: baseline;
  font-size: 1.8rem;
  line-height: 1.25;
  width: 96.66667%;
  margin: 0 auto 1.25rem;
}

#article .section.section_1 .inner .content .h3.h3_1:before {
  content: "";
  display: block;
  color: #fff;
  width: 2rem;
  height: 0.6rem;
  margin: 0 1rem 0 0;
  border-top: 2px solid #fff;
  box-sizing: border-box;
}

#article .section.section_1 .inner .content .h3.h3_1 span.txt strong {
  color: #fff;
}

#article .section.section_1 .inner .content .h4 {
  font-feature-settings: "pkna";
  letter-spacing: 0.075em;
}

#article .section.section_1 .inner .content .h4.h4_1 {
  display: flex;
  align-items: center;
  margin: 0 0 0.25rem;
}

#article .section.section_1 .inner .content .h4.h4_1 span {
  display: block;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-weight: 400;
}

#article .section.section_1 .inner .content .h4.h4_1 span.num {
  letter-spacing: -0.05em;
  color: #fff;
  font-size: 4.0rem;
  line-height: 1;
  margin: 0 1.4rem 0 0;
}

#article .section.section_1 .inner .content .h4.h4_1 span.num.circle {
  color: white;
  font-size: 3.0rem;
  text-align: center;
  width: 4rem;
  height: 4rem;
  padding: 0.2em 0 0 0;
  background: #fff;
  border-radius: 100%;
  box-sizing: border-box;
}

#article .section.section_1 .inner .content .h4.h4_1 span.txt {
  font-size: 1.4rem;
  line-height: 1.25;
  margin: 0.5rem 0;
}

#article .section.section_1 .inner .content .h4.h4_1 span.txt.circle {
  padding: 0.5rem 0;
  position: relative;
}

#article .section.section_1 .inner .content .h4.h4_1 span.txt.circle:before {
  content: "";
  display: block;
  width: 4rem;
  height: 4rem;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: -0.5rem;
  opacity: 0.1;
}

#article .section.section_1 .inner .content .h4.h4_1.underline {
  margin: 0 0 0.75em 0;
  border-bottom: 2px solid #fff;
}

#article .section.section_1 .inner .content .h4.h4_1.underline span.num {
  font-size: 5.5rem;
  margin: 0 1.4rem -0.17em 0;
}

#article .section.section_1 .inner .content .h4.h4_1.underline span.num.circle {
  color: white;
  font-size: 3.0rem;
  text-align: center;
  width: 4rem;
  height: 4rem;
  padding: 0.2em 0 0 0;
  margin: 0 1.4rem 0 0;
  background: #fff;
  border-radius: 100%;
  box-sizing: border-box;
}

#article .section.section_1 .inner .content p {
  font-size: 1.2rem;
  line-height: 1.5;
  margin: 0.5em 0 0 0;
}

#article .section.section_1 .inner .content p:first-of-type {
  margin: 0;
}

#article .section.section_1 .inner .content p.lead {
  width: 90%;
  margin: 0 auto;
}

#article .section.section_1 .inner .content ul,
#article .section.section_1 .inner .content ol {
  font-size: 1.2rem;
  line-height: 1.5;
}

#article .section.section_1 .inner .content .figure {
  margin: 0 0 0.25em 0;
}

#article .section.section_1 .inner .content .item {
  margin: 0 auto 2.5rem;
}

#article .section.section_1 .inner .content .item:last-of-type {
  margin: 0 auto 1.0rem;
}

#article .section.section_1 .inner .content .item.underline {
  padding: 0 0 2.5rem;
  border-bottom: 1px solid #cccccc;
}

#article .section.section_1 .inner .content .item.framed {
  padding: 1.0em;
  border: 1px solid #cccccc;
}

#article .section.thanks {
  width: 100%;
  padding: 1em 0 3em 0;
}

#article .section.thanks h3 {
  font-size: 2.1rem;
  padding: 1.0em 0;
}

#article .section.thanks p {
  padding: 1.0em 0 0 0;
}

/*
@mixin webfont( $weightF : 100 , $lineH : 1 ){
font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN","游ゴシック","游ゴシック体",YuGothic,"Yu Gothic","メイリオ", Meiryo, sans-serif;
font-weight: $weightF;
line-height: $lineH;
}
*/
@media screen and (min-device-width: 767px) {
  /* =================================================
   unique layout
================================================= */
  /* -------------------------------------
   article
------------------------------------- */
  #article {
    /* -------------------------------------
       section_1
    ------------------------------------- */
  }
  #article .section {
    /* -------------------------------------
           section_2
        */
    /* -------------------------------------
           thanks
        */
  }
  #article .section .inner {
    width: 880px;
    /* -------------------------------------
               content
            ------------------------------------- */
    /* -------------------------------------
               link
            ------------------------------------- */
  }
  #article .section .inner .content {
    padding: 0;
  }
  #article .section .inner .content .float {
    display: flex;
  }
  #article .section .inner .content .float.justify {
    justify-content: space-between;
  }
  #article .section .inner .content .float.wrap {
    flex-wrap: wrap;
  }
  #article .section .inner .content .float.reverse {
    flex-direction: row-reverse;
  }
  #article .section .inner .content .item {
    width: 100%;
  }
  #article .section .inner .content .h3.h3_0 {
    width: 100%;
    padding: 0 0 14px 20px;
    margin: 0;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  #article .section .inner .content .h3.h3_0 span.num {
    font-size: 2.4rem;
    margin: 0 16px 0 0;
  }
  #article .section .inner .content .h3.h3_0 span.txt {
    font-size: 2.4rem;
  }
  #article .section .inner .content ul,
  #article .section .inner .content ol {
    margin: 0 0 1em 0;
  }
  #article .section .inner .link {
    padding: 40px 0 30px;
    margin: 40px auto 0;
  }
  #article .section .inner .link .h3 {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-weight: bold;
    font-weight: 300;
  }
  #article .section .inner .link .h3.h3_1 {
    letter-spacing: 0.175em;
    width: 100%;
  }
  #article .section .inner .link .h3.h3_1 span {
    line-height: 1;
  }
  #article .section .inner .link .h3.h3_1 span.txt {
    font-size: 1.8rem;
  }
  #article .section .inner .link .h3.h3_1 span.txt_2 {
    font-size: 1.8rem;
    margin: 20px 0 0;
  }
  #article .section .inner .link .h3.h3_1 span.txt_2 strong {
    font-size: 3.6rem;
  }
  #article .section .inner .link .h3.h3_1 span.txt_3 {
    font-size: 2.1rem;
    margin: 20px 0 0;
  }
  #article .section .inner .link .h3.h3_2 {
    align-items: center;
    font-feature-settings: "pkna";
    width: 100%;
    margin: 0;
  }
  #article .section .inner .link .h3.h3_2 span.txt {
    flex: none;
    letter-spacing: 0.175em;
    font-size: 1.4rem;
    padding: 0.6rem 0.8rem 0.5rem;
    margin: 0 1.5rem 0 0;
  }
  #article .section .inner .link .h3.h3_2 span.txt_2 {
    flex: none;
    letter-spacing: 0.15em;
    font-size: 1.8rem;
    line-height: 1;
    padding: 0.3rem 0 0;
  }
  #article .section .inner .link a,
  #article .section .inner .link a:link {
    font-size: 1.8rem;
    width: 360px;
    height: 72px;
    padding: 2.0rem 0 0 0;
    margin: 30px auto 0;
    box-sizing: border-box;
  }
  #article .section.section_1 .inner {
    /* -------------------------------------
                   content
                ------------------------------------- */
  }
  #article .section.section_1 .inner .content {
    /* -------------------------------------
                       lyout
                    */
    /* -------------------------------------
                       content_1
                    */
    /* -------------------------------------
                       content_2
                    */
  }
  #article .section.section_1 .inner .content .h3.h3_1 {
    font-size: 3rem;
    width: 920px;
    margin: 0 0 40px 0;
    position: relative;
  }
  #article .section.section_1 .inner .content .h3.h3_1:before {
    width: 20px;
    height: 10px;
    margin: 0 20px 0 0;
    border-top: 3px solid #fff;
  }
  #article .section.section_1 .inner .content .h4.h4_1 {
    width: 100%;
    margin: 0 0 14px 0;
  }
  #article .section.section_1 .inner .content .h4.h4_1 span.num {
    font-size: 4.8rem;
    line-height: 1;
    margin: 0 2.5rem 0 0;
  }
  #article .section.section_1 .inner .content .h4.h4_1 span.num.circle {
    font-size: 5.5rem;
    width: 7rem;
    height: 7rem;
    padding: 0.15em 0 0 0;
  }
  #article .section.section_1 .inner .content .h4.h4_1 span.txt {
    font-size: 2.1rem;
    margin: 0.5rem 0;
  }
  #article .section.section_1 .inner .content .h4.h4_1 span.txt.circle {
    padding: 10px 0;
  }
  #article .section.section_1 .inner .content .h4.h4_1 span.txt.circle:before {
    width: 60px;
    height: 60px;
    bottom: 0;
    left: -12px;
  }
  #article .section.section_1 .inner .content .h4.h4_1.underline {
    margin: 0 0 30px 0;
  }
  #article .section.section_1 .inner .content .h4.h4_1.underline span.num {
    font-size: 9.0rem;
    margin: 0 2.5rem -0.15em 0;
  }
  #article .section.section_1 .inner .content .h4.h4_1.underline span.num.circle {
    font-size: 5.5rem;
    width: 7rem;
    height: 7rem;
    padding: 0.15em 0 0 0;
  }
  #article .section.section_1 .inner .content p {
    font-size: 1.4rem;
    line-height: 1.75;
    margin: 10px 0 0 0;
  }
  #article .section.section_1 .inner .content p:first-of-type {
    margin: 0.5em 0 0 0;
  }
  #article .section.section_1 .inner .content p.lead {
    width: 920px;
    margin: 14px 0 0 40px;
    box-sizing: border-box;
  }
  #article .section.section_1 .inner .content ul,
  #article .section.section_1 .inner .content ol {
    font-size: 1.4rem;
    line-height: 1.75;
    margin: 10px 0 0 0;
  }
  #article .section.section_1 .inner .content ul.block li,
  #article .section.section_1 .inner .content ol.block li {
    margin: 0 14px 0 0;
  }
  #article .section.section_1 .inner .content .float .float_l {
    width: 420px;
  }
  #article .section.section_1 .inner .content .float .float_r {
    width: 420px;
  }
  #article .section.section_1 .inner .content .item {
    margin: 0 0 60px 0;
  }
  #article .section.section_1 .inner .content .item.underline {
    padding: 0 0 40px 0;
  }
  #article .section.section_1 .inner .content .item.framed {
    padding: 40px;
  }
  #article .section.section_1 .inner .content .item.framed.float .float_l {
    width: 420px;
  }
  #article .section.section_1 .inner .content .item.framed.float .float_r {
    width: 340px;
  }
  #article .section.thanks {
    width: 880px !important;
    padding: 20px 0 100px 0;
    margin: 0 auto;
  }
  #article .section.thanks h3 {
    font-size: 2.4rem;
    padding: 1.0em 0 1.75em 0;
  }
}
