/* ============================================================= *

search

* ============================================================= */
/* COMMON-UCAR-search
=============================== */
.COMMON-UCAR-search {
  position: relative;
  width: 1160px;
  max-width: 100%;
  margin: 0 auto;
  padding: 4rem 0 7rem;
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-search {
    padding: 1.25em 0 2.91667em;
  }
}

.COMMON-UCAR-search:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  display: block;
  width: 100vw;
  height: 100%;
  background: #f7f7f7;
  transform: translateX(-50%);
}

@media screen and (max-width: 1024px) {
  .COMMON-UCAR-search:after {
    width: 1024px;
  }
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-search:after {
    width: 105.6338%;
  }
}

.COMMON-UCAR-search__body + .COMMON-UCAR-search__body {
  margin-top: 1.6rem;
}

.COMMON-UCAR-search__foot {
  margin-top: 3rem;
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-search__foot {
    margin-top: 2.91667em;
  }
}

/* COMMON-UCAR-search-block
=============================== */
.COMMON-UCAR-search-block {
  overflow: hidden;
  padding: 2.33333em 4.31034%;
  border-radius: .8rem;
  background: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .03);
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-search-block {
    padding: 3rem 7.04225%;
    border-radius: .5rem;
  }
}

.COMMON-UCAR-search-block._separate {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1080px) {
  .COMMON-UCAR-search-block._separate {
    flex-direction: column;
  }
}

.COMMON-UCAR-search-block__area {
  flex-shrink: 0;
  width: 67.45283%;
}

@media screen and (max-width: 1080px) {
  .COMMON-UCAR-search-block__area {
    width: 100%;
  }
}

.COMMON-UCAR-search-block__netgallery {
  width: 29.15094%;
  padding-left: 3.11321%;
  border-left: 1px solid #e6e6e6;
}

@media screen and (max-width: 1080px) {
  .COMMON-UCAR-search-block__netgallery {
    width: 100%;
    margin-top: 2em;
    padding-top: 2em;
    padding-left: 0;
    border-top: 1px solid #e6e6e6;
    border-left: 0;
  }
}

.COMMON-UCAR-search-block__row.is-hide {
  display: none;
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-search-block__row {
    padding-top: 1.25em;
  }
}

.COMMON-UCAR-search-block__row + .COMMON-UCAR-search-block__row {
  margin-top: 2em;
  padding-top: 2em;
  border-top: 1px solid #e6e6e6;
}

.COMMON-UCAR-search-block__head {
  width: 1060px;
  max-width: 100%;
  margin: -.375em auto 1.18056em;
  font-weight: bold;
  font-size: 1.2em;
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-search-block__head {
    margin-bottom: .95833em;
    font-size: 1.25em;
  }
}

.COMMON-UCAR-search-block__body {
  width: 1060px;
  max-width: 100%;
  margin: 0 auto;
}

.COMMON-UCAR-search-block__foot {
  position: relative;
  display: flex;
  margin: 2.33333em auto 0;
}

.COMMON-UCAR-search-block__foot:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 100vw;
  height: 1px;
  background: #e6e6e6;
  transform: translateX(-50%);
}

.COMMON-UCAR-search-block-more {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: .30769em 2.61538em .92308em 2em;
  border: 1px solid #e6e6e6;
  border-top-color: #fff;
  border-right: 0;
  border-radius: 0 0 5px 5px;
  background: #fff;
  color: #363535;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.3rem;
  cursor: pointer;
  transition: color .3s ease-out;
}

.COMMON-UCAR-search-block-more:hover {
  color: #4d7081;
}

.COMMON-UCAR-search-block-more._close {
  display: none;
}

.COMMON-UCAR-search-block-more:before {
  content: "";
  display: block;
  width: .53846em;
  height: .53846em;
  margin-right: .8em;
  margin-bottom: .30769em;
  border-right: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(45deg);
}

.COMMON-UCAR-search-block-more._close:before {
  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 #e6e6e6;
  border-radius: 0 0 5px 0;
  background: #fff;
  transform: rotate(30deg);
  transform-origin: bottom right;
}

