@charset "utf-8";

.searchform_result_backbtn {
  height: 90px;
  width: 100%
}

@media (max-width: 768px) {
  .searchform_result_backbtn {
    height: 55px
  }
}

.searchform_result_backbtn .inner {
  max-width: 1280px;
  width: calc(100% - 60px);
  margin: 0 auto;
  position: relative;
}

@media (max-width: 768px) {
  .searchform_result_backbtn .inner {
    width: calc(100% - 40px)
  }
}

.searchform_result_backbtn .inner .backlink {
  font-size: 133.3%;
  font-weight: 400;
  line-height: 90px
}

@media (max-width: 768px) {
  .searchform_result_backbtn .inner .backlink {
    font-size: 100%;
    line-height: 55px
  }
}

.searchform_result_backbtn .inner .backlink a::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../img/icon_arrow_back.svg) left center no-repeat;
  background-size: 50% 100%;
  margin-right: 5px;
  vertical-align: middle
}

.searchform_result_loadmore {
  text-align: center;
  height: 120px;
}

@media (max-width: 768px) {
  .searchform_result_loadmore {
    width: calc(100% + 40px);
    margin: 0 -20px
  }
}

body.testdrive .searchform_result_loadmore {
  border-bottom: #22292c 1px solid;
  border-top: #22292c 1px solid;
  margin-right: -30px;
}

@media (max-width: 768px) {
  body.testdrive .searchform_result_loadmore {
    margin-right: 0;
  }
}

.searchform_result_loadmore a {
  display: block;
  font-size: 166.7%;
  font-weight: 700;
  line-height: 120px
}

@media (max-width: 768px) {
  .searchform_result_loadmore a {
    font-size: 150%
  }
}

.searchform_result_loadmore a::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../img/icon_loadmore.svg) left center no-repeat;
  background-size: 100% 100%;
  margin-right: 10px;
  vertical-align: middle;
  transform: translateY(-3px)
}

.scroller-status {
  display: none;
  margin-top: 40px;
}

.infinite-scroll-request {
  animation: scroll-request 1.1s infinite linear;
  border: 4px solid #22292c;
  border-left: 4px solid #fff;
  border-radius: 50%;
  height: 48px;
  margin: auto;
  width: 48px;
}

@keyframes scroll-request {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#contents_searchform_result>.inner {
  width: calc(100% - 60px);
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  gap: 20px;
}

.testdrive #contents_searchform_result>.inner {
  max-width: 1280px;
}

@media (max-width: 768px) {
  #contents_searchform_result>.inner {
    width: calc(100% - 40px);
    padding: 0;
    display: block;
  }
}

.favorite_count {
  position: absolute;
  right: 0;
  top: 0
}

.favorite_count p {
  font-size: 116.7%;
  font-weight: 400;
  line-height: 90px
}

@media (max-width: 768px) {
  .favorite_count p {
    line-height: 55px
  }
}

.favorite_count p a{
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}

.favorite_count p svg.empty{
  display: none;
  fill: silver;
}

.favorite_count p svg.push{
  fill: #c08f3a;
}

body.cookie_empty .favorite_count p svg.push{
  display: none;
}

body.cookie_empty .favorite_count p svg.empty{
  display: block;
}

#cookie_ids{
  display: none;
}

#favo_contents{
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  background: #fff;
  z-index: 9999;
}

#favo_contents #favorite_list_header{
  background: #fff;
  color: #22292c;
  position: relative;
  border-bottom: 1px #22292c solid;
  height: 80px;
  z-index: 1;
}

@media (max-width: 768px) {
  #favo_contents #favorite_list_header{
  }
}

#favo_contents #favorite_list_header .inner{
  max-width: 1280px;
  width: calc(100% - 60px);
  margin: 0 auto;
  padding: 30px 20px;
}

@media (max-width: 768px) {
  #favo_contents #favorite_list_header .inner{
/*     padding: 0 20px; */
  }
}

#favo_contents #favorite_list_header .inner h2 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 166.7%;
  font-weight: 400;
  line-height: 1em
}

@media (max-width: 768px) {
  #favo_contents #favorite_list_header .inner h2{
    font-size: 133.3%;
  }
}

.favorite_list_nav_button a {
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px
}

.favorite_list_nav_button a:before,
.favorite_list_nav_button a:after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  height: 3.5px;
  width: 30px;
  background: #656565;
  transition: all 400ms ease;
  -webkit-transition: all 400ms ease
}

.favorite_list_nav_button a:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg)
}

.favorite_list_nav_button a:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg)
}

#favo_contents .favorite_list_cont_wrap{
  overflow-y: auto;
  position: fixed;
  top: 80px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

#favo_contents .favorite_list_cont{
  margin: 40px auto;
}

#favo_contents .favorite_list_cont.length0{
  display: none;
}

body.cookie_empty #favo_contents .favorite_list_cont.length0{
  display: block;
}

body.cookie_empty #favo_contents .favorite_list_cont.length1{
  display: none;
}

#favo_contents .favorite_list_cont .inner{
  max-width: 1280px;
  width: calc(100% - 60px);
  margin: 0 auto;
  text-align: center;
}

#favo_contents .favorite_list_cont h3{
  font-size: 150%;
  font-weight: 700;
  line-height: 1.6em;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  #favo_contents .favorite_list_cont h3{
    font-size: 116.7%;
  }
}

#favo_contents .favorite_list_cont p{
  font-size: 133.3%;
  font-weight: 400;
  line-height: 1.6em;
}

@media (max-width: 768px) {
  #favo_contents .favorite_list_cont p{
    font-size: 100%;
  }
}

#favo_contents .favorite_list_cont .favorite_list_img_wrap{
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  margin: 40px auto;
}

#favo_contents .favorite_list_cont .favorite_list_img_wrap img{
  width: 80px;
  height: 80px;
}

@media (max-width: 768px) {
  #favo_contents .favorite_list_cont .favorite_list_img_wrap img{
    width: 60px;
    height: 60px;  
  }
}

#favo_contents .favorite_list_cont .favorite_list_img_wrap span{
  padding: 20px 40px;
}

@media (max-width: 768px) {
  #favo_contents .favorite_list_cont .favorite_list_img_wrap span{
    padding: 20px;
  }
}

#favo_contents .favorite_list_cont .favorite_list_img_wrap span img{
  width: 30px;
  height: 30px;
}

@media (max-width: 768px) {
  #favo_contents .favorite_list_cont .favorite_list_img_wrap span img{
    width: 20px;
    height: 20px;
  }
}

#favo_contents .searchform_contents{
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 0;
  max-width: 860px;
}

#favo_contents .searchform_contents .searchform_result_box{
  background: #fff;
  border-top: none;
  padding: 0;
}

#favo_contents .searchform_contents .searchform_result_box .entry_contents .entry_single{
  padding: 0 10px 50px;
}

#favo_contents .button_favo_remove{
  text-align: center;
  font-size: 108.3%;
  font-weight: 400;
}

#favo_contents .button_favo_remove a{
  position: relative;
}

#favo_contents .button_favo_remove a::before{
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  left: -18px;
  top: 54%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/icon_button_favo_remove.svg) left center no-repeat;
  background-size: 100% 100%;
}

.searchform_sidebar {
  width: 330px
}

@media (max-width: 768px) {
  .searchform_sidebar {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #fff
  }
}

.searchform_sidebar .searchform_sidebar_nav {
  display: none
}

@media (max-width: 768px) {
  .searchform_sidebar .searchform_sidebar_nav {
    display: block;
    padding: 20px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 60px;
    background: #fff;
    z-index: 999
  }
}

.searchform_sidebar .searchform_sidebar_nav p {
  font-size: 166.7%;
  font-weight: 400;
  line-height: 1em
}

@media (max-width: 768px) {
  .searchform_sidebar .searchform_sidebar_nav p{
    font-size: 133.3%;
  }
}

.searchform_sidebar .searchform_sidebar_nav .searchform_sidebar_nav_button a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px
}

.searchform_sidebar .searchform_sidebar_nav .searchform_sidebar_nav_button a:before, .searchform_sidebar .searchform_sidebar_nav .searchform_sidebar_nav_button a:after {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  right: 0;
  height: 2.5px;
  width: 22px;
  background: #22292c;
  transition: all 400ms ease;
  -webkit-transition: all 400ms ease
}

.searchform_sidebar .searchform_sidebar_nav .searchform_sidebar_nav_button a:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg)
}

.searchform_sidebar .searchform_sidebar_nav .searchform_sidebar_nav_button a:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg)
}

.searchform_sidebar .searchDataBox_wrap {
  /* height: calc(100vh - 430px); */
  max-height: 100vh;
  overflow: scroll;
  overflow-x: hidden;
  margin-bottom: 30px
}

@media (max-width: 768px) {
  .searchform_sidebar .searchDataBox_wrap {
    height: auto;
    width: 100%;
    position: fixed;
    top: 60px;
    left: 0;
    bottom: 75px;
    margin-bottom: 0
  }
}

.searchform_sidebar .searchDataBox_wrap::-webkit-scrollbar {
  width: 20px;
  height: 20px
}

@media (max-width: 768px) {
  .searchform_sidebar .searchDataBox_wrap::-webkit-scrollbar {
    display: inherit
  }
}

.searchform_sidebar .searchDataBox_wrap::-webkit-scrollbar-thumb {
  background-color: silver
}

.searchform_sidebar .searchDataBox_wrap::-webkit-scrollbar-track {
  background-color: #f4f4f4;
  width: 20px
}

.searchform_sidebar .searchDataBox_wrap::-webkit-scrollbar-button {
  background-color: #f4f4f4;
  display: block;
  height: 10px;
  width: 20px
}

.searchform_sidebar .searchDataBox_wrap::-webkit-scrollbar-button:single-button {
  background-color: #f4f4f4;
  display: block;
  border-style: solid;
  height: 20px;
  width: 20px
}

.searchform_sidebar .searchDataBox_wrap::-webkit-scrollbar-button:single-button:vertical:decrement {
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent silver transparent
}

.searchform_sidebar .searchDataBox_wrap::-webkit-scrollbar-button:single-button:vertical:decrement:hover {
  border-color: transparent transparent silver transparent
}

.searchform_sidebar .searchDataBox_wrap::-webkit-scrollbar-button:single-button:vertical:increment {
  border-width: 8px 8px 0 8px;
  border-color: silver transparent transparent transparent
}

.searchform_sidebar .searchDataBox_wrap::-webkit-scrollbar-button:vertical:single-button:increment:hover {
  border-color: silver transparent transparent transparent
}

.searchform_sidebar .contents_searchform {
  position: relative;
  height: 100%
}

.searchform_sidebar .contents_searchform form {
  position: relative;
  height: 100%
}

.searchform_sidebar .contents_searchform .searchDataBox {
  margin-bottom: 1px;
}

.searchform_sidebar .contents_searchform .searchDataBox.area {
  background: transparent
}

.searchform_sidebar .contents_searchform .searchDataBox .inner {
  width: calc(100% - 0px);
  padding: 0;
  display: block
}

