@charset "UTF-8";
/*
$basecolor2: #D7E98D; // red
$basecolor3: #BE99FF; // red
$basecolor4: #FFF899; // red

$basecolor6: #E199FF; // red
$basecolor7: #99D6FF; // red
$basecolor8: #FF99C3; // red
$basecolor9: #FFCF99; // red
*/
@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);
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400;700;900&display=swap");
@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 {
  width: 100%;
  padding: 0;
}
#article .section.section_1 .inner {
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
#article .section.section_1 .inner .content.content_1 {
  width: 100%;
  background: #CCCCCC;
}
#article .section.section_1 .inner .content.content_1 .item {
  width: 90.625%;
  margin: 0 auto;
}
#article .section.section_1 .inner .content.content_2 {
  margin: 2rem auto 0;
}
#article .section.section_1 .inner .content.content_2 .table {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 84.375%;
  margin: 0 auto 2.5rem;
}
#article .section.section_1 .inner .content.content_2 .table .th,
#article .section.section_1 .inner .content.content_2 .table .td {
  margin: 0 0 1.5rem;
}
#article .section.section_1 .inner .content.content_2 .table .th {
  flex-shrink: 0;
  width: 18.5185185185%;
}
#article .section.section_1 .inner .content.content_2 .table .td {
  width: 75.9259259259%;
}
#article .section.section_1 .inner .content.content_2 .table .h4.h4_2 {
  margin: 0 0 1rem;
  box-sizing: border-box;
}
#article .section.section_1 .inner .content.content_2 .table .h4.h4_2 span {
  display: block;
  font-feature-settings: "palt";
  letter-spacing: 0.075em;
}
#article .section.section_1 .inner .content.content_2 .table .h4.h4_2 span.txt {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "游明朝", "游明朝体", YuMincho, "Yu Mincho", "Times New Roman", "メイリオ", Meiryo, serif;
  font-weight: bold;
  font-weight: 300;
  color: hsl(0, 0%, 0%);
  font-size: 1.6rem;
}
#article .section.section_1 .inner .content.content_2 .table .h4.h4_3 {
  padding: 0.5rem 0 0.25rem;
  border: 2px solid #999999;
}
#article .section.section_1 .inner .content.content_2 .table .h4.h4_3 span {
  display: block;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "游明朝", "游明朝体", YuMincho, "Yu Mincho", "Times New Roman", "メイリオ", Meiryo, serif;
  font-weight: bold;
  font-weight: 300;
  font-feature-settings: "palt";
  letter-spacing: 0.025em;
  text-align: center;
  line-height: 1;
}
#article .section.section_1 .inner .content.content_2 .table .h4.h4_3 span.txt_e {
  font-size: 1.2rem;
}
#article .section.section_1 .inner .content.content_2 .table .h4.h4_3 span.num {
  font-size: 2.1rem;
  margin: 0.5rem 0 0;
}

@media screen and (min-width: 768px) {
  /* =================================================
     unique layout
  ================================================= */
  /* -------------------------------------
     article
  ------------------------------------- */
  #article {
    /* -------------------------------------
       section
    ------------------------------------- */
  }
  #article .section {
    /* -------------------------------------
       section_1
    */
  }
  #article .section.section_1 {
    width: 100%;
  }
  #article .section.section_1 .inner {
    width: 100%;
  }
  #article .section.section_1 .inner .content {
    width: 920px;
    margin: 0 auto;
  }
  #article .section.section_1 .inner .content.content_1 {
    width: 100%;
    padding: 0;
  }
  #article .section.section_1 .inner .content.content_1 .item {
    width: 920px;
    padding: 30px 0;
    margin: 0 auto;
    position: relative;
  }
  #article .section.section_1 .inner .content.content_1 .item p {
    padding: 0;
  }
  #article .section.section_1 .inner .content.content_2 {
    padding: 0 0 0 0;
  }
  #article .section.section_1 .inner .content.content_2 .table {
    width: 920px;
    padding: 0;
    margin: 40px auto 0;
  }
  #article .section.section_1 .inner .content.content_2 .table .th,
  #article .section.section_1 .inner .content.content_2 .table .td {
    margin: 0 0 40px;
  }
  #article .section.section_1 .inner .content.content_2 .table .th {
    width: 120px;
  }
  #article .section.section_1 .inner .content.content_2 .table .td {
    width: 760px;
  }
  #article .section.section_1 .inner .content.content_2 .table .h4.h4_2 {
    margin: 0 0 14px;
  }
  #article .section.section_1 .inner .content.content_2 .table .h4.h4_2 span {
    letter-spacing: 0.15em;
  }
  #article .section.section_1 .inner .content.content_2 .table .h4.h4_2 span.txt {
    font-size: 1.8rem;
  }
  #article .section.section_1 .inner .content.content_2 .table .h4.h4_3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 120px;
    padding: 0;
    border: 3px solid #999999;
    box-sizing: border-box;
  }
  #article .section.section_1 .inner .content.content_2 .table .h4.h4_3 span {
    letter-spacing: 0.025em;
  }
  #article .section.section_1 .inner .content.content_2 .table .h4.h4_3 span.txt_e {
    font-size: 1.6rem;
  }
  #article .section.section_1 .inner .content.content_2 .table .h4.h4_3 span.num {
    font-size: 5rem;
    margin: 10px 0 0;
  }
  #article .section.section_1 .inner .content.content_2 .table p {
    font-size: 1.4rem;
  }
}/*# sourceMappingURL=flow.css.map */