@charset "UTF-8";

.anq {
  position: sticky;
  top: 0;
  padding: 1em;
  background: var(--gradation-horizontal);
  border-radius: 5px;
  z-index: 10;
}
.anq table {
  margin: 0;
  border: none;
}
.anq td,
.anq td a {
  background-color: transparent;
  color: var(--light-color);
  padding: 0 !important;
  border: none;
}

.table__wrap {
  padding-top: 50px;
  margin-top: -50px;
}


.table__wrap table {
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  margin-top: 2em;
}

th, td {
  border: none;
  padding: 0;
  line-height: 2;
  vertical-align: middle;
  border-bottom: 1px dotted #ccc;
  width: fit-content;
}

table {
  width: 100%;
}
table p {
  line-height: 2 !important;
}
td div {
  font-size: 14px;
  padding: 1em 0;
}
table table {
  margin: 0;
}
table tbody tr:nth-child(1) td {
  padding: 1em 0;
}

td a {
  font-weight: bold;
  display: inline-block;
}
td div a {
  font-weight: normal;
  padding-right: 2.5em !important;
}
td div a[href$=".pdf"] {
  background: url(/common/img/icon/icon_link_pdf.png) center right no-repeat;
  background-size: 32px;
}
.anq a {
  font-weight: normal;
}


@media screen and (max-width: 599px) {
  table {
    width: 100%;
  }
  table tbody tr:nth-child(2) td {
    display: block;
    width: 100%;
    height: auto !important;
  }
  th, td {
    border: none;
    display: block;
    width: 100%;
    height: auto !important;
    padding: 0;
  }
}