.searchform_sidebar .contents_searchform .searchDataBox .inner .searchDataTitle,
.searchform_sidebar .contents_searchform .searchDataBox .inner .searchDataTitle2{
  background: #22292c;
  font-size: 133.3%;
  color: #fff;
  padding: 20px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 70px;
  line-height: 2em;
}

.searchform_sidebar .contents_searchform .searchDataBox .inner .searchDataTitle2{
  background: #fff;
  color: #22292c;
  font-weight: 700;
  padding: 20px 20px 0;
  height: 40px;
}

.searchform_sidebar .contents_searchform .searchDataBox .inner .searchDataTitle+div{
  display: none
}

.searchform_sidebar .contents_searchform .searchDataBox .inner .searchDataTitle .icon_toggle,
.searchform_sidebar .contents_searchform .searchDataBox .inner .searchDataTitle2 .icon_toggle {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 100%
}

.searchform_sidebar .contents_searchform .searchDataBox .inner .searchDataTitle .icon_toggle::before,
.searchform_sidebar .contents_searchform .searchDataBox .inner .searchDataTitle2 .icon_toggle::before,
.searchform_sidebar .contents_searchform .searchDataBox .inner .searchDataTitle .icon_toggle::after,
.searchform_sidebar .contents_searchform .searchDataBox .inner .searchDataTitle2 .icon_toggle::after {
  position: absolute;
  content: "";
  display: block;
  transition: all 0.4s;
  background: #fff;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 2px;
  transform: translate(-50%, -50%)
}

.searchform_sidebar .contents_searchform .searchDataBox .inner .searchDataTitle .icon_toggle::before,
.searchform_sidebar .contents_searchform .searchDataBox .inner .searchDataTitle2 .icon_toggle::before {
  transform: translate(-50%, -50%) rotate(90deg)
}

.searchform_sidebar .contents_searchform .searchDataBox .inner .searchDataText {
  display: block;
  padding: 20px 0;
  overflow: hidden
}

.searchform_sidebar .contents_searchform .searchDataBox .inner .searchDataText{
  
}

@media (max-width: 768px) {
  .searchform_sidebar .contents_searchform .searchDataBox .inner .searchDataText{
    padding: 20px 10px;
  }
}

.searchform_sidebar .contents_searchform .searchDataBox.more .inner > .searchDataText {
  padding: 0;
}

.searchform_sidebar .contents_searchform .searchDataBox.more .inner .searchDataBox .searchDataText {
  padding: 20px 0 0;
}

.searchform_sidebar .contents_searchform .searchDataBox .inner .searchDataText .searchDataText_wrap {
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease
}

.searchform_sidebar .contents_searchform .searchDataBox .inner .searchDataText .searchDataText_wrap.flex_wrap,
.searchform_sidebar .contents_searchform .searchDataBox .searchDataText .searchDataText_cont.flex_wrap{
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}

.searchform_sidebar .contents_searchform .searchDataBox .inner .searchDataText label {
  font-weight: 400;
  display: block;
  width: 100%
}

.searchform_sidebar .contents_searchform .searchDataBox .inner .searchDataText .searchDataText_wrap.flex_wrap label{
  width: 50%;
  overflow-wrap: break-word;
}

.searchform_sidebar .contents_searchform .searchDataBox .searchDataText .searchDataText_cont.flex_wrap label{
  width: 33.33%;
  overflow-wrap: break-word;
  padding: 7px 0 7px 20px;
}

@media (max-width: 768px) {
  .searchform_sidebar .contents_searchform .searchDataBox .inner .searchDataText label {
    margin: 0;
    padding: 10px 0 10px 40px;
    font-size: 133.3%;
  }
}

.searchform_sidebar .contents_searchform .searchDataBox .inner .searchDataText label.radiobtn_input input[type="radio"]{
  appearance: none;
  position: absolute;
}

.searchform_sidebar .contents_searchform .searchDataBox .inner .searchDataText label.radiobtn_input .input_dummy {
  padding-left: 20px;
  position: relative;
  display: flex;
  align-items: center;
}

.searchform_sidebar .contents_searchform .searchDataBox .inner .searchDataText label.radiobtn_input .input_dummy::before {
  content: '';
  display: block;
  border-radius: 50%;
  background: #ccc;
  width: 18px;
  height: 18px;
  position: absolute;
  left: -6px;
  top: 6px;
}

.searchform_sidebar .contents_searchform .searchDataBox .inner .searchDataText label.radiobtn_input input[type="radio"]:checked+.input_dummy::before {
  background: #22292c;
}

.searchform_sidebar .contents_searchform .searchDataBox .inner .searchDataText label.radiobtn_input input[type="radio"]:checked+.input_dummy::after {
  content: '';
  display: block;
  border-radius: 50%;
  position: absolute;
  left: -1px;
  top: 11px;
  width: 8px;
  height: 8px;
  background: #fff;
}

.searchform_sidebar .contents_searchform .searchDataBox.open .inner .searchDataTitle {
  background: #5c6264
}
/*
.searchform_sidebar .contents_searchform .searchDataBox.open .inner .searchDataBox.open .searchDataTitle2 {
  background: #d8d8d8;
  color: #22292c;
}
*/

.searchform_sidebar .contents_searchform .searchDataBox.open .inner .searchDataTitle .icon_toggle::before,
.searchform_sidebar .contents_searchform .searchDataBox.open .inner .searchDataBox.open .searchDataTitle2 .icon_toggle::before{
  transform: translate(-50%, -50%) rotate(0deg)
}

@media (max-width: 768px) {
  .searchform_sidebar .submit_button_wrap {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: block;
    padding: 12px 15px;
    background: #f4f4f4;
    border-top: #22292c 1px solid
  }
}

.searchform_sidebar .contents_searchform .searchDataBox.mileage .searchDataText .searchDataText_cont,
.searchform_sidebar .contents_searchform .searchDataBox.searchword .searchDataText .searchDataText_cont,
.searchform_sidebar .contents_searchform .searchDataBox.teiin .searchDataText .searchDataText_cont,
.searchform_sidebar .contents_searchform .searchDataBox.door .searchDataText .searchDataText_cont{
  padding: 10px 20px;
}
.searchform_sidebar .contents_searchform .searchDataBox.price .searchDataText .searchDataText_cont,
.searchform_sidebar .contents_searchform .searchDataBox.regist .searchDataText .searchDataText_cont{
  padding: 10px 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

.searchform_sidebar .contents_searchform .searchDataBox.mileage .searchDataText .searchDataText_cont select,
.searchform_sidebar .contents_searchform .searchDataBox.price .searchDataText .searchDataText_cont select,
.searchform_sidebar .contents_searchform .searchDataBox.regist .searchDataText .searchDataText_cont select,
.searchform_sidebar .contents_searchform .searchDataBox.searchword .searchDataText .searchDataText_cont input,
.searchform_sidebar .contents_searchform .searchDataBox.teiin .searchDataText .searchDataText_cont select,
.searchform_sidebar .contents_searchform .searchDataBox.door .searchDataText .searchDataText_cont select{
  padding: 10px;
  border-radius: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-color: #5c6264;
  border-width: 1px;
}

.searchform_sidebar .contents_searchform .searchDataBox.mileage .searchDataText .searchDataText_cont .select_wrap,
.searchform_sidebar .contents_searchform .searchDataBox.searchword .searchDataText .searchDataText_cont .input_wrap,
.searchform_sidebar .contents_searchform .searchDataBox.teiin .searchDataText .searchDataText_cont .select_wrap,
.searchform_sidebar .contents_searchform .searchDataBox.door .searchDataText .searchDataText_cont .select_wrap{
  position: relative;
  width: 100%;
}

.searchform_sidebar .contents_searchform .searchDataBox.price .searchDataText .searchDataText_cont .select_wrap,
.searchform_sidebar .contents_searchform .searchDataBox.regist .searchDataText .searchDataText_cont .select_wrap {
    position: relative;
    width: 45%;
    overflow: hidden;
}

.searchform_sidebar .contents_searchform .searchDataBox.mileage .searchDataText .searchDataText_cont .select_wrap::before,
.searchform_sidebar .contents_searchform .searchDataBox.price .searchDataText .searchDataText_cont .select_wrap::before,
.searchform_sidebar .contents_searchform .searchDataBox.regist .searchDataText .searchDataText_cont .select_wrap::before,
.searchform_sidebar .contents_searchform .searchDataBox.searchword .searchDataText .searchDataText_cont .input_wrap::before,
.searchform_sidebar .contents_searchform .searchDataBox.teiin .searchDataText .searchDataText_cont .select_wrap::before,
.searchform_sidebar .contents_searchform .searchDataBox.door .searchDataText .searchDataText_cont .select_wrap::before{
  content: "";
  position: relative;
  background: #22292c;
  width: 35px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
}

.searchform_sidebar .contents_searchform .searchDataBox.mileage .searchDataText .searchDataText_cont .select_wrap::after,
.searchform_sidebar .contents_searchform .searchDataBox.price .searchDataText .searchDataText_cont .select_wrap::after,
.searchform_sidebar .contents_searchform .searchDataBox.regist .searchDataText .searchDataText_cont .select_wrap::after,
.searchform_sidebar .contents_searchform .searchDataBox.teiin .searchDataText .searchDataText_cont .select_wrap::after,
.searchform_sidebar .contents_searchform .searchDataBox.door .searchDataText .searchDataText_cont .select_wrap::after{
  content: "";
  position: absolute;
  right: 12px;
  top: 15px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: translateY(-50%) rotate(-135deg);
  font-size: 20px;
  pointer-events: none;
  z-index: 2;
}
.searchform_sidebar .contents_searchform .searchDataBox.searchword .searchDataText .searchDataText_cont .input_wrap::after{
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  mask-image: url(../img/icon_searchword.svg);
  -webkit-mask-image: url(../img/icon_searchword.svg);
  mask-size: 80% 80%;
  -webkit-mask-size: 80% 80%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  background-color: #fff;
  right: 7px;
  top: 9px;
  pointer-events: none;
  z-index: 2;
}

.searchform_sidebar .contents_searchform .searchDataBox.price .searchDataText .searchDataText_cont label,
.searchform_sidebar .contents_searchform .searchDataBox.regist .searchDataText .searchDataText_cont label{
  width: 10%;
  padding: 0;
  text-align: center;
}


.searchform_sidebar #submit_button,
.searchform_sidebar #reset_button {
  width: 80%;
  margin-top: 20px;
  background: #fff;
  color: #22292c;
  
}

@media (max-width: 768px) {
  .searchform_sidebar #submit_button,
  .searchform_sidebar #reset_button {
    width: 100%;
    margin-top: 0px;
  }
}

.contents_searchform #submit_button span{
  position: relative;
}

.searchform_sidebar #submit_button span::before{
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../img/icon_searchword.svg) left center no-repeat;
  background-size: 100% 100%;
  left: -27px;
  top: -2px;
  pointer-events: none;
}

