body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
}

p {
  margin: 0;
}

.list-header {
  background-color: #333333;
  width: 100%;
  text-align: center;
  padding: 23px 0 28px 0;
}

.header-box {
  display: inline-block;
}

.header-box p {
  font-size: 25px;
  color: white;
}

.header-img {
  position: relative;
}

.header-img img {
  position: absolute;
  top: -50px;
  right: 400px;
}

.list-table {
  width: 1000px;
  margin: 50px auto;
  font-size: 13px;
  border-collapse: collapse;
}

.list-table th {
  background-color: #333333;
  color: white;
  font-weight: normal;
  text-align: center;
  border: 1px solid #ddd;
  padding: 10px 0;
}

.list-table td {
  padding: 10px 0 10px 6px;
  border: 1px solid #ddd;
}

.list-even {
  background-color: #f2f2f2;
}

.number {
  text-align: center;
  padding: 10px 0;
}

@media screen and (max-width: 960px) {
  .scroll {
    overflow-x: auto;
  }

  .header-img img {
    right: 90px;
  }
}

@media screen and (max-width: 480px) {
  .header-img img {
    top: -20px;
    right: 10px;
    width: 60px;
  }

}

@media (min-width: 751px) {
  a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: black;
  }
  }
