/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
  Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 80%;
}

@media screen and (max-width: 750px) {
  html {
    font-size: 62.5%;
  }
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html {

  scroll-behavior: auto !important;

  -webkit-text-size-adjust:none !important;
  -webkit-appearance: none !important;
}



body {
  font-family: 'Questrial','Noto Sans JP', sans-serif !important ;
  background-color: #ffffff !important;
  margin: 0;
}


.back_to_top {
  position:fixed;
  display: block;
  background-color: #212529;
  color: #fff;
  font-size: 40px;
  width: 50px;
  height: 50px;
  right: 2vw;
  bottom: 2vw;
  opacity:0.7;
  z-index: 1000;
}
.back_to_top:hover {
  color: #fff;
}
.back_to_top i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform : translate(-50%, -50%);
}

.contents {
  max-width: 750px !important;
  margin: 0 auto;
  background-color: #FFF;
}



/* メニュー 共通 */
.menu {
	width: 100%;
  margin-bottom: 0 !important;
  border-left: solid 1px #555;
  border-top: solid 1px #555;
  border-right: solid 1px #555;
}
.menu * {
  list-style: none;
  text-decoration: none;
}
/* メニュー 共通end */


/* メニュー 大項目 共通 */
.menu_header {
  font-weight: 900!important;
  font-size: 1.6rem;
	display: block;
  text-decoration: none;
}
/* メニュー 大項目 共通 end */


th {
  font-size: 1.2rem;
  vertical-align: middle;
}

.tddot{
  border-bottom: 1px  dashed!important;

}

p {
  font-size: 1.2em;
  line-height: 1.5em;
  
}

.img_full_caption .img img{
  width: 100%;
}



.reel_single {
  width: 80%;
}
.reel_single img {
  width: 100%;
}
.reel_single .img_caption  {
  width: 100%;
}

.reel_with_table_2column {
  row-gap: 3vh;
}

.reel_table .table-orange {
  width: 80%;
  margin: 0 auto;
}
.reel_table .table-orange th {
  font-size: 1.5rem;
}
.reel_table .table-orange td p{
  font-size: 1.4rem;
}

.reel_2column {
  column-gap: 1%;
  row-gap: 1vh;
}

.reel_flex {
  width: 49%;
}
.reel_flex .flex_header{
  font-size: 1.5rem;
}
.reel_flex img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.reel_flex .img_caption {
  width: 100%;
}
.reel_flex .img_caption p {
  width: 100%;
  font-size: 1.3rem !important;
}
.reel_flex table {
  font-size: 1.3rem;
  height: 100%;
}
.reel_flex th {
  font-size: 1.3rem;
}
.reel_flex td {
  vertical-align: middle;

}
.reel_flex td p{
  font-size: 1.2rem !important;
}

.caution h6 {
  width: 90%;
  font-size: 1.3rem;
}
.caution p {
  width: 90%;
  font-size: 1.2rem;
}




.probability {
  column-gap: 2%;
}
.pie_chart {
  width: 49%;
}
.pie_chart img {
  width: 100%;
}
.pr_table {
  width: 49%;
}

.image_full {
  width: 100%;
  padding:1% 0 1% 0;
  margin-bottom:2% ;
}

.image_full img {
  width: 100% !important;
}

.image_80 {
  width: 100%;
  text-align: center;
  padding:1% 0 1% 0;
  margin-bottom:2% ;
}

.image_80 img {
  width: 65% !important;

}

.image_50 {
  width: 100%;
  text-align: center;
  padding:1% 0 1% 0;
  margin-bottom:2% ;
}

.image_50 img {
  width: 45% !important;

}






footer {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  background-color:#ffffff;
}

body {
  background-color: #ffffff;
}

.share {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  column-gap: 1%;
  padding: 3% 0%;
}

.twitter {
  background-color: #008DDE;
  box-shadow: 0 4px 0 #0078BD;

  display: inline;
  position: relative;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: white;
  border-radius: 5px;
  padding: .5rem 1rem;
}
.twitter:active {
  top: 2px;
	box-shadow: 0 2px 0 #0078BD;
}
.twitter:hover {
  background-color: #1397D8;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    background-color: #000;
    page-break-after: avoid;
  }
}