body.testdrive .searchform_sidebar .contents_searchform #submit_button{
  background: #fff;
  color: #22292c;
  border: #22292c 1px solid;
}

body.testdrive .searchform_sidebar .contents_searchform #submit_button:hover{
  border: silver 1px solid;
  background: silver;
  color: #22292c;
}

body.chevrolet .searchform_sidebar .contents_searchform #submit_button{
  border: #c08f3a 1px solid;
  background: #fff;
  color: #22292c;
}

body.chevrolet .searchform_sidebar .contents_searchform #submit_button:hover{
  background: #c08f3a;
}

.searchform_sidebar #reset_button {
  display: none
}

.searchform_contents {
/*   width: calc(100% - 330px); */
/*   padding-left: 20px; */
  width: 100%;
  flex: 1;
/*   margin-right: calc(50% - 49.5vw); */
/*   margin-right: calc(50% - 50vw); */
}

@media (max-width: 768px) {
  .searchform_contents {
    width: 100%;
    padding: 0;
    margin: 0 auto
  }
}

.searchform_contents .searchform_result_parameters {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap
}

@media (max-width: 768px) {
  .searchform_contents .searchform_result_parameters {
    display: block
  }
}

.searchform_contents .searchform_result_parameters .searchform_result_parameters_button {
  display: none
}

@media (max-width: 768px) {
  .searchform_contents .searchform_result_parameters .searchform_result_parameters_button {
    display: none;
    text-align: center
  }
}

.searchform_contents .searchform_result_parameters .searchform_result_parameters_button a {
  border: #22292c 1px solid;
  height: 50px;
  width: 100%;
  margin: 0 auto;
  font-size: 116.7%;
  font-weight: 700;
  line-height: 48px;
  background: #fff;
  color: #22292c;
  display: block;
}

body.chevrolet .searchform_contents .searchform_result_parameters .searchform_result_parameters_button a{
  border: #c08f3a 1px solid;
}

.searchform_contents .searchform_result_parameters .searchform_result_parameters_button.button_fixed {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  margin: 0 auto;
  padding: 10px 20px;
  border-top: #22292c 2px solid;
  background: #f4f4f4;
  z-index: 2;
}

@media (max-width: 768px) {
  .searchform_contents .searchform_result_parameters .searchform_result_parameters_button.button_fixed {
    display: block
  }
}

.searchform_contents .searchform_result_parameters ul {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: -5px 25px 0 -5px
}

@media (max-width: 768px) {
  .searchform_contents .searchform_result_parameters ul {
    margin: 0px -5px 0
  }
}

.searchform_contents .searchform_result_parameters ul li {
  display: inline-flex;
  padding: 5px 5px
}

.searchform_contents .searchform_result_parameters ul li .parameters_cut {
  background: #d8d8d8;
  padding: 13px 10px;
  font-size: 12px;
  line-height: 1em
}

.searchform_contents .searchform_result_parameters ul li .icon_cross {
  background: #d8d8d8;
  border-left: #22292c 1px solid;
  padding: 13px 10px;
  height: 100%;
  position: relative;
}

.searchform_contents .searchform_result_parameters ul li .icon_cross span {
  position: relative;
  display: block;
  width: 14px;
  height: 14px;
  margin: auto;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.searchform_contents .searchform_result_parameters ul li .icon_cross span::before, .searchform_contents .searchform_result_parameters ul li .icon_cross span::after {
  position: absolute;
  content: "";
  display: block;
  background: #22292c;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 2px;
  transform: translate(-50%, -50%) rotate(45deg)
}

.searchform_contents .searchform_result_parameters ul li .icon_cross span::before {
  transform: translate(-50%, -50%) rotate(135deg)
}

.searchform_contents .searchform_result_parameters .searchform_result_parameters_clear a {
  font-size: 125%;
  line-height: 40px;
  text-decoration: underline
}

@media (max-width: 768px) {
  .searchform_contents .searchform_result_parameters .searchform_result_parameters_clear a {
    font-size: 108.3%;
    margin-left: 0
  }
}

.searchform_contents .searchform_result_count {
  width: 100%;
  margin: 40px 0 40px;
  position: relative;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .searchform_contents .searchform_result_count {
    margin: 20px 0 40px;
    display: block;
  }
}

.searchform_contents .searchform_result_count p {
  font-size: 175%;
  font-weight: 700;
  line-height: 2em;
}

@media (max-width: 768px) {  
  .searchform_contents .searchform_result_count p {
    font-size: 150%;
  }
}

.searchform_contents .searchform_result_count .sort_contents {
  display: none;
  position: absolute;
  margin: auto;
  right: 20px;
  top: 0;
  width: 220px;
  z-index: 1
}

@media (max-width: 768px) {
  .searchform_contents .searchform_result_count .sort_contents {
    width: 100%;
    margin-top: 20px;
    position: relative;
    right: auto;
  }
}

.searchform_contents .searchform_result_count .sort_contents .cp_ipselect {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  color: #22292c;
  border: #22292c 1px solid
}

.searchform_contents .searchform_result_count .sort_contents .cp_ipselect>i.toggle {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  color: #22292c
}

.searchform_contents .searchform_result_count .sort_contents .cp_ipselect .sort_arrowup::before,
.searchform_contents .searchform_result_count .sort_contents .cp_ipselect .sort_arrowdown:before {
  background: #22292c;
  width: 40px;
  height: 46px;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: block
}

.searchform_contents .searchform_result_count .sort_contents .cp_ipselect .sort_arrowup:after {
  content: "";
  position: absolute;
  right: 14px;
  top: 20px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg)
}

.searchform_contents .searchform_result_count .sort_contents .cp_ipselect .sort_arrowdown:after {
  content: "";
  position: absolute;
  right: 14px;
  top: 16px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: translateY(-50%) rotate(-135deg)
}

.searchform_contents .searchform_result_count .sort_contents .cp_ipselect .sort_label,
.searchform_contents .searchform_result_count .sort_contents .cp_ipselect .sort_selectlabel {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 20px;
  cursor: pointer;
  background: transparent;
  font-size: 125%
}

.searchform_contents .searchform_result_count .sort_contents .cp_ipselect>input {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  margin: 0
}

.searchform_contents .searchform_result_count .sort_contents .cp_ipselect>input:checked~i.toggle.sort_arrowdown {
  display: none
}

.searchform_contents .searchform_result_count .sort_contents .cp_ipselect>input:checked~i.toggle.sort_arrowup {
  display: block
}

.searchform_contents .searchform_result_count .sort_contents .cp_ipselect>input:checked div.options label.option .sort_label {
  display: none !important
}

.searchform_contents .searchform_result_count .sort_contents .cp_ipselect>input:not(:checked) {
  z-index: 4
}

.searchform_contents .searchform_result_count .sort_contents .cp_ipselect>input:not(:checked)~label.option>span.sort_label {
  display: none
}

.searchform_contents .searchform_result_count .sort_contents .cp_ipselect>input:not(:checked)~i.toggle.sort_arrowup {
  display: none
}

.searchform_contents .searchform_result_count .sort_contents .cp_ipselect>input:not(:checked)~i.toggle.sort_arrowdown {
  display: block
}

.searchform_contents .searchform_result_count .sort_contents .cp_ipselect>span.sort_selectlabel {
  position: relative;
  z-index: 0;
  display: inline-block;
  width: 100%;
  color: #22292c;
  border-top: 0;
  font-size: 133.3%;
  padding: 12px 40px 12px 20px
}

.searchform_contents .searchform_result_count .sort_contents .cp_ipselect label.option {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  width: 100%;
  transition: all 1s ease-out;
  background: #fff
}

.searchform_contents .searchform_result_count .sort_contents .cp_ipselect label.option span.sort_label {
  position: relative;
  z-index: 2;
  transition: 0.3s ease-out
}

.searchform_contents .searchform_result_count .sort_contents .cp_ipselect label.option span.sort_label:hover {
  color: #fff;
  background: #3084f9
}

.searchform_contents .searchform_result_count .sort_contents .cp_ipselect label.option input {
  display: none
}

.searchform_contents .searchform_result_count .sort_contents .cp_ipselect label.option input:checked~span.sort_label {
  position: absolute;
  z-index: 3;
  top: 0;
  display: block;
  width: 100%;
  color: inherit;
  border-top: 0;
  background: #fff;
  box-shadow: none
}


/* sort_contents_renew
--------------------------------------------------------------- */
.sort_contents_renew{
  position: absolute;
    margin: auto;
    right: 20px;
    top: 0;
    width: 220px;
    z-index: 1;
}

@media (max-width: 768px) {
  .sort_contents_renew {
    width: 100%;
    margin-top: 20px;
    position: relative;
    right: auto;
  }
}

.sort_contents_renew .select {
  width: 225px;
  height: 40px;
  cursor: pointer;
  background-color: white;
  box-shadow: 0 2px 0 #fff;
  border-radius: 2px
}

.sort_contents_renew .select_expand {
  width: 0;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}

.sort_contents_renew .select_expand::before{
  content: "";
  position: absolute;
  margin: auto;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #22292c;
  width: 40px;
  height: 40px;
  z-index: 3;
}

.sort_contents_renew .select_expand::after {
  content: '\003E';
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translate(-50%, -50%) rotate(90deg) scaleY(1.75);
  color: #fff;
  font-size: 20px;
  pointer-events: none;
  z-index: 4;
  transition: all 250ms cubic-bezier(0.4, 0.25, 0.3, 1);
  opacity: 1
}

.sort_contents_renew .select_expand:hover::after {
  opacity: 1
}

.sort_contents_renew .select_expand:checked::after {
  transform: translate(-50%, -50%) rotate(90deg) scaleX(-1) scaleY(1.75)
}

.sort_contents_renew .select_expandLabel {
  display: block;
  width: 100%;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer
}

.sort_contents_renew .select_close {
  display: none
}

.sort_contents_renew .select_closeLabel {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: none
}

.sort_contents_renew .select_items {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: #22292c 1px solid;
  border-radius: 2px;
  padding-top: 40px
}

.sort_contents_renew .select_input {
  display: none
}

.sort_contents_renew .select_label {
  transition: all 250ms cubic-bezier(0.4, 0.25, 0.3, 1);
  display: block;
  height: 0;
  font-size: 16px;
  line-height: 40px;
  overflow: hidden;
  color: #22292c;
  background-color: #fff;
  cursor: pointer;
  padding-left: 20px;
  position: relative;
  z-index: 2;
}


.sort_contents_renew .select_label a{
  display: block;
}

.sort_contents_renew .select_label-placeholder {
  height: 40px;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .6;
  background-color: transparent;
  z-index: 0;
}

.sort_contents_renew .select_expand:checked+.select_closeLabel {
  display: block
}

.sort_contents_renew .select_expand:checked+.select_closeLabel+.select_options .select_label {
  height: 40px
}

.sort_contents_renew .select_expand:checked+.select_closeLabel+.select_options .select_label:hover {
  background-color: #f7f7f7
}

