/*! 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;
}

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

.block_inner {
  width: 88.15426997245179%;
}


/* メニュー 共通 */
.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: #ffd700;
  color: #000;
}
.menu_header.menu_blue {
  background-color:#8ecae2;
  color: #fff;
}
.menu_header.menu_green {
  background-color: #ff9faa;
  color: #fff;
}
.menu_header.menu_yellow {
  background-color: #bf96e2;
  color: #fff;
}
.menu_header.menu_black {
  background-color: #a5bf78;
  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: #fffcc9;
  color: #000;
}
.middle.menu_blue {
  background: #8ecae2;
  color: #494949;
}
.middle.menu_green {
  background: #ff9faa;
  color: #494949;
}
.middle.menu_yellow {
  background: #bf96e2;
  color: #494949;
}
.middle.menu_black {
  background: #a5bf78;
  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: yellow;
}
.accordion .link.menu_blue {
  background: #fff;
  color: blue;
}
.accordion .link.menu_green {
  background: #fff;
  color: rgb(255, 133, 154);
}
.accordion .link.menu_yellow {
  background: #fff;
  color: purple;
}
.accordion .link.menu_black {
  background: #fff;
  color: green;
}
/* メニュー 小項目 カラー 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/#5c0819+0,9c0e2a+2,c21135+4,dc143c+6,e8153f+8,e8153f+60,dc143c+70,c21135+80,9c0e2a+90,5c0819+100 */
  background: rgb(230,170,9);
  background: linear-gradient(90deg, rgba(230,170,9,1) 41%, rgba(230,202,9,1) 88%, rgba(230,202,9,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c0819', endColorstr='#5c0819',GradientType=1 ); /* IE6-9 */
  color: #fff;
  box-sizing: border-box;
  font-size: 2.2rem;
  margin: 0 -.75rem;
}
.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(230,170,9);
  background: linear-gradient(90deg, rgba(230,170,9,1) 41%, rgba(230,202,9,1) 88%, rgba(230,202,9,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04145c', endColorstr='#04145c',GradientType=1 ); /* IE6-9 */
  color: #fff;
  box-sizing: border-box;
  font-size: 2.2rem;
  margin: 0 -.75rem;
}
.block_title_green {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0f693a+0,18a85e+2,1dcf73+4,20e880+6,22f588+8,22f588+60,20e880+70,1dcf73+80,18a85e+90,0f693a+100 */
  background: rgb(222,13,77);
  background: linear-gradient(90deg, rgba(222,13,77,1) 0%, rgba(222,13,77,1) 50%, rgba(255,0,199,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f693a', endColorstr='#0f693a',GradientType=1 ); /* IE6-9 */
  color: #fff;
  box-sizing: border-box;
  font-size: 2.2rem;
  margin: 0 -.75rem;
}
.block_title_yellow {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#695b0f+0,a89318+2,cfb41d+4,e8cb20+6,f5d522+8,f5d522+60,e8cb20+70,cfb41d+80,a89318+90,695b0f+100 */
  background: rgb(148,8,213);
  background: linear-gradient(90deg, rgba(148,8,213,1) 0%, rgba(148,8,213,1) 50%, rgba(237,0,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#695b0f', endColorstr='#695b0f',GradientType=1 ); /* IE6-9 */
  color: #fff;
  box-sizing: border-box;
  font-size: 2.2rem;
  margin: 0 -.75rem;
}
.block_title_black {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#212529+0,292e33+2,2b3036+4,5e6a75+6,91a3b5+8,91a3b5+60,5e6a75+70,2b3036+80,292e33+90,212529+100 */
  background: rgb(102,213,8);
  background: linear-gradient(90deg, rgba(102,213,8,1) 0%, rgba(102,213,8,1) 50%, rgba(241,255,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#212529', endColorstr='#212529',GradientType=1 ); /* IE6-9 */
  color: #fff;
  box-sizing: border-box;
  font-size: 2.2rem;
  margin: 0 -.75rem;
}

th {
  font-size: 2rem;
  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;
}

.speaker {
  width: 20%;
}
.speaker img {
  width: 100%;
}
.balloon {
  width: 80%;
  position: relative;
  display: inline-block;
  color: #000;
  font-size: 16px;
  background: #FDF5E6;
  border: solid 3px #f39800;
  border-radius: 20px;
  box-sizing: border-box;
  box-shadow: 1px 1px;
}
.balloon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 9px solid #FDF5E6;
  z-index: 2;
}
.balloon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -26px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 11px solid #f39800;
  z-index: 1;
}
.balloon_img {
  width: 50%;
}
.balloon_img img{
  width: 100%;
}
.balloon_text {
  width: 50%;
}
.balloon p {
  margin: 0;
  padding: 0;
}


.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: 2rem;
  color: #000;
  font-weight: bold;
  border-left: solid .8rem #dc143c;
  border-bottom: solid .3rem #dc143c
}
.article_title_blue {
  font-size: 2rem;
  color: #000;
  font-weight: bold;
  border-left: solid .8rem #fff000;
  border-bottom: solid .3rem #fff000;
  margin: -2rem;
}
.article_title_green {
  font-size: 2rem;
  color: #000;
  font-weight: bold;
  border-left: solid .8rem #ff9faa;
  border-bottom: solid .3rem #ff9faa;
  margin: -2rem;
}
.article_title_yellow {
  font-size: 2rem;
  color: #000;
  font-weight: bold;
  border-left: solid .8rem #bf96e2;
  border-bottom: solid .3rem #bf96e2;
  margin: -2rem;
}
.article_title_black {
  font-size: 2rem;
  color: #000;
  font-weight: bold;
  border-left: solid .8rem #a5bf78;
  border-bottom: solid .3rem #a5bf78;
  margin: -2rem;
}

.table_full {
  margin: 0 calc((50% - 58.2090247271937%) + .75rem);
  width: 113.4392996290145% !important;
}
.table_full th{
  font-size: 1.4rem;
}
.table_full td p{
  font-size: 1.4rem;
}

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


.cp_box *, .cp_box *:before, .cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_box {
	position: relative;
}
.cp_box label {
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	height: 140px;
	cursor: pointer;
	text-align: center;
	background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}
.cp_box input:checked + label {
	background: inherit;
}
.cp_box label:after {
	line-height: 2.5rem;
	position: absolute;
	z-index: 2;
	bottom: 20px;
	left: 50%;
	width: 16rem;
	font-family: FontAwesome;
	content: '\f13a'' 詳細';
	transform: translate(-50%, 0);
	letter-spacing: 0.05em;
	color: black;
	border-radius: 20px;
	background-color: yellow;
}
.cp_box input {
	display: none;
}
.cp_box .cp_container {
	overflow: hidden;
	height: 100px;
	transition: all 0.5s;
}

.cp_box input:checked + label:after {
	font-family: FontAwesome;
	content: '\f139'' 閉じる';
}

.cp_box input:checked ~ .cp_container {
	height: auto;
	padding-bottom: 80px;
	transition: all 0.5s;
}

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

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

.rate{
  position: relative;
  display: inline-block;
  font-size: 1.4em;
  }
  .rate:before{
  content: "★★★★★";
  color: #ccc;
  }
  
  .rate0-5:after,
  .rate1:before,
  .rate1:after,
  .rate1-5:before,
  .rate1-5:after,
  .rate2:before,
  .rate2:after,
  .rate2-5:before,
  .rate2-5:after,
  .rate3:before,
  .rate3:after,
  .rate3-5:before,
  .rate3-5:after,
  .rate4:before,
  .rate4:after,
  .rate4-5:before,
  .rate4-5:after,
  .rate5:after{
  position: absolute;
  top:0;
  left:0;
  color: #000;
  overflow: hidden;
  height: 24px;
  }
  
  .rate .rate0-5:after,
  .rate .rate1-5:after,
  .rate .rate2-5:after,
  .rate .rate3-5:after,
  .rate .rate4-5:after{
    width: 0.5em;
    content: "★";
  }
  
  .rate .rate1:after,
  .rate .rate1-5:before{
    content: "★";
  }
  .rate .rate1-5:after{
    left: 1em;
  }
  .rate .rate2:after,
  .rate .rate2-5:before{
    content: "★★";
  }
  .rate .rate2-5:after{
    left: 2em;
  }
  .rate .rate3:after,
  .rate .rate3-5:before{
    content: "★★★";
  }
  .rate .rate3-5:after{
    left: 3em;
  }
  .rate .rate4:after,
  .rate .rate4-5:before{
    content: "★★★★";
  }
  .rate .rate4-5:after{
    left: 4em;
  }
  .rate .rate5:after{
    content: "★★★★★";
  }