audio {
    width:25em ;
    height:4em ;
}

.etc {
  margin-top: -1em;
  text-align: right;
  font-size: 1.2rem !important;
}

.single_caption {
    margin-top: -0.5em;
    font-size: 1.3rem !important;
    text-align: center;
}

.img_1column {
  column-gap: 1%;
  row-gap: 1vh;
}
.img_1column .img_flex {
  width: 49%;
}
.img_1column .img_flex img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.img_1column .img_flex .img_caption {
  width: 100%;
}
.img_flex p {
  font-size: 1.2rem;
}


.table2_full {
  margin: 0 auto;
  width: 100% !important;
  table-layout: fixed;
}

.gftitle {
  font-size: 1.8em;
  font-weight: bold;
}

.table {
  --bs-table-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #000;
  vertical-align: top;
  border-color: #000;
}

    .cmd {
      font-size: 1.5em; 
      font-weight: bold;
      text-align: left;  
      border-bottom: 1.5px solid ;
      }

      .kgr {
        border-bottom: 2.5px solid ;
        margin: 4rem 0 2.5rem;
        }

        .kgr2 {
          border-bottom: 1.5px solid ;
          margin: 2.5rem 0 2.5rem;
          }

          .kgr3 {
            border-bottom: 1.0px solid ;
            margin: 0.5rem 0 0.5rem;
            }
  
            .kgr4 {
              border-bottom: 1.0px dotted ;
              margin: 0.5rem 0 0.5rem;
              }


        .ind{
          text-indent: 0.5em;
        }

        .indsp{
          margin-left: 0.3em;
        }

        .indsps{
          text-indent: 1em;
        }

        .wk{
          font-weight: bold;
          background: rgb(255 236 236);
        }

        .wk2{
          font-weight: bold;
          background: rgb(222, 229, 255);
        }

        .mg{
          margin: 0.5em;
          font-size: 1.5em; 
        }

        .mgs{
          margin: 0.5em;
          font-size: 1.0em; 
        }

        .tbcp{
          font-size: 1.1em; 
          margin: 0;
        }


        .tblttl{
          font-size: 1.0em; 
          text-indent: 0.5em;
        }

        .tblmds{
          margin-top: 2px;
          font-size: 18px; 
          text-align: left;
          font-weight: bold;
          text-indent: 0.4em;
          line-height: 1.3em;
        }

        .tbldis{
          text-indent: 0.2em;
          font-size: 16px; 
          line-height: 1.6em;
          text-align: left; 
          margin-bottom: 0;
        }

        .etc1 {
          text-align: left;
          font-size: 12px !important;
          margin-bottom: 0;
        }

        .etc3 {
          text-align: right;
          font-size: 12px !important;
          margin-bottom: 0;
        }

        .etc2 {
          text-align: center;
          font-size: 12px !important;
          margin-top: 0;
        }
        
        
        .cmds{
          font-size: 1.4em; 
          font-weight: bold;
          line-height: 1.4em;
          margin-bottom: 0;
        }

        .mtop {
          margin-top: 0.25em;
        }

        .mbt {
          margin-bottom: 0.25em !important;
        }

        .kgy {
          margin-top: 7rem ;
        }

        .fntsm {
          font-size: 1.1rem ;
        }

        .fst{
          background-color: #e6c300;
          color: #FFF;
          margin-right: 5%;
          font-size: 1.2em;
          line-height: 2.0em;
          padding: 5px;
        }

        .snd{
          background-color: #a9a9a9;
          color: #FFF;
          margin-right: 5%;
          font-size: 1.2em;
          line-height: 2.0em;
          padding: 5px;
        }

        .trd{
          background-color: #C47222;
          color: #FFF;
          margin-right: 5%;
          font-size: 1.2em;
          line-height: 2.0em;
          padding: 5px;
        }

        details {
          font-size: 1.2em;
        }
        
        details > summary {
          padding: 3px 5px;
          width: 100%;
          cursor: pointer;
          list-style: none;
          border: #198754  1.5px solid;
          font-size: 1.2em;
        }
        
        details  {
          padding: 3px 8px;
          margin: 0;
          font-size: 0.9em;
        }

        