.sort_contents_renew .select_expand:checked+.select_closeLabel+.select_options+.select_expandLabel {
  display: none
}

.sort_contents_renew .select_input:checked+.select_label {
  height: 40px;
  margin-top: -40px
}



/* searchform_contents
--------------------------------------------------------------- */
.searchform_contents .searchform_result_box_wrap{
  margin-right: -30px;
}

@media (max-width: 768px) {
  .searchform_contents .searchform_result_box_wrap{
    margin-right: 0;
  }
}

.searchform_contents .searchform_result_box {
  background: #f4f4f4;
  padding: 30px;
}

@media (max-width: 768px) {
  .searchform_contents .searchform_result_box {
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 20px
  }
  .searchform_contents .searchform_result_box+.searchform_result_box::before {
    content: "";
    width: calc(100% - 20px);
    margin: 0 auto;
    height: 1px;
    background: #22292c;
    display: block;
    margin-bottom: 20px
  }
}

.searchform_contents .searchform_result_box:first-of-type {
  border-top: #22292c 1px solid
}

.searchform_contents .searchform_result_box .annotation_contents {
  margin: 0 0 0 10px
}

.searchform_contents .searchform_result_box .annotation_contents p {
  font-size: 100%;
  font-weight: 400;
  line-height: 1.6em
}

.store_contents .store_contents_title {
  border-bottom: #22292c 1px solid;
  padding-bottom: 15px
}

@media (max-width: 768px) {
  .store_contents .store_contents_title {
    text-align: center;
    margin: 0 10px
  }
}

.store_contents .store_contents_title .storename {
  font-size: 200%;
  font-weight: 700;
  line-height: 1.6em
}

@media (max-width: 768px) {
  .store_contents .store_contents_title .storename {
    font-size: 166.7%
  }
}

.store_contents .store_contents_title .storelink {
  font-size: 100%;
  margin-left: 20px;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .store_contents .store_contents_title .storelink {
    display: block;
    font-size: 108.3%;
    margin: 8px auto 0
  }
}

.store_contents .store_contents_title .storelink::before {
  content: "";
  height: 16px;
  width: 16px;
  background: url(../img/icon_link_blank.svg) left bottom no-repeat;
  background-size: 16px 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px
}

.store_contents .store_contents_detail {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  margin: 30px 0
}

@media (max-width: 768px) {
  .store_contents .store_contents_detail {
    display: block;
    margin: 20px 0
  }
}

.store_contents .store_contents_detail .store_contents_info {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  width: 50%;
}

@media (max-width: 768px) {
  .store_contents .store_contents_detail .store_contents_info {
    width: 100%
  }
}

.store_contents .store_contents_detail .store_contents_info dl {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}

@media (max-width: 768px) {
  .store_contents .store_contents_detail .store_contents_info dl {
    display: block
  }
}

.store_contents .store_contents_detail .store_contents_info dl dt {
  width: 30%;
  font-size: 125%;
  font-weight: 700;
  padding: 0 20px 15px 0
}

@media (max-width: 768px) {
  .store_contents .store_contents_detail .store_contents_info dl dt {
    width: 100%;
    padding: 0 10px 8px;
    font-size: 108.3%
  }
}

.store_contents .store_contents_detail .store_contents_info dl dd {
  width: 70%;
  font-size: 133.3%;
  font-weight: 400;
  padding: 0 0 15px;
  letter-spacing: .01em;
  line-height: 1.2em
}

@media (max-width: 768px) {
  .store_contents .store_contents_detail .store_contents_info dl dd {
    width: 100%;
    padding: 0 10px 15px;
    font-size: 108.3%
  }
}

.store_contents .store_contents_detail .store_contents_info dl dd a {
  text-decoration: underline
}

.store_contents .store_contents_detail .store_contents_info .button_wrap {
  text-align: center;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  margin: 0 -7.5px
}

@media (max-width: 768px) {
  .store_contents .store_contents_detail .store_contents_info .button_wrap {
    display: block
  }
}

.store_contents .store_contents_detail .store_contents_info .button_wrap .button_tel, .store_contents .store_contents_detail .store_contents_info .button_wrap .button_contact {
  width: 50%;
  padding: 10px 7.5px
}

@media (max-width: 768px) {
  .store_contents .store_contents_detail .store_contents_info .button_wrap .button_tel, .store_contents .store_contents_detail .store_contents_info .button_wrap .button_contact {
    width: 100%;
    padding: 10px 0;
  }
}

.store_contents .store_contents_detail .store_contents_info .button_wrap .button_tel a {
  border: #22292c 1px solid;
  height: 50px;
  width: 100%;
  margin: 0 auto;
  font-size: 116.7%;
  font-weight: 700;
  line-height: 48px;
  background: #fff;
  color: #22292c;
  display: block;
  height: 35px;
  line-height: 32px
}

@media (max-width: 768px) {
  .store_contents .store_contents_detail .store_contents_info .button_wrap .button_tel a {
    height: 55px;
    line-height: 53px
  }
}

.store_contents .store_contents_detail .store_contents_info .button_wrap .button_contact a {
  border: #22292c 1px solid;
  height: 50px;
  width: 100%;
  margin: 0 auto;
  font-size: 116.7%;
  font-weight: 700;
  line-height: 48px;
  background: #fff;
  color: #22292c;
  display: block;
  background: #22292c;
  color: #fff;
  height: 35px;
  line-height: 32px
}

.store_contents .store_contents_detail .store_contents_info .button_wrap .button_contact a:hover {
  border: silver 1px solid;
  background: silver;
  color: #22292c;
}

@media (max-width: 768px) {
  .store_contents .store_contents_detail .store_contents_info .button_wrap .button_contact a {
    height: 55px;
    line-height: 53px
  }
}

.store_contents .store_contents_detail .store_contents_map {
  width: 50%;
  padding-left: 30px;
  position: relative;
  min-height: 400px;
}

@media (max-width: 768px) {
  .store_contents .store_contents_detail .store_contents_map {
    padding: 0;
    width: calc(100% + 60px);
    margin: 30px -30px 0
  }
}

.store_contents .store_contents_detail .store_contents_map iframe {
  width: 100%;
  height: 100%
}

@media (max-width: 768px) {
  .store_contents .store_contents_detail .store_contents_map iframe {
    height: 300px
  }
}

.store_contents .store_contents_detail .store_contents_map .store_contents_map_button {
  position: absolute;
  margin: auto;
  left: 40px;
  bottom: 10px;
  text-align: center
}

@media (max-width: 768px) {
  .store_contents .store_contents_detail .store_contents_map .store_contents_map_button {
    position: static;
    width: 100%;
    padding: 30px 20px 0;
    display: block
  }
}

.store_contents .store_contents_detail .store_contents_map .store_contents_map_button a {
  border: #22292c 1px solid;
  height: 50px;
  width: 100%;
  margin: 0 auto;
  font-size: 116.7%;
  font-weight: 700;
  line-height: 48px;
  background: #fff;
  color: #22292c;
  display: block;
  height: auto;
  line-height: 1.4em;
  padding: 8px 25px;
  font-size: 90%
}

@media (max-width: 768px) {
  .store_contents .store_contents_detail .store_contents_map .store_contents_map_button a {
    height: 50px;
    line-height: 48px;
    padding: 0;
    font-size: 116.7%;
    width: 100%
  }
}

.entry_contents .entry_single {
  background: #fff;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding: 10px;
  margin: 20px auto
}

@media (max-width: 768px) {
  .entry_contents .entry_single {
    display: block;
    padding: 10px 10px 30px
  }
}

.entry_contents .entry_single .entry_single_img_wrap {
  width: 240px;
  height: 180px;
  position: relative;
  padding: 5px
}

@media (max-width: 768px) {
  .entry_contents .entry_single .entry_single_img_wrap {
    width: 100%;
    height: 230px
  }
}

.entry_contents .entry_single .entry_single_img {
  width: 100%;
  height: auto;
  position: relative
}

.entry_contents .entry_single .entry_single_img img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.entry_contents .entry_single .entry_single_img figcaption {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 90%;
  font-weight: 700;
  line-height: 1.4em;
  position: absolute;
  right: 7px;
  bottom: 8px;
  background: #fff;
  padding: 5px;
  border: 1px solid #dfdfdf;
}

@media (max-width: 768px) {
  .entry_contents .entry_single .entry_single_img figcaption {
    font-weight: 700;
    padding: 5px 7.5px
  }
}

.entry_contents .entry_single .entry_single_detail {
  width: calc(100% - 240px);
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: space-between;
  -webkit-justify-content: space-between;
/*   height: 180px; */
  position: relative;
  padding: 5px 10px
}

@media (max-width: 768px) {
  .entry_contents .entry_single .entry_single_detail {
    width: 100%;
    height: 100%;
    padding: 20px 0 0;
    display: block
  }
}

.entry_contents .entry_single .entry_single_detail .entry_favorite_button {
  position: absolute;
  content: "";
  display: block;
  background: #fff;
  width: 40px;
  height: 40px;
  left: 10px;
  bottom: -20px;
  border: #424242 1px solid;
  border-radius: 20px;
  cursor: pointer
}

