/* .sales-data */
.sales-data #content section {
  margin: 0 0 40px;
}
.sales-data #content section p {
  margin: 0 0 20px;
}
.sales-data #content section .note {
  text-indent: -1em;
  padding-left: 1em;
}
.sales-data #content section ul li {
  position: relative;
  text-indent: 0em;
  padding-left: 1em;
  margin-bottom: 1em;
}
.sales-data #content section ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 10px;
  height: 5px;
  border-left: 2px solid #25af01;
  border-bottom: 2px solid #25af01;
  transform: rotate(-45deg);
}
.sales-data #content section table {
  width: 100%;
}
.sales-data #content section table td,
.sales-data #content section table th {
  padding: 10px;
  width: 33.3%;
}
.sales-data #content section table th {
  width: 30%;
}
.sales-data #content section table td {
  width: 30%;
}
.sales-data #content section table td:last-of-type {
  width: 40%;
}
.sales-data #content section table tfoot td {
  text-align: center;
}
.sales-data #content section.contact table tbody td:first-of-type {
  width: 60%;
}
.sales-data #content .sample-data {
  margin: 10px 0 20px;
  text-align: center;
}
.sales-data #content .sample-data a,
.sales-data #content .submit a,
.sales-data #content section.contact a {
  border: 1px solid #000;
  display: inline-block;
  padding: 6px 20px;
}
.sales-data #content .sample-data a {
  background-color: #393939;
  position: relative;
  font-size: 12px;
  font-weight: 900;
  width: 270px;
  padding: 15px 0;
  color: #fff;
  border: none;
}
.sales-data #content .sample-data a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(../images/common/arrows/book-cd-arrow_wh@2x.svg) 0 0 no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
@media screen and (max-width: 820px) {
  .sales-data #content .submit {
    width: 100%;
    display: block;
  }
  .sales-data #content .sample-data a {
    width: 100%;
    padding: 10px 0;
  }
}
.sales-data #content .submit {
  text-align: center;
}
.sales-data.order #content table {
  table-layout: fixed;
  width: 100%;
}
.sales-data.order #content table td,
.sales-data.order #content table th {
  border: 1px solid #000;
  padding: 10px;
}
.sales-data.order #content table th {
  font-weight: 400;
  white-space: nowrap;
}
.sales-data.order #content table.no-border td,
.sales-data.order #content table.no-border th {
  border: none;
  padding: 0;
}
.sales-data.order #content table input,
.sales-data.order #content table textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
}
.sales-data.order #content table .row {
  margin: 0 0 20px;
}
.sales-data.order #content table .row dl dt {
  border-bottom: 1px solid #000;
  margin: 0 0 10px;
  padding: 0 0 10px;
}
.sales-data.confirm #content table td,
.sales-data.confirm #content table th {
  border: 1px solid #000;
  padding: 10px;
}
.sales-data.confirm #content table th {
  font-weight: 400;
  white-space: nowrap;
}
.sales-data.confirm #content table.no-border td,
.sales-data.confirm #content table.no-border th {
  border: none;
  padding: 0;
}
/*.sales-data*/