/*! 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 {
  font-family: 'Noto Sans JP', sans-serif;
  scroll-behavior: auto !important;

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

body {
  background-color: #EFEFEF !important;
  margin: 0;
}

.machine_title_img {
  margin: 0 auto;
  max-width: 750px;
}

.machine_title_img img {
  width: 100%;
}

.machine_title_img img {
  width: 100%;
}

.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: 1000px !important;
  margin: 0 auto;
  background-color: #FFF;
}
.machine_title {
  margin: 0 auto;
  width: 100%;
  max-width: 750px;
}



/* メニュー 共通 */
.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 */


/* メニュー 大項目 カラー */
.menu_header.menu_red {
  background-color: rgb(231,55,142);
  color: #000;
}

.menu_header.menu_green {
  background-color: #ff9faa;
  color: #fff;
}

/* メニュー 大項目 カラー end */


/* メニュー 中項目 共通 */
.middle {
	display: block;
  font-size: 1.6rem;
  border-bottom: solid 1px #555;
  cursor: pointer;
  cursor: hand;
  text-decoration: none;
}
/* メニュー 中項目 共通 end */


/* メニュー 中項目 カラー */
.middle.menu_red {
  background: rgb(249, 249, 249);
  color: #000;
}

.middle.menu_green {
  background: #ff9faa;
  color: #494949;
}

/* メニュー 中項目 カラー end */


/* メニュー 小項目 共通 */
.menu .accordion {
  display: none;
}
.accordion .link {
	display: block;
  font-size: 1.6rem;
  border-bottom: solid 1px #555;
}
/* メニュー 小項目 共通 end*/


/* メニュー 小項目 カラー */
.accordion .link.menu_red {
  background: #fff;
  color: rgb(231,55,142);
}
.accordion .link.menu_blue {
  background: #fff;
  color: blue;
}
.accordion .link.menu_green {
  background: #fff;
  color: rgb(255, 133, 154);
}

/* メニュー 小項目 カラー end*/

.btnMenu i.fa {
  font-size: 1.2rem;
	line-height: 2.5rem;
	margin-left: 1rem;
  float: right;
}


.block_title_blue {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#04145c+0,06229c+2,082ac2+4,0931db+6,0932e8+8,0932e8+60,0931db+70,082ac2+80,06229c+90,04145c+100 */
  background: rgb(231,55,142);
  color: #fff;
  box-sizing: border-box;
  font-size: 2.2rem;
  margin: -15px -10px 0 -10px;
}

.block_title_blk {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#04145c+0,06229c+2,082ac2+4,0931db+6,0932e8+8,0932e8+60,0931db+70,082ac2+80,06229c+90,04145c+100 */
  background: rgb(0, 0, 0);
  color: #fff;
  box-sizing: border-box;
  font-size: 2.0rem;
  margin: 10px -10px -15px -10px;
}



p {
  font-size: 1.6rem;
}

.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;
}



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

.img_4column {
  column-gap: 1%;
  row-gap: 1vh;
}
.img_4column .img_flex {
  width: 24%;
}
.img_4column .img_flex img {
  width: 100%;
}
.img_4column .img_flex .img_caption {
  width: 100%;
}


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

.image_full {
  width: 100%;
}

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


.article_title_blue {
  font-size: 1.8rem;
  color: #000;
  font-weight: bold;
  border-left: solid .8rem rgb(231,55,142);
  border-bottom: solid .3rem  rgb(231,55,142);
}


.separator_red {
  color: #f00 !important;
  margin: 3rem 0 1rem 0;
}






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

body {
  background-color: #e1e1e1;
}

.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
   */


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

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

.v2column {
  width: 98%;
  margin-left: auto;
}
.v2column .column {
  border-right: solid 2px #000;
  padding: 0 2% 0 2%;
}
.v2column .column:first-child {
  padding: 0 2% 0 0;
}
.v2column .column:last-child {
  border-right: solid 1px transparent;
  padding: 0 0 0 2%;
}
.v2column .column .cell {
  width: 100%;
}
.v2column .column .cell img{
  width: 100%;
}

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