/* COMMON-UCAR-search-area
=============================== */
.COMMON-UCAR-search-area {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 18px);
}

.COMMON-UCAR-search-area__item {
  width: 33.33333%;
  height: 9rem;
  padding-right: 18px;
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-search-area__item {
    width: 100%;
  }
  .COMMON-UCAR-search-area__item + .COMMON-UCAR-search-area__item {
    margin-top: 14px;
  }
}

.COMMON-UCAR-search-area-label {
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: .8rem;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .15);
}

@media screen and (min-width: 768px) {
  .COMMON-UCAR-search-area-label {
    cursor: pointer;
  }
  .COMMON-UCAR-search-area-label:hover {
    color: #4d7081;
  }
}

.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;
  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;
}

.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;
  width: 100%;
}

.COMMON-UCAR-search-list__item {
  width: 50%;
}

@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-list__item._x1 {
  width: 100%;
}

.COMMON-UCAR-search-list__item._x1:not(:first-child) {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #e6e6e6;
}

/* COMMON-UCAR-search-item
=============================== */
.COMMON-UCAR-search-item {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 4px 0;
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-search-item {
    display: block;
    margin: 0;
  }
}

.COMMON-UCAR-search-item__head {
  flex-shrink: 0;
  width: 8em;
  font-weight: bold;
  font-size: .93333em;
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-search-item__head {
    /* -0.375em for line-height offset */
    margin-top: -.375em;
    margin-bottom: -.01786em;
    font-size: 1em;
  }
}

.COMMON-UCAR-search-item__body {
  min-width: 0%;
  flex-grow: 1;
}

.COMMON-UCAR-search-item__body input,
.COMMON-UCAR-search-item__body select {
  height: 3.2rem;
  border-color: #b0b0b0;
  border-radius: 3px;
}

.COMMON-UCAR-search-item__body a {
  color: #363535;
  font-size: .93333em;
}

.COMMON-UCAR-search-item__body a:hover {
  text-decoration: none;
}

.COMMON-UCAR-search-item__checkbox {
  display: flex;
  flex-wrap: wrap;
  font-size: .93333em;
}

.COMMON-UCAR-search-item__checkbox > li:not(:last-child) {
  margin-right: 1.5em;
}

.COMMON-UCAR-search-item__checkbox label {
  display: flex;
  align-items: center;
}

.COMMON-UCAR-search-item__checkbox label > input {
  margin-right: .35em;
}

/* COMMON-UCAR-search-netgallery
=============================== */
.COMMON-UCAR-search-netgallery {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9rem;
  border-radius: .5rem;
  background: url(../img/bg_netgallery.jpg) 0 50% no-repeat;
  background-size: cover;
  color: #fff;
  text-decoration: none;
  font-size: 1.7rem;
}

@media screen and (min-width: 768px) {
  .COMMON-UCAR-search-netgallery {
    cursor: pointer;
    transition: opacity .2s ease-out;
  }
  .COMMON-UCAR-search-netgallery:hover {
    opacity: .75;
  }
}

@media screen and (max-width: 1080px) {
  .COMMON-UCAR-search-netgallery {
    max-width: calc(33.33333% + 6px - 18px);
  }
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-search-netgallery {
    height: 4.375em;
    max-width: none;
    font-size: 1.33333em;
  }
}

.COMMON-UCAR-search-netgallery__text {
  font-weight: bold;
}

.COMMON-UCAR-search-netgallery__icon {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: .93333em;
}

/* COMMON-UCAR-search-button
=============================== */
.COMMON-UCAR-search-button-block {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(100% + 1.3rem*2);
  margin: -.58333em -1.3rem;
}

.COMMON-UCAR-search-button-block__item {
  padding: .58333em 1.3rem;
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-search-button-block__item {
    width: 88.73239%;
  }
}

