.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin: 20px 0;
  padding: 15px;
  background-color: #3a3a3a;
  border-radius: 4px;
}
.pagination-total {
  font-weight: bold;
  color: #fff;
  margin-right: 15px;
}
.pagination-prev, .pagination-next {
  display: inline-block;
  padding: 6px 12px;
  background-color: #555;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-size: 14px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.pagination-prev:hover, .pagination-next:hover {
  background-color: #f60;
  color: #fff;
}
.pagination-prev.disabled, .pagination-next.disabled {
  background-color: #444;
  color: #888;
  cursor: not-allowed;
  pointer-events: none;
}
.pagination-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination-num {
  display: inline-block;
  min-width: 32px;
  padding: 6px 10px;
  background-color: #555;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border-radius: 4px;
  font-size: 14px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.pagination-num:hover {
  background-color: #f60;
  color: #fff;
}
.pagination-num.current {
  background-color: #f60;
  color: #fff;
  font-weight: bold;
}
.pagination-ellipsis {
  color: #aaa;
  padding: 0 5px;
}

.table-search {
  color: #fff;
  width: 100%;
  height: auto;
  background-color: #f60;
  margin: 0 auto 8px auto;
  padding: 10px 20px;
  text-align: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.table-search .td-search01,
.table-search .td-search02 {
  font-weight: bold;
  padding-left: 10px;
}
.table-search .td-search02 form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.table-search select,
.table-search option {
  background-color: #e5e5e5;
  color: #333;
  margin: 8px 0;
  padding: 4px 8px;
  border-radius: 4px;
  border: #a5a5a5 1px solid;
}
.table-search input.submit {
  color: #fff;
  background-color: #727272;
  margin: 8px 0;
  padding: 4px 12px;
  text-align: center;
  border: #fff 1px solid;
  border-radius: 4px;
  cursor: pointer;
}
.table-search input.submit:hover {
  background-color: #555;
}
.table-search input.reset {
  color: #fff;
  background-color: #bdc0c8;
  margin: 8px 0;
  padding: 4px 12px;
  text-align: center;
  border: #fff 1px solid;
  border-radius: 4px;
  cursor: pointer;
}
.table-search input.reset:hover:not(:disabled) {
  background-color: #999;
}
.table-search input.reset:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.td-car-h {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  font-weight: bold;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.td-car-h .td-list-carno {
  width: 20%;
  min-width: 80px;
  background-color: #f60;
  text-align: center;
  margin: 0;
  padding: 8px 6px;
  font-size: 0.85em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.td-car-h .td-list-carname {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  text-align: start;
  margin: 0;
  padding: 8px 15px;
  border: none;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.td-car-h .td-list-buttom {
  width: 80px;
  margin: 0;
  padding: 8px 6px;
  text-align: center;
  background-color: #7e7e7e;
  font-size: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.td-car-h .td-list-buttom a {
  color: #fff;
  text-decoration: none;
}
.td-car-h .td-list-buttom a:hover {
  color: #f60;
}

.table-container {
  width: 100%;
  height: auto;
  margin: 10px auto;
  padding: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.table-container .td-list-pic {
  text-align: start;
  margin: 10px 0;
  padding: 0;
  width: 250px;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.table-container .td-list-pic img {
  max-width: 100%;
  height: auto;
}
.table-container .td-list-pic > a {
  position: relative;
  display: block;
}
.table-container .td-list-data {
  width: 400px;
  max-width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: 140px 1fr;
  grid-template-rows: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.table-container .td-list-data .td-list-price01 {
  width: 100%;
  height: auto;
  background-color: #7e7e7e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: 0;
  padding: 8px;
  font-weight: bold;
  border-bottom: 1px dotted #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.table-container .td-list-data .td-list-price02 {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: end;
  margin: 0;
  padding: 8px;
  border-bottom: 1px dotted #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.table-container .table-image,
.table-container .table-image-comment {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.car-container02 {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: start;
  margin: 10px 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.car-container02 .car-detail-grid {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin: 10px 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.car-container02 .car-detail-grid .td-list-detail01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background-color: #7e7e7e;
  border-bottom: 1px dotted #fff;
  border-left: 1px solid #fff;
  margin: 0;
  padding: 8px 4px;
  font-size: 0.9em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.car-container02 .car-detail-grid .td-list-detail01:nth-child(-n+4) {
  border-top: 1px dotted #fff;
}
.car-container02 .car-detail-grid .td-list-detail02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: start;
  border-bottom: 1px dotted #fff;
  margin: 0;
  padding: 8px;
  font-size: 0.9em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-all;
}
.car-container02 .car-detail-grid .td-list-detail02:nth-child(-n+4) {
  border-top: 1px dotted #fff;
}

.table-list-comment {
  width: 100%;
  height: auto;
  text-align: start;
  margin: 15px 0;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.6;
}

.td-list-comment2 {
  color: #e7e7e7;
  padding: 10px;
  margin-top: 10px;
}

.detail-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
  margin: 20px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.detail-buttons img {
  height: 30px;
  width: auto;
}

.btn-inquiry,
.btn-back {
  display: inline-block;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.btn-inquiry:hover,
.btn-back:hover {
  opacity: 0.8;
}

.detail-images {
  width: 100%;
  margin: 20px 0;
}

.detail-image-item {
  margin-bottom: 20px;
  text-align: center;
}
.detail-image-item img {
  max-width: 100%;
  height: auto;
  border: 1px solid #444;
}

.detail-image-comment {
  margin-top: 8px;
  padding: 5px 10px;
  color: #e7e7e7;
  font-size: 0.9em;
  text-align: center;
}

.no-data {
  text-align: center;
  padding: 50px 20px;
}
.no-data p {
  font-size: 1.1em;
  margin-bottom: 20px;
}

.btn-back-link {
  display: inline-block;
  padding: 10px 30px;
  background-color: #f60;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.btn-back-link:hover {
  background-color: #e55;
}

.price_dsp_img_ask {
  position: absolute;
  top: 24%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  right: -7%;
}

.price_dsp_img_sold {
  position: absolute;
  top: 38px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 30%;
  right: -37px;
}

.price_dsp_img_talk {
  position: absolute;
  top: 38px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 30%;
  right: -37px;
}

img.price_dsp_img_talk.nophoto,
img.price_dsp_img_sold.nophoto {
  top: 30%;
  left: 140%;
}

.table-copyright {
  width: 100%;
  max-width: 700px;
  border-top: 1px solid #666666;
}

.td-copyright {
  font-size: 10px;
  text-align: right;
}

.table-mail {
  width: 100%;
  height: auto;
  margin: 10px auto;
  padding: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.table-mail .table-return {
  width: 100%;
  height: auto;
  margin: 10px auto;
  padding: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.table-mail .table-return .table-sdata-main03 {
  width: 100%;
  height: auto;
  margin: 10px auto;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.table-mail .table-return .table-sdata-main03 .td-sdata-comment,
.table-mail .table-return .table-sdata-main03 .td-sdata-line,
.table-mail .table-return .table-sdata-main03 .td-sdata-line2,
.table-mail .table-return .table-sdata-main03 .table-mail-error,
.table-mail .table-return .table-sdata-main03 .td-mail-error {
  text-align: center;
}
.table-mail .table-return .table-sdata-main03 .td-mail-message {
  text-align: start;
  font-weight: bold;
}
.table-mail .table-return .table-sdata-main03 .td-mail-top {
  font-weight: bold;
  margin: 0 auto;
  padding: 10px;
  text-align: start;
}

.u-car-contact {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.u-car-contact h3 {
  background-color: #f60;
  color: #fff;
  font-size: 1.25em;
  padding: 10px 15px;
  margin: 20px 0 0 0;
  border-radius: 4px 4px 0 0;
}
.u-car-contact .form-intro {
  background-color: #4a4a4a;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 4px;
  line-height: 1.8;
}
.u-car-contact .form-intro ol {
  margin: 0;
  padding-left: 20px;
}
.u-car-contact .form-intro li {
  margin-bottom: 5px;
}
.u-car-contact form {
  width: 100%;
}
.u-car-contact dl {
  width: 100%;
  height: auto;
  margin: 20px auto;
  padding: 0;
  text-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.u-car-contact dl dt {
  width: 25%;
  height: auto;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 15px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.u-car-contact dl dt .required {
  color: red;
  font-weight: bold;
  margin-left: 5px;
}
.u-car-contact dl dd {
  width: 75%;
  height: auto;
  text-align: start;
  color: #fff;
  padding: 15px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.6;
}
.u-car-contact dl dd.confirm-value {
  background-color: #2a2a2a;
}
.u-car-contact input[type=text],
.u-car-contact input[type=email],
.u-car-contact input[type=tel],
.u-car-contact textarea,
.u-car-contact select {
  width: 100%;
  max-width: 400px;
  padding: 10px;
  font-size: 1em;
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.u-car-contact input[type=text]:focus,
.u-car-contact input[type=email]:focus,
.u-car-contact input[type=tel]:focus,
.u-car-contact textarea:focus,
.u-car-contact select:focus {
  outline: none;
  border-color: #f60;
  -webkit-box-shadow: 0 0 5px rgba(255, 102, 0, 0.3);
          box-shadow: 0 0 5px rgba(255, 102, 0, 0.3);
}
.u-car-contact textarea {
  min-height: 120px;
  resize: vertical;
}
.u-car-contact textarea.form-mail02 {
  min-height: 60px;
}
.u-car-contact input.form-mail03 {
  max-width: 200px;
}
.u-car-contact .radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.u-car-contact .radio-group label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  cursor: pointer;
}
.u-car-contact input[type=radio] {
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.u-car-contact .car-info {
  background-color: #4a4a4a;
  padding: 10px 15px;
  border-radius: 4px;
  line-height: 1.8;
}
.u-car-contact .form-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  padding: 30px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.u-car-contact input[type=submit],
.u-car-contact button[type=submit] {
  padding: 12px 40px;
  font-size: 1.1em;
  font-weight: bold;
  color: #fff;
  background-color: #f60;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.u-car-contact input[type=submit]:hover,
.u-car-contact button[type=submit]:hover {
  background-color: #e55500;
}
.u-car-contact input[type=submit].btn-back,
.u-car-contact button[type=submit].btn-back {
  background-color: #666;
}
.u-car-contact input[type=submit].btn-back:hover,
.u-car-contact button[type=submit].btn-back:hover {
  background-color: #555;
}
.u-car-contact button.btn-back {
  background-color: #666;
}
.u-car-contact button.btn-back:hover {
  background-color: #555;
}
.u-car-contact .back-link {
  text-align: right;
  padding: 15px 0;
}
.u-car-contact .back-link a {
  color: #f60;
  text-decoration: none;
}
.u-car-contact .back-link a:hover {
  text-decoration: underline;
}
.u-car-contact .error-message {
  background-color: #ff4444;
  color: #fff;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 4px;
  font-weight: bold;
}
.u-car-contact .confirm-message {
  background-color: #4a4a4a;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 4px;
  font-weight: bold;
}
.u-car-contact .complete-message {
  text-align: center;
  padding: 40px 20px;
}
.u-car-contact .complete-message p {
  font-size: 1.2em;
  margin-bottom: 20px;
}
.u-car-contact .complete-message .btn-back-to-list {
  display: inline-block;
  padding: 12px 30px;
  font-size: 1em;
  color: #fff;
  background-color: #666;
  text-decoration: none;
  border-radius: 4px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.u-car-contact .complete-message .btn-back-to-list:hover {
  background-color: #555;
}
.u-car-contact .btn-back-to-list {
  display: inline-block;
  padding: 12px 30px;
  font-size: 1em;
  color: #fff;
  background-color: #666;
  text-decoration: none;
  border-radius: 4px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.u-car-contact .btn-back-to-list:hover {
  background-color: #555;
}
.u-car-contact .td-mail-title {
  width: 180px;
  min-width: 180px;
  background-color: #5a5a5a;
  color: #fff;
  font-weight: bold;
  padding: 15px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #444;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.u-car-contact .td-mail-comment1,
.u-car-contact .td-mail-comment2,
.u-car-contact .td-mail-comment3,
.u-car-contact .td-mail-comment4 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  background-color: #3a3a3a;
  color: #fff;
  padding: 15px;
  margin: 0;
  border-bottom: 1px solid #444;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.6;
  text-align: left;
}
.u-car-contact .td-mail-bottom {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  padding: 30px 0;
  background-color: transparent;
  border: none;
}
.u-car-contact .td-mail-top {
  background-color: #4a4a4a;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 4px;
  font-weight: bold;
}

.table-mail-error {
  background-color: #ff4444;
  color: #fff;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 4px;
}
.table-mail-error .td-mail-error {
  font-weight: bold;
}

.table-return {
  text-align: right;
  padding: 15px 0;
}

@media screen and (max-width: 768px) {
  .table-search {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 10px 15px;
  }
  .table-search .td-search01 {
    width: 100%;
    text-align: center;
    padding: 5px 0;
    margin-bottom: 10px;
  }
  .table-search .td-search02 {
    width: 100%;
    padding: 0;
  }
  .table-search .td-search02 form {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .pagination {
    padding: 10px;
    gap: 5px;
  }
  .pagination-total {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .pagination-prev, .pagination-next {
    padding: 5px 10px;
    font-size: 12px;
  }
  .pagination-num {
    min-width: 28px;
    padding: 5px 8px;
    font-size: 12px;
  }
  .td-car-h {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .td-car-h .td-list-carno {
    font-size: 0.8em;
    padding: 6px 4px;
  }
  .td-car-h .td-list-carname {
    width: calc(75% - 70px);
    padding: 6px 10px;
    font-size: 0.9em;
  }
  .td-car-h .td-list-buttom {
    font-size: 0.85em;
    padding: 6px 4px;
  }
  .table-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .table-container .td-list-pic {
    width: 100%;
    max-width: 300px;
    text-align: center;
    margin: 0 auto;
  }
  .table-container .td-list-data {
    width: 95%;
    height: auto;
    display: grid;
    grid-template-rows: auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    gap: 0px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .table-container .td-list-data .td-list-price01 {
    font-size: 0.9em;
    padding: 6px;
  }
  .table-container .td-list-data .td-list-price02 {
    font-size: 0.9em;
    padding: 6px;
  }
  .car-container02 {
    width: 95%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: start;
    margin: 0 auto 10px auto;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .car-container02 .car-detail-grid {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(11, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin: 10px 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .car-container02 .car-detail-grid .td-list-detail01 {
    border-bottom: 1px dotted #fff;
    border-left: none;
  }
  .car-container02 .car-detail-grid .td-list-detail01:nth-child(-n+4) {
    border-top: none;
  }
  .car-container02 .car-detail-grid .td-list-detail02 {
    border-bottom: 1px dotted #fff;
  }
  .car-container02 .car-detail-grid .td-list-detail02:nth-child(-n+4) {
    border-top: none;
  }
  .price_dsp_img_ask,
  .price_dsp_img_talk,
  img.price_dsp_img_talk.nophoto {
    top: 38px;
  }
  .price_dsp_img_sold,
  img.price_dsp_img_sold.nophoto {
    top: 38px;
  }
  .detail-buttons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .u-car-contact h3 {
    width: 100%;
    height: auto;
  }
  .u-car-contact .form-intro {
    width: 100%;
    height: auto;
  }
  .u-car-contact .form-intro ol {
    width: 100%;
    height: auto;
  }
  .u-car-contact dl {
    width: 95%;
    height: auto;
    margin: 10px auto;
    padding: 0;
    text-align: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .u-car-contact dl dt {
    width: 100%;
    height: auto;
    margin: 6px auto 0 auto;
    padding: 6px;
  }
  .u-car-contact dl dd {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 6px;
  }
  .table-search {
    width: 95%;
    height: auto;
    margin: 0 auto 8px auto;
    padding: 6px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 0.8em;
  }
  .table-search .td-search02 form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
  }
  .table-search select,
  .table-search option {
    margin: 4px 0;
    padding: 2px 6px;
    font-size: 1em;
  }
  .table-search input.submit {
    margin: 4px 0;
    padding: 2px 6px;
  }
  .table-search input.reset {
    margin: 4px 0;
    padding: 2px 6px;
  }
  .td-car-h {
    width: 95%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    font-weight: bold;
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .td-car-h .td-list-carno {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 4px 3px;
    font-size: 0.85em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .td-car-h .td-list-carname {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 4px 3px;
    font-size: 0.85em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .td-car-h .td-list-buttom {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 4px 3px;
    font-size: 0.85em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}/*# sourceMappingURL=u-car_index.css.map */