<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ============================================================= *

search

* ============================================================= */

@media print {
  .l-header {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
}

/* COMMON-UCAR-search
=============================== */
.COMMON-UCAR-search {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 8rem;
  padding: 4rem;
  background: #f4f4f4;
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-search {
    left: 50%;
    width: calc(100vw - 8px*2);
    margin-bottom: 4rem;
    transform: translateX(-50%);
  }
}

.COMMON-UCAR-search *,
.COMMON-UCAR-search *:before,
.COMMON-UCAR-search *:after {
  box-sizing: border-box;
}

.COMMON-UCAR-search input,
.COMMON-UCAR-search select,
.COMMON-UCAR-search button {
  font-family: inherit;
}

.COMMON-UCAR-search img {
  display: block;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-search {
    padding: 35px 6.38889%;
  }
}

.COMMON-UCAR-search__body {
  width: 962px;
  max-width: 100%;
  margin: 0 auto;
}

.COMMON-UCAR-search__body + .COMMON-UCAR-search__body {
  margin-top: 1.6rem;
}

.COMMON-UCAR-search__foot {
  width: 962px;
  max-width: 100%;
  margin: 1em auto 0;
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-search__foot {
    margin-top: 30px;
  }
}

/* COMMON-UCAR-search-block
=============================== */
.COMMON-UCAR-search-block + .COMMON-UCAR-search-block {
  position: relative;
  margin-top: 3.5rem;
  padding-top: 3.5rem;
}

.COMMON-UCAR-search-block + .COMMON-UCAR-search-block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 100vw;
  height: 2px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #fff;
  transform: translateX(-50%);
}

.COMMON-UCAR-search-block__head {
  /* -0.375em for line-height offset */
  margin-top: -.375em;
  margin-bottom: .84722em;
  font-weight: bold;
  font-size: 1.8rem;
}

.COMMON-UCAR-search-block__body {
  max-width: 100%;
  margin: 0 auto;
}

.COMMON-UCAR-search-block__row.is-hide {
  display: none;
  padding: 3.8rem 0 2.4rem;
}

.COMMON-UCAR-search-block__row + .COMMON-UCAR-search-block__row {
  margin-top: 2em;
  padding-top: 2em;
  border-top: 1px solid #ccc;
}

.COMMON-UCAR-search-block__toggle {
  position: relative;
  display: flex;
  margin-top: 2.8rem;
}

.COMMON-UCAR-search-block__toggle:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 100vw;
  height: 1px;
  background: #ccc;
  transform: translateX(-50%);
}

.COMMON-UCAR-search-block-more {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  width: fit-content;
  padding: .30769em 1.53846em .92308em 2em;
  border: 1px solid #ccc;
  border-top-color: #f4f4f4;
  border-right: 0;
  border-radius: 0 0 5px 5px;
  background: #f4f4f4;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.4rem;
  cursor: pointer;
  transition: all .3s ease-out;
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-search-block-more {
    font-size: 12px;
  }
}

.COMMON-UCAR-search-block-more:hover {
  color: #cc0000;
}

.COMMON-UCAR-search-block-more._close {
  display: none;
}

.COMMON-UCAR-search-block-more:before {
  content: "";
  display: block;
  width: .5em;
  height: .5em;
  margin-right: .8em;
  margin-bottom: .30769em;
  border-right: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(45deg);
}

.COMMON-UCAR-search-block-more._close:before {
  margin-top: .30769em;
  transform: rotate(-135deg);
}

.COMMON-UCAR-search-block-more:after {
  content: "";
  position: absolute;
  right: 2px;
  bottom: -2px;
  display: block;
  width: 2em;
  height: 125%;
  border-right: 1px solid #ccc;
  border-radius: 0 0 5px 0;
  background: #f4f4f4;
  transform: rotate(30deg);
  transform-origin: bottom right;
}

/* COMMON-UCAR-search-area-label
=============================== */
.COMMON-UCAR-search-area-label {
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .1);
}

@media screen and (min-width: 768px) {
  .COMMON-UCAR-search-area-label {
    cursor: pointer;
    transition: opacity .1s;
  }
  .COMMON-UCAR-search-area-label:hover {
    opacity: .7;
  }
}

.COMMON-UCAR-search-area-label__image {
  overflow: hidden;
  width: 39.38053%;
  max-width: 90px;
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-search-area-label__image {
    width: 18.66667vw;
    max-width: none;
  }
}

.COMMON-UCAR-search-area-label__image img {
  position: relative;
  top: 0;
  left: 50%;
  width: auto;
  height: 100%;
  max-width: none;
  max-height: 90px;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-search-area-label__image img {
    width: 100%;
    height: auto;
  }
}

.COMMON-UCAR-search-area-label__body {
  display: flex;
  align-items: center;
  padding: .88235em .5em .88235em .88235em;
  font-weight: bold;
  font-size: 1.13333em;
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-search-area-label__body {
    font-size: 1em;
  }
}

.COMMON-UCAR-search-area-label__checkbox {
  width: 1.05882em;
  height: 1.05882em;
  margin-right: .41176em;
}

/* COMMON-UCAR-search-list
=============================== */
.COMMON-UCAR-search-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.COMMON-UCAR-search-list__item {
  width: calc(50% - 20px);
}

.COMMON-UCAR-search-list._wide .COMMON-UCAR-search-list__item {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-search-list__item {
    width: 100%;
  }
  .COMMON-UCAR-search-list__item:not(:first-child) {
    padding-top: 1.25em;
  }
}

/* COMMON-UCAR-search-item
=============================== */
.COMMON-UCAR-search-item {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 4rem;
  margin: 6px 0;
}

.COMMON-UCAR-search-list._wide .COMMON-UCAR-search-item {
  min-height: 0;
}

.COMMON-UCAR-search-list._wide .COMMON-UCAR-search-item:not(:first-child) {
  margin-top: 2.4rem;
  margin-bottom: 0;
}

.COMMON-UCAR-search-list._wide .COMMON-UCAR-search-item[data-name=capacity] {
  margin-top: 1.6rem;
}

@media screen and (max-width: 560px) {
  .COMMON-UCAR-search-list._wide .COMMON-UCAR-search-item {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-search-item {
    margin: 0;
  }
}

.COMMON-UCAR-search-item__head {
  flex-shrink: 0;
  width: 6.53333em;
  margin-top: .45833em;
  margin-bottom: auto;
  font-size: 1.5rem;
}

@media screen and (max-width: 1100px) {
  .COMMON-UCAR-search-item__head {
    width: 5em;
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-search-item__head {
    width: 6em;
    font-weight: bold;
    font-size: 13px;
  }
}

@media screen and (max-width: 560px) {
  .COMMON-UCAR-search-item__head {
    margin-top: auto;
    font-size: 11px;
  }
}

.COMMON-UCAR-search-list._wide .COMMON-UCAR-search-item__head {
  width: 9.33333em;
  margin-top: auto;
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-search-list._wide .COMMON-UCAR-search-item__head {
    margin-top: .2em;
  }
}

@media screen and (max-width: 560px) {
  .COMMON-UCAR-search-list._wide .COMMON-UCAR-search-item__head {
    margin-bottom: .5em;
  }
}

.COMMON-UCAR-search-item__body {
  flex-grow: 1;
  min-width: 0%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 20px;
}

.COMMON-UCAR-search-item__body input {
  display: block;
  margin: 0;
  border-color: #aaa;
  border-radius: 3px;
}

.COMMON-UCAR-search-item__body select {
  height: 40px;
  width: calc(50% - 15px);
  padding-right: 1em;
  padding-left: 1em;
  border: 0;
  border-radius: 3px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .1);
  font-size: 1.4rem;
}

@media screen and (max-width: 1100px) {
  .COMMON-UCAR-search-item__body select {
    font-size: 11px;
  }
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-search-item__body select {
    width: calc(53% - 15px);
    padding-right: .5em;
    padding-left: .5em;
    font-size: 13px;
  }
}

@media screen and (max-width: 560px) {
  .COMMON-UCAR-search-item__body select {
    font-size: 11px;
  }
}

.COMMON-UCAR-search-item__body select:first-child:last-child {
  min-width: 16.93333em;
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-search-item__body select:first-child:last-child {
    min-width: 75%;
  }
}

@media screen and (max-width: 560px) {
  .COMMON-UCAR-search-item__body select:first-child:last-child {
    width: auto;
  }
}

.COMMON-UCAR-search-item__body select:not(:first-child) {
  margin-left: .3em;
}

.COMMON-UCAR-search-item__body select:not(:last-child) {
  margin-right: .3em;
}

.COMMON-UCAR-search-item__body a {
  color: #333;
  font-size: .93333em;
}

.COMMON-UCAR-search-item__body a:hover {
  text-decoration: none;
}

.COMMON-UCAR-search-item__checkbox {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 1em);
  font-size: 1.3rem;
}