.COMMON-UCAR-search-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16.66667em;
  height: 4.44444em;
  border: 0;
  border-radius: 4.44444em;
  background: #4d7081;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.8rem;
  cursor: pointer;
  transition: opacity .1s 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: #bbb;
}

.COMMON-UCAR-search-button > i {
  width: 1em;
  margin-right: .66667em;
}

/* ============================================================= *

list

* ============================================================= */
/* COMMON-UCAR-list
=============================== */
.COMMON-UCAR-list {
  margin: 4rem 0 6rem;
}

.COMMON-UCAR-list__sort {
  margin-bottom: 3.5rem;
  padding-bottom: 2.3rem;
  border-bottom: 1px solid #e6e6e6;
}

.COMMON-UCAR-list__head, .COMMON-UCAR-list__foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 3.5rem 0;
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-list__head, .COMMON-UCAR-list__foot {
    flex-direction: column-reverse;
  }
}

.COMMON-UCAR-list__grid {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  margin: -10px;
}

.COMMON-UCAR-list__grid > * {
  width: calc(25% - 20px);
  margin: 10px;
}

@media screen and (max-width: 1080px) {
  .COMMON-UCAR-list__grid > * {
    width: calc(33.33333% - 20px);
  }
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-list__grid {
    width: 101.69014%;
    margin: -.84507% -.84507% -1.12676%;
  }
  .COMMON-UCAR-list__grid > * {
    width: 48.33795%;
    margin: .83102% .83102% 1.10803%;
  }
}

/* COMMON-UCAR-list-sort
=============================== */
.COMMON-UCAR-list-sort {
  display: flex;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-list-sort {
    justify-content: center;
  }
}

.COMMON-UCAR-list-sort__head {
  flex-shrink: 0;
}

.COMMON-UCAR-list-sort__head:after {
  content: "\ff1a";
  margin: 0 .5em;
}

.COMMON-UCAR-list-sort__body {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-list-sort__body {
    justify-content: flex-end;
    width: 22em;
  }
}

.COMMON-UCAR-list-sort__item {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 1.42857em;
  padding-right: 1.42857em;
}

.COMMON-UCAR-list-sort__item:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 1px;
  height: 1em;
  margin: auto 0;
  background: currentColor;
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-list-sort__item:after {
    background: #e6e6e6;
  }
}

@media screen and (min-width: 768px) {
  .COMMON-UCAR-list-sort__item:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .COMMON-UCAR-list-sort__item:last-child:after {
    content: none;
  }
}

.COMMON-UCAR-list-sort__item a {
  display: block;
  width: 1em;
  height: 1em;
  margin-left: .3em;
  margin-bottom: .2em;
  color: #363535;
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-list-sort__item a {
    margin-left: .75em;
  }
}

.COMMON-UCAR-list-sort__item a:hover {
  opacity: .5;
}

/* COMMON-UCAR-list-compare
=============================== */
.COMMON-UCAR-list-compare a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18.21429em;
  height: 3.57143em;
  border: 1px solid #363535;
  border-radius: 1.78571em;
  color: #363535;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.4rem;
  transition: all .1s ease-out;
}

.COMMON-UCAR-list-compare a:hover {
  background: #363535;
  color: #fff;
}

/* COMMON-UCAR-list-paging
=============================== */
.COMMON-UCAR-list-paging {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-list-paging {
    margin-bottom: 1.5em;
  }
}

.COMMON-UCAR-list-paging__index {
  /* -0.375em for line-height offset */
  margin-top: -.375em;
  margin-bottom: .625em;
}

.COMMON-UCAR-list-paging__index em {
  color: #c00;
  font-weight: bold;
}

.COMMON-UCAR-list-paging__nav {
  display: flex;
  justify-content: flex-end;
  /* -0.375em for line-height offset */
  margin-top: -.375em;
  margin-bottom: -.375em;
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-list-paging__nav {
    justify-content: center;
  }
}

.COMMON-UCAR-list-paging__nav > li {
  position: relative;
}

.COMMON-UCAR-list-paging__nav > li a {
  font-weight: bold;
}

