#information {
  margin: 8vw 0;
}
#information table.quality {
  table-layout: fixed;
}
#information table.quality :is(th, td) {
  line-height: 1.2;
  text-align: center;
}
#information table.quality thead tr th {
  font-weight: 600;
  color: #111;
}
#information table.quality thead tr:last-child :is(th, td) {
  border-bottom: 1px dashed #bbb;
}
#information table.quality tbody tr td {
  padding: 0.75em 0.5em;
  color: #111;
}
#information table.quality tbody tr td small {
  margin-top: 0.5em;
  display: inline-block;
  color: #999;
}
#information table.quality tbody tr:first-child :is(th, td) {
  border-top: none;
}
#information table.quality tfoot tr :is(th, td) {
  font-size: 0.75rem;
  border: none;
  text-align: left;
}
#information table.quality tfoot tr.grade :is(th, td):first-child {
  text-align: left;
}
#information table.quality tfoot tr.grade :is(th, td):last-child {
  text-align: right;
}
#information table.property {
  table-layout: fixed;
}
#information table.property .type01 {
  font-weight: 600;
  background: rgba(var(--blue-rgb), 0.1);
}
#information table.property .type02 {
  background: #f5f5f5;
}
#information table.property tr th, #information table.property tr td {
  padding: 0.25em 0.75em;
  color: #111;
  line-height: 1.5;
}
#information table.property tr th {
  height: 60px;
}
#information table.property tr th.outside {
  width: 100px;
  border: none;
}
#information table.property tr td {
  height: 60px;
  text-align: center;
}
#information ul.diamond_4c {
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
#information ul.diamond_4c li {
  margin: 0;
  text-align: center;
}
#information ul.diamond_4c li a {
  padding: 20px 0;
  display: block;
  position: relative;
  text-decoration: none;
  border: 1px solid #ddd;
  transition: border 0.2s;
}
#information ul.diamond_4c li a span {
  display: block;
  font-size: 2rem;
  color: #111;
}
#information ul.diamond_4c li a small {
  padding: 0 1.5em;
  text-align: center;
  color: #666;
  line-height: 1;
  display: block;
}
#information ul.diamond_4c li a:hover {
  border-color: #999;
}

@media screen and (max-width: 767.98px) {
  #information ul.diamond_4c {
    grid-template-columns: 1fr 1fr;
    gap: 4vw;
  }
  #information ul.diamond_4c li a {
    padding: 12px 0;
  }
  #information ul.diamond_4c li a span {
    font-size: 1.75rem;
  }
  #information ul.diamond_4c li a small {
    padding: 0 1.5em;
    text-align: center;
    color: #666;
    line-height: 1;
    display: block;
  }
  #information .table_wrap {
    margin: 3em 0;
    overflow-y: auto;
    position: relative;
  }
  #information .table_wrap table {
    margin: 0;
    table-layout: auto;
  }
  #information .table_wrap table :is(th, td) {
    white-space: nowrap;
  }
  #information table {
    width: 100%;
    overflow-y: auto;
  }
  #information table.property th {
    font-size: 0.75rem;
  }
  #information table.property th.outside {
    min-height: 61px;
    background: #fafafa;
    position: sticky;
    left: 0;
    vertical-align: middle;
    z-index: 1;
  }
  #information table.property td {
    font-size: 0.75rem;
    text-align: center;
    white-space: nowrap;
  }
  #information table.property td.type01 {
    font-weight: 600;
    background: rgba(var(--blue-rgb), 0.1);
  }
  #information table.property td.type02 {
    background: #f5f5f5;
  }
}/*# sourceMappingURL=diamond.css.map */