@media screen and (max-width: 560px) {
  .COMMON-UCAR-search-item__checkbox {
    font-size: 1.1rem;
  }
}

.COMMON-UCAR-search-item__checkbox &gt; li {
  width: 16.66667%;
  padding-right: 1em;
}

@media screen and (max-width: 1100px) {
  .COMMON-UCAR-search-item__checkbox &gt; li {
    width: 33.33333%;
  }
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-search-item__checkbox &gt; li {
    width: 50%;
  }
}

.COMMON-UCAR-search-item__checkbox &gt; li:first-child:last-child {
  width: auto;
}

.COMMON-UCAR-search-item__checkbox label {
  display: flex;
  align-items: center;
  min-height: 2.8rem;
}

.COMMON-UCAR-search-item__checkbox label &gt; input {
  order: -1;
  margin-right: .35em;
}

.COMMON-UCAR-search-item[data-name=color] .COMMON-UCAR-search-item__checkbox label:before {
  content: "\25cf";
  margin-right: .25em;
}

.COMMON-UCAR-search-item[data-name=color] .COMMON-UCAR-search-item__checkbox label[for=red]:before {
  color: red;
}

.COMMON-UCAR-search-item[data-name=color] .COMMON-UCAR-search-item__checkbox label[for=white]:before {
  color: white;
  text-shadow: 0px 0px 1px #000;
}

.COMMON-UCAR-search-item[data-name=color] .COMMON-UCAR-search-item__checkbox label[for=black]:before {
  color: black;
}

.COMMON-UCAR-search-item[data-name=color] .COMMON-UCAR-search-item__checkbox label[for=silver]:before {
  color: silver;
}

.COMMON-UCAR-search-item[data-name=color] .COMMON-UCAR-search-item__checkbox label[for=blue]:before {
  color: blue;
}

.COMMON-UCAR-search-item[data-name=color] .COMMON-UCAR-search-item__checkbox label[for=green]:before {
  color: green;
}

.COMMON-UCAR-search-item[data-name=color] .COMMON-UCAR-search-item__checkbox label[for=yellow]:before {
  color: #f8c62c;
}

.COMMON-UCAR-search-item[data-name=color] .COMMON-UCAR-search-item__checkbox label[for=orange]:before {
  color: orange;
}

.COMMON-UCAR-search-item[data-name=color] .COMMON-UCAR-search-item__checkbox label[for=brown]:before {
  color: brown;
}

.COMMON-UCAR-search-item[data-name=color] .COMMON-UCAR-search-item__checkbox label[for=beige]:before {
  color: #c8ae7a;
}

.COMMON-UCAR-search-item[data-name=color] .COMMON-UCAR-search-item__checkbox label[for=pink]:before {
  color: pink;
}

.COMMON-UCAR-search-item[data-name=color] .COMMON-UCAR-search-item__checkbox label[for=purple]:before {
  color: purple;
}

/* COMMON-UCAR-search-button
=============================== */
.COMMON-UCAR-search-button-block {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-search-button-block {
    justify-content: stretch;
    width: 100%;
  }
}

@media screen and (max-width: 560px) {
  .COMMON-UCAR-search-button-block {
    display: block;
    max-width: 280px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-search-button-block__item {
    min-width: calc(50% - 4px);
  }
}

.COMMON-UCAR-search-button-block__item:not(:first-child) {
  margin-left: 8px;
}

@media screen and (max-width: 560px) {
  .COMMON-UCAR-search-button-block__item:not(:first-child) {
    margin-top: 13px;
    margin-left: 0;
  }
}

.COMMON-UCAR-search-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18.66667em;
  height: 3.26667em;
  border: 0;
  border-radius: 5px;
  background: #cc0000;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  transition: opacity .2s ease-out;
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-search-button {
    width: 100%;
  }
}

.COMMON-UCAR-search-button:hover {
  opacity: .6;
}

.COMMON-UCAR-search-button._bg-gray {
  background: #909090;
}

.COMMON-UCAR-search-button &gt; i {
  width: 1em;
  margin-right: .6em;
}

/* ============================================================= *

list

* ============================================================= */
/* COMMON-UCAR-list
=============================== */
.COMMON-UCAR-list {
  margin-bottom: 6rem;
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-list {
    position: relative;
    left: 50%;
    width: calc(100vw - 8px*2);
    transform: translateX(-50%);
  }
}

.COMMON-UCAR-list:not(:first-child) {
  margin-top: 4rem;
}

.COMMON-UCAR-list *,
.COMMON-UCAR-list *:before,
.COMMON-UCAR-list *:after {
  box-sizing: border-box;
}

.COMMON-UCAR-list input,
.COMMON-UCAR-list select,
.COMMON-UCAR-list button {
  font-family: inherit;
}

.COMMON-UCAR-list__sort {
  margin-bottom: 3.5rem;
  padding-bottom: 2.3rem;
  border-bottom: 1px solid #ccc;
}

.COMMON-UCAR-list__head, .COMMON-UCAR-list__foot {
  display: flex;
  justify-content: space-between;
  margin: 3.5rem 0;
}

.COMMON-UCAR-list__head {
  align-items: center;
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-list__head {
    flex-direction: column;
    align-items: flex-end;
  }
}

.COMMON-UCAR-list__foot {
  align-items: flex-end;
  margin-top: 6rem;
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-list__foot {
    flex-direction: column-reverse;
    margin-top: 2.8rem;
  }
}

.COMMON-UCAR-list__foot:not(:has(.COMMON-UCAR-list-compare)) {
  justify-content: flex-end;
}

.COMMON-UCAR-list__grid {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  margin: -10px;
}

.COMMON-UCAR-list__grid &gt; * {
  width: calc(25% - 20px);
  margin: 10px;
}

@media screen and (max-width: 1100px) {
  .COMMON-UCAR-list__grid &gt; * {
    width: calc(50% - 20px);
  }
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-list__grid {
    width: 101.69014%;
    margin: -.84507% -.84507% -1.12676%;
  }
  .COMMON-UCAR-list__grid &gt; * {
    width: 48.33795%;
    margin: .83102% .83102% 1.10803%;
  }
}

/* COMMON-UCAR-list-sort
=============================== */
.COMMON-UCAR-list-sort {
  display: flex;
  align-items: center;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-list-sort {
    margin-bottom: 2.8rem;
  }
}

@media screen and (max-width: 560px) {
  .COMMON-UCAR-list-sort {
    width: 100%;
  }
}

.COMMON-UCAR-list-sort__head {
  margin-right: 1em;
  padding: .5em 0;
}

.COMMON-UCAR-list-sort__body {
  flex-grow: 1;
}

.COMMON-UCAR-list-sort__body select {
  width: 100%;
  padding: .5em 0;
  border: 0;
  border-bottom: 1px solid #ccc;
}

/* COMMON-UCAR-list-compare
=============================== */
@media screen and (max-width: 767px) {
  .COMMON-UCAR-list-compare {
    margin: 0 auto;
  }
}

