.pattern__block {
    padding: 60px 0 100px;
}

.pattern__block article {
  margin-top: 200px;
}

@media (max-width: 480px) {
  .pattern__block article {
    margin-top: 100px;
  }
}

.pattern__block article:first-child {
  margin-top: 0;
}

.pattern__heading {
  text-align: center;
  margin-bottom: 60px;
}

@media (max-width: 525px) {
  .pattern__heading {
    margin-bottom: 40px;
  }
}

#price-body b {
  color: #f00;
  font-weight: normal;
}

#price-body table {
  width: 100%;
  margin: 32px auto;
  font-size: 1.4rem;
  border-collapse: collapse;
}

@media (max-width: 480px) {
#price-body table {
  font-size: 1.2rem;
}
}

#price-body table.prices {
  width: 100%;
}

#price-body table.notes,
#price-body table.prices {
  width: auto;
  margin: 24px auto;
}

#price-body table.notes tr td:first-of-type {
  color: var(--color-white);
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  background: #a69586;
}

#price-body table td {
  box-sizing: border-box;
  padding: 8px;
  border: 1px solid #d2cac2;
}

#price-body table.prices tr:first-of-type td,
#price-body table.implant tr:first-of-type td,
#price-body table.ortho tr td:first-of-type {
  text-align: center;
  vertical-align: middle;
  color: var(--color-white);
  background: #a69586;
}

#price-body table.prices tr td:nth-of-type(1) {
  text-align: center;
  width: 150px;
}

#price-body table.prices tr td:nth-of-type(2),
#price-body table.prices tr td:nth-of-type(3),
#price-body table.prices tr td:nth-of-type(4),
#price-body table.prices tr td:nth-of-type(5),
#price-body table.prices tr td:nth-of-type(6),
#price-body table.prices tr td:nth-of-type(10),
#price-body table.prices tr td:nth-of-type(11) {
  width: 30px;
  line-height: 1.1;
  text-align: center;
  word-break: break-all;
}

#price-body table.prices tr td:nth-of-type(7) {
  width: 100px;
  text-align: center;
}

#price-body table.prices img {
  width: 120px;
}

@media (min-width: 481px) {
  .sp {
    display: none !important;
  }
}

@media (max-width: 480px) {
  .scroll {
    overflow: auto;
    white-space: nowrap;
  }

  #price-body table.prices.img-half img {
    width: 49%;
    margin: 0 !important;
  }

  #price-body table.prices.img-half img+img {
    margin-left: 2% !important;
  }
}