.entry_contents .entry_single .entry_single_detail .entry_favorite_button .entry_favorite_button_icon {
  position: absolute;
  margin: auto;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.entry_contents .entry_single .entry_single_detail .entry_favorite_button .entry_favorite_button_icon svg.empty {
  fill: silver
}

.entry_contents .entry_single .entry_single_detail .entry_favorite_button .entry_favorite_button_icon svg.push {
  display: none;
  fill: #c08f3a
}

.entry_contents .entry_single .entry_single_detail .entry_favorite_button .entry_favorite_button_icon.chose svg.empty {
  display: none
}

.entry_contents .entry_single .entry_single_detail .entry_favorite_button .entry_favorite_button_icon.chose svg.push {
  display: block
}

.entry_contents .entry_single .entry_single_detail .entry_single_detail_title .entry_single_detail_date {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center
}

.entry_contents .entry_single .entry_single_detail .entry_single_detail_title .entry_single_detail_date .entry_single_detail_cat {
  background: #ccc;
  padding: 5px 30px;
  font-size: 116.7%;
  font-weight: 400;
  line-height: 1.4em
}

.entry_contents .entry_single .entry_single_detail .entry_single_detail_title .entry_single_detail_date .entry_single_detail_updated {
  font-size: 100%;
  font-weight: 400;
  line-height: 1.4em
}

.entry_contents .entry_single .entry_single_detail .entry_single_detail_title .entry_title {
  font-size: 166.7%;
  font-weight: 700;
  line-height: 1.6em;
}

.entry_contents .entry_single .entry_single_detail .entry_single_detail_title .ucar_warranty_img {
  width: 50%;
}

.entry_contents .entry_single .entry_single_detail .entry_single_detail_title .ucar_warranty_img img{
  width: 100%;
  height: auto;
}

.entry_contents .entry_single .entry_single_detail .entry_single_detail_title .entry_comment {
  font-size: 125%;
  font-weight: 400;
  line-height: 1.6em;
}

.entry_contents .entry_single .entry_single_detail .entry_single_detail_title .entry_detail {
  padding: 10px 0;
}

.entry_contents .entry_single .entry_single_detail .entry_single_detail_title .entry_detail dl {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap
}

.entry_contents .entry_single .entry_single_detail .entry_single_detail_title .entry_detail dl dt {
  font-size: 100%;
  font-weight: 700;
  line-height: 1.6em;
  width: 40%
}

.entry_contents .entry_single .entry_single_detail .entry_single_detail_title .entry_detail dl dd {
  font-size: 100%;
  font-weight: 400;
  line-height: 1.6em;
  width: 60%;
}
@media (max-width: 768px) {
  .entry_contents .entry_single .entry_single_detail .entry_single_detail_title .entry_detail dl dt,
  .entry_contents .entry_single .entry_single_detail .entry_single_detail_title .entry_detail dl dd{
    padding: 5px 0;
  }
}

.entry_contents .entry_single .entry_single_detail .entry_single_detail_title .entry_price {
  border-top: #d8d8d8 1px solid;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding: 10px 0
}

.entry_contents .entry_single .entry_single_detail .entry_single_detail_title .entry_price_detail{
  padding: 0 0 10px;
}

.entry_contents .entry_single .entry_single_detail .entry_totalpay_about{
  font-size: 90%;
  font-weight: 700;
  border-bottom: #d8d8d8 1px solid;
  padding: 10px 0 20px;
  text-align: right;
}

.entry_contents .entry_single .entry_single_detail .entry_single_detail_title .entry_price_detail dd{
  text-align: right;
}

.entry_contents .entry_single .entry_single_detail .entry_single_detail_title .entry_price dl {
  width: 50%
}

.entry_contents .entry_single .entry_single_detail .entry_single_detail_title .entry_price dl dt {
  font-size: 100%;
  font-weight: 700;
  line-height: 1.6em
}

.entry_contents .entry_single .entry_single_detail .entry_single_detail_title .entry_price dl dd {
  font-size: 150%;
  font-weight: 700;
  line-height: 1.6em;
  white-space: nowrap;
}

.entry_contents .entry_single .entry_single_detail .entry_single_detail_title .entry_price dl.entry_totalpay dt, .entry_contents .entry_single .entry_single_detail .entry_single_detail_title .entry_price dl.entry_totalpay dd {
  text-align: right
}

.entry_contents .entry_single .entry_store {
  border-top: #d8d8d8 1px solid;
  padding: 10px 0
}

.entry_contents .entry_single .entry_store dl dt {
  font-size: 100%;
  font-weight: 700;
  line-height: 1.6em
}

.entry_contents .entry_single .entry_store dl dd {
  font-size: 108.3%;
  font-weight: 700;
  line-height: 1.6em
}

.entry_contents .entry_single .button_wrap {
  text-align: center;
  display: flex;
  display: -webkit-flex;
  margin: 0 -7.5px -10px;
  max-width: 430px;
  width: 100%;
}

@media (max-width: 768px) {
  .entry_contents .entry_single .button_wrap {
    display: block;
    margin: 22.5px 5px 12.5px
  }
}

.entry_contents .entry_single .button_wrap .button_info, .entry_contents .entry_single .button_wrap .button_reserve {
  width: 50%;
  padding: 10px 7.5px
}

@media (max-width: 768px) {
  .entry_contents .entry_single .button_wrap .button_info, .entry_contents .entry_single .button_wrap .button_reserve {
    width: 100%;
    padding: 7.5px 0
  }
}

.entry_contents .entry_single .button_wrap .button_info a, .entry_contents .entry_single .button_wrap .button_estimate a {
  border: #22292c 1px solid;
  height: 50px;
  width: 100%;
  margin: 0 auto;
  font-size: 116.7%;
  font-weight: 400;
  line-height: 48px;
  background: #fff;
  color: #22292c;
  display: block;
  height: 35px;
  line-height: 32px
}

body.testdrive .entry_contents .entry_single .button_wrap .button_info a, .entry_contents .entry_single .button_wrap .button_estimate a {
  font-weight: 700;
}

.entry_contents .entry_single .button_wrap .button_info a:hover,
.entry_contents .entry_single .button_wrap .button_estimate a:hover,
.store_contents .store_contents_detail .store_contents_info .button_wrap .button_tel a:hover {
  border: silver 1px solid;
  background: silver;
  color: #22292c;
}

@media (max-width: 768px) {
  .entry_contents .entry_single .button_wrap .button_info a, .entry_contents .entry_single .button_wrap .button_estimate a {
    height: 55px;
    line-height: 53px
  }
}

.entry_contents .entry_single .button_wrap .button_reserve a {
  border: #22292c 1px solid;
  height: 50px;
  width: 100%;
  margin: 0 auto;
  font-size: 116.7%;
  font-weight: 700;
  line-height: 48px;
  background: #fff;
  color: #22292c;
  display: block;
  background: #22292c;
  color: #fff;
  height: 35px;
  line-height: 32px
}

.entry_contents .entry_single .button_wrap .button_reserve a:hover {
  border: silver 1px solid;
  background: silver;
  color: #22292c;
}

@media (max-width: 768px) {
  .entry_contents .entry_single .button_wrap .button_reserve a {
    height: 55px;
    line-height: 53px
  }
}

body.preowned.index .searchform_contents .searchform_result_box {
  padding: 10px
}

body.preowned.index .searchform_contents .searchform_result_box .entry_contents {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap
}

body.preowned.index .searchform_contents .searchform_result_box .entry_contents .entry_single {
  width: 33.33%;
  background: transparent;
  padding: 10px;
  margin: 0
}

@media (max-width: 992px){
  body.preowned.index .searchform_contents .searchform_result_box .entry_contents .entry_single {
    width: 50%;
  }  
}

@media (max-width: 768px) {
  body.preowned.index .searchform_contents .searchform_result_box .entry_contents .entry_single {
    width: 100%;
    padding: 10px;
  }
}

body.preowned.index .searchform_contents .searchform_result_box .entry_contents .entry_single .entry_single_wrap{
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  background: #fff;
  width: 100%;
}

body.preowned.index .searchform_contents .searchform_result_box .entry_contents .entry_single .entry_single_wrap header{
  min-height: 6.6em;
}

body.preowned.index .searchform_contents .searchform_result_box .entry_contents .entry_single .entry_single_wrap footer{
  padding: 0 10px 10px;
}

body.preowned.index .searchform_contents .searchform_result_box .entry_contents .entry_single .entry_single_img_wrap {
  width: calc(100% + 20px);
  height: auto;
  padding: 0;
  margin: -10px -10px 30px;
}

body.preowned.index .searchform_contents .searchform_result_box .entry_contents .entry_single .entry_single_img {
  width: 100%;
  height: 100%;
  position: relative;
  line-height: 0;
  overflow: hidden
}

body.preowned.index .searchform_contents .searchform_result_box .entry_contents .entry_single .entry_single_img::before {
  content: '';
  display: block;
  padding-top: 65%
}

body.preowned.index .searchform_contents .searchform_result_box .entry_contents .entry_single .entry_single_img img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover
}

body.preowned.index .searchform_contents .searchform_result_box .entry_contents .entry_single .entry_single_detail {
  width: 100%;
  height: auto;
  padding: 10px 10px 0;
  background: #fff
}

@media (max-width: 768px) {
  body.preowned.index .searchform_contents .searchform_result_box .entry_contents .entry_single .entry_single_detail_title{
    padding: 0px 10px;
  }
}

body.preowned.index .searchform_contents .searchform_result_box .entry_contents .entry_single .entry_single_detail_title .entry_title {
  font-size: 150%
}

body.preowned.index .searchform_contents .searchform_result_box .entry_contents .entry_single .button_wrap {
  margin: 0 auto
}

body.preowned.index .searchform_contents .searchform_result_box .entry_contents .entry_single .button_wrap .button_info {
  width: 100%;
  padding: 10px 5px
}

@media (max-width: 768px) {
  body.preowned.index .searchform_contents .searchform_result_box .entry_contents .entry_single .button_wrap .button_info{
    padding: 10px 20px 20px;
  }
}

body.preowned.index .searchform_contents .searchform_result_box .entry_contents .entry_single .button_wrap .button_info a {
  width: 80%;
  height: 40px;
  line-height: 38px
}

@media (max-width: 768px) {
  body.preowned.index .searchform_contents .searchform_result_box .entry_contents .entry_single .button_wrap .button_info a{
    width: 100%;
  }
}

body.chevrolet .entry_contents .entry_single .button_wrap .button_info a,
body.chevrolet .entry_contents .entry_single .button_wrap .button_estimate a, 
body.chevrolet .store_contents .store_contents_detail .store_contents_info .button_wrap .button_tel a,
body.chevrolet #contents_single .section_single .store_contents .store_contents_map_button a{
  border: #c08f3a 1px solid
}

body.chevrolet .entry_contents .entry_single .button_wrap .button_info a:hover,
body.chevrolet .entry_contents .entry_single .button_wrap .button_estimate a:hover, body.chevrolet .store_contents .store_contents_detail .store_contents_info .button_wrap .button_tel a:hover{
  background: #c08f3a;
}

body.preowned.index.chevrolet .searchform_contents .searchform_result_box .entry_contents .entry_single .button_wrap .button_info a{
  border: #c08f3a 1px solid;
}

body.chevrolet .entry_contents .entry_single .button_wrap .button_reserve a,
body.chevrolet .store_contents .store_contents_detail .store_contents_info .button_wrap .button_contact a{
  border: #c08f3a 1px solid;
  background: #c08f3a
}

body.preowned.index.chevrolet .searchform_contents .searchform_result_box .entry_contents .entry_single .button_wrap .button_info a:hover{
  background: #c08f3a;
  color: #fff;
}

body.chevrolet .entry_contents .entry_single .button_wrap .button_reserve a:hover, 
body.chevrolet .store_contents .store_contents_detail .store_contents_info .button_wrap .button_contact a:hover{
  background: #fff;
  color: #22292c
}

#contents_single .inner {
  max-width: 1280px;
  width: calc(100% - 60px);
  margin: 0 auto
}

@media (max-width: 768px) {
  #contents_single .inner {
    width: calc(100% - 40px);
  }
}

#contents_single .section_single .entry_contents .inner {
  padding: 0 0 60px;
}

@media (max-width: 992px) {
  #contents_single .section_single .entry_contents .inner {
    width: 100%;
    padding: 0
  }
}

#contents_single .section_single .entry_contents .entry_single {
  padding: 0;
  margin: 0 -20px;
}

@media (max-width: 992px) {
  #contents_single .section_single .entry_contents .entry_single {
    display: block;
    margin: 0
  }
}

#contents_single .section_single .entry_contents .entry_single .entry_single_img_wrap {
  width: 60%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 20px 20px;
  position: relative
}

@media (max-width: 992px) {
  #contents_single .section_single .entry_contents .entry_single .entry_single_img_wrap {
    width: 100%;
    margin: 0;
    padding: 0
  }
}

