@charset "utf-8";

.act-table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #dfdfdf;
}

.act-table th,
.act-table td {
  font-size: 1.4rem;
  vertical-align: middle;
  padding: .5em 1em;
  border-bottom: 1px solid #dfdfdf;
}

.act-table th {
  text-align: center;
  font-weight: bold;
  background: #f7f6f2;
  width: 8em;
}

.list-txt li {
  text-indent: -1em;
  padding-left: 1em;
}


@media screen and (min-width: 769px) {

  a[href^="tel:"] {
    pointer-events: none;
    color: inherit;
    text-decoration: none;
    display: inline-block;
  }

  .act-table th {
    width: 12em;
  }

}