.COMMON-UCAR-list-compare a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18.66667em;
  height: 3.26667em;
  border: 1px solid #333;
  border-radius: 5px;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.5rem;
  transition: all .1s ease-out;
  margin: 0 auto;
}

.COMMON-UCAR-list-compare a:before {
  content: "";
  display: block;
  width: .93333em;
  height: .66667em;
  margin-right: .66667em;
  background: url(../img/svg/menu.svg) 50% 50% no-repeat;
  background-size: .93333em .66667em;
}

.COMMON-UCAR-list-compare a:hover {
  background: #333;
  color: #fff;
}

.COMMON-UCAR-list-compare a:hover:before {
  background-image: url(../img/svg/menu-white.svg);
}

/* COMMON-UCAR-list-paging
=============================== */
.COMMON-UCAR-list-paging {
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-list__foot .COMMON-UCAR-list-paging {
    margin-bottom: 4rem;
  }
}

.COMMON-UCAR-list-paging__head {
  margin-bottom: .125em;
  font-size: .93333em;
}

.COMMON-UCAR-list-paging__body {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

@media screen and (max-width: 560px) {
  .COMMON-UCAR-list-paging__body {
    flex-direction: column;
    align-items: flex-end;
  }
}

.COMMON-UCAR-list-paging__current {
  text-align: right;
}

.COMMON-UCAR-list-paging__current em {
  color: #cc0000;
}

.COMMON-UCAR-list-paging__index {
  display: flex;
  margin-top: .5em;
  margin-bottom: .5em;
  font-size: 15px;
}

@media screen and (max-width: 560px) {
  .COMMON-UCAR-list-paging__index {
    margin-bottom: 0;
  }
}

.COMMON-UCAR-list-paging__index a {
  display: block;
  margin: 0 1px;
  padding: .125em .53333em;
  border-radius: .3rem;
  text-decoration: none;
  font-family: "Lato", "Lato", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  transition: all .2s ease-out;
}

.COMMON-UCAR-list-paging__index a:hover {
  background: #cc0000;
  color: #fff;
}

.COMMON-UCAR-list-paging__index a.is-disabled {
  color: #b1b1b1;
  pointer-events: none;
}

.COMMON-UCAR-list-paging__index a.is-current {
  color: #cc0000;
  pointer-events: none;
}

.COMMON-UCAR-list-paging__nav {
  display: flex;
  overflow: hidden;
  margin-top: .5em;
  margin-bottom: .5em;
  margin-left: .8rem;
  border: 1px solid #ccc;
  border-radius: .3rem;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, .08);
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-list-paging__nav {
    margin-bottom: 0;
  }
}

.COMMON-UCAR-list-paging__nav &gt; li:not(:first-child) {
  border-left: 1px solid #ccc;
}

.COMMON-UCAR-list-paging__nav a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: .225em 1em;
  text-decoration: none;
  transition: all .2s ease-out;
}

.COMMON-UCAR-list-paging__nav a:hover {
  background: #cc0000;
  color: #fff;
}

.COMMON-UCAR-list-paging__nav a._prev:before {
  content: "";
  display: block;
  width: .4em;
  height: .4em;
  margin-right: .75em;
  border-top: 1px solid;
  border-left: 1px solid;
  transform: rotate(-45deg) skew(-5deg, -5deg);
}

.COMMON-UCAR-list-paging__nav a._next:after {
  content: "";
  display: block;
  width: .4em;
  height: .4em;
  margin-left: .75em;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(45deg) skew(5deg, 5deg);
}

.COMMON-UCAR-list-paging__nav a.is-disabled {
  color: #b1b1b1;
  pointer-events: none;
}

/* COMMON-UCAR-list-card
=============================== */
.COMMON-UCAR-list-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1.53333em 1.26667em 1.66667em;
  border: 1px solid #ddd;
}

@media screen and (max-width: 560px) {
  .COMMON-UCAR-list-card {
    padding: 1.6rem .6rem;
  }
}

.COMMON-UCAR-list-card__head {
  flex-grow: 1;
  padding-bottom: 1.2em;
  font-family: "Lato", "Lato", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.COMMON-UCAR-list-card__body {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 0%;
}

.COMMON-UCAR-list-card__foot {
  position: relative;
  z-index: 2;
}

.COMMON-UCAR-list-card__foot:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: -1;
  display: block;
  width: calc(100% + 2.53333em);
  height: 100%;
  background: #f4f4f4;
  transform: translateX(-50%);
}

.COMMON-UCAR-list-card__name {
  /* -0.375em for line-height offset */
  margin-top: -.375em;
  margin-bottom: -.375em;
  font-weight: bold;
  font-size: 17px;
}

@media screen and (max-width: 560px) {
  .COMMON-UCAR-list-card__name {
    font-size: 14px;
  }
}

.COMMON-UCAR-list-card__type {
  display: flex;
  flex-wrap: wrap;
  /* -0.1em for line-height offset */
  margin-top: .66923em;
  margin-bottom: -.1em;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.2;
}

@media screen and (max-width: 560px) {
  .COMMON-UCAR-list-card__type {
    font-size: 11px;
  }
}

.COMMON-UCAR-list-card__type span:not(:last-child) {
  margin-right: .5em;
}

.COMMON-UCAR-list-card__image {
  min-height: 0%;
  margin-bottom: .66667em;
}

.COMMON-UCAR-list-card__image a {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 0;
  background: #333;
  transition: all .25s ease-out;
}

.COMMON-UCAR-list-card__image a:before {
  content: "MORE";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  font-family: "Lato", sans-serif;
  line-height: .8;
  opacity: 0;
  transition: all .25s ease-out;
  transform: translate3d(-50%, -40%, 0px);
}

.COMMON-UCAR-list-card__image a img {
  display: block;
  width: 100%;
  transition: all .25s ease-out;
}

.COMMON-UCAR-list-card__image a:hover {
  border-radius: 5px;
  transform: scale(.96);
}

.COMMON-UCAR-list-card__image a:hover:before {
  opacity: 1;
  transform: translate3d(-50%, -50%, 0px);
}

.COMMON-UCAR-list-card__image a:hover img {
  opacity: .6;
}

.COMMON-UCAR-list-card[data-360view=true] .COMMON-UCAR-list-card__image a:after {
  content: "";
  position: absolute;
  top: 8px;
  right: 8px;
  display: block;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background: url(../img/360view.png) 50% 50% no-repeat;
  background-size: contain;
  box-shadow: 0px 0px 8px 5px rgba(0, 0, 0, .08);
  pointer-events: none;
}

@media screen and (max-width: 560px) {
  .COMMON-UCAR-list-card[data-360view=true] .COMMON-UCAR-list-card__image a:after {
    top: 3px;
    right: 4px;
    width: 4rem;
    height: 4rem;
  }
}

.COMMON-UCAR-list-card__detail {
  display: table;
  width: 100%;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-list-card__detail {
    display: block;
  }
}

@media screen and (max-width: 560px) {
  .COMMON-UCAR-list-card__detail {
    font-size: 11px;
  }
}

.COMMON-UCAR-list-card__detail dl {
  display: table-row;
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-list-card__detail dl {
    display: flex;
    border-bottom: 1px solid #ccc;
  }
}

.COMMON-UCAR-list-card__detail dt,
.COMMON-UCAR-list-card__detail dd {
  display: table-cell;
  padding: .625em 0;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-list-card__detail dt,
  .COMMON-UCAR-list-card__detail dd {
    border-bottom: 0;
  }
}