#contents_single .section_single .entry_contents .entry_single .thirdseat_contents {
  width: 100%;
}

#contents_single .section_single .entry_contents .entry_single .thirdseat_contents p .image_caption.caption_active{
  background: #c0c0c0;
  color: #22292c;
  font-size: 116.7%;
  line-height: 1.6em;
  margin: 20px auto;
  width: calc(100% - 40px);
  padding: 20px 30px;
}

#contents_single .section_single .entry_contents .entry_single .thirdseat_contents p .image_caption.caption_blank{
  padding: 0;
}

.thirdseat_contents span.image_caption.caption_active {
	display: block;
}
.thirdseat_contents span.image_caption {
	display: none;
}

#contents_single .section_single .entry_contents .entry_single .entry_single_img figcaption {
  font-size: 133.3%;
  font-weight: 700;
  padding: 7px 18px;
  cursor: pointer
}

@media (max-width: 992px) {
  #contents_single .section_single .entry_contents .entry_single .entry_single_img figcaption {
    padding: 7.5px;
    font-size: 108.3%
  }
}

#contents_single .section_single .entry_contents .entry_single .entry_single_detail {
  display: block;
  width: 40%;
  height: auto;
  padding: 0 20px 20px;
}

@media (max-width: 992px) {
  #contents_single .section_single .entry_contents .entry_single .entry_single_detail {
    width: 100%;
    padding: 20px 50px 40px;
  }
}

@media (max-width: 768px) {
  #contents_single .section_single .entry_contents .entry_single .entry_single_detail {
    padding: 20px 20px 30px;
  }
}

@media (max-width: 992px) {
  #contents_single .section_single .entry_contents .entry_single .entry_single_detail .entry_single_detail_title .entry_single_detail_date .entry_single_detail_title {
    font-size: 133.3%
  }
}

#contents_single .section_single .entry_contents .entry_single .entry_single_detail .entry_single_detail_title .entry_single_detail_date .entry_single_detail_updated {
  display: none
}

@media (max-width: 992px) {
  #contents_single .section_single .entry_contents .entry_single .entry_single_detail .entry_single_detail_title .entry_single_detail_date .entry_single_detail_updated {
    display: block;
    font-size: 116.7%;
  }
}

#contents_single .section_single .entry_contents .entry_single .entry_single_detail .entry_single_detail_title .entry_title {
  font-size: 200%;
  position: relative
}

@media (max-width: 992px) {
  #contents_single .section_single .entry_contents .entry_single .entry_single_detail .entry_single_detail_title .entry_title {
    font-size: 150%
  }
}

#contents_single .section_single .entry_contents .entry_single .entry_single_detail .entry_single_detail_title .entry_data {
  margin-top: 20px
}

@media (max-width: 992px) {
  #contents_single .section_single .entry_contents .entry_single .entry_single_detail .entry_single_detail_title .entry_data {
/*     display: none */
    margin-top: 10px;
  }
}

#contents_single .section_single .entry_contents .entry_single .entry_single_detail .entry_single_detail_title .entry_data dl {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
#contents_single .section_single .entry_contents .entry_single .entry_single_detail .entry_single_detail_title .entry_data dl:last-child{
  border-bottom: silver 1px solid
}

#contents_single .section_single .entry_contents .entry_single .entry_single_detail .entry_single_detail_title .entry_data dl dt {
  width: 40%;
  padding: 15px 10px;
  font-size: 133.3%;
  font-weight: 400;
  line-height: 1.4em;
  background: #f4f4f4;
  border-top: silver 1px solid
}

#contents_single .section_single .entry_contents .entry_single .entry_single_detail .entry_single_detail_title .entry_data dl dd {
  width: 60%;
  padding: 15px 10px;
  font-size: 133.3%;
  font-weight: 400;
  line-height: 1.4em;
  border-top: silver 1px solid
}

@media (max-width: 992px) {
  #contents_single .section_single .entry_contents .entry_single .entry_single_detail .entry_single_detail_title .entry_data dl dt,
  #contents_single .section_single .entry_contents .entry_single .entry_single_detail .entry_single_detail_title .entry_data dl dd{
    padding: 10px 10px;
    font-size: 100%;
  }
}

#contents_single .section_single .entry_contents .entry_single .entry_single_detail .entry_single_detail_title .entry_single_store {
  margin-top: 35px
}

@media (max-width: 992px) {
  #contents_single .section_single .entry_contents .entry_single .entry_single_detail .entry_single_detail_title .entry_single_store {
    margin: 20px 0
  }
}

#contents_single .section_single .entry_contents .entry_single .entry_single_detail .entry_single_detail_title .entry_single_store .store_title {
  font-size: 150%;
  font-weight: 700;
  line-height: 1.6em
}

@media (max-width: 992px) {
  #contents_single .section_single .entry_contents .entry_single .entry_single_detail .entry_single_detail_title .entry_single_store .store_title {
    font-size: 125%
  }
}

#contents_single .section_single .entry_contents .entry_single .entry_single_detail .entry_single_detail_title .entry_single_store .store_tel {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 150%;
  line-height: 1.4em
}

@media (max-width: 992px) {
  #contents_single .section_single .entry_contents .entry_single .entry_single_detail .entry_single_detail_title .entry_single_store .store_tel {
    font-size: 125%
  }
}

#contents_single .section_single .entry_contents .entry_single .entry_single_detail .entry_single_detail_title .entry_single_store .store_tel a {
  text-decoration: underline
}

#contents_single .section_single .entry_contents .entry_single .button_wrap {
  display: block;
  max-width: 100%;
  margin: 15px 0 0
}

#contents_single .section_single .entry_contents .entry_single .button_wrap .button_reserve {
  width: 100%;
  padding: 0
}

#contents_single .section_single .entry_contents .entry_single .button_wrap .button_reserve a {
  height: 50px;
  line-height: 48px;
  font-size: 133.3%;
}

#contents_single .section_single .entry_contents .entry_single .entry_single_detail .button_fixed {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  margin: 0 auto;
  padding: 12px 7.5px;
  border-top: #22292c 2px solid;
  background: #f4f4f4;
  z-index: 999
}

@media (max-width: 768px) {
  #contents_single .section_single .entry_contents .entry_single .entry_single_detail .button_fixed {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    padding: 10px 10px !important;
    gap: 15px;
  }
  #contents_single .section_single .entry_contents .entry_single .entry_single_detail .button_fixed .button_estimate,
  #contents_single .section_single .entry_contents .entry_single .entry_single_detail .button_fixed .button_reserve {
    width: 50%;
  }
  #contents_single .section_single .entry_contents .entry_single .entry_single_detail .button_fixed .button_estimate a,
  #contents_single .section_single .entry_contents .entry_single .entry_single_detail .button_fixed .button_reserve a {
    height: 50px;
    line-height: 48px;
    font-size: 100%;
  }
}

@media (max-width: 992px) {
  #contents_single .section_single .entry_contents .entry_single .slider_thumbnail_wrap {
    display: none
  }
}

#contents_single .section_single .entry_contents .entry_single .slider_thumbnail_wrap .slide_thumbnail_date {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-top: 20px
}

#contents_single .section_single .entry_contents .entry_single .slider_thumbnail_wrap .slide_thumbnail_date p {
  font-size: 125%
}

#contents_single .section_single .entry_contents .entry_single .slider_thumbnail_wrap .slide_thumbnail_date p.update_date {
  font-size: 108.3%
}

#contents_single .section_single .entry_contents .entry_single .slider_thumbnail_wrap .slider_thumbnail {
  margin: 10px 0px 0
}

#contents_single .section_single .store_contents .inner {
  padding: 20px 0
}

#contents_single .section_single .store_contents .store_contents_title {
  padding: 0 0 20px;
}

#contents_single .section_single .store_contents .store_contents_title .storelink::before {
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  margin-right: 4px
}

#contents_single .section_single .store_contents .store_contents_detail {
  margin: 50px 0 0
}

@media (max-width: 768px) {
  #contents_single .section_single .store_contents .store_contents_detail {
    margin: 20px 0 0
  }
}

#contents_single .section_single .store_contents .store_contents_detail .store_contents_info {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: space-between;
  -webkit-justify-content: space-between
}

#contents_single .section_single .store_contents .store_contents_detail .store_contents_info .button_wrap {
  margin-bottom: -10px
}

#contents_single .section_single .store_contents .store_contents_detail .store_contents_info .button_wrap .button_tel a, #contents_single .section_single .store_contents .store_contents_detail .store_contents_info .button_wrap .button_contact a {
  height: 50px;
  line-height: 48px
}

#contents_single .section_single .store_contents .store_contents_map iframe {
/*   height: 420px */
  height: 100%;
}

#contents_single .section_single .store_contents .store_contents_map_button a {
  height: 50px;
  line-height: 48px;
  padding: 0;
  font-size: 116.7%;
  width: 240px
}

@media (max-width: 768px) {
  #contents_single .section_single .store_contents .store_contents_map_button a {
    width: 100%
  }
}

.detail_contents {
  background: #f4f4f4
}

.detail_contents .inner {
  padding: 40px 0 60px
}

@media (max-width: 768px) {
  .detail_contents .inner {
    padding: 30px 0 40px
  }
}

.detail_contents .accordion_area {
  border-bottom: silver 1px solid
}

.detail_contents .accordion_area .detail_title {
  border-top: silver 1px solid
}

.detail_contents .accordion_area .detail_cont {
  display: none
}

.detail_contents .section_detail {
  background: #fff;
  position: relative;
}

.detail_contents .section_detail .detail_contents_disclosure{
  position: absolute;
  margin: auto;
  right: 50px;
  top: 30px;
  font-size: 116.7%;
}

@media (max-width: 768px) {
  .detail_contents .section_detail .detail_contents_disclosure{
    right: 20px;
    top: 23px;
    font-size: 90%;
  }
}

.detail_contents .section_detail .detail_contents_disclosure .warranty_dealer_logo{
  width: 120px;
  height: auto;
}

.detail_contents .section_detail .detail_title {
  position: relative
}

.detail_contents .section_detail .detail_title .icon_toggle {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 100%;
  right: auto;
  left: 16px
}

.detail_contents .section_detail .detail_title .icon_toggle::before, .detail_contents .section_detail .detail_title .icon_toggle::after {
  position: absolute;
  content: "";
  display: block;
  transition: all 0.4s;
  background: #fff;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 2px;
  transform: translate(-50%, -50%)
}

.detail_contents .section_detail .detail_title .icon_toggle::before {
  transform: translate(-50%, -50%) rotate(90deg)
}

.detail_contents .section_detail .detail_title .icon_toggle::before, .detail_contents .section_detail .detail_title .icon_toggle::after {
  background: #c6bda5
}

@media (max-width: 768px) {
  .detail_contents .section_detail .detail_title .icon_toggle {
    width: 14px
  }
}

.detail_contents .section_detail .detail_title.open .icon_toggle::before {
  transform: translate(-50%, -50%) rotate(0deg)
}