.single_caption {
    margin-top: -0.5em;
    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;
}

audio { width: 100%; }

.ssimg{
  width:50% ;
margin: auto;
}


    .simg{
      width:100% ;
      margin: 0;
    }


    .table_box{
      max-width: 100%;
      max-height: 800px;
      overflow-x: auto;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
    }
    .reeltbl{
      border-collapse: collapse;
      border-spacing: 0;
      width: 100%;
      height: 5px;
    }

    .rp {
      background: no-repeat center;
      background-size: contain;
      background-image: url(../img/rp.jpg);
      background-color: #6df0ff;
    }

    .bita {
      background: no-repeat center;
      background-size: contain;
      background-image: url(../img/bitarp.jpg);
      background-color: #6df0ff;
    }

    .hzr {
      background: no-repeat center;
      background-size: contain;
      background-image: url(../img/hzr.jpg);
      background-color: #b8b8b9;
    }

    .kyoubl {
      background: no-repeat center;
      background-size: contain;
      background-image: url(../img/kyobl.jpg);
      background-color: #fff442;
    }

    .aobl {
      background: no-repeat center;
      background-size: contain;
      background-image: url(../img/aobl.jpg);
      background-color: #fff442;
    }

    .akbl {
      background: no-repeat center;
      background-size: contain;
      background-image: url(../img/akbl.jpg);
      background-color: #fff442;
    }

    .wma {
      background: no-repeat center;
      background-size: contain;
      background-image: url(../img/wma.jpg);
      background-color: #53d939;
    }

    .wmb {
      background: no-repeat center;
      background-size: contain;
      background-image: url(../img/wmb.jpg);
      background-color: #53d939;
    }

    .chr {
      background: no-repeat center;
      background-size: contain;
      background-image: url(../img/chr.jpg);
      background-color: #ff8fa1;
    }

    .aorcm {
      background: no-repeat center;
      background-size: contain;
      background-image: url(../img/aorcm.jpg);
      background-color: #d48af3;
    }
    
    .akrcm {
      background: no-repeat center;
      background-size: contain;
      background-image: url(../img/akrcm.jpg);
      background-color: #d48af3;
    }
    

    .hzr1 {
      background-color: #f5f5f5!important;
    }

    .rp1 {
      background-color: #d3fbff!important;
    }

    .bl1 {
      background-color: #fffbb1!important;
    }
    
    .wm1 {
      background-color: #c0ffb3!important;
    }

    .ch1 {
      background-color: #fff3f3!important;
    }

    .gr {
      background-color: #b8b8b9!important;
    }

    .rcm1 {
      background-color: #f5ddff!important;
    }
    
    .rtha {
      vertical-align: middle;
      padding: 3px ;
      border: 1px solid #000;
      color: #000;
      font-size: 14px;
      text-align: center;
      white-space: nowrap;
    }
    

    .rth {
      vertical-align: middle;
      padding: 3px ;
      border: 1px solid #000;
      color: #000;
      font-size: 14px;
      text-align: center;
      white-space: nowrap;
    }

    .rtd {
      vertical-align: middle;
      padding: 2px 14px 2px 14px ;
      border: 1px solid #000;
      color: #000;
      font-size: 14px;
      text-align: center;
      white-space: nowrap;
      background: #fff;
      border-left: 1px solid #000;
      border-right: 1px solid #000;
    }

    .sticky_row {
      position: sticky;
      top: 0;
      left: 0;
      background: none;
      border-left: none;
      border-right: none;
    }
    .sticky_row::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-left: 1px solid #000;
      border-right: 1px solid #000;
      background: #ccc;
      z-index: -1;
    }

    .sticky_cross {
      position: sticky;
      top: 0;
      left: 0;
      background: none;
      border-top: none;
      border-bottom: none;
      border-left: none;
      border-right: none;
      z-index: 1;
    }
    .sticky_cross::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-top: 1px solid #000;
      border-bottom: 1px solid #000;
      border-left: 1px solid #000;
      border-right: 1px solid #000;
      background: #ccc;
      z-index: -1;
    }

    .kgy {
      margin-top: 7rem;
  }