.COMMON-UCAR-list-card__detail dt {
  width: 8.54545em;
  padding-right: 1em;
  font-size: 11px;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-list-card__detail dt {
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width: 560px) {
  .COMMON-UCAR-list-card__detail dt {
    width: 6.5em;
    padding-right: 1.25em;
  }
}

.COMMON-UCAR-list-card__detail dd {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-list-card__detail dd {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-list-card__detail dl[data-type="price"] {
    align-items: center;
  }
}

.COMMON-UCAR-list-card__detail dl[data-type="price"] dd em {
  display: inline-block;
  padding-top: .25em;
  font-size: 1.41667em;
  line-height: 1.23529;
}

.COMMON-UCAR-list-card__detail dl[data-type="total"] dd em,
.COMMON-UCAR-list-card__detail dl[data-type="base"] dd em,
.COMMON-UCAR-list-card__detail dl[data-type="expenses"] dd em {/*202309*/
  display: inline-block;
  padding-top: .25em;
  font-size: 1.41667em;
  line-height: 1.23529;
  font-style: normal;
}

@media screen and (max-width: 560px) {
  .COMMON-UCAR-list-card__detail dl[data-type="total"] dd em,
  .COMMON-UCAR-list-card__detail dl[data-type="base"] dd em,
  .COMMON-UCAR-list-card__detail dl[data-type="expenses"] dd em
  {/*202309*/
    font-size: 14px;
  }

  .COMMON-UCAR-list-card__detail dl[data-type="price"] dd em {
    font-size: 14px;
  }
}

.COMMON-UCAR-list-card__detail dl[data-type="price"] + dl[data-type=price] dd {
  color: #cc0000;
}

.COMMON-UCAR-list-card__detail dl[data-type="total"] {/*202309*/
  color: #cc0000;
}

.COMMON-UCAR-list-card__shop {
  margin-top: 1em;
  margin-bottom: auto;
  font-size: 11px;
}

@media screen and (max-width: 560px) {
  .COMMON-UCAR-list-card__shop {
    font-size: 10px;
  }
}

.COMMON-UCAR-list-card__shop span:after {
  content: "\ff1a";
  margin: 0 .25em;
}

.COMMON-UCAR-list-card__shop a {
  position: relative;
  z-index: 2;
  color: #cc0000;
  font-weight: bold;
}

.COMMON-UCAR-list-card__shop a:hover {
  text-decoration: none;
}

.COMMON-UCAR-list-card__button {
  width: 22rem;
  max-width: 100%;
  margin: 2rem auto 0;
}

.COMMON-UCAR-list-card__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2.76923em;
  border-radius: 5px;
  background: #cc0000;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
  transition: background .2s ease-out;
}

@media screen and (max-width: 560px) {
  .COMMON-UCAR-list-card__link {
    font-size: 12px;
  }
}

.COMMON-UCAR-list-card__link:hover {
  background: #333;
}

.COMMON-UCAR-list-card__compare {
  display: block;
  margin-top: 6px;
  cursor: pointer;
  transition: opacity .2s ease-out;
}

.COMMON-UCAR-list-card__compare:hover {
  opacity: .7;
}

.COMMON-UCAR-list-card__compare input {
  display: none;
}

.COMMON-UCAR-list-card__compare span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2.33333em;
  padding: .4em 0;
  border: 1px solid;
  border-radius: 5px;
  font-weight: bold;
  font-size: 12px;
}

@media screen and (max-width: 560px) {
  .COMMON-UCAR-list-card__compare span {
    font-size: 11px;
  }
}

.COMMON-UCAR-list-card__compare span + span {
  display: none;
  border-color: #ccc;
  background: #f4f4f4;
  color: #888;
}

.COMMON-UCAR-list-card__compare span + span:before {
  opacity: .64;
}

.COMMON-UCAR-list-card__compare span:before {
  content: "";
  display: block;
  width: 12px;
  height: 9px;
  margin-right: .5em;
  background: url(../img/svg/check.svg) 50% 50% no-repeat;
  background-size: 9px 12px;
}

.COMMON-UCAR-list-card__compare input:checked + span {
  display: none;
}

.COMMON-UCAR-list-card__compare input:checked + span + span {
  display: flex;
}

/* COMMON-UCAR-list-empty
=============================== */
.COMMON-UCAR-list-empty {
  text-align: center;
}

/* ============================================================= *

Detail

* ============================================================= */
/* COMMON-UCAR-detail
=============================== */
.COMMON-UCAR-detail {
  line-height: 1.75;
}

.COMMON-UCAR-detail *,
.COMMON-UCAR-detail *:before,
.COMMON-UCAR-detail *:after {
  box-sizing: border-box;
}

.COMMON-UCAR-detail input,
.COMMON-UCAR-detail select,
.COMMON-UCAR-detail button {
  font-family: inherit;
}

.COMMON-UCAR-detail img {
  display: block;
  max-width: 100%;
}

.COMMON-UCAR-detail__head {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-detail__head {
    position: relative;
    left: 50%;
    width: 100vw;
    margin-bottom: 0;
    transform: translateX(-50%);
  }
}

.COMMON-UCAR-detail__foot {
  margin-top: 4rem;
}

.COMMON-UCAR-detail__foot:not(:last-child) {
  margin-bottom: 8rem;
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-detail__foot:not(:last-child) {
    margin-bottom: 4rem;
  }
}

.COMMON-UCAR-detail__update {
  /* -0.375em for line-height offset */
  margin-top: -.375em;
  margin-bottom: .925em;
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-detail__update {
    padding-left: 3.2%;
  }
}

@media screen and (max-width: 560px) {
  .COMMON-UCAR-detail__update {
    font-size: 1rem;
  }
}

.COMMON-UCAR-detail__pageback {
  /* -0.375em for line-height offset */
  margin-top: -.375em;
  margin-bottom: .925em;
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-detail__pageback {
    padding-right: 3.2%;
  }
}

@media screen and (max-width: 560px) {
  .COMMON-UCAR-detail__pageback {
    font-size: 1rem;
  }
}

.COMMON-UCAR-detail__header {
  width: 100%;
}

/* COMMON-UCAR-detail-header
=============================== */
.COMMON-UCAR-detail-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.5rem 2.8rem;
  background: #f4f4f4;
  gap: 0 1em;
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-detail-header {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 3.2% 2.4rem;
  }

  .COMMON-UCAR-detail-header:not(:has(.COMMON-UCAR-detail-header__id)) {
    padding-top: 2.4rem;
  }
}

.COMMON-UCAR-detail-header__title {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: .75em 1em;
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-detail-header__title {
    flex-direction: column;
    align-items: flex-start;
  }
}

.COMMON-UCAR-detail-header__title ._name {
  /* -0.375em for line-height offset */
  margin-top: -.375em;
  margin-bottom: -.375em;
  font-weight: bold;
  font-size: 2.2rem;
}

@media screen and (max-width: 560px) {
  .COMMON-UCAR-detail-header__title ._name {
    font-size: 16px;
  }
}

.COMMON-UCAR-detail-header__title ._type {
  font-size: 1.5rem;
}

@media screen and (max-width: 560px) {
  .COMMON-UCAR-detail-header__title ._type {
    font-size: 12px;
  }
}

.COMMON-UCAR-detail-header__id {
  display: flex;
  padding-top: 1.00962em;
  padding-bottom: 1.00962em;
  padding-left: 2em;
  border-left: 1px solid #ccc;
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-detail-header__id {
    order: -1;
    margin-left: auto;
    padding: .5em 0;
    border-left: 0;
  }
}

@media screen and (max-width: 560px) {
  .COMMON-UCAR-detail-header__id {
    font-size: 1rem;
  }
}

.COMMON-UCAR-detail-header__data {
  display: none;
  margin-top: 1.6rem;
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-detail-header__data {
    display: block;
  }
}

/* COMMON-UCAR-detail-header-data
=============================== */
.COMMON-UCAR-detail-header-data {
  font-size: 12px;
}

.COMMON-UCAR-detail-header-data__item {
  display: flex;
  flex-wrap: wrap;
  /* -0.375em for line-height offset */
  margin-top: -.375em;
  margin-bottom: -.375em;
}

.COMMON-UCAR-detail-header-data__item + .COMMON-UCAR-detail-header-data__item {
  margin-top: .5em;
}

.COMMON-UCAR-detail-header-data__item &gt; dl {
  display: flex;
}

