/*! 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: 750px !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(255, 35, 19) ;
  color: #fff;
}
.menu_header.menu_blue {
  background-color: rgb(66, 150, 234);
  color: #fff;
}
.menu_header.menu_green {
  background-color: rgb(93, 202, 87);
  color: #fff;
}
.menu_header.menu_orange {
  background-color: rgb(234, 122, 48);
  color: #fff;
}
.menu_header.menu_black {
  background-color:black;
  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: #f4e0e0 ;
  color: #000;
}
.middle.menu_blue {
  background: #f3f9fd;
  color: #000;
}
.middle.menu_green {
  background: #f8fff9;
  color: #000;
}
.middle.menu_orange {
  background:   #ede4de;
  color: #000;
}
.middle.menu_black {
  background: #f2f2f2;
  color: #494949;
}
/* メニュー 中項目 カラー end */







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


.block_title_red {
  /* 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(149,0,1);
  background: linear-gradient(90deg, rgba(149,0,1,1) 0%, rgba(228,0,0,1) 12%, rgba(136,0,0,1) 100%);
  color: #fff;
  box-sizing: border-box;
  font-size: 2.2rem;
  margin: -15px -10px 0 -10px;
}

.block_title_orange {
  /* 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(255,102,0);
  background: linear-gradient(120deg, rgba(255,102,0,1) 0%, rgba(255,160,97,1) 12%, rgba(215,79,0,1) 100%);
  color: #fff;
  box-sizing: border-box;
  font-size: 2.2rem;
  margin: -15px -10px 0 -10px;
}

.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(66,150,234);
  background: linear-gradient(120deg, rgba(66,150,234,1) 0%, rgba(97,217,255,1) 12%, rgba(0,91,215,1) 100%);
  color: #fff;
  box-sizing: border-box;
  font-size: 2.2rem;
  margin: -15px -10px 0 -10px;
}

.block_title_green {
  /* 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(86,185,81);
  background: linear-gradient(120deg, rgba(86,185,81,1) 0%, rgba(129,255,89,1) 12%, rgba(5,180,22,1) 100%);
  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(22,22,22);
  background: linear-gradient(120deg, rgba(0,0,0,1) 0%, rgba(107,111,106,1) 12%, rgba(0,0,0,1) 100%);
  color: #fff;
  box-sizing: border-box;
  font-size: 2.2rem;
  margin: -15px -10px 0 -10px;
}

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

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_red {
  font-size: 1.8rem;
  color: #000;
  font-weight: bold;
  border-left: solid .8rem rgba(228,0,0,1);
  border-bottom: solid .3rem rgba(228,0,0,1);
}


.article_title_orange {
  font-size: 1.8rem;
  color: #000;
  font-weight: bold;
  border-left: solid .8rem rgb(234, 122, 48);
  border-bottom: solid .3rem  rgb(234, 122, 48);
}

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

.article_title_green {
  font-size: 1.8rem;
  color: #000;
  font-weight: bold;
  border-left: solid .8rem   rgb(93, 202, 87);
  border-bottom: solid .3rem  rgb(93, 202, 87);
}

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






footer {
  width: 100%;
  max-width: 750px;
  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
   */
  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;
  }
}



.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.8em;
      font-weight: bold;  
      border-bottom: 3px solid ;
      }


        .ind{
          text-indent: 0.5em;
        }

        .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: 1.8em; 
          text-align: left;
          font-weight: bold;
          text-indent: 0.5em;
        }

        .tbldis{
          margin: 0 0.5em 0 0.5em;
          font-size: 1.5em; 
          text-align: left; 
        }

        .etcl {
          text-align: left;
          font-size: 1.2rem !important;
        }
        