@charset "utf-8";

.priv-floating-01 {
  display: none!important;
}

.priv-table-type01_header-lv1 {
  padding: 30px 25px;
  background: #e0e0e0;
  font-weight: bold;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  /* &:first-child{
    width: 40%;
  } */
}
.reference-link{
  line-height: 20px;
}

.reference-link a{
  color: #069;
}

@media screen and (max-width: 900px){
  .priv-table-type01_header-lv1 {
      padding: 20px 10px;
      font-size: 13px;
      font-weight: bold;
      border-bottom: none;
  }
  .priv-table-02-data{
    padding-right: 15px;
  }
  .priv-table-02.new-priv-table .priv-table-02-data-inner{
        border: none;
  }
  .priv-table-02.new-priv-table .priv-table-02-data{
    border-bottom: solid 1px #fff;
  }
  .priv-table-02.new-priv-table .priv-table-02-data:first-child{
    border-top: solid 1px #fff;
  }

  .reference-text-sub{
    font-size: 14px;
    line-height: 20px;
  }
}