@charset "UTF-8";
/*PC・タブレット・スマホ共通設定
---------------------------------------------------------------------------*/
/* mobile first*/
ul {
  list-style: none; }

section#test_lists,
section#test_room,
section#emission,
section#immunity,
section#etc {
  display: none; }

section#test_lists li,
section#test_room li,
section#emission li,
section#immunity li,
section#etc li {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: #DDD thin solid; }

section section {
  display: none; }

nav i.fa-folder-open-o {
  display: none; }

nav.sub i.fa-folder-open-o,
nav.sub i.fa-folder-o {
  color: #16A085; }

.Fixed_table_Box {
  display: block;
  overflow-x: scroll; }

.Fixed_table {
  width: 1000px; }

.Fixed_table tr th,
.Fixed_table tr td {
  vertical-align: middle; }

.Fixed_Col tr th,
.Fixed_title tr th {
  border-bottom: #ccc thin solid;
  padding: 8px 8px 5px; }

.fixed {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 140px;
  background: #eee;
  padding: 8px 8px 5px;
  line-height: 1.2; }
  @media screen and (min-width: 992px) {
    .fixed {
      width: 190px; } }

.Fixed_title td {
  border-bottom: #ccc thin solid;
  padding: 8px 8px 5px;
  line-height: 1.2; }

.Min_Wid {
  width: 200px; }

/* scroll-hint */
.scroll-hint-icon {
  top: 25%; }
  @media screen and (min-width: 1440px) {
    .scroll-hint-icon {
      display: none; } }

.List_Box01 {
  margin: 1rem; }
  @media screen and (min-width: 768px) {
    .List_Box01 {
      margin: 1rem 3rem; } }

.List_Box01 .SubTitle {
  background: #EEEEEE;
  font-weight: bold; }

.Open_Button {
  display: inline-block;
  padding-left: 1rem; }

.Open_Button span {
  padding: 2px 5px;
  border: #23cb99 thin solid;
  border-radius: 30px;
  font-size: 0.9rem; }

.Open_Button span:before {
  content: "\0bb" "\0020" "\00A0";
  color: #23cb99; }
