@charset "utf-8";

ul.related-link {
  margin-top: 0.5em;
}

p.caption {
  text-align: left !important;
  font-size: 100% !important;
}

.photo img {
  padding: 2px;
  border: 1px solid #ccc;
  display: block;
}

.vehicle-list {
  display: block grid;
  row-gap: calc(24 * 1em / 16);
  padding-block-start: calc(24 * 1em / 16);
}

.vehicle-list__image {
  display: grid;
  place-items: center;
  border: 1px solid #ccc;
  text-align: center;
  padding: 2px 5px;
  aspect-ratio: 16/9;
  overflow: hidden;
}

.vehicle-list__image img {
  margin-inline: auto;
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
  transition: transform 0.5s ease-out;
}

.vehicle-list__image img:hover {
  transform: scale(1.1);
}

.vehicle-list__caption {
  margin-top: 0.5rem;
}

h4.mid-heading span {
  font-size: 93%;
  font-weight: normal;
}

.trans-area {
  padding-top: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 5%;
  line-height: 1.5;
}

.trans-area dt {
  display: flex;
  align-items: center;
  gap: 0.5ch;
  width: 15%;
  font-weight: 500;
}

.trans-area dt::before {
  content: '●';
  color: var(--secondary-color);
  font-size: 0.75rem;
}

.trans-area dd {
  width: 80%;
  letter-spacing: 0.1em;
}

/*
---------------2. コンテンツ中の営業問い合せBOX----------------------
*/

.sales-box-wrap {
  margin: 2em auto 0 auto;
  padding: 2px;
  border: 1px solid #ccc;
  text-align: center;
  width: 470px;
}
.sales-box {
  padding: 18px 15px 15px 15px;
  background: #f0f0dd url('../images/contactbox/bg_salesbox01.png') repeat-x 0 0;
}

/*
---------------3. ページ下部の営業問い合せBOX----------------------
*/

.bottom-contact-box {
  margin-top: 5rem;
  margin-inline: auto;
  padding: 0.8rem 1rem;
  border: 1px solid var(--border-color);
  text-align: center;
  width: 400px;
}

.bottom-contact-box__heading {
  padding-top: 1rem;
  color: var(--primary-color);
  font-weight: 700;
  font-size: 1.125rem;
}
.bottom-contact-box .content-tel {
  color: var(--point-red);
}
