@charset "UTF-8";
body {
  font-size: 1.6rem;
}

#dry-scroll-pump > .flex-wrapper h3 {
  font-size: 2.4rem;
  /* white-space:pre-wrap; */
}

#great-scroll > section h2 strong.small {
  font-size: 4rem;
}

#great-scroll > section h3 {
  font-size: 2.5rem;
}

#specs table th, #specs table td {
  width: calc(100% / 4);
}

#specs #pump table th, #specs #pump table td {
  width: calc(100% / 9);
}

#specs table #border-right, #specs table #border-right2 {
  border-right: solid 1px #000;
}

#specs .flex-wrapper h3::before {
  display: none;
}

#specs .flex-wrapper h3 {
  width: 460px;
}

/* .drawer-nav {
  width: 550px;
}

.drawer--right .drawer-nav {
  width: -550px;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 460px;
} */

#great-scroll > section h3::before {
  content: "Q.";
  margin-right: 10px;
  font-family: "Josefin Sans", sans-serif;
  color: #B4A763;
}

#great-scroll > section h3 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  font-size: 2.4rem;
  font-family: "見出ゴMB1", "Midashi Go MB1";
  line-height: 1.5;
  white-space: pre-wrap;
}

#great-scroll > section h2 strong {
  font-size: 4rem;
}

#specs table thead th {
  font-size: 1.8rem;
}

#great-scroll > section figcaption.small {
  text-align: justify;
}

#pump > table {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 599px) {

  .sp-none {
    display: none;
  }

  #great-scroll > section h3 {
    font-size: 2.2rem;
  }

  #great-scroll > section figcaption.small {
    font-size: 1.2px;
  }

  #great-scroll > section h2 strong.small {
    font-size: 2.8rem;
  }

}