.COMMON-UCAR-list-paging__nav > li a:hover {
  text-decoration: none;
}

.COMMON-UCAR-list-paging__nav > li:not(:last-child) {
  margin-right: .78571em;
  padding-right: .78571em;
}

.COMMON-UCAR-list-paging__nav > li:not(:last-child):not(:empty):before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  width: 1px;
  height: 1em;
  margin: auto 0;
  border-left: 1px solid;
}

/* COMMON-UCAR-list-paging
=============================== */
.COMMON-UCAR-list-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1.2em 1.26667em 0;
  border: 1px solid #e6e6e6;
}

.COMMON-UCAR-list-card__body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
  min-height: 0%;
  padding: 1.2em 0 1.33333em;
}

.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: #f7f7f7;
  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: 1.33333em;
}

.COMMON-UCAR-list-card__type {
  /* -0.375em for line-height offset */
  margin-top: 1.125em;
  margin-bottom: -.375em;
  font-size: .8em;
}

.COMMON-UCAR-list-card__type span {
  display: block;
}

.COMMON-UCAR-list-card__image {
  min-height: 0%;
  margin-bottom: 1.2em;
}

.COMMON-UCAR-list-card__image a {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  background: #363535;
  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.33333em;
  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 {
  transition: all .25s ease-out;
}

.COMMON-UCAR-list-card__image a:hover {
  border-radius: 1rem;
  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__detail {
  display: table;
  width: 100%;
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-list-card__detail {
    display: block;
  }
}

.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 #e6e6e6;
  }
}

.COMMON-UCAR-list-card__detail dt,
.COMMON-UCAR-list-card__detail dd {
  display: table-cell;
  padding: .6rem 0;
  border-bottom: 1px solid #e6e6e6;
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-list-card__detail dt,
  .COMMON-UCAR-list-card__detail dd {
    display: block;
    border-bottom: 0;
  }
}

.COMMON-UCAR-list-card__detail dt {
  padding-right: .5em;
}

.COMMON-UCAR-list-card__detail dd {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-list-card__detail dl[data-type="price"] {
    flex-direction: column;
    align-items: center;
  }
  .COMMON-UCAR-list-card__detail dl[data-type="price"] dt {
    padding: 0;
  }
  .COMMON-UCAR-list-card__detail dl[data-type="total"] {/*202309*/
    flex-direction: column;
    align-items: center;
  }
  .COMMON-UCAR-list-card__detail dl[data-type="total"] dt {/*202309*/
    padding: 0;
  }
}

.COMMON-UCAR-list-card__detail dl[data-type="price"] dd {
  color: #d80000;
  font-size: 1.4rem;
}

.COMMON-UCAR-list-card__detail dl[data-type="total"] {/*202309*/
  color: #d80000;
}

.COMMON-UCAR-list-card__detail dl[data-type="total"] dd {/*202309*/
  font-size: 1.4rem;
}
.p-usedcar-contents .COMMON-UCAR-list-card__detail dl[data-type="total"] dd em {/*202309*/
  font-size: 1.3em;
}

.COMMON-UCAR-list-card__detail dl[data-type="price"] dd em {
  font-size: 1.71429em;
  line-height: 1.02083;
}

.COMMON-UCAR-list-card__shop {
  margin-top: 1.30769em;
  margin-bottom: auto;
  font-size: 1.3rem;
}

.COMMON-UCAR-list-card__shop span:after {
  content: "\ff1a";
  margin: 0 .25em;
}

.COMMON-UCAR-list-card__shop a {
  position: relative;
  z-index: 2;
  color: #4d7081;
  font-weight: bold;
}

.COMMON-UCAR-list-card__shop a:hover {
  text-decoration: none;
}

.COMMON-UCAR-list-card__button {
  margin-top: 1.06667em;
}

.COMMON-UCAR-list-card__button a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15.35714em;
  height: 3.57143em;
  max-width: 90%;
  margin: 0 auto;
  border-radius: 1.78571em;
  background: #4d7081;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.4rem;
  transition: background .2s ease-out;
}