.COMMON-UCAR-detail-header-data__item &gt; dl:not(:last-child) {
  margin-right: 1em;
}

.COMMON-UCAR-detail-header-data__item &gt; dl &gt; dt:after {
  content: "\ff1a";
}

.COMMON-UCAR-detail-header-data__item &gt; dl &gt; dd em {
  color: #cc0000;
}
.COMMON-UCAR-detail-header-data__item &gt; dl.total {
  color: #cc0000;
}

/* COMMON-UCAR-detail-main
=============================== */
.COMMON-UCAR-detail-main {
  display: flex;
  justify-content: space-between;
}

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

.COMMON-UCAR-detail-main__image {
  flex-shrink: 0;
  width: 53.71622%;
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-detail-main__image {
    position: relative;
    left: 50%;
    width: 100vw;
    margin-bottom: 2.5rem;
    transform: translateX(-50%);
  }
}

.COMMON-UCAR-detail-main__data {
  width: 42.65203%;
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-detail-main__data {
    width: 100%;
  }
}

/* COMMON-UCAR-detail-gallery
=============================== */
.COMMON-UCAR-detail-gallery img {
  width: 100%;
}

.COMMON-UCAR-detail-gallery__foot {
  margin-top: 6px;
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-detail-gallery__foot {
    overflow-x: auto;
    margin-top: 3.2%;
    padding: 0 3.2%;
  }
}

.COMMON-UCAR-detail-gallery__image {
  position: relative;
}

.COMMON-UCAR-detail-gallery__canvas:not([data-show=gallery]) .COMMON-UCAR-detail-gallery__image {
  display: none;
}

.COMMON-UCAR-detail-gallery__index {
  position: absolute;
  top: 7px;
  right: 7px;
  display: flex;
  align-items: center;
  height: 2em;
  padding: 0 .5em;
  border-radius: 3px;
  background: #333;
  color: #fff;
  font-size: 13px;
  font-family: "Lato";
  opacity: .7;
}

@media screen and (max-width: 560px) {
  .COMMON-UCAR-detail-gallery__index {
    font-size: 11px;
  }
}

.COMMON-UCAR-detail-gallery__arrow {
  position: absolute;
  top: 50%;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 10px;
  transform: translateY(-50%);
  pointer-events: none;
}

.COMMON-UCAR-detail-gallery__arrow &gt; button {
  position: relative;
  display: block;
  width: 4rem;
  height: 4rem;
  outline: none;
  border: 0;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .06);
  transition: opacity .1s ease-out;
  pointer-events: auto;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.COMMON-UCAR-detail-gallery__arrow &gt; button:hover {
  opacity: .7;
}

.COMMON-UCAR-detail-gallery__arrow &gt; button span {
  display: none;
}

.COMMON-UCAR-detail-gallery__arrow &gt; button:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 4px;
  width: 0;
  height: 0;
  margin: auto;
  border-width: 5px 0 5px 13px;
  border-style: solid;
  border-color: transparent transparent transparent #cc0000;
}

.COMMON-UCAR-detail-gallery__arrow &gt; button:first-child:before {
  right: 4px;
  left: 0;
  border-width: 5px 13px 5px 0;
  border-color: transparent #cc0000 transparent transparent;
}

.COMMON-UCAR-detail-gallery__inside, .COMMON-UCAR-detail-gallery__outside {
  position: relative;
  width: 100%;
  padding-top: 56.13208%;
}

.COMMON-UCAR-detail-gallery__inside iframe, .COMMON-UCAR-detail-gallery__outside iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.COMMON-UCAR-detail-gallery__canvas:not([data-show=inside]) .COMMON-UCAR-detail-gallery__inside {
  display: none;
}

.COMMON-UCAR-detail-gallery__canvas:not([data-show=outside]) .COMMON-UCAR-detail-gallery__outside {
  display: none;
}

.COMMON-UCAR-detail-gallery__viewselect {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  background: #333;
  color: #fff;
}

.COMMON-UCAR-detail-gallery__button {
  display: block;
  width: 258px;
  max-width: 50%;
  padding: 0 4px;
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-detail-gallery__button {
    width: 50%;
  }
}

.COMMON-UCAR-detail-gallery__button input {
  display: none;
}

.COMMON-UCAR-detail-gallery__button span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3.9rem;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
}

.COMMON-UCAR-detail-gallery__button input:checked + span {
  background: #fff;
  color: #cc0000;
}

.COMMON-UCAR-detail-gallery__list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 4px);
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-detail-gallery__list {
    flex-wrap: nowrap;
    width: auto;
  }
}

.COMMON-UCAR-detail-gallery__item {
  width: 10%;
  padding-top: 4px;
  padding-right: 4px;
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-detail-gallery__item {
    min-width: 67px;
  }
}

.COMMON-UCAR-detail-gallery__item a {
  position: relative;
  display: block;
}

.COMMON-UCAR-detail-gallery__item a.is-current:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 3px solid #cc0000;
  background: rgba(204, 0, 0, .4);
}

.COMMON-UCAR-detail-gallery__item a img {
  display: block;
  width: 100%;
}

/* COMMON-UCAR-detail-price
=============================== */
.COMMON-UCAR-detail-price {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.COMMON-UCAR-detail-price__item {
  width: calc(50% - .9rem);
  padding-top: 2.1rem;
  border-top: .4rem solid #909090;
}

.COMMON-UCAR-detail-price__item._total, .COMMON-UCAR-detail-price__item._base, .COMMON-UCAR-detail-price__item._expenses {/*202309*/
  width: 31.5%;
}
.COMMON-UCAR-detail-price__item._total{/*202309*/
  border-top-color: #c50000;
  color: #c50000;
}

@media screen and (max-width: 560px) {
  .COMMON-UCAR-detail-price__item {
    border-top-width: 3px;
  }
}

.COMMON-UCAR-detail-price__item._strong {
  border-top-color: #c50000;
}

.COMMON-UCAR-detail-price__head {
  /* -0.375em for line-height offset */
  margin-top: -.375em;
  margin-bottom: .625em;
  font-size: 1.3rem;
}

@media screen and (max-width: 560px) {
  .COMMON-UCAR-detail-price__head {
    font-size: 1.1rem;
  }
}

.COMMON-UCAR-detail-price__body {
  font-weight: bold;
  font-size: 1.6rem;
}

@media screen and (max-width: 560px) {
  .COMMON-UCAR-detail-price__body {
    font-size: 1.2rem;
  }
}

.COMMON-UCAR-detail-price__item._strong .COMMON-UCAR-detail-price__body {
  color: #d80000;
}

.COMMON-UCAR-detail-price__body span {
  font-size: 21px;
  font-family: "Lato", sans-serif;
  line-height: .8;
}

.COMMON-UCAR-detail-price__body span em {
  font-size: 1.35714em;
}

.COMMON-UCAR-detail-price__notes {
  width: 100%;
  /* -0.375em for line-height offset */
  margin-top: .95833em;
  margin-bottom: -.375em;
  font-size: 1.2rem;
}

/* COMMON-UCAR-detail-question
=============================== */
.COMMON-UCAR-detail-question {
  position: relative;
  top: -2px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  margin-left: .3em;
  background: #909090;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 10px;
  line-height: 1;
  transition: opacity .1s ease-out;
}

.COMMON-UCAR-detail-question:hover {
  opacity: .7;
}

.COMMON-UCAR-detail-question span {
  display: none;
}

.COMMON-UCAR-detail-question:before {
  content: "\FF1F";
  font-weight: bold;
}

/* COMMON-UCAR-detail-spec
=============================== */
.COMMON-UCAR-detail-spec {
  display: flex;
  width: 100%;
  margin-top: 2.8rem;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 1.3rem;
  line-height: 20px;
}

@media screen and (max-width: 560px) {
  .COMMON-UCAR-detail-spec {
    margin-top: 1.3rem;
    font-size: 12px;
  }
}

.COMMON-UCAR-detail-spec__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  /* height: 6.6rem; */
  text-align: center;
}