.detail_contents .section_detail .detail_title .data_title {
  padding: 20px 20px 20px 60px;
  font-size: 175%;
  font-weight: 700
}

@media (max-width: 768px) {
  .detail_contents .section_detail .detail_title .data_title {
    padding: 20px 20px 20px 40px;
    font-size: 133.3%
  }
}

.detail_contents .section_detail .detail_cont {
  padding: 20px 50px 60px
}

@media (max-width: 768px) {
  .detail_contents .section_detail .detail_cont {
    padding: 0 20px 40px
  }
}

.detail_contents .section_detail .detail_cont p {
  font-size: 116.7%;
  font-weight: 400;
  line-height: 1.6em;
  padding: 5px 20px;
  margin-bottom: 15px;
}

/* Styling for headings with explicit font sizes */
.detail_contents .section_detail .detail_cont h1 { font-size: 200%; font-weight: bold; padding: 10px 20px; margin-top: 20px; margin-bottom: 10px; }
.detail_contents .section_detail .detail_cont h2 { font-size: 175%; font-weight: bold; padding: 10px 20px; margin-top: 20px; margin-bottom: 10px; }
.detail_contents .section_detail .detail_cont h3 { font-size: 150%; font-weight: bold; padding: 10px 20px; margin-top: 20px; margin-bottom: 10px; }
.detail_contents .section_detail .detail_cont h4 { font-size: 125%; font-weight: bold; padding: 10px 20px; margin-top: 20px; margin-bottom: 10px; }
.detail_contents .section_detail .detail_cont h5 { font-size: 110%; font-weight: bold; padding: 10px 20px; margin-top: 20px; margin-bottom: 10px; }
.detail_contents .section_detail .detail_cont h6 { font-size: 100%; font-weight: bold; padding: 10px 20px; margin-top: 20px; margin-bottom: 10px; }

/* Styling for unordered and ordered lists, and list items */
.detail_contents .section_detail .detail_cont ul, .detail_contents .section_detail .detail_cont ol {
  font-size: 116.7%;
  padding-left: 40px;
}

.detail_contents .section_detail .detail_cont li {
  line-height: 1.6em;
  list-style-position: inside;
}

/* Override list-style for ul > li */
.detail_contents .section_detail .detail_cont ul li {
  list-style-type: disc;
}

/* Override list-style for ol > li */
.detail_contents .section_detail .detail_cont ol li {
  list-style-type: decimal;
}

.detail_contents .section_detail .detail_cont dl {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  border-bottom: silver 1px solid
}

@media (max-width: 768px) {
  .detail_contents .section_detail .detail_cont dl {
    flex-direction: column;
    -webkit-flex-direction: column
  }
}

.detail_contents .section_detail .detail_cont dl dt {
  width: 220px;
  padding: 10px 10px;
  font-size: 133.3%;
  font-weight: 400;
  line-height: 1.6em;
  background: #f4f4f4;
  border-top: silver 1px solid
}

@media (max-width: 768px) {
  .detail_contents .section_detail .detail_cont dl dt {
    width: 100%;
    padding: 7px 20px;
    font-size: 108.3%
  }
}

.detail_contents .section_detail .detail_cont dl dd {
  width: calc(100% - 220px);
  padding: 10px 10px;
  font-size: 125%;
  font-weight: 400;
  line-height: 1.6em;
  border-top: silver 1px solid
}

@media (max-width: 768px) {
  .detail_contents .section_detail .detail_cont dl dd {
    width: 100%;
    padding: 7px 20px;
    font-size: 108.3%
  }
}

.detail_contents .section_detail .detail_cont dl dd p{
  font-size: 100%;
  padding: 0;
}

.detail_contents .section_detail .detail_cont dl dd a {
  text-decoration: underline
}


.detail_contents .section_detail .detail_cont .detail_recommend .detail_recommend_img+.detail_recommend_img {
  margin-top: 20px
}

.detail_contents .section_detail .detail_cont .detail_recommend img,
.detail_contents .section_detail .detail_cont .detail_recommend .detail_recommend_img img {
  max-width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  margin: 30px auto;
}

.detail_contents .section_detail .detail_cont .detail_recommend,
.detail_contents .section_detail .detail_cont .detail_recommend .detail_recommend_img figcaption {
  font-size: 133.3%;
  letter-spacing: .05em;
  line-height: 1.4em;
  font-weight: 400;
}

.detail_contents .section_detail .detail_cont .detail_recommend .detail_recommend_img figcaption {
  padding: 40px 20px 60px
}

@media (max-width: 768px) {
  .detail_contents .section_detail .detail_cont .detail_recommend,
  .detail_contents .section_detail .detail_cont .detail_recommend .detail_recommend_img figcaption {
    font-size: 108.3%
  }
  .detail_contents .section_detail .detail_cont .detail_recommend .detail_recommend_img figcaption {
    padding: 20px 0 30px;
  }
}

.detail_recommend_cont{
  text-align: center;
}

.detail_recommend_cont img{
  max-width: 100%;
  width: auto;
  max-height: 40%;
  height: auto;
}

body.preowned.single #contents_single .section_single .entry_contents {
  background: #f4f4f4
}

body.preowned.single #contents_single .section_single .entry_contents .inner {
  padding: 30px 0 20px;
}

@media (max-width: 992px) {
  body.preowned.single #contents_single .section_single .entry_contents .inner {
    padding: 0 0 10px;
    width: 100%
  }
}

body.preowned.single #contents_single .section_single .entry_contents .inner .entry_single {
  background: transparent
}

@media (max-width: 992px) {
  body.preowned.single #contents_single .section_single .entry_contents .inner .entry_single .entry_single_detail {
    padding: 0
  }
}

body.preowned.single #contents_single .section_single .entry_contents .inner .entry_single .entry_single_detail .entry_single_detail_title {
  background: #fff;
  padding: 20px;
  position: relative;
}

@media (max-width: 992px) {
  body.preowned.single #contents_single .section_single .entry_contents .inner .entry_single .entry_single_detail .entry_single_detail_title{
    padding: 20px 50px 20px
  }
}

@media (max-width: 768px) {
  body.preowned.single #contents_single .section_single .entry_contents .inner .entry_single .entry_single_detail .entry_single_detail_title{
    padding: 20px 20px 20px
  }
}

body.preowned.single #contents_single .section_single .entry_contents .inner .entry_single .entry_single_detail .entry_single_detail_title .detail_contents_disclosure{
  position: absolute;
  right: 20px;
  top: 20px;
}

body.preowned.single #contents_single .section_single .entry_contents .inner .entry_single .entry_single_detail .entry_single_detail_title .detail_contents_disclosure .warranty_dealer_logo{
  width: 120px;
  height: auto;
}

body.preowned.single #contents_single .section_single .entry_contents .inner .entry_single .entry_single_detail .entry_single_detail_title .entry_title{
  font-size: 150%;
  margin: 0
}
body.preowned.single #contents_single .section_single .entry_contents .inner .entry_single .entry_single_detail .entry_single_detail_title .entry_title.ucar_warranty{
  padding: 0 120px 0 0;
}

@media (max-width: 992px) {
  body.preowned.single #contents_single .section_single .entry_contents .inner .entry_single .entry_single_detail .entry_single_detail_title .detail_contents_disclosure .warranty_dealer_logo{
    width: 90px;
    height: auto;
  }
  body.preowned.single #contents_single .section_single .entry_contents .inner .entry_single .entry_single_detail .entry_single_detail_title .entry_title.ucar_warranty {
    padding: 20px 0 0;
  }
}

body.preowned.single #contents_single .section_single .entry_contents .inner .entry_single .entry_single_detail .entry_single_detail_title .entry_code {
  background: silver;
  padding: 5px 10px;
  font-size: 108.3%;
  line-height: 1.4em;
  margin-top: 10px
}

body.preowned.single #contents_single .section_single .entry_contents .inner .entry_single .entry_single_detail .entry_single_detail_title .entry_annotation {
  font-size: 90%;
  line-height: 1.4em;
  text-align: right;
  margin-top: 5px
}

body.preowned.single #contents_single .section_single .entry_contents .inner  .entry_single .entry_single_detail .entry_single_detail_title .entry_price_detail{
  padding: 0;
}

body.preowned.single #contents_single .section_single .entry_contents .inner  .entry_single .entry_single_detail .entry_single_detail_title .entry_price_detail dt,
body.preowned.single #contents_single .section_single .entry_contents .inner  .entry_single .entry_single_detail .entry_single_detail_title .entry_price_detail dd{
  font-size: 116.7%;
  font-weight: 400;
}

body.preowned.single #contents_single .section_single .entry_contents .inner .entry_single .entry_single_detail .entry_totalpay_about{
  border-bottom: none;
  padding: 10px 0;
}

body.preowned.single #contents_single .section_single .entry_contents .inner .entry_single .entry_single_detail .entry_single_detail_title .entry_data {
  margin-top: 5px
}

@media (max-width: 992px) {
  body.preowned.single #contents_single .section_single .entry_contents .inner .entry_single .entry_single_detail .entry_single_detail_title .entry_data {
    display: block
  }
}

body.preowned.single #contents_single .section_single .entry_contents .inner .entry_single .entry_single_detail .entry_single_detail_title .entry_data dl dt {
  width: 25%;
  padding: 10px 10px;
  font-size: 100%;
}

body.preowned.single #contents_single .section_single .entry_contents .inner .entry_single .entry_single_detail .entry_single_detail_title .entry_data dl.entry_data_numbers dt{
}

body.preowned.single #contents_single .section_single .entry_contents .inner .entry_single .entry_single_detail .entry_single_detail_title .entry_data dl dd {
  width: 75%;
  padding: 10px 10px;
  font-size: 100%;
}

body.preowned.single #contents_single .section_single .entry_contents .inner .entry_single .entry_single_detail .entry_single_detail_title .entry_data dl.entry_data_numbers dd {
  width: 25%;
}

body.preowned.single #contents_single .section_single .entry_contents .inner .entry_single .entry_single_detail .entry_single_detail_title .entry_data dl.entry_data_numbers dd span{
  display: none;
}

.entry_contents .entry_single .entry_single_detail .entry_single_detail_title .entry_detail dl dd span,
body.preowned.single #contents_single .section_single .entry_contents .inner .entry_single .entry_single_detail .entry_single_detail_title .entry_data dl dd span{
  font-size: 90%;
}

.entry_contents .entry_single .entry_single_detail .entry_single_detail_title .entry_detail dl dd a,
body.preowned.single #contents_single .section_single .entry_contents .inner .entry_single .entry_single_detail .entry_single_detail_title .entry_data dl dd a {
  text-decoration: underline
}

body.preowned.single #contents_single .section_single .entry_contents .inner .entry_single .entry_single_detail .entry_single_detail_title .entry_data dl dd span {
  font-size: 90%
}

body.preowned.single #contents_single .section_single .entry_contents .inner .entry_single .entry_single_detail .entry_single_detail_title .entry_price {
  margin-top: 0;
  border-top: none
}