.COMMON-UCAR-list-card__button a:hover {
  background: #363535;
}

.COMMON-UCAR-list-card__compare {
  display: flex;
  align-items: center;
  width: 100%;
  padding: .4em 0;
  font-size: 1.3rem;
}

.COMMON-UCAR-list-card__compare input {
  margin-right: .35em;
}

/* ============================================================= *

Detail

* ============================================================= */

@media print {
  .l-header {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
}

/* detail-wrapper */
.COMMON-UCAR-detail-wrapper {
  padding-bottom: 6rem;
}

.COMMON-UCAR-detail-wrapper a:hover {
  text-decoration: none;
}

/* detail-compare */
.COMMON-UCAR-detail-compare {
  width: 100%;
  margin-top: 3.5rem;
}

.COMMON-UCAR-detail-compare button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18.21429em;
  height: 3.57143em;
  margin: 0 auto;
  outline: none;
  border: 1px solid #363535;
  border-radius: 1.78571em;
  background: transparent;
  color: #363535;
  font-weight: bold;
  font-size: 1.4rem;
  cursor: pointer;
  transition: all .1s ease-out;
}

.COMMON-UCAR-detail-compare button:hover {
  background: #363535;
  color: #fff;
}

/* detail-print */
.COMMON-UCAR-detail-print {
  margin: 3.7rem 0 4.7rem;
  text-align: center;
}

.COMMON-UCAR-detail-print a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18.21429em;
  height: 3.57143em;
  margin: 0 auto;
  border: 1px solid #363535;
  border-radius: 1.78571em;
  background: transparent;
  color: #363535;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.4rem;
  cursor: pointer;
  transition: all .1s ease-out;
}

.COMMON-UCAR-detail-print a:hover {
  background: #363535;
  color: #fff;
}

/* list-header */
.COMMON-UCAR-list-header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 1em 0 .25em;
  font-size: 1.4rem;
}

.COMMON-UCAR-list-header .COMMON-UCAR-detail-compare {
  order: -1;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-list-header .COMMON-UCAR-detail-compare {
    margin-bottom: 2.28571em;
  }
}

/* list-footer */
.COMMON-UCAR-list-footer {
  margin: 4rem 0;
}

.COMMON-UCAR-detail-paging {
  width: 48%;
  list-style: none;
  text-align: right;
}

.COMMON-UCAR-detail-paging li {
  display: inline;
  margin: 0 2px;
  list-style-type: none;
}

.COMMON-UCAR-detail-date {
  width: 48%;
}

/* detail-header
=============================== */
.COMMON-UCAR-detail-header {
  padding: 0 0 10px;
}

.COMMON-UCAR-detail-info {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: hidden;
  margin-bottom: 1.53333em;
  padding: 4rem 3.22581% 2.4rem;
  border: 1px solid #e6e6e6;
  background: #f7f7f7;
  font-size: 1.5rem;
  gap:0 1.53333em;
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-detail-info {
    padding: 8.4507% 4.22535% 4.22535%;
    flex-direction: column;
  }
}
.COMMON-UCAR-detail-info__main{
  flex-basis: min-content;
  flex-grow: 1;
}
.COMMON-UCAR-detail-info__sub{
  flex-basis: fit-content;
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-detail-info__sub {
    width: 100%;
    margin-top: 1em;
  }
}

.COMMON-UCAR-detail-info__foot {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-top: 1.53333em;
  padding-top: 1.53333em;
  border-top: 1px solid #e6e6e6;
}
.COMMON-UCAR-detail-info__foot:not(:last-child){
  padding-bottom:1.53333em;
}

.COMMON-UCAR-detail-name {
  /* -0.375em for line-height offset */
  margin-top: -.375em;
  margin-bottom: .40278em;
  font-weight: bold;
  font-size: 2.7rem;
}

.COMMON-UCAR-detail-compare-check {
  text-align: right;
  font-weight: bold;
}