.COMMON-UCAR-detail-spec__body {
  font-size: 13px;
  font-family: "Lato", "Lato", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.COMMON-UCAR-detail-spec__body em {
  font-weight: bold;
  font-size: 1.23077em;
}

@media screen and (max-width: 560px) {
  .COMMON-UCAR-detail-spec__body em {
    font-size: 14px;
  }
}

/* COMMON-UCAR-detail-contact
=============================== */
.COMMON-UCAR-detail-contact {
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 8.5rem;
  border-radius: 5px;
  background: #cc0000;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  line-height: 1.4;
  transition: opacity .1s ease-out;
}

@media screen and (max-width: 560px) {
  .COMMON-UCAR-detail-contact {
    font-size: 6.5rem;
  }
}

.COMMON-UCAR-detail-contact:not(:first-child) {
  margin-top: 2.5rem;
}

@media screen and (max-width: 560px) {
  .COMMON-UCAR-detail-contact:not(:first-child) {
    margin-top: 1.5rem;
  }
}

.COMMON-UCAR-detail-contact-container .COMMON-UCAR-detail-contact {
  width: 100%;
  height: 6.5rem;
  border-radius: 7px;
}

@media screen and (max-width: 560px) {
  .COMMON-UCAR-detail-contact-container .COMMON-UCAR-detail-contact {
    height: 40px;
  }
}

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

.COMMON-UCAR-detail-contact__head {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em;
  background: #8f0000;
  font-size: 1.4rem;
}

.COMMON-UCAR-detail-contact-container .COMMON-UCAR-detail-contact__head {
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-detail-contact-container .COMMON-UCAR-detail-contact__head {
    padding: 1em .75em;
  }
}

@media screen and (max-width: 560px) {
  .COMMON-UCAR-detail-contact-container .COMMON-UCAR-detail-contact__head {
    font-size: 1rem;
  }
}

.COMMON-UCAR-detail-contact__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  padding: 1em 2rem;
  font-size: 1.4rem;
}

@media screen and (max-width: 560px) {
  .COMMON-UCAR-detail-contact__body {
    font-size: 12px;
  }
}

.COMMON-UCAR-detail-contact__body em {
  font-size: 1.35714em;
}

@media screen and (max-width: 560px) {
  .COMMON-UCAR-detail-contact__body em {
    font-size: 16px;
  }
}

.COMMON-UCAR-detail-contact-container .COMMON-UCAR-detail-contact__body {
  flex-direction: row;
  font-size: 22px;
}

.COMMON-UCAR-detail-contact-container .COMMON-UCAR-detail-contact__body em {
  font-size: 22px;
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-detail-contact-container .COMMON-UCAR-detail-contact__body {
    padding: 1em;
    font-size: 18px;
  }
  .COMMON-UCAR-detail-contact-container .COMMON-UCAR-detail-contact__body em {
    font-size: 18px;
  }
}

@media screen and (max-width: 560px) {
  .COMMON-UCAR-detail-contact-container .COMMON-UCAR-detail-contact__body {
    font-size: 13px;
  }
  .COMMON-UCAR-detail-contact-container .COMMON-UCAR-detail-contact__body em {
    font-size: 13px;
  }
}

.COMMON-UCAR-detail-contact-container {
  position: fixed;
  right: 0;
  bottom: 1em;
  left: 0;
  visibility: hidden;
  width: 640px;
  max-width: 94.66667%;
  margin: 0 auto;
  opacity: 0;
  transition: all .3s ease-out;
  pointer-events: none;
  z-index: 3;
}

.COMMON-UCAR-detail-contact-container.is-show {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

@media print {
  .COMMON-UCAR-detail-contact-container {
    display: none;
  }
}

/* COMMON-UCAR-detail-compare
=============================== */
.COMMON-UCAR-detail-compare {
  display: flex;
  width: 100%;
  margin-top: 1rem;
  padding: 12px 6px;
  background: #f4f4f4;
}

@media screen and (max-width: 560px) {
  .COMMON-UCAR-detail-compare {
    margin-top: 1.5rem;
  }
}

.COMMON-UCAR-detail-compare__item {
  width: 50%;
  padding: 0 4px;
}

.COMMON-UCAR-detail-compare__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3.09091em;
  padding: .4em 0;
  outline: none;
  border: 1px solid;
  border-radius: 5px;
  color: currentColor;
  background: #fff;
  font-weight: bold;
  font-size: 11px;
  cursor: pointer;
  transition: opacity .1s ease-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.COMMON-UCAR-detail-compare__button:hover {
  opacity: .7;
}

.COMMON-UCAR-detail-compare__button:before {
  content: "";
  display: block;
  width: 14px;
  height: 11px;
  margin-right: .5em;
  background: url(../img/svg/menu.svg) 50% 50% no-repeat;
  background-size: 11px 14px;
}

.COMMON-UCAR-detail-compare__check {
  display: block;
  cursor: pointer;
  transition: opacity .1s ease-out;
}

.COMMON-UCAR-detail-compare__check:hover {
  opacity: .7;
}

.COMMON-UCAR-detail-compare__check input {
  display: none;
}

.COMMON-UCAR-detail-compare__check span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3.09091em;
  padding: .4em 0;
  border: 1px solid;
  border-radius: 5px;
  background: #fff;
  font-weight: bold;
  font-size: 11px;
}

.COMMON-UCAR-detail-compare__check span + span {
  display: none;
  border-color: #ccc;
  background: rgbba(#fff, .6);
  color: #888;
}

.COMMON-UCAR-detail-compare__check span + span:before {
  opacity: .64;
}

.COMMON-UCAR-detail-compare__check span:before {
  content: "";
  display: block;
  width: 12px;
  height: 9px;
  margin-right: .5em;
  background: url(../img/svg/check.svg) 50% 50% no-repeat;
  background-size: 9px 12px;
}

.COMMON-UCAR-detail-compare__check input:checked + span {
  display: none;
}

.COMMON-UCAR-detail-compare__check input:checked + span + span {
  display: flex;
}

/* COMMON-UCAR-detail-lead
=============================== */
.COMMON-UCAR-detail-lead {
  /* -0.5em for line-height offset */
  margin-top: -.5em;
  margin-bottom: -.5em;
  font-size: 1.5rem;
  line-height: 2;
}

@media screen and (max-width: 560px) {
  .COMMON-UCAR-detail-lead {
    font-size: 1.3rem;
  }
}

.COMMON-UCAR-detail-lead:not(:first-child) {
  margin-top: 1.5em;
}

/* COMMON-UCAR-detail-shop
=============================== */
.COMMON-UCAR-detail-shop {
  margin-top: 3rem;
  padding: 2.8rem 2rem;
  border: 1px solid #ccc;
}

@media screen and (max-width: 560px) {
  .COMMON-UCAR-detail-shop {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
    font-size: 2.5rem;
  }
}

.COMMON-UCAR-detail-shop__name {
  /* -0.375em for line-height offset */
  margin-top: -.375em;
  margin-bottom: .875em;
  font-weight: bold;
  font-size: 1.6rem;
}

@media screen and (max-width: 560px) {
  .COMMON-UCAR-detail-shop__name {
    font-size: 14px;
  }
}

.COMMON-UCAR-detail-shop__name a {
  color: #cc0000;
  text-decoration: underline;
}

.COMMON-UCAR-detail-shop__name a:hover {
  text-decoration: none;
}

.COMMON-UCAR-detail-shop__tel {
  display: flex;
  align-items: center;
  font-size: 30px;
  font-family: "Lato", sans-serif;
  line-height: .8;
}

@media screen and (max-width: 560px) {
  .COMMON-UCAR-detail-shop__tel {
    font-size: 26px;
  }
}

.COMMON-UCAR-detail-shop__tel a {
  color: #cc0000;
}

.COMMON-UCAR-detail-shop__tel:before {
  content: "";
  width: .5em;
  height: .8125em;
  margin-right: 1rem;
  background: url(../img/icon-tel.png) 50% 50% no-repeat;
  background-size: contain;
}

.COMMON-UCAR-detail-shop__data {
  display: flex;
  flex-wrap: wrap;
  /* -0.26923em for line-height offset */
  margin-top: 1.26923em;
  margin-bottom: -.26923em;
  font-size: 1.3rem;
  line-height: 1.53846;
}

@media screen and (max-width: 560px) {
  .COMMON-UCAR-detail-shop__data {
    font-size: 12px;
  }
}

.COMMON-UCAR-detail-shop__data &gt; *:not(:last-child) {
  margin-right: 1em;
}

.COMMON-UCAR-detail-shop__order {
  /* -0.375em for line-height offset */
  margin-top: 1.05357em;
  margin-bottom: -.375em;
  font-weight: bold;
  font-size: 1.4rem;
}

@media screen and (max-width: 560px) {
  .COMMON-UCAR-detail-shop__order {
    font-size: 1.2rem;
  }
}

/* COMMON-UCAR-detail-section
=============================== */
.COMMON-UCAR-detail-section:not(:first-child) {
  margin-top: 6rem;
}

@media screen and (max-width: 560px) {
  .COMMON-UCAR-detail-section:not(:first-child) {
    margin-top: 4rem;
  }
}

.COMMON-UCAR-detail-section .COMMON-UCAR-list {
  margin-top: 0 !important;
}

.COMMON-UCAR-detail-section__head {
  position: relative;
  /* -0.375em for line-height offset */
  margin-top: -.375em;
  margin-bottom: .40278em;
  padding-left: .88889em;
  font-weight: bold;
  font-size: 1.8rem;
}

@media screen and (max-width: 560px) {
  .COMMON-UCAR-detail-section__head {
    font-size: 15px;
  }
}

.COMMON-UCAR-detail-section__head:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 1.11111em;
  background: currentColor;
  transform: translateY(-50%);
}

