@charset "UTF-8";
/* ============================================================= *

Compare

* ============================================================= */
*,
*:before,
*:after {
  box-sizing: border-box;
}

img {
  display: block;
  max-width: 100%;
}

html {
  height: 100%;
  margin: 0;
  padding: 0;
  text-underline-position: under;
  font-size: 62.5%;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #333;
  letter-spacing: .03em;
  font-size: 1.5rem;
  font-family: "Lato", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-feature-settings: "palt";
  line-height: 1.75;
  -webkit-text-size-adjust: 100%;
}

.l-main {
  padding: 0 5%;
}

font {
  color: inherit;
}

.l-footer {
  padding: 1em;
  background: #333;
  color: #fff;
  text-align: center;
  font-size: 12px;
}

.l-footer__copyright {
  margin-top: .5em;
}

/* COMMON-UCAR-compare
=============================== */
.COMMON-UCAR-compare {
  padding: 7rem 0;
  color: #333;
  font-size: 1.5rem;
  line-height: 1.75;
}

.COMMON-UCAR-compare img {
  max-width: 100%;
}

.COMMON-UCAR-compare__head {
  margin-bottom: 3rem;
}

.COMMON-UCAR-compare__foot {
  display: flex;
  justify-content: center;
  margin-top: 7rem;
}

/* COMMON-UCAR-compare-title
=============================== */
.COMMON-UCAR-compare-title {
  margin-bottom: 5.2rem;
  text-align: center;
}

.COMMON-UCAR-compare-title__main {
  /* -0.375em for line-height offset */
  margin-top: -.375em;
  margin-bottom: -.375em;
  font-size: 2.6rem;
}

.COMMON-UCAR-compare-title__sub {
  /* -0.375em for line-height offset */
  margin-top: .91071em;
  margin-bottom: -.375em;
  font-size: 1.4rem;
}

/* COMMON-UCAR-compare-count
=============================== */
.COMMON-UCAR-compare-count {
  padding: .375em 1em;
  border: 1px solid #ccc;
  background: #f4f4f4;
  text-align: center;
  letter-spacing: .1em;
  font-size: 1.6rem;
}

.COMMON-UCAR-compare-count em {
  font-weight: bold;
  font-size: 1.75em;
}

/* p-usedcar-list-sort
=============================== */
.p-usedcar-list-sort {
  display: flex;
  align-items: center;
  margin: 3.5rem 0;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .p-usedcar-list-sort {
    margin: 1rem 0 1.5em;
  }
}

.p-usedcar-list-sort__head {
  margin-right: 1em;
  padding: .5em 0;
}

.p-usedcar-list-sort__body select {
  padding: .5em 0;
  border: 0;
  color: currentColor;
  border-bottom: 1px solid #ccc;
}

/* COMMON-UCAR-compare-table
=============================== */
.COMMON-UCAR-compare-table {
  display: flex;
  width: 100%;
  border: 1px solid #ccc;
}

.COMMON-UCAR-compare-table__head {
  flex-shrink: 0;
  width: calc(6.5em + 30px);
  border-right: 1px solid #ccc;
}

.COMMON-UCAR-compare-table__body {
  position: relative;
  flex-grow: 1;
  overflow-x: auto;
}

.COMMON-UCAR-compare-table__inner {
  display: flex;
}

.COMMON-UCAR-compare-table-header {
  background: #f4f4f4;
  font-weight: bold;
}

.COMMON-UCAR-compare-table-list {
  flex-shrink: 0;
  width: 274px;
  max-width: 40vw;
  border-right: 1px solid #ccc;
  font-size: 1.3rem;
  line-height: 1.38462;
}

.COMMON-UCAR-compare-table-list:nth-child(2n) {
  background: #f4f4f4;
}

.COMMON-UCAR-compare-tile {
  padding: 11px 15px;
  font-size: 1.3rem;
  line-height: 1.38462;
}

.COMMON-UCAR-compare-tile + .COMMON-UCAR-compare-tile {
  border-top: 1px solid #ccc;
}

.COMMON-UCAR-compare-tile[data-tile="header"] {
  padding: 15px;
}

.COMMON-UCAR-compare-table-list .COMMON-UCAR-compare-tile[data-tile="price"] {
  color: #d80000;
  font-weight: bold;
}
.COMMON-UCAR-compare-table-list .COMMON-UCAR-compare-tile[data-tile="total"] {/*202309*/
  color: #d80000;
  font-weight: bold;
}

.COMMON-UCAR-compare-tile[data-tile="shop"] a {
  color: #cc0000;
}

.COMMON-UCAR-compare-tile[data-tile="shop"] a:hover {
  text-decoration: none;
}

.COMMON-UCAR-compare-name {
  margin: .5em 0;
  font-weight: bold;
  font-size: 1.6rem;
}

.COMMON-UCAR-compare-contact {
  margin-top: 2.5rem;
}

.COMMON-UCAR-compare-contact-button {
  display: flex;
  overflow: hidden;
  border-radius: .5rem;
  background: #cc0000;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 1.4rem;
  transition: opacity .2s ease-out;
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-compare-contact-button {
    flex-direction: column;
  }
}

.COMMON-UCAR-compare-contact-button__head {
  padding: 1em;
  background: #8f0000;
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-compare-contact-button__head {
    padding: .25em .75em;
  }
}

.COMMON-UCAR-compare-contact-button__body {
  display: flex;
  justify-content: center;
  flex-grow: 1;
  flex-wrap: wrap;
  padding: 1em;
}

.COMMON-UCAR-compare-contact-button__body span:not(:last-child):after {
  content: "\30fb";
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-compare-contact-button__body {
    padding: .5em .75em;
  }
}

.COMMON-UCAR-compare-contact-button:hover {
  opacity: .7;
}

.COMMON-UCAR-compare-delete {
  margin-top: 1em;
  text-align: right;
}

.COMMON-UCAR-compare-delete a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #333;
}

.COMMON-UCAR-compare-delete a:hover {
  text-decoration: none;
}

.COMMON-UCAR-compare-delete a > i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.1em;
  height: 1.1em;
  margin-right: .25em;
}

.COMMON-UCAR-compare-close button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18.21429em;
  height: 3.57143em;
  outline: none;
  color: currentColor;
  border: 1px solid #333;
  border-radius: 5px;
  background: transparent;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.4rem;
  cursor: pointer;
  transition: all .2s ease-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.COMMON-UCAR-compare-close button:hover {
  background: #333;
  color: #fff;
}