.COMMON-UCAR-detail-compare-check input {
  margin-right: .35em;
}

/* COMMON-UCAR-detail-price 202309
=============================== */
.COMMON-UCAR-detail-price {
  color: #d80000;
  font-weight: bold;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-detail-price {
    padding-right: 4.22535%;
    padding-left: 4.22535%;
  }
}

.COMMON-UCAR-detail-price span {
  font-size: 1.6875em;
}

.COMMON-UCAR-detail-price-caution {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-detail-price-caution {
    padding-right: 4.22535%;
    padding-left: 4.22535%;
  }
}

.COMMON-UCAR-detail-price-caution > li {
  padding: 0 0 0 1em;
  list-style-type: none;
  text-indent: -1em;
}


.COMMON-UCAR-detail-price__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.COMMON-UCAR-detail-price__item {
  width: calc(50% - .9rem);
  padding-top: 2.1rem;
  color: #333;
  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;
}

/* shop
=============================== */
.COMMON-UCAR-detail-shop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  margin: 2.5rem 0;
  padding: 2.7rem 3.4rem;
  border: 1px solid #e6e6e6;
  background: #f7f7f7;
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-detail-shop {
    flex-direction: column;
    align-items: flex-start;
    padding: 5.6338% 4.22535%;
  }
}

.COMMON-UCAR-detail-shop-name {
  margin-bottom: .25em;
  font-size: 1.8rem;
}

.COMMON-UCAR-detail-shop-name a {
  color: #2b9b85;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-detail-shop-name span {
    display: block;
  }
}

.COMMON-UCAR-detail-shop-close,
.COMMON-UCAR-detail-shop-other {
  font-size: 1.4rem;
}

.COMMON-UCAR-detail-shop-tel {
  color: #2b9b85;
  font-weight: bold;
  font-size: 3.2rem;
  font-family: "Lato", sans-serif;
  line-height: .8;
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-detail-shop-tel {
    margin-top: .45em;
  }
}

.COMMON-UCAR-detail-shop-tel:before {
  content: "";
  display: inline-block;
  width: .75em;
  height: .75em;
  margin-right: .25em;
  background: url(../img/svg/phone.svg) 50% 50% no-repeat;
  background-size: .75em;
}

/* photo
=============================== */
.COMMON-UCAR-detail-photo {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 3rem;
  text-align: center;
}

.COMMON-UCAR-detail-photo > p {
  width: 100%;
  /* -0.375em for line-height offset */
  margin-top: -.375em;
  margin-bottom: 1.41071em;
  font-size: 1.4rem;
}

.COMMON-UCAR-detail-photo-main {
  width: 55.17241%;
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-detail-photo-main {
    width: 100%;
  }
}

.COMMON-UCAR-detail-photo-main img {
  width: 100%;
}

.COMMON-UCAR-detail-thumb {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  width: 44.13793%;
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-detail-thumb {
    width: 100%;
    margin-top: 10px;
  }
}

.COMMON-UCAR-detail-thumb > li {
  display: block;
  width: 20%;
  padding: 0 0 4px 4px;
  list-style-type: none;
}

.COMMON-UCAR-detail-thumb > li a {
  display: block;
  transition: opacity .1s ease-out;
}

.COMMON-UCAR-detail-thumb > li a:hover {
  opacity: .8;
}

.COMMON-UCAR-detail-thumb > li img {
  width: 100%;
}

/* table
=============================== */
.COMMON-UCAR-detail-table {
  width: 100%;
  border-collapse: collapse;
}

.COMMON-UCAR-detail-table font {
  font-size: inherit !important;
}

.COMMON-UCAR-detail-table th {
  padding: .75em 1em;
  border: 1px solid #ddd;
  border-right: none;
  background: #f7f7f7;
  vertical-align: top;
  text-align: left;
  white-space: nowrap;
  font-weight: bold;
}

.COMMON-UCAR-detail-table th br {
  display: none;
}