body.preowned.single #contents_single .section_single .entry_contents .inner .entry_single .entry_single_detail .entry_single_detail_title .entry_price dl {
  width: 30%
}

body.preowned.single #contents_single .section_single .entry_contents .inner .entry_single .entry_single_detail .entry_single_detail_title .entry_price dl dt {
  font-size: 133.3%
}

body.preowned.single #contents_single .section_single .entry_contents .inner .entry_single .entry_single_detail .entry_single_detail_title .entry_price dl dd {
  font-size: 150%;
}

body.preowned.single #contents_single .section_single .entry_contents .inner .entry_single .entry_single_detail .entry_single_detail_title .entry_price dl.entry_totalpay {
  width: 70%
}

body.preowned.single #contents_single .section_single .entry_contents .inner .entry_single .entry_single_detail .entry_single_detail_title .entry_price dl.entry_totalpay span{
  border: silver 1px solid;
  display: inline-block;
  color: #22292c;
  font-size: 11px;
  line-height: 1.4em;
  padding: 2px 5px 3px;
  font-weight: 400;
  vertical-align: middle;
}

body.preowned.single #contents_single .section_single .entry_contents .inner .entry_single .entry_single_detail .entry_single_detail_title .entry_single_store {
  margin: 15px 0 0
}

body.preowned.single #contents_single .section_single .entry_contents .inner .entry_single .entry_single_detail .button_wrap {
  background: #fff;
  padding: 0 20px 20px;
  margin: 0
}

@media (max-width: 992px) {
  body.preowned.single #contents_single .section_single .entry_contents .inner .entry_single .entry_single_detail .button_wrap{
    padding: 0 50px 20px;
  }
}

@media (max-width: 992px) {
  body.preowned.single #contents_single .section_single .entry_contents .inner .entry_single .entry_single_detail .button_wrap{
    padding: 0 20px 20px;
  }
}

body.preowned.single #contents_single .section_single .entry_contents .inner .entry_single .entry_single_detail .button_wrap.button_fixed {
  background: #f4f4f4
}

body.preowned.single .detail_contents .inner>.section_detail+.section_detail {
  margin-top: 50px
}

@media (max-width: 768px) {
  body.preowned.single .detail_contents .inner>.section_detail+.section_detail {
    margin-top: 20px
  }
}

body.preowned.single .detail_contents .inner>.section_detail .detail_title h3 {
  padding: 20px 20px 20px 30px
}

@media (max-width: 768px) {
  body.preowned.single .detail_contents .inner>.section_detail .detail_title h3 {
    padding: 20px
  }
}

body.preowned.single .detail_contents .accordion_area {
  margin-top: 50px
}

@media (max-width: 768px) {
  body.preowned.single .detail_contents .accordion_area {
    margin-top: 20px
  }
}

#contents_single .section_single .slick-dotted.slick-slider {
  margin-bottom: 0
}

#contents_single .section_single .slick-prev, #contents_single .section_single .slick-next {
  background: rgba(255, 255, 255, 0.5);
  width: 34px;
  height: 70px
}

#contents_single .section_single .slick-prev::before, #contents_single .section_single .slick-next::before {
  font-family: 'Comfortaa', cursive;
  transform: scaleX(0.55);
  display: block;
  font-size: 48px;
  font-weight: 600;
  color: #22292c
}

#contents_single .section_single .slick-prev {
  left: 0px;
  z-index: 999
}

#contents_single .section_single .slick-prev::before {
  content: "<";
  padding-right: 10px
}

#contents_single .section_single .slick-next {
  right: 0px;
  z-index: 999
}

#contents_single .section_single .slick-next::before {
  content: ">";
  padding-left: 10px
}

#contents_single .section_single .slider_thumbnail .slick-prev, #contents_single .section_single .slider_thumbnail .slick-next {
  width: 16px;
  height: 40px
}

#contents_single .section_single .slider_thumbnail .slick-prev::before, #contents_single .section_single .slider_thumbnail .slick-next::before {
  font-size: 24px;
  padding: 0
}

#contents_single .section_single .slider_thumbnail .slick-slide {
  padding-right: 5px;
}

#contents_single .section_single .slider .main_wrap, #contents_single .section_single .slider_thumbnail .thumb_wrap {
  width: 100%;
  height: auto;
  position: relative;
  line-height: 0;
  overflow: hidden;
  display: block;
}

#contents_single .section_single .slider .main_wrap::before, #contents_single .section_single .slider_thumbnail .thumb_wrap::before {
  content: '';
  display: block;
  padding-top: 65%
}

#contents_single .section_single .slider .main_wrap img, #contents_single .section_single .slider_thumbnail .thumb_wrap img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.photo_gallery {
  display: none;
  opacity: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  background: #fff;
  z-index: 9999
}

#photo_gallery_header {
  background: #22292c;
  color: #fff;
  position: relative;
  height: 60px
}

#photo_gallery_header .inner {
  padding: 20px !important
}

#photo_gallery_header .inner h2 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 150%;
  font-weight: 400;
  line-height: 1em
}

.photo_gallery_nav_button a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px
}

.photo_gallery_nav_button a:before, .photo_gallery_nav_button a:after {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  right: 0;
  height: 2.5px;
  width: 20px;
  background: #fff;
  transition: all 400ms ease;
  -webkit-transition: all 400ms ease
}

.photo_gallery_nav_button a:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg)
}

.photo_gallery_nav_button a:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg)
}

#contents_single .section_single .photo_gallery_slider_wrap {
  overflow-y: auto;
  height: 100%;
  padding: 0 0 60px;
}

@media (max-width: 768px) {
  #contents_single .section_single .photo_gallery_slider_wrap {
    display: block;
    position: fixed;
    top: 60px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%
  }
}

#contents_single .section_single .photo_gallery_slider_wrap .slider {
  max-width: 760px;
  width: calc(100% - 150px);
  margin: 60px auto
}

@media (max-width: 768px) {
  #contents_single .section_single .photo_gallery_slider_wrap .slider {
    max-width: 100%;
    width: 100%;
    margin: 1px auto 0
  }
}

#contents_single .section_single .photo_gallery_slider_wrap .slider .slick-prev::before, #contents_single .section_single .photo_gallery_slider_wrap .slider .slick-next::before {
  font-size: 60px;
  font-weight: 600
}

@media (max-width: 768px) {
  #contents_single .section_single .photo_gallery_slider_wrap .slider .slick-prev::before, #contents_single .section_single .photo_gallery_slider_wrap .slider .slick-next::before {
    font-size: 48px
  }
}

#contents_single .section_single .photo_gallery_slider_wrap .slider .slick-prev {
  left: -54px
}

@media (max-width: 768px) {
  #contents_single .section_single .photo_gallery_slider_wrap .slider .slick-prev {
    left: 0
  }
}

#contents_single .section_single .photo_gallery_slider_wrap .slider .slick-next {
  right: -54px
}

@media (max-width: 768px) {
  #contents_single .section_single .photo_gallery_slider_wrap .slider .slick-next {
    right: 0
  }
}

#contents_single .section_single .photo_gallery_slider_wrap .slider_thumbnail {
  margin: 60px auto;
  max-width: 1280px;
  width: calc(100% - 60px)
}

@media (max-width: 768px) {
  #contents_single .section_single .photo_gallery_slider_wrap .slider_thumbnail {
    display: none;
    margin: 40px auto 20px;
    width: calc(100% - 20px)
  }
}

#contents_single .section_single .photo_gallery_slider_wrap .slider_thumbnail .slick-prev::before, #contents_single .section_single .photo_gallery_slider_wrap .slider_thumbnail .slick-next::before {
  font-size: 34px;
  font-weight: 600
}

#contents_single .section_single .photo_gallery_slider_wrap .slider_thumbnail .slick-prev {
  left: -24px
}

#contents_single .section_single .photo_gallery_slider_wrap .slider_thumbnail .slick-next {
  right: -24px
}

#contents_single .section_single .photo_gallery_slider_wrap .slider_thumbnail_sp {
  display: none
}

@media (max-width: 768px) {
  #contents_single .section_single .photo_gallery_slider_wrap .slider_thumbnail_sp {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding: 30px 10px;
    width: 100%;
  }
  #contents_single .section_single .photo_gallery_slider_wrap .slider_thumbnail_sp div {
    width: 50%;
    padding: 5px
  }
  #contents_single .section_single .photo_gallery_slider_wrap .slider_thumbnail_sp div .thumb_wrap {
    display: block;
    height: auto;
    position: relative;
    line-height: 0;
    overflow: hidden;
  }
  #contents_single .section_single .photo_gallery_slider_wrap .slider_thumbnail_sp div .thumb_wrap::before {
    content: '';
    display: block;
    padding-top: 65%
  }
  #contents_single .section_single .photo_gallery_slider_wrap .slider_thumbnail_sp div .thumb_wrap img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
  }
}

.main_section#pr {
  background: #f4f4f4
}

.main_section#pr .inner {
  background: #fff;
  padding: 20px 30px
}

@media (max-width: 768px) {
  .main_section#pr .inner {
    width: calc(100% - 40px);
    padding: 20px
  }
}

.main_section#pr h3 {
  font-size: 175%;
  font-weight: 700;
  line-height: 1.6em;
  margin-bottom: 10px
}

@media (max-width: 768px) {
  .main_section#pr h3 {
    font-size: 133.3%
  }
}

.main_section#pr p {
  font-size: 125%;
  font-weight: 400;
  line-height: 1.4em;
  padding: 5px 0;
}

@media (max-width: 768px) {
  .main_section#pr p {
    font-size: 100%
  }
}

.contact_contents {
  background: #f4f4f4
}

#contents_single .contact_contents .inner {
  padding: 0px 0px 140px;
}

@media (max-width: 768px) {
  #contents_single .contact_contents .inner {
    padding: 0px 0px 40px
  }
}

.contact_contents .button_wrap {
  text-align: center;
  max-width: 420px;
  margin: 0 auto
}

.contact_contents .button_wrap .button_reserve a {
  border: #22292c 1px solid;
  height: 60px;
  width: 100%;
  margin: 0 auto;
  font-size: 150%;
  font-weight: 700;
  line-height: 58px;
  background: #fff;
  color: #22292c;
  display: block;
  background: #22292c;
  color: #fff
}

.contact_contents .button_wrap .button_reserve a:hover {
  border: silver 1px solid;
  background: silver;
  color: #22292c;
}

body.chevrolet .contact_contents .button_wrap .button_reserve a{
  border: #c08f3a 1px solid;
    background: #c08f3a;
}

body.chevrolet .contact_contents .button_wrap .button_reserve a:hover {
  background: #fff;
  color: #22292c;
}

@media (max-width: 768px) {
  body.index .main_section#sns {
    margin-top: 0
  }
  body.index .main_section#sns .inner::before {
    display: none
  }
}

.searchDataBox.searchword {
  display: none;
}

#pdf.button_reserve a {
  margin-top: 20px;
}