.table-entry-information {
  display: none;
  border: 1px solid #cdd6dd;
  border-radius: 0.09rem;
  background-color: #edf1f2;
}
.table-entry-information .table-content {
  position: relative;
}
.table-entry-information .table-content input {
  background: transparent;
  border: none;
  padding: 0;
  outline: none;
  height: auto;
}
.table-entry-information.is-show {
  display: block;
}
@media print, (min-width: 768px) {
  .table-entry-information {
    margin-bottom: 64px;
    padding: 34px 54px;
  }
  .table-entry-information .table-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 16px;
    min-height: 25px;
  }
  .table-entry-information .table-row:last-child {
    margin: 0;
  }
  .table-entry-information .label-common {
    width: 100%;
  }
  .is-tablet .table-entry-information .label-common .label-text {
    top: -0.5px;
  }
  .table-entry-information .table-heading {
    width: 116px;
    margin-right: 30px;
  }
  .table-entry-information .table-content {
    width: calc(100% - 146px);
    font-size: 0.16rem;
    line-height: 1.5;
    top: 2px;
  }
}
@media only screen and (max-width: 767.98px) {
  .table-entry-information {
    margin-bottom: 0.27rem;
    padding: 0.2rem 0.19rem 0.17rem;
  }
  .table-entry-information .table-row {
    margin-bottom: 0.16rem;
  }
  .table-entry-information .table-row:last-child {
    margin-bottom: 0;
  }
  .table-entry-information .table-heading {
    margin-bottom: 0.05rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .table-entry-information .table-content {
    font-size: 0.15rem;
    line-height: 1.6;
  }
}
/*# sourceMappingURL=entry.css.map */