.COMMON-UCAR-detail-table td {
  padding: .75em 1em;
  border: 1px solid #ddd;
  border-left: none;
  vertical-align: top;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-detail-table {
    display: block;
  }
  .COMMON-UCAR-detail-table tbody,
  .COMMON-UCAR-detail-table tr,
  .COMMON-UCAR-detail-table th,
  .COMMON-UCAR-detail-table td {
    display: block;
    border: 0;
  }
  .COMMON-UCAR-detail-table th {
    padding: .25em 4.22535%;
    background: #f3f3f3;
  }
  .COMMON-UCAR-detail-table td {
    padding: .75em 4.22535%;
  }
}

.COMMON-UCAR-detail-table td > ul {
  font-size: 0;
}

.COMMON-UCAR-detail-table td > ul > li {
  display: inline-block;
  margin: 3px;
  padding: .48214em 1em;
  border: 1px solid #ccc;
  letter-spacing: .03em;
  font-size: 1.4rem;
}

/* recycle
=============================== */
.COMMON-UCAR-detail-recycle {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-bottom: .275em;
  margin-left: .35em;
  background: url(../img/svg/question-circle.svg) 50% 50% no-repeat;
  background-size: contain;
  vertical-align: middle;
  text-indent: -9999px;
}

.COMMON-UCAR-detail-recycle:hover {
  opacity: .5;
}

/* caution
=============================== */
.COMMON-UCAR-detail-caution {
  font-size: 1.4rem;
}

.COMMON-UCAR-detail-caution li {
  padding: 0 0 0 1em;
  list-style-type: none;
  text-indent: -1em;
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-detail-caution {
    padding-right: 4.22535%;
    padding-left: 4.22535%;
    font-size: 1em;
  }
}

/* contact
=============================== */
.COMMON-UCAR-detail-contact {
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 5.6em;
  border-radius: .5rem;
  background: #45bea6;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  line-height: 1.4;
  transition: background .1s ease-out;
}

.COMMON-UCAR-detail-contact-container .COMMON-UCAR-detail-contact {
  width: 100%;
  height: 4.33333em;
}

.COMMON-UCAR-detail-contact:hover {
  background: #58ccb3;
}

.COMMON-UCAR-detail-contact__head {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em;
  background: #2b9b85;
  font-size: 1.4rem;
  transition: background .1s ease-out;
}

.COMMON-UCAR-detail-contact:hover .COMMON-UCAR-detail-contact__head {
  background: #3faa93;
}

.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 .5em;
    font-size: 1.16667em;
  }
}

.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.3rem;
}

.COMMON-UCAR-detail-contact__body em {
  font-size: 1.38462em;
}

.COMMON-UCAR-detail-contact-container .COMMON-UCAR-detail-contact__body {
  flex-direction: row;
  font-size: 2.3rem;
}

.COMMON-UCAR-detail-contact-container .COMMON-UCAR-detail-contact__body em {
  font-size: 1em;
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-detail-contact-container .COMMON-UCAR-detail-contact__body {
    flex-direction: column;
    padding: 1em;
    font-size: 1em;
  }
  .COMMON-UCAR-detail-contact-container .COMMON-UCAR-detail-contact__body em {
    font-size: 1.16667em;
  }
}

.COMMON-UCAR-detail-contact-container {
  position: fixed;
  right: 0;
  bottom: 1em;
  left: 0;
  visibility: hidden;
  width: 640px;
  max-width: 66.66667%;
  margin: 0 auto;
  opacity: 0;
  transition: all .3s ease-out;
  pointer-events: none;
}

.COMMON-UCAR-detail-contact-container.is-show {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

@media print {
  .COMMON-UCAR-detail-contact-container {
    display: none;
  }
}

/* ============================================================= *

Compare

* ============================================================= */
.COMMON-UCAR-compare {
  padding: 7rem 0;
  color: #363535;
  font-size: 1.5rem;
  line-height: 1.75;
}

.COMMON-UCAR-compare img {
  max-width: 100%;
}
.COMMON-UCAR-compare img[src$=".svg"] {
  opacity:1;
}
.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 #e6e6e6;
  background: #f7f7f7;
  text-align: center;
  letter-spacing: .1em;
  font-size: 1.6rem;
}