/* COMMON-UCAR-detail-data
=============================== */
.COMMON-UCAR-detail-data {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  font-size: 1.5rem;
}

@media screen and (max-width: 560px) {
  .COMMON-UCAR-detail-data {
    font-size: 12px;
  }
}

.COMMON-UCAR-detail-data__item {
  display: flex;
  align-items: center;
  width: 100%;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.COMMON-UCAR-detail-data__item:nth-child(-n+9) {
  width: 33.33333%;
}

@media screen and (max-width: 1024px) {
  .COMMON-UCAR-detail-data__item:nth-child(-n+10) {
    width: 50%;
  }
}

.COMMON-UCAR-detail-data__head {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: 16rem;
  padding: 1em;
  border-right: 0;
  background: #f4f4f4;
  text-align: left;

  align-self: stretch;
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-detail-data__head {
    justify-content: center;
    width: 5.75em;
    padding-right: .25em;
    padding-left: .25em;
    text-align: center;
  }
}

.COMMON-UCAR-detail-data__body {
  flex-grow: 1;
  padding: .75em 1em;
  border-left: 0;
  text-align: left;
}

@media screen and (max-width: 560px) {
  .COMMON-UCAR-detail-data__body {
    padding-right: .5em;
    padding-left: .5em;
  }
}

.COMMON-UCAR-detail-data__body em {
  color: #cc0000;
}

/* COMMON-UCAR-detail-cartrim
=============================== */
.COMMON-UCAR-detail-cartrim {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-detail-cartrim {
    display: block;
  }
  .COMMON-UCAR-detail-cartrim tbody,
  .COMMON-UCAR-detail-cartrim tr,
  .COMMON-UCAR-detail-cartrim th,
  .COMMON-UCAR-detail-cartrim td {
    display: block !important;
    border: 0 !important;
  }
}

@media screen and (max-width: 560px) {
  .COMMON-UCAR-detail-cartrim {
    font-size: 12px;
  }
}

.COMMON-UCAR-detail-cartrim font {
  font-size: inherit !important;
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-detail-cartrim tr {
    margin-top: 1.66667em;
  }
}

.COMMON-UCAR-detail-cartrim th,
.COMMON-UCAR-detail-cartrim td {
  border: 1px solid #ccc;
  vertical-align: middle;
}

.COMMON-UCAR-detail-cartrim th {
  width: 16rem;
  padding: 1em;
  border-right: 0;
  background: #f4f4f4;
  text-align: left;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-detail-cartrim th {
    width: auto;
    /* -0.375em for line-height offset */
    margin-top: -.375em;
    margin-bottom: .29167em;
    padding: 0;
    background: none;
    font-weight: bold;
  }
}

.COMMON-UCAR-detail-cartrim th br {
  display: none;
}

.COMMON-UCAR-detail-cartrim td {
  padding: .75em 1em;
  border-left: 0;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-detail-cartrim td {
    padding: 0;
    border: 0;
  }
}

.COMMON-UCAR-detail-cartrim td em {
  color: #cc0000;
}

.COMMON-UCAR-detail-cartrim td &gt; ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-detail-cartrim td &gt; ul {
    margin: -3px;
  }
}

.COMMON-UCAR-detail-cartrim td &gt; ul &gt; li {
  display: block;
  margin: 3px;
  padding: .48214em 1em;
  border: 1px solid #ccc;
  letter-spacing: .03em;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-detail-cartrim td &gt; ul &gt; li {
    font-size: inherit;
  }
}

/* COMMON-UCAR-detail-print
=============================== */
.COMMON-UCAR-detail-print {
  text-align: center;
}

.COMMON-UCAR-detail-print:not(:first-child) {
  margin-top: 4rem;
}

.COMMON-UCAR-detail-print a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18.66667em;
  height: 3.33333em;
  margin: 0 auto;
  border: 1px solid #333;
  border-radius: 5px;
  background: transparent;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.5rem;
  cursor: pointer;
  transition: all .1s ease-out;
}

.COMMON-UCAR-detail-print a:hover {
  background: #333;
  color: #fff;
}

/* COMMON-UCAR-detail-caution
=============================== */
.COMMON-UCAR-detail-caution {
  font-size: 1.3rem;
}

.COMMON-UCAR-detail-caution:not(:first-child) {
  margin-top: 3.5rem;
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-detail-caution:not(:first-child) {
    margin-top: 2.8rem;
  }
}

.COMMON-UCAR-detail-caution li {
  padding: 0 0 0 1em;
  list-style-type: none;
  text-indent: -1em;
}

@media screen and (max-width: 560px) {
  .COMMON-UCAR-detail-caution {
    font-size: 1.1rem;
  }
}

/* COMMON-UCAR-detail-back
=============================== */
.COMMON-UCAR-detail-back {
  text-align: center;
}

.COMMON-UCAR-detail-back:not(:first-child) {
  margin-top: 4rem;
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-detail-back:not(:first-child) {
    margin-top: 3rem;
  }
}

.COMMON-UCAR-detail-back a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18.66667em;
  height: 3.33333em;
  margin: 0 auto;
  border: 1px solid #333;
  border-radius: 5px;
  background: transparent;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.5rem;
  cursor: pointer;
  transition: all .1s ease-out;
}

.COMMON-UCAR-detail-back a:hover {
  background: #333;
  color: #fff;
}

/* ============================================================= *

uselect

* ============================================================= */
/* COMMON-UCAR-uselect
=============================== */
.COMMON-UCAR-uselect {
  box-sizing: border-box;
  margin-top: 8rem;
  padding: 6.8rem 4.83871% 6rem;
  border: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-uselect {
    position: relative;
    left: 50%;
    width: calc(100vw - 8px*2);
    transform: translateX(-50%);
  }
}

.COMMON-UCAR-uselect *,
.COMMON-UCAR-uselect *:before,
.COMMON-UCAR-uselect *:after {
  box-sizing: border-box;
}

.COMMON-UCAR-uselect img {
  display: block;
  max-width: 100%;
}

.COMMON-UCAR-uselect__head {
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid #ccc;
}