.COMMON-UCAR-compare-count em {
  font-weight: bold;
  font-size: 1.75em;
}

/* COMMON-UCAR-compare-sort
=============================== */
.COMMON-UCAR-compare-sort {
  display: flex;
  padding: 1.64286em 0;
  border-bottom: 1px solid #e6e6e6;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-compare-sort {
    justify-content: center;
  }
}

.COMMON-UCAR-compare-sort__head {
  flex-shrink: 0;
}

.COMMON-UCAR-compare-sort__head:after {
  content: "\ff1a";
  margin: 0 .5em;
}

.COMMON-UCAR-compare-sort__body {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-compare-sort__body {
    justify-content: flex-end;
    width: 22em;
  }
}

.COMMON-UCAR-compare-sort__item {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 1.42857em;
  padding-right: 1.42857em;
}

.COMMON-UCAR-compare-sort__item:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 1px;
  height: 1em;
  margin: auto 0;
  background: currentColor;
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-compare-sort__item:after {
    background: #e6e6e6;
  }
}

@media screen and (min-width: 768px) {
  .COMMON-UCAR-compare-sort__item:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .COMMON-UCAR-compare-sort__item:last-child:after {
    content: none;
  }
}

.COMMON-UCAR-compare-sort__item a {
  display: inline-flex;
  align-items: center;
  width: 1em;
  height: 1em;
  margin-left: .3em;
  color: #363535;
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-compare-sort__item a {
    margin-left: .75em;
  }
}

.COMMON-UCAR-compare-sort__item a:hover {
  opacity: .5;
}

/* COMMON-UCAR-compare-table
=============================== */
.COMMON-UCAR-compare-table {
  display: flex;
  width: 100%;
  border: 1px solid #e6e6e6;
}

.COMMON-UCAR-compare-table__head {
  width: 140px;
  border-right: 1px solid #e6e6e6;
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-compare-table__head {
    width: 5em;
  }
}

.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: #f7f7f7;
  font-weight: bold;
}

.COMMON-UCAR-compare-table-list {
  flex-shrink: 0;
  width: 274px;
  max-width: 40vw;
  border-right: 1px solid #e6e6e6;
  font-size: 1.3rem;
  line-height: 1.38462;
}

.COMMON-UCAR-compare-table-list:nth-child(2n) {
  background: #f7f7f7;
}

.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 #e6e6e6;
}

.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: #2b9b85;
}

.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: #45bea6;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 1.4rem;
  transition: background .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: #2b9b85;
  transition: background .2s ease-out;
}

@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 {
  background: #58ccb3;
}

.COMMON-UCAR-compare-contact-button:hover .COMMON-UCAR-compare-contact-button__head {
  background: #3faa93;
}

.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: #363535;
}

.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;
  border: 1px solid #363535;
  border-radius: 1.78571em;
  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: #363535;
  color: #fff;
}

/* .COMMON-UCAR-detail-condition{
  display: none;
} */

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: 1.4rem;
  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 メンテナンスここから
=============================== */
 
/*body[data-usedcar="hidden"] #usedcar-resp > *,
body[data-usedcar="hidden"] #COMMON-USEDCAR > *{
	display: none !important;
}
body[data-usedcar="hidden"] #COMMON-USEDCAR:before,
body[data-usedcar="hidden"] #usedcar-resp:before {
	content: "\00305f\003060\003044\00307e\0030e1\0030f3\0030c6\0030ca\0030f3\0030b9\004e2d\003067\003059";
	text-align: center;
	display: block !important;
}*/

/* list */

/* body[data-usedcar="hidden"] .COMMON-UCAR-search {
  display: none !important;
}

body[data-usedcar="hidden"] .COMMON-UCAR-list > * {
  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 > * {
  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 メンテナンスここまで
=============================== */