.COMMON-UCAR-uselect__title {
  margin-bottom: 4rem;
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-uselect__title {
    margin-bottom: 3.4rem;
  }
}

.COMMON-UCAR-uselect__title img {
  margin: 0 auto;
}

.COMMON-UCAR-uselect__subtitle {
  /* -0.375em for line-height offset */
  margin-top: -.375em;
  margin-bottom: -.375em;
  text-align: center;
  font-size: 2.3rem;
}

.COMMON-UCAR-uselect__lead {
  /* -0.375em for line-height offset */
  margin-top: -.375em;
  margin-bottom: -.375em;
  text-align: center;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-uselect__lead {
    text-align: left;
    font-size: 1.3rem;
  }
}

.COMMON-UCAR-uselect__lead:not(:first-child) {
  margin-top: 1.95833em;
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-uselect__lead:not(:first-child) {
    margin-top: 1.625em;
  }
}

.COMMON-UCAR-uselect__lead:not(:last-child) {
  margin-bottom: 4rem;
}

.COMMON-UCAR-uselect__lead &gt; p {
  /* -0.36667em for line-height offset */
  margin-top: -.36667em;
  margin-bottom: -.36667em;
  line-height: 1.73333;
}

.COMMON-UCAR-uselect__lead &gt; p sup {
  vertical-align: super;
  font-size: 80%;
}

.COMMON-UCAR-uselect__lead &gt; p + p {
  margin-top: 1.35833em;
}

.COMMON-UCAR-uselect__lead &gt; p small {
  font-size: .86667em;
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-uselect__lead &gt; p br.u-tablet-none {
    display: none;
  }
}

.COMMON-UCAR-uselect-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.COMMON-UCAR-uselect-list__item {
  display: flex;
  flex-direction: column;
  width: calc(50% - 2rem);
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-uselect-list__item {
    width: 100%;
    margin-bottom: 4rem;
  }
}

.COMMON-UCAR-uselect-list__head {
  padding: 0 8.51064%;
  background: #595656;
}

.COMMON-UCAR-uselect-list__head img {
  max-width: 221px;
  margin: 0 auto;
}

.COMMON-UCAR-uselect-list__body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 3rem 8.51064%;
  background: #f4f4f4;
}

@media screen and (max-width: 560px) {
  .COMMON-UCAR-uselect-list__body {
    padding-right: 5.35714%;
    padding-left: 5.35714%;
  }
}

.COMMON-UCAR-uselect-list__main {
  display: flex;
  width: calc(100% + .9rem);
  min-height: 0%;
  margin-right: -.9rem;
}

.COMMON-UCAR-uselect-list__main &gt; li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc(33.33333% - .9rem);
  margin-right: .9rem;
  padding: 1.57143em .5em;
  border: 1px solid #ccc;
  background: #fff;
  text-align: center;
  font-size: 1.4rem;
}

.COMMON-UCAR-uselect-list__main &gt; li &gt; i {
  display: block;
  width: 50%;
  min-height: 0%;
}

.COMMON-UCAR-uselect-list__main &gt; li &gt; span {
  /* -0.375em for line-height offset */
  margin-top: .625em;
  margin-bottom: -.375em;
}

.COMMON-UCAR-uselect-list__sub {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  flex-wrap: wrap;
  min-height: 0%;
  margin: 6.3rem -.5rem -.5rem;
  font-size: 1.5rem;
}

.COMMON-UCAR-uselect-list__sub &gt; li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc(50% - 1rem);
  height: 6.46667em;
  margin: .5rem;
  background: #999;
  color: #fff;
}

.COMMON-UCAR-uselect-list__sub &gt; li &gt; i {
  width: 42.10526%;
  min-height: 0%;
}

.COMMON-UCAR-uselect-list__sub &gt; li &gt; span {
  /* -0.375em for line-height offset */
  margin-top: .625em;
  margin-bottom: -.375em;
}

.COMMON-UCAR-uselect-list__sub &gt; li &gt; span sup {
  vertical-align: super;
  font-size: 80%;
}

.COMMON-UCAR-uselect-list__sub:before, .COMMON-UCAR-uselect-list__sub:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: calc(100% + 3.2rem);
  left: 0;
  display: block;
  width: 2.8rem;
  height: .6rem;
  margin: 0 auto;
  background: #595656;
}

.COMMON-UCAR-uselect-list__sub:after {
  transform: rotate(90deg);
}

.COMMON-UCAR-uselect-list__foot {
  width: 100%;
  margin-top: 2rem;
}

/* COMMON-UCAR-uselect-notes
=============================== */
.COMMON-UCAR-uselect-notes {
  text-align: left;
  font-size: .86667em;
}

.COMMON-UCAR-uselect-notes:not(:first-child) {
  margin-top: 1.53846em;
}

.COMMON-UCAR-uselect-notes &gt; li {
  padding-left: 1em;
  text-indent: -1em;
}

.COMMON-UCAR-uselect-notes &gt; li + li {
  margin-top: .25em;
}

.COMMON-UCAR-uselect-notes &gt; li:before {
  content: "\203b";
}

.COMMON-UCAR-uselect-notes &gt; li._circle:before {
  content: "\25cf";
}

/* 車両状態証明書の表示（全販社） 
=============================== */

/* .COMMON-UCAR-detail-condition{
  display: none;
} */

.COMMON-UCAR-detail-info__sub{
  margin-top:2.5rem;
  display:grid;
  grid-template-rows: 1fr auto;
}
a.COMMON-UCAR-detail-condition:link,
a.COMMON-UCAR-detail-condition:visited,
a.COMMON-UCAR-detail-condition:active,
a.COMMON-UCAR-detail-condition:hover{
	color:#fff;
}
.COMMON-UCAR-detail-condition {
  /* display: none; */
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #333;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  padding: 1em 2rem;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  opacity: 1;
  position: relative;
}

.COMMON-UCAR-detail-condition:hover {
  opacity: .7;
}

.COMMON-UCAR-detail-condition:after {
  content: "";
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  display: block;
  width: 6px;
  height: 6px;
  margin: auto 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: transform .4s;
  transform: rotate(45deg);
}
@media screen and (max-width: 960px) {
.COMMON-UCAR-detail-condition:after {
  right: 1em;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;

}	
}

/* COMMON-UCAR-delete
=============================== */
.COMMON-UCAR-delete{
  text-align: center;
}
.COMMON-UCAR-delete__text{
  padding-bottom: 2em;
}
.COMMON-UCAR-delete__link{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22rem;
  height: 2.76923em;
  border-radius: 5px;
  background: #fff;
  border: 1px solid;
  text-decoration: none;
  font-weight: bold;
  transition: opacity .2s ease-out;
  margin: 0 auto; 
  text-decoration: none!important;
}
.COMMON-UCAR-delete__link:hover{
  opacity: .7;
}


/* ===============================
2023-09-25 メンテナンスここから
=============================== */

/* list */
 
body[data-usedcar="hidden"] .COMMON-UCAR-search {
  display: none !important;
}

body[data-usedcar="hidden"] .COMMON-UCAR-list &gt; * {
  display: none;
}

body[data-usedcar="hidden"] .COMMON-UCAR-list:before {
  content: "\305F\3060\3044\307E\30E1\30F3\30C6\30CA\30F3\30B9\4E2D\3067\3059";
  text-align: center;
  display: block !important;
} 

/* detail */

 body[data-usedcar="hidden"] .COMMON-UCAR-detail__head {
  display: none !important;
}

body[data-usedcar="hidden"] .COMMON-UCAR-detail__body &gt; * {
  display: none;
}

body[data-usedcar="hidden"] .COMMON-UCAR-detail__body:before {
  content: "\305F\3060\3044\307E\30E1\30F3\30C6\30CA\30F3\30B9\4E2D\3067\3059";
  text-align: center;
  display: block !important;
} 

/* ===============================
2023-09-25 メンテナンスここまで
=============================== */</pre></body></html>