/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

@charset "UTF-8";

img {
  width: auto;
  max-width: 100%;
}
.roboto{
    font-family: 'Roboto', sans-serif;
}

.shop_info_tag {
    color: #00b38f;
    border: 1px solid #00b38f;
    border-radius: 2px;
    padding: 0.1rem 0.4rem;
    box-sizing: border-box;
    display: inline-block;
    font-size: 10px;
    font-weight: 600;
    vertical-align: middle;
}

/*______________________________________________________ 付加 */
.pc-none {
  display: none;
}

@media screen and (max-width: 960px) {
  .pc-none {
    display: block;
  }
  .sp-none {
    display: none !important;
  }
}
.scroll-stop {
  position: fixed !important;
  width: 100%;
}

.open {
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}

/*______________________________________________________ Select スタイル */
 select#sort {
  background-image: none;
}
.select-style {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.select-style::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border: 1px solid;
  border-color: transparent transparent #AAAAAA #AAAAAA;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  bottom: 18px;
  right: 10px;
  z-index: 3;
}
/*______________________________________________________ CheckBox スタイル */
.checkbox-style + label {
  cursor: pointer;
  position: relative;
}
.checkbox-style:disabled + label {
  cursor: default;
}
.checkbox-style {
    display: none;
    margin: 0;
}
.checkbox-style + label {
    padding: 10px 24px 10px 34px;
}
.checkbox-style + label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background: #FFF;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-box-shadow: 0px 2px 2px 0px #dbe1e5a8 inset;
            box-shadow: 0px 2px 2px 0px #dbe1e5a8 inset;
}
.checkbox-style:checked + label::before{
  background-color: #0E7FFF;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #0E7FFF;
  border-radius: 2px;
}

.checkbox-style:checked + label::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
}
.checkbox-style:checked + label::after {
    left: 13px;
    width: 12px;
    height: 7px;
    margin-top: -5px;
    border-left: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*______________________________________________________ ヘッダー */

header {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 1rem;
    border-bottom: 1px solid #DEDEDE;
    -webkit-box-shadow: 0 1px 2px #e5edf2;
            box-shadow: 0 1px 2px #e5edf2;
    background-color: #fff;
}

header .header-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
header .header-container h1,
header .header-container p.top-txt {
  font-size: 10px;
  color: #808080;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
  padding: 0.5rem 1rem;
  width: 100%;
  font-weight: normal;
  line-height: 1.4;
}
header p {
  font-size: 12px;
  margin: 5px 0 5px;
  color: #555;
}

header .header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 15px;
  padding: 0 1rem;
}

header .header-inner .logo {
  display: block;
  width: 270px;
  height: 70px;
}
header .header-inner .logo span{
    color: #3C3778;
    font-weight: bold;
    vertical-align: sub;
    font-size: 14px;
    letter-spacing: normal;
}
header .header-inner .logo img {
    width: auto;
    height: 67px;
    vertical-align: middle;
    display: inline-block;
    image-rendering: -webkit-optimize-contrast;
}

header .header-inner .header-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 450px;
  height: 35px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  top: 3px;
  margin-left: 50px;
  padding-right: 2rem;
}

header .header-inner .header-tab a {
  display: block;
  width: calc(100% / 3);
  line-height: 33px;
  text-align: center;
  font-size: 16px;
  border: #E6EDF2 2px solid;
  border-right: none;
  color: #B3B3B3;
  font-weight: bold;
}

header .header-inner .header-tab a:last-child {
  border-right: #E6EDF2 2px solid;
}

header .header-inner .header-tab .focus {
  color: #FFFFFF;
  background-color: #2D67C5;
  border: #2D67C5 2px solid;
  border-left: none;
}

header .header-inner .header-tab .focus:last-child {
  border-right: #2D67C5 2px solid;
}

header .header-inner .header-search {
  position: relative;
  margin-left: auto;
}

.page_searchBox {
  width: 250px;
  padding: 5px 10px;
  border: #DAE1E6 1px solid;
}
.page_searchBox {
  width: 100%;
  max-width: 250px;
  background-color: #F9F9F9;
  border: 1px solid #E0E0E0;
}
.page_searchBox form,
.page_searchBox table {
  margin-bottom: 0;
}
.page_searchBox table:first-child {
  position: relative;
}
.page_searchBox table * {
  margin: 0;
  padding: 0;
  border: 0;
  background-color: transparent !important;
}
.gsc-search-button-v2 {
  cursor: pointer;
}
.gsc-search-box td.gsc-input {
  width: 80%;
}
.gsc-search-box td.gsc-search-button {
  width: 10%;
  text-align: center;
}
.page_searchBox button {
  padding: 0rem;
  width: 100%;
}
.page_searchBox .gsc-search-button-v2 svg {
  fill: #333;
  width: 16px;
  height: 16px;
}
.page_searchBox button:hover svg {
  fill: #0066CC;
}
.page_searchBox .gsib_a {
  padding: 0;
}
.page_searchBox .gscb_a {
  line-height: 14px;
  vertical-align: middle;
  position: absolute;
  top: 6px;
  right: 0;
}

#search table:first-child {
  position: relative;
}
#search .gsib_b {
  position: absolute;
  right: 0;
  top: 3px;
}

@media screen and (max-width: 960px) {
  header .header-container h1,
  header .header-container p.top-txt {
    background-color: #f7f7f7;
  }
  .page_searchBox{
    width: 93%;
    max-width: 400px;
    margin-top: 20px;
  }
}

header .header-inner .faborite-btn {
  width: 145px;
  height: 38px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
  background-color: #F4FBFE;
  border: #DBE1E5 1pt solid;
  border-radius: 3px;
  position: absolute;
  right: 0;
  bottom: -20px;
  z-index: 2;
  margin-right: 1rem;
}

header .header-inner .faborite-btn a {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 36px;
  font-size: 13px;
  color: #2D67C5;
}

header .header-inner .faborite-btn a span {
  color: #2D67C5;
}

header .header-inner .faborite-btn a img {
  width: 12px;
  position: relative;
  top: 12px;
  vertical-align: top;
}

header .header-inner .sp-menu {
  display: none;
}

header .header-nav {
  position: relative;
  letter-spacing: normal;
}

header .header-nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* padding-left: 22%; */
    padding-bottom: 5px;
    max-width: 760px;
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0 176px 0 auto;
}

header .header-nav > ul li {
  color: #333333;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all .1s;
  -o-transition: all .1s;
  transition: all .1s;
  position: relative;
}

header .header-nav > ul li:hover {
  background-color: #2D67C5;
  color: white;
}

header .header-nav > ul li:hover > a {
  color: white !important;
}

header .header-nav > ul .dropdwn_menu {
  display: none;
  position: absolute;
  margin-left: -14px;
  margin-top: 10px;
  padding: 0;
  background: white;
  z-index: 5;
}

header .header-nav > ul .dropdwn_menu li {
  padding: 5px 7px;
}

header .header-nav > ul .dropdwn_menu li a {
  white-space: nowrap;
  color: #333333;
}

header .header-nav > ul a {
  color: #333333;
  text-align: center;
  padding: 5px 16.7px;
  font-weight: bold;
  font-size: 14px;
  display: inline-block;
}

header .header-inner .header-tab a,
header .header-nav > ul a:hover{
  opacity: 1;
}

header .sp-header-nav {
  display: none;
}
@media screen and ( min-width:961px) and (max-width: 1200px) {
  header .header-inner {
    top: 10px;
}
  header .header-inner .logo span{
    font-size: 11px;
  }
  .page_searchBox {
    max-width: 200px;
    padding: 3px 8px;
    margin-top: 3px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  header .header-inner .logo img{
    height: 50px;
  }

}

@media screen and (max-width: 960px) {
  header {
    min-width: 100%;
    margin: 0 auto;
    top: 0;
    left: 0;
    z-index: 50;
    background-color: #FFFFFF;
    padding-bottom: 0;
  }
  header .header-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
  }
  header .header-inner {
    position: relative;
    top: 0;
    height: 69px;
  }
  header .header-inner .logo {
    width: 230px;
    height: 55px;
    margin: 8px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .header-inner .logo img{
    height: 45px;
    max-width: inherit;
    image-rendering: auto;
    margin-right: 5px;
  }
  header .header-inner .logo span{
    font-size: 11px;
  }
   header .header-inner .logo > img + span{
    font-size: 14px;
  }
  header .header-inner .header-tab {
    display: none;
  }
  header .header-inner .header-search {
    display: none;
  }
  header .header-inner .faborite-btn {
    display: block;
    width: 69px;
    height: 69px;
    background-color: #F4FBFE;
    color: #2D67C5;
    border: none;
    border-radius: 0px;
    right: 69px;
    bottom: inherit;
    top: 0;
    margin-right: 0;
  }
  header .header-inner .faborite-btn a {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 20px;
    line-height: 1;
    font-size: 10px;
  }
  header .header-inner .faborite-btn a img {
    width: 17px;
    position: relative;
    top: inherit;
    margin-bottom: 8px;
  }
  header .header-inner .sp-menu {
    display: block;
    width: 69px;
    height: 69px;
    background-color: #2D67C5;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    cursor: pointer;
  }
  header .header-inner .sp-menu span {
    display: inline-block;
    width: 30px;
    height: 3px;
    background-color: #FFFFFF;
    position: relative;
    top: 22px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
  }
  header .header-inner .sp-menu span::after {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    background-color: #FFFFFF;
    position: absolute;
    bottom: -7px;
    left: 0;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
  }
  header .header-inner .sp-menu span::before {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    background-color: #FFFFFF;
    position: absolute;
    bottom: 7px;
    left: 0;
  }
  header .header-inner .is-active span {
    top: 22px;
    -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  header .header-inner .is-active span::after {
    bottom: 0px;
    left: 0;
    -webkit-transform: rotate(-60deg);
        -ms-transform: rotate(-60deg);
            transform: rotate(-60deg);
  }
  header .header-inner .is-active span::before {
    display: none;
  }
  header .header-nav {
    display: none;
  }
  header .sp-header-nav {
    display: block;
    width: 100%;
    position: fixed;
    top: 92px;
    left: 0;
    bottom: 0;
    background-color: #F7F7F7;
    z-index: 50;
    overflow-y: auto;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
        transform: translateX(100%);
    pointer-events: stroke;
  }
  header .sp-header-nav .sp-header-container {
    width: calc( 335 / 375 * 100%);
    margin: 0 auto;
    padding-top: 10px;
  }
  header .sp-header-nav .sp-header-container .sp-header-btn {
    display: block;
    width: 100%;
    border: #2D67C5 2px solid;
    text-align: center;
    background-color: #FFFFFF;
    padding: 10px 0;
    margin: 10px 0;
    border-radius: 4px;
    color: #2D67C5;
    font-weight: bold;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 18px;
  }
  header .sp-header-nav > ul {
    margin-top: 20px;
  }
  header .sp-header-nav > ul li {
    border-top: #E6EDF2 1px solid;
    position: relative;
  }
  header .sp-header-nav > ul li .accordion_menu {
    display: none;
  }
  header .sp-header-nav > ul li .accordion_menu li {
    background-color: #FFFFFF;
  }
  header .sp-header-nav > ul li .accordion_menu li a {
    font-weight: normal;
    color: #2D67C5;
  }
  header .sp-header-nav > ul li .arrow-bottom {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 10px;
    border-bottom: 2px solid #AAAFB3;
    border-right: 2px solid #AAAFB3;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    right: 10px;
    top: 18px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
  }
  header .sp-header-nav > ul li .arrow-reverse {
    -webkit-transform: rotate(-135deg) !important;
        -ms-transform: rotate(-135deg) !important;
            transform: rotate(-135deg) !important;
  }
  header .sp-header-nav > ul li a {
    width: calc( 335 / 375 * 100%);
    font-weight: bold;
    padding: 10px 0;
    margin: 0 auto;
    display: block;
    color: #333333;
    cursor: pointer;
  }
  header .sp-header-nav > ul li:last-child {
    border-bottom: #E6EDF2 1px solid;
  }
  header .sp-header-nav .sp-header-link {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  header .sp-header-nav .sp-header-link span {
    margin-left: 5px;
  }
  header .sp-header-nav .sp-header-link a {
    color: #333333;
  }
  header .sp-header-nav .sp-header-copyright {
    display: block;
    font-size: 12px;
    margin-bottom: 50px;
  }
}/*______________________________________________________ お知らせ 新着情報 */
.news .news-box {
    background-color: #F7F7F7;
}
.news .news-box .more-btn{
    width: calc( 345 / 375 * 100%);
    margin: 0 auto;
    padding: 7px 0;
    font-size: 12px;
    text-align: left;
    max-width: 1080px;
    line-height: 1.6;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.news .news-box .more-btn:before{
  background-size: contain;
  width: 12px;
  height: 12px;
  margin-right: 5px;
}

/*______________________________________________________ お知らせ 「掲載登録台数」「本日の新着中古車」 */
.news .news-tab {
  margin: 0 auto;
  padding: 10px 0;
  border-top: #DAE1E6 1px solid;
  border-bottom: #DAE1E6 1px solid;
  text-align: center;
  font-family: initial;
}

.news .news-tab > span {
  font-size: 30px;
  margin: 0px 10px;
  position: relative;
  top: 3px;
}

.news .news-tab .news-tab-register {
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
}

.news .news-tab .news-tab-register .blue {
  font-size: 30px;
  color: #2D67C5;
  margin: 0 10px 0 20px;
  font-family: 'Roboto', sans-serif;
}

.news .news-tab .news-tab-register .small {
  font-size: 11px;
  font-weight: normal;
}

.news .news-tab .news-tab-newArrival {
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
}

.news .news-tab .news-tab-newArrival .blue {
  font-size: 30px;
  color: #2D67C5;
  margin: 0 10px;
  font-family: 'Roboto', sans-serif;
}

.news .news-tab .news-tab-newArrival a {
  font-size: 14px;
  color: #2D67C5;
  margin-left: 10px;
}

.news .news-tab .news-tab-newArrival a img {
  width: 8px;
  position: relative;
  top: 17px;
  left: 5px;
}
@media screen and (max-width: 960px) {
  .news .news-tab {
      padding: 0;
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
  }
  .news .news-tab > span {
    display: none;
  }
  .news .news-tab .news-tab-register {
    width: 50%;
    font-size: 14px;
    padding: 10px 0;
    line-height: 1.4;
  }
  .news .news-tab .news-tab-register .blue {
    font-size: 24px;
    margin: 0;
  }
  .news .news-tab .news-tab-newArrival {
    width: 50%;
    font-size: 13px;
    padding: 10px 0;
    line-height: 1.4;
    background-color: #F2FBFF;
  }
  .news .news-tab .news-tab-newArrival .blue {
    font-size: 24px;
    margin: 0;
  }
  .news .news-tab .news-tab-newArrival a {
    font-size: 14px;
    margin-left: 0px;
  }
  .news .news-tab .news-tab-newArrival a img {
    width: 8px;
    top: 5px;
    left: 5px;
  }
}
/*______________________________________________________ パンくず */

.breadcrumbs_list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  padding:0.8rem 0 0.8rem;
}
.breadcrumbs_list li{
    font-size: 10px;
    display: inline-block;
    vertical-align: bottom;
    color: #666;
    padding-right: 10px;
    position: relative;
    margin-left: 8px;
    vertical-align: middle;
}
.breadcrumbs_list li:first-child{
    margin-left: 0;
}
.breadcrumbs_list li *{
    font-size: 10px;
}

.breadcrumbs_list li:not(:last-child):before{
    content: '';
    width: 4px;
    height: 4px;
    border: 0px;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 4px;
    right: 0;
}
.breadcrumbs_list li.arrow:after{
  display: none;
}

@media screen and (max-width: 960px) {
    .breadcrumbs_list{
      width: calc( 374 / 375 * 100%);
      white-space: nowrap;
      overflow: scroll;
      -ms-overflow-style: none;
      scrollbar-width: none;
      padding-left: calc( 374 / 395 * 3%);
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
    }
    .breadcrumbs_list::-webkit-scrollbar{
        display:none;
    }
    .breadcrumbs_list li{
        white-space: nowrap;
    }
  }

/*______________________________________________________ グーネットクレジット */
.goonet {
  text-align: right;
  font-size: 10px;
  margin: 10px 0 -20px;
  padding-top: 10px;
}
.goonet img {
  width: 60px;
  position: relative;
  bottom: 10px;
  margin-left: 4px;
  vertical-align: text-top;
}
@media screen and (max-width: 960px) {
  .goonet {
    font-size: 10px;
    margin: 10px 0;
    padding-top: 10px;
  }
  .goonet img {
    width: 50px;
    position: relative;
    bottom: 8px;
  }
  .container .goonet {
    text-align: right;
    margin-bottom: -20px;
  }
}

/*______________________________________________________ 検索結果　バースタイル */
.resultbar{
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1080px;
  margin: 0 auto 8px;
}
.resultbar em{
  font-weight: bold;
}

/* 検索結果　該当数 */
.resultbar .resultbar_Num div{
    display: inline-block;
}
.resultbar .resultbar_Num{
  font-size: 13px;
}
/* 検索結果　0〜00件を表示　全0,000件 */
.resultbar .resultbar_Num .display_Num{
  margin-left: 10px;
}
.resultbar .resultbar_Num .count_Num span{
  color: #ff6347;
  font-weight: bold;
}

/* 検索結果　リストヘッダー */
.resultbar_listhead_style{
  background-color: #F7F7F7;
  border-bottom: 2px solid #DBE1E5;
  border-radius:8px 8px 0 0;
  padding: 8px 10px;
}
.resultbar_allcheck:before{
    content: '';
    background: url(/images/arrow_down.svg) 0 0 / auto no-repeat;
    width: 15px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 5px;
}
.justify_right {
    justify-content: right;
}
/* 検索結果　リストフッター */
.resultbar_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 10px;
}
.resultbar_listfoot_style{
  background-color: #F7F7F7;
  border-top: 2px solid #DBE1E5;
  border-radius:0 0 8px 8px;
  margin-bottom: 10px;
  padding: 8px 10px;
}
.resultbar_listfoot_style .resultbar_allcheck:before{
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1);
  top: 0;
}
/* 検索結果　まとめてチェック */
.resultbar_allcheck{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.resultbar_allcheck .allSubmit{
    position: relative;
    padding-left: 40px;
    padding-right: 5px;
    font-size: 12px;
    font-weight: 700;
    -webkit-box-shadow: 0 2px 3px #bbb;
            box-shadow: 0 2px 3px #bbb;
    background-color: #3978ea;
}
.resultbar_allcheck .allSubmit:before{
    content: '';
    display: block;
    position: absolute;
    left: 10px;
    top: 50%;
    width: 18px;
    height: 18px;
    background: url(/images/icon_mail_w.svg) left center / contain no-repeat;
    -webkit-transform: translateY(-50%) translateX(0%);
        -ms-transform: translateY(-50%) translateX(0%);
            transform: translateY(-50%) translateX(0%);
}
.resultbar_allcheck .allSubmit span{
  opacity: 0.8;
  font-weight: normal;
}
.resultbar_allcheck .checkbox-style + label{
  font-weight: bold;
  color: grey;
  padding-right: 10px;
}

/* usedcar guide　記事件数・ページネーションバー */
.ucguide-body .resultbar .resultbar_Num div{
  margin-left: 0;
}
.ucguide-body .resultbar .resultbar_Num .display_Num {
    margin-right: 1rem;
}
.ucguide-body .resultbar .resultbar_Num div b{
  font-weight: normal;
}
@media screen and (max-width: 960px) {
  .ucguide-body .resultbar{
    flex-direction: column;
  }
  .ucguide-body .resultbar .resultbar_Num div{
    font-size: 13px;
  }
  .ucguide-body .resultbar .resultbar_Num .display_Num{
    margin-right: 1rem;
    vertical-align: initial;
    line-height: 1.8;
    margin-left: 1rem;
  }
  .ucguide-body .resultbar .resultbar_Num div .bold{
    font-weight: normal;
  }
  .ucguide-body .resultbar .resultbar_Num{
    display:flex;
    flex-direction: row-reverse;
  }
  .ucguide-body .resultbar .resultbar_Num div:not(.display_Num){
    font-weight: 600;
    white-space: nowrap;
  }
  .ucguide-body .resultbar .resultbar_Num div b span{
    font-size: 1.2em;
  }
  .ucguide-body .resultbar .resultbar_Num div b,
  .ucguide-body .resultbar .resultbar_Num div b span{
    font-weight: 600;
    color: #FF6347;
  }
}

@media screen and (max-width: 960px) {
  .resultbar .resultbar_Num{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .resultbar .resultbar_Num .display_Num{
    margin-left: 0;
    font-size: 11px;
    color: #888;
    display: block;
  }
  .resultbar_allcheck{
    width: 100%;
  }
  .resultbar_allcheck .allSubmit{
    margin-right: 0;
    margin-left: auto;
    line-height: 1.4;
    min-width: 170px;
  }
  .resultbar_footer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 414px) {
  .resultbar_allcheck .checkbox-style + label{
    font-size: 3vw;
  }
}

/*______________________________________________________ ページネーション */
.pagenation{
  width: 100%;
}
.pagenation table{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-collapse:collapse;
  background-color: #FFFFFF;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
}
.pagenation table td{
  padding: 0 10px 0 0px;
}
.pagenation a,
.pagenation span{
  padding:6px 4px;
  display: block;
  text-align: center;
  font-size: 12px;
}
.pagenation a{
    text-decoration: underline;
}
.pagenation .current{
  color: #333;
}
.pagenation td.prev,
.pagenation td.next{
  padding:0 5px;
}
/*.pagenation td.prev .off,
.pagenation td.next .off{
  color: #ddd;
  cursor: default;
  pointer-events: none;
  text-decoration: unset;
}*/
@media screen and (max-width: 960px) {
  .pagenation table tbody{
    width: 100%;
  }
  .pagenation tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
  }
  .pagenation a,
  .pagenation span{
    font-size: 14px;
  }
  .pagenation td.prev, .pagenation td.next{
    min-width: 40px;
  }

}

/*______________________________________________________ wrap/コンテナ */

.container {
  max-width: 1080px;
  margin: 0 auto 40px;
  position: relative;
}

.guide-container {
  margin: 0 auto 40px;
}

@media screen and (max-width: 960px) {
  .container {
    width: calc( 345 / 375 * 100%);
  }
}
.wrap {
  overflow: hidden;
}

/*______________________________________________________ リンク・リンク矢印 */
/*
/* 共通 style.cssにベースあり
a .arrow:after {
  border-color: #0066CC;
}
.arrow {
  position: relative;
  text-decoration: none;
  padding-right: 8px;
  margin-right: 20px;
  display: inline-block;
}
 .arrow:before, .arrow:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1px;
  margin: auto;
  vertical-align: middle;
}
.arrow:after {
  width: 4px;
  height: 4px;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
} */
/* hover */
.arrow_hover{
  position: relative;
}

.arrow_hover::before {
  content: "";
  display: block;
  position: absolute;
  top: -7px;
  left: -2px;
  border-top: 10px solid transparent;
  border-right: 10px solid #E6EDF2;
  border-bottom: 10px solid transparent;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.arrow_hover:hover {
  background-color: #F2FBFF;
}

.arrow_hover:hover::before {
  border-right: 10px solid #2D67C5;
}
@media screen and (max-width: 960px) {
  .arrow_hover:before{
    display: none;
  }
}
.article-arrow-right{
  position: relative;
}
.article-arrow-right:before{
  content: '';
  width: 5px;
  height: 5px;
  border: 0px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 45%;
  right: 0;
  margin-top: -8px;
}

/*______________________________________________________ 見出し */

.page-title {
  font-size: 24px;
  font-weight: bold;
  margin: 40px 0;
  position: relative;
  padding-left: 40px;
  /* margin: 25px 0 40px; */
}
.page-title:before{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background: url(/images/search-icon2.png) left center / contain no-repeat;
}

.section-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
  position: relative;
  border-top: 4px solid #e5edf1;
  padding-top: 40px;
}
.section-title:before{
  content: "";
  display: block;
  width: 46px;
  height: 4px;
  background-color: #2D67C5;
  position: absolute;
  top: -4px;
  left: 0;
}
.section-title:after{
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: 46px;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #2D67C5;
}
.section-title img {
  width: 180px;
  position: relative;
  top: 4px;
  margin-right: 10px;
}

.section-nodecoration-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
  padding-top: 30px;
}

.section-sub-title {
  font-size: 17px;
  font-weight: bold;
  margin: 30px 0 20px;
  padding-left: 12px;
  position: relative;
  border-left: 6px solid #7EC8E7;
  line-height: 1.4;
}
.section-sub-title:before{
  content: "";
  display: block;
  width: 6px;
  height: 8px;
  background-color: #2D67C5;
  position: absolute;
  top: 0;
  left: -6px;
}
.section-sub-title:after{
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: -6px;
  border-top: 5px solid #2D67C5;
  border-right: 6px solid transparent;
}

.section-sub-title span {
  font-size: 18px;
}

.sec-border {
  width: 100%;
  height: 4px;
  background-color: #E6EDF2;
  margin: 60px 0 30px;
  position: relative;
}

.sec-border::before {
  content: "";
  display: block;
  width: 46px;
  height: 4px;
  background-color: #2D67C5;
  position: absolute;
  bottom: 0;
  left: 0;
}

.sec-border::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 46px;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #2D67C5;
}

@media screen and (max-width: 960px) {
  .page-title{
    font-size: 18px;
    margin-bottom: 30px;
    padding-left: 30px;
  }
  .page-title:before{
    width: 20px;
    height: 20px;
    top: 2px;
  }
  .sec-border {
    margin-top: 35px;
    margin-bottom: 20px;
  }
  .section-title img {
    width: 160px;
    top: 5px;
    margin-right: 5px;
  }
  .section-sub-title {
    font-weight: 600;
  }
  .section-sub-title span {
    font-size: 18px;
  }
}

/*______________________________________________________ ボタン */
.btn_1{
  background-color: #0966CC;
  color: #ffffff;
  padding:5px 10px;
  display: inline-block;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
.btn_1:hover{
  color: #ffffff;
}
.btn_1 span{
  font-size: 10px;
  color: #ffffff;
}

.btn_2{
    background-color: #fff;
    border: 1px solid #B3B3B3;
    -webkit-box-shadow: 0px -3px 3px 0px rgb(0 0 0 / 15%) inset;
            box-shadow: 0px -3px 3px 0px rgb(0 0 0 / 15%) inset;
    max-width: 200px;
    display: block;
    text-align: center;
    color: #808080;
    font-weight: bold;
    font-size: 15px;
    padding: 15px 0;
    border-radius: 4px;
}
.btn_2:hover{
  color: #808080;
  opacity: 0.8;
}

.btn_3{
    background-color: #2D67C5;
    display: block;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    padding: 15px 0;
    border-radius: 4px;
}
.btn_3:hover{
  color: #fff;
  opacity: 0.8;
}

.btn_4{
    background-color: #f1f3f7;
    display: block;
    text-align: center;
    color: #616161;
    border: 2px solid #d3d3d3;
    font-weight: bold;
    font-size: 15px;
    padding: 12px 0;
    border-radius: 4px;
    width: 100%;
    margin-right:auto;
    margin-left: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.btn_4:hover{
  color: #8a8a8a;
  opacity: 0.8;
}
.btn_5{
  background: -webkit-gradient(linear,left bottom, left top,color-stop(25%, #ad0000), color-stop(68%, #ff001b),to(#fe001b));
  background: -o-linear-gradient(bottom,#ad0000 25%, #ff001b 68%,#fe001b 100%);
  background: linear-gradient(0deg,#ad0000 25%, #ff001b 68%,#fe001b 100%);
  -webkit-box-shadow: inset 0 1px 1px rgb(255 255 255 / 60%), 0 5px 10px rgb(0 0 0 / 10%);
  width: 100%;
  display: block;
  text-align: center;
  color: #fff;
  padding: 15px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  display: block;
  color: #ffffff;
  font-weight: bold;
  border-radius: 4px;
}
.btn_5:hover{
  color: #ffffff;
  opacity: 0.8;
}
.btn_6{
  width: 100%;
  display: inline-block;
  position: relative;
  padding: 18px 50px 18px 10px;
  text-align: center;
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-shadow: 1px 2px 0 #00000024;
          box-shadow: 1px 2px 0 #00000024;
  text-align: center;
  font-size: 17px;
  letter-spacing: 1px;
  font-weight: 100;
  text-shadow: 0px -1px 2px #0b2a64;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #2D67C5;
  color: #fff;
  font-weight: bold;
}
.btn_6:after{
    content: '';
    background-color: pink;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    height: 100%;
    width: 18%;
    max-width: 50px;
    right: 0;
    top: 0;
    position: absolute;
    display: inline-block;
    background-color: #2457B9;
}
.btn_6:before{
    content: '';
    z-index: 1;
    color: #fff;
    right: 20px;
    position: absolute;
    top: 40%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
}
.btn_6:hover {
    color: #ffffff;
}
.btn_7{
    color: #2D67C5;
    background-color: #fff;
    padding: 5px 15px 5px 5px;
    width: 100%;
    display: block;
    border: 1px solid;
    border-radius: 3px;
    font-weight: normal;
    font-size: 13px;
    text-align: center;
    position:relative;
}
.btn_7:before{
    content: '';
    z-index: 1;
    right: 10px;
    position: absolute;
    top: 38%;
    width: 5px;
    height: 5px;
    border-top: 1px solid;
    border-right: 1px solid;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
}
.btn_addmylist{
    background-color: #fff;
    border: 1px solid #B3B3B3;
    -webkit-box-shadow: 0px -2px 0px 0px rgb(0 0 0 / 15%) inset;
            box-shadow: 0px -2px 0px 0px rgb(0 0 0 / 15%) inset;
    display: block;
    text-align: center;
    color: #808080;
    font-weight: normal;
    font-size: 13px;
    padding: 5px 0;
    border-radius: 4px;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.btn_addmylist img{
    width: 12px;
    vertical-align: baseline;
    margin-right: 3px;
}

.more-btn {
  font-size: 14px;
  color: #333333;
  position: relative;
  display: block;
  text-align: right;
  margin-top: 10px;
}

.more-btn:before {
  content: '';
  width: 22px;
  height: 22px;
  display: inline-block;
  background: url(/images/arrow01.png) center left / 15px no-repeat;
  vertical-align: middle;
}

.ex-link{
  position: relative;
}
.ex-link:after{
  content: '';
  width: 11px;
  height: 11px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
  background: url(/images/icon-external-link.svg) center left / contain no-repeat;
}
@media screen and (max-width: 414px) {
  .btn_3, .btn_4{
    width: 100%;
  }
}

/*______________________________________________________ レビューアイコン */
.starIcon {
    color: #dbdbdb;
    font-size: 2.4rem;
    letter-spacing: -0.25rem;
    white-space: nowrap;
    display: inline-block;
    position: relative;
    z-index: 0;
}
.starIcon:before,
.starIcon:after {
    content: "★★★★★";
}
.starIcon:after {
    color: #ffba00;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.starIcon[data-point="5.0"]:after{ width: 100%; }
.starIcon[data-point="4.5"]:after{ width: 91%; }
.starIcon[data-point="4.0"]:after{ width: 80%; }
.starIcon[data-point="3.5"]:after{ width: 71%; }
.starIcon[data-point="3.0"]:after{ width: 60%; }
.starIcon[data-point="2.5"]:after{ width: 51%; }
.starIcon[data-point="2.0"]:after{ width: 40%; }
.starIcon[data-point="1.5"]:after{ width: 31%; }
.starIcon[data-point="1.0"]:after{ width: 20%; }
.starIcon[data-point="0.5"]:after{ width: 11%; }
.starIcon[data-point="0.0"]:after{ width: 0; }

.reviewPoint {
    color: #ffab00;
    font-size: 2.4rem;
    font-family: 'Roboto', sans-serif;
}

/*______________________________________________________ かんたんスピード検索 */
/* かんたん検索トップ　ボタン */
.secondhandCar1 .speedkensakuBelt{
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.secondhandCar1 .speedkensakuBelt .modal-btn{
    width: calc(100% / 5 - 20px);
}
.secondhandCar1 .speedkensakuBelt .modal-btn:last-of-type{
    max-width: 330px;
    width: 100%;
    margin-right: 15px;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.secondhandCar1 .speedkensakuBelt .modal-btn .btn_6{
    padding: 10px 50px 10px 10px;
    cursor: pointer;
}

@media screen and (max-width: 960px){
  .secondhandCar1 .speedkensakuBelt{
      display: -ms-grid;
      display: grid;
      grid-column: 100px 100px 100px;
      -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
      padding:5px 10px 0;
      margin-bottom: 25px;
  }
  .secondhandCar1 .speedkensakuBelt .modal-btn{
      width: 100%;
  }
  .secondhandCar1 .speedkensakuBelt .modal-btn:last-of-type{
      max-width: 100%;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
      grid-column: 1 / 4;
      margin-bottom: 15px;
  }
  .secondhandCar1 .speedkensakuBelt_box{
      position: relative;
  }
  .secondhandCar1 .speedkensakuBelt .speedkensakuBelt_box:before,
  .secondhandCar1 .speedkensakuBelt .speedkensakuBelt_box:after{
      border-top-width: 20px;
      border-bottom-width: 20px;
      top: 22px;
  }
  .secondhandCar1 .speedkensakuBelt .speedkensakuBelt_box:before{
      border-left-width: 15px;
  }
  .secondhandCar1 .speedkensakuBelt .speedkensakuBelt_box:after{
      border-left-width: 15px;
  }
  .secondhandCar1 .speedkensakuBelt .speedkensakuBelt_box:nth-of-type(3):before,
  .secondhandCar1 .speedkensakuBelt .speedkensakuBelt_box:nth-of-type(3):after{
      display: none;
  }
}

/* かんたん検索モーダル　ヘッダーボタン */
.speedkensakuBelt{
    border:#E6EDF2 2px solid;
    -webkit-box-shadow: #e6edf2 1px 1px 2px;
            box-shadow: #e6edf2 1px 1px 2px;
    border-radius: 5px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}
.speedkensakuBelt .modal-btn{
    width: calc(100% / 4 - 20px);
}
.speedkensakuBelt .speedkensakuBelt_box{
    position: relative;
    padding: 10px 20px 14px 10px;
}
.speedkensakuBelt .speedkensakuBelt_box:after,
.speedkensakuBelt .speedkensakuBelt_box:before{
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    border-right: 0;
    content: '';
    top: 0;
    position: absolute;
    z-index: 1;
}
.speedkensakuBelt .speedkensakuBelt_box:before{
    right: -22px;
    border-left: 22px solid #d0d9df;
}
.speedkensakuBelt .speedkensakuBelt_box:after{
     right: -21px;
    border-left: 22px solid #ffffff;
}
.speedkensakuBelt .speedkensakuBelt_box:hover{
    background-color: #f7f7f7;
    cursor: pointer;
}
.speedkensakuBelt .speedkensakuBelt_box:hover:after{
    border-left: 22px solid #f7f7f7;
}

.speedkensakuBelt .speedkensakuBelt_box .speedkensakuBelt_step,
.speedkensakuBelt .speedkensakuBelt_box p{
    width: calc(100% - 65px);
    margin: 0 0 0 auto;
    display: block;
    line-height: 1.3;
    white-space: nowrap;
}
.speedkensakuBelt .speedkensakuBelt_box:not(:first-child) img{
    left: 10px;
}
.speedkensakuBelt .speedkensakuBelt_box .speedkensakuBelt_step{
    font-size: 20px;
    color: #2D67C5;
}
.speedkensakuBelt .speedkensakuBelt_box .speedkensakuBelt_step:before{
    content: 'STEP.';
    font-size: 0.8em;
}
.speedkensakuBelt .speedkensakuBelt_box img{
    position: absolute;
    -webkit-transform: translateY(-50%) translateX(27px);
        -ms-transform: translateY(-50%) translateX(27px);
            transform: translateY(-50%) translateX(27px);
    top: 50%;
    left: 0;
}

@media screen and (max-width: 960px){
    .speedkensakuBelt .speedkensakuBelt_box{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        text-align: center;
        width: 100%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding:0 4px 10px;
    }
    .speedkensakuBelt .speedkensakuBelt_box:hover{
        background:none;
    }
    .speedkensakuBelt .speedkensakuBelt_box img{
        position: unset;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
    }
    .speedkensakuBelt .speedkensakuBelt_box .speedkensakuBelt_step,
    .speedkensakuBelt .speedkensakuBelt_box p{
        width: 100%;
    }
    .speedkensakuBelt .speedkensakuBelt_box:after,
    .speedkensakuBelt .speedkensakuBelt_box:before{
      top: 15%;
    }
    .speedkensakuBelt .speedkensakuBelt_box:not(:last-child) p{
        padding-top: 5px;
    }
    .speedkensakuBelt .speedkensakuBelt_box:last-child{
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
        grid-column: 1 / 4;
    }
    .detail-modal .speedkensaku-box .flex-box{
      height: calc( 100% - 220px);
    }
    .speedkensaku-box .search-btn-box .btn_6{
      padding: 10px 50px 10px 10px;
    }
}
@media screen and (max-width: 414px){
    .speedkensakuBelt .speedkensakuBelt_box p{
        font-size: 3.5vw;
    }
}

/*______________________________________________________ メーカーで探す　メーカー一覧 */

.secondhandCar-countries {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.secondhandCar-countries .secondhandCar-country {
  width: calc( 100% / 3);
  margin-bottom: 30px;
}

.secondhandCar-countries .secondhandCar-country p {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  pointer-events: none;
}

.secondhandCar-countries .secondhandCar-country .secondhandCar-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.secondhandCar-countries .secondhandCar-country .secondhandCar-flex ul {
  width: 50%;
}

.secondhandCar-countries .secondhandCar-country .secondhandCar-flex ul li {
  font-size: 14px;
}

.secondhandCar-countries .secondhandCar-country .secondhandCar-flex ul li a:hover {
  border-bottom: #2D67C5 1px solid;
}

@media screen and (max-width: 960px) {
  .secondhandCar-countries {
    display: block;
    margin-bottom: 15px;
  }
  .secondhandCar-countries .secondhandCar-country {
    width: 100%;
    margin-bottom: 0px;
    position: relative;
    cursor: pointer;
  }
  .secondhandCar-countries .secondhandCar-country .arrow-bottom {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 10px;
    border-bottom: 2px solid #AAAFB3;
    border-right: 2px solid #AAAFB3;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    right: 5px;
    top: 18px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
  }
  .secondhandCar-countries .secondhandCar-country .arrow-reverse {
    -webkit-transform: rotate(-135deg) !important;
        -ms-transform: rotate(-135deg) !important;
            transform: rotate(-135deg) !important;
  }
  .secondhandCar-countries .secondhandCar-country p {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 0px;
    padding: 10px 0;
    position: relative;
    pointer-events: initial;
  }
  .secondhandCar-countries .secondhandCar-country p::before {
    content: "";
    display: block;
    width: 100vw;
    height: 1px;
    background-color: #E6EDF2;
    position: absolute;
    top: 0;
    left: -3%;
  }
  .secondhandCar-countries .secondhandCar-country:last-child p::after {
    content: "";
    display: block;
    width: 100vw;
    height: 1px;
    background-color: #E6EDF2;
    position: absolute;
    bottom: 0;
    left: -3%;
  }
  .secondhandCar-countries .secondhandCar-country .secondhandCar-flex {
    display: none;
    position: relative;
  }
  .secondhandCar-countries .secondhandCar-country .secondhandCar-flex::before {
    content: "";
    display: block;
    width: 100vw;
    height: 1px;
    background-color: #E6EDF2;
    position: absolute;
    top: 0;
    left: -3%;
  }
  .secondhandCar-countries .secondhandCar-country .secondhandCar-flex ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .secondhandCar-countries .secondhandCar-country .secondhandCar-flex ul li {
    width: 50%;
    font-size: 14px;
    padding: 10px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  .secondhandCar-countries .secondhandCar-country .secondhandCar-flex ul li:nth-child(odd) {
    border-right: #E6EDF2 1px solid;
    padding-left: 0;
  }
  .secondhandCar-countries .secondhandCar-country .secondhandCar-flex ul li:nth-child(odd)::before {
    content: "";
    display: block;
    width: 100vw;
    height: 1px;
    background-color: #E6EDF2;
    position: absolute;
    bottom: 0;
    left: -5%;
  }
  .secondhandCar-countries .secondhandCar-country .secondhandCar-flex ul li a {
    display: inline-block;
    width: 100%;
  }
  .secondhandCar-countries .secondhandCar-country .secondhandCar-flex ul li a:hover {
    border: none;
  }
}
/*______________________________________________________ 都道府県で探す　都道府県一覧 */

.sp-secondhandCar-prefectures {
  display: none;
}

.secondhandCar3 .secondhandCar-prefectures {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.secondhandCar3 .secondhandCar-prefectures ul {
  width: 50%;
}

.secondhandCar-prefectures ul li {
  margin-bottom: 10px;
  line-height: 27px;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.secondhandCar-prefectures ul li span {
  width: 100px;
  height: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  margin-right: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.secondhandCar-prefectures ul li .pre-color1 {
  background-color: #4F7ACC;
}

.secondhandCar-prefectures ul li .pre-color2 {
  background-color: #4D96D4;
}

.secondhandCar-prefectures ul li .pre-color3 {
  background-color: #2CA6E0;
}

.secondhandCar-prefectures ul li .pre-color4 {
  background-color: #2AAB39;
}

.secondhandCar-prefectures ul li .pre-color5 {
  background-color: #A4C82D;
}

.secondhandCar-prefectures ul li .pre-color6 {
  background-color: #E3B400;
}

.secondhandCar-prefectures ul li .pre-color7 {
  background-color: #E59F58;
}

.secondhandCar-prefectures ul li .pre-color8 {
  background-color: #EA8CA2;
}

.secondhandCar-prefectures ul li .pre-color9 {
  background-color: #E66798;
}

.secondhandCar-prefectures ul li .pre-color10 {
  background-color: #d04968;
}

.secondhandCar-prefectures ul li p {
  width: calc( 100% - 50px);
  display: inline-block;
}

.secondhandCar-prefectures ul li p a {
  margin-right: 6px;
  line-height: 27px;
}

.secondhandCar-prefectures ul li p a:hover {
  border-bottom: #2D67C5 1px solid;
}

@media screen and (max-width: 960px) {
  .secondhandCar-prefectures{
    display: none;
  }
  .secondhandCar3 .secondhandCar-prefectures {
    display: none;
  }
  .sp-secondhandCar-prefectures {
    display: block;
  }
}

/*______________________________________________________ ボディタイプで探す　ボディタイプ一覧 */

.secondhandCar-bodyType {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-left: #E6EDF2 1px solid;
}

.secondhandCar-bodyType .secondhandCar-bodyType-box {
  width: calc(100% / 5);
  text-align: center;
  border-top: #E6EDF2 1px solid;
  border-right: #E6EDF2 1px solid;
  border-bottom: #E6EDF2 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 12px;
}
.secondhandCar-bodyType .secondhandCar-bodyType-box:nth-child(n + 6) {
  border-top: none;
}

.secondhandCar-bodyType .secondhandCar-bodyType-box a {
    display: block;
    padding: 20px 0 10px;
}
.secondhandCar-bodyType .secondhandCar-bodyType-box img {
  width: calc( 50 / 155 * 100%);
  margin-right: 5px;
}

@media screen and (max-width: 960px) {
  /* {
    padding-top: 50px;
  } */
  .secondhandCar-bodyType {
    margin-bottom: 15px;
    border: none;
  }
  .secondhandCar-bodyType .secondhandCar-bodyType-box {
    width: calc( 100% / 2);
  }
  .secondhandCar-bodyType .secondhandCar-bodyType-box:nth-of-type(odd){
    border-left: #E6EDF2 1px solid;
  }
  .secondhandCar-bodyType .secondhandCar-bodyType-box:nth-of-type(n+9){
    border-bottom: #E6EDF2 1px solid;
  }
  .secondhandCar-bodyType .secondhandCar-bodyType-box a{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .secondhandCar-bodyType .secondhandCar-bodyType-box a br{
    display: none;
  }
  .secondhandCar-bodyType .secondhandCar-bodyType-box img {
    width: calc( 43 / 120 * 100%);
    margin-right: 0;
    margin-bottom: 5px;
  }
  .secondhandCar-bodyType .secondhandCar-bodyType-box p {
    line-height: 1.4;
  }
}

/*______________________________________________________ 価格/年式/走行距離から探す　一覧 */
.secondhandCar_listWrap{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 755px;
}
.secondhandCar_listWrap li{
    display: inline-block;
    width: calc(100% / 6);
}
.secondhandCar_listWrap li a{
    font-size: 14px;
}
.secondhandCar5 .secondhandCar_listWrap{
    max-width: 630px;
}
.secondhandCar5 .secondhandCar_listWrap li{
    width: calc(100% / 5);
}
.secondhandCar5 .secondhandCar_listWrap li:not(:nth-last-of-type(-n+5)){
    margin-bottom: 10px;
}

.sp-secondhandCar-sortArea{
    display: none;
}
@media screen and (max-width: 960px){
    .sp-secondhandCar-sortArea{
        display: block;
    }
    .pc-secondhandCar-sortArea{
        display: none;
    }
    .sortList{
        width: 100vw;
        margin-left: -3%;
        border-bottom: 1px solid #E0E0E0;
    }
    .sortList_box{
        border-top: 1px solid #E0E0E0;
    }
    .sortList_box .sortList_item{
        font-weight: normal;
        width: calc(345 / 375 * 100%);
        margin: 0 auto;
        padding: 10px 0;
        display: block;
    }
    .sortList_box .sortList_item:after{
        width: 6px;
        height: 6px;
        border-top: 2px solid;
        border-right: 2px solid;
        border-color: #0066CC;
    }
    .sortList_box .sortList_item h2,
    .sortList_box .sortList_item h3{
        font-weight: normal;
    }
}
/*______________________________________________________ その他の条件から探す */
.sonotanojoken .fixedheadarea{
    padding: 12px 10px;
    border-bottom: 2px solid #DBE1E5;
    border-top: 1px solid #DBE1E5;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: fixed;
    background-color: #ffffff;
    z-index: 99;
    top: 0;
    width: 100%;
}
.sonotanojoken .sonotanojokenClose{
    display: inherit;
    position: absolute;
    font-weight: normal;
}
.sonotanojoken .sonotanojokenClose a{
  color: initial;
}
.sonotanojoken .sonotanojokenTtl{
    font-weight: normal;
    font-size: 15px;
}
.sonotanojoken .sonotanojoken_wrap{
    margin-top: 53px;
    background-color: #F7F7F7;
    margin-bottom: 140px;
}
.sonotanojoken .sonotanojoken_box{
    border-top: #dfe6eb 1px solid;
    position: relative;
    display: block;
}
.sonotanojoken .sonotanojoken_box:last-child{
    border-bottom: #dfe6eb 1px solid;
}
.sonotanojoken .sonotanojoken_item{
    padding: 15px 10px;
    margin: 0 auto;
    color: #333333;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.sonotanojoken .sonotanojoken_box img{
    min-width: 60px;
    max-width: 80px;
    width: 12vw;
    margin-right: 10px;
}

/*  ２階層目デザイン */
.sonotanojoken .childTogglebtn .sonotanojoken_item{
    padding: 15px 0 15px 25px;
    background-color: #fff;
}
.sonotanojoken .childTogglebtn .sonotanojoken_box:last-child{
    border-top: #dfe6eb 1px solid;
    border-bottom: 0;
}
/* 矢印 */
.sonotanojoken .sonotanojoken_item:after{
    width: 6px;
    height: 6px;
    right: 15px;
    border-top: 2px solid;
    border-right: 2px solid;
    border-color: #0066CC;
}
.sonotanojoken .parentTogglebtn.arrow:after{
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
    border-color: #aaa;
    border-width: 1px;
}
.sonotanojoken .arrow-reverse:after{
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.sonotanojoken .childTogglebtn .arrow:after{
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    border-color: #0066CC;
    border-width: 2px;
}
/* 価格から中古車を探す */
.sonotanojoken_priceSelect{
    background: #fff;
    padding:20px 10px 20px;
}
.sonotanojoken_priceSelect .pc-row{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.sonotanojoken_priceSelect select + span{
    margin: 0 1% 0;
}
.sonotanojoken_priceSelect select{
    width: 45%;
    padding: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-image: -o-linear-gradient(45deg, transparent 50%, gray 50%), -o-linear-gradient(315deg, gray 50%, transparent 50%);
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
    background-position: calc(100% - 11px) calc(1em + 0px), calc(100% - 6px) calc(1em + 0px), calc(100% - 5px) 0;
}
.sonotanojoken_priceSelect select:before{
    display: none;
}
.sonotanojoken_priceSelect .btn_6{
    padding: 10px 50px 10px 10px;
    font-size: 15px;
}
@media screen and (max-width: 414px){
  .sonotanojoken .sonotanojokenClose,
  .sonotanojoken .sonotanojokenTtl{
    font-size: 4vw;
  }
  .sonotanojoken_priceSelect .pc-row{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sonotanojoken_priceSelect select{
    width: 100%;
  }
  .sonotanojoken_priceSelect select + span{
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    margin: 5px 0;
  }
  .sonotanojoken_priceSelect{
      background: #fff;
      padding:4vw 10px 4vw;
  }
}

/*______________________________________________________ 中古車販売店　都道府県一覧 */
.shopareaList h3{
  font-weight: bold;
  display: inline-block;
  width: 15%;
  min-width: 118px;
  vertical-align: top;
}
.shopareaList h3 a{
  font-size: 14px;
  color: initial;
}
.shopareaList h3 a:hover{
  text-decoration: underline;
}
.shopareaList ul{
  display: inline-block;
  width: 84%;
  margin-bottom: 5px;
}
.shopareaList ul li {
  display: inline-block;
  min-width: 80px;
  font-size: 14px;
}
@media screen and (max-width: 960px) {
  .shopareaList h3 a{
    text-decoration: none;
  }
  .shopareaList ul{
    width: 100%;
  }
  .shopareaList ul:not(:last-child){
    margin-bottom: 10px;
  }
  .shopareaList ul li {
    margin-bottom: 10px;
  }
}
.sp-nav-open .select-style::before {
  display: none;
}

/*______________________________________________________ 関連記事 */
.article-wrap{
    padding-top: 10px;
    border-top: #E6EDF2 1px solid;
}
.article-wrap .article-box {
    border-bottom: #E6EDF2 1px solid;
    margin-bottom: 10px;
    padding-right: 20px;
    position: relative;
}
.article-wrap .article-box a{
  display: block;
  padding-bottom: 10px;
}
.article-wrap .article-box span{
  color: #808080;
  font-size: 10px;
}

/*_____________________________________________ [SP/TAB/PC] 買取x都道府県 */
.shoplist_box {
    padding: 0 0 20px;
    border-bottom: 1px solid #DBE1E5;
    margin-top: 20px
}
.shoplist_box:first-child{
  border-top: 1px solid #DBE1E5;
}
#shopList .page-title{
  margin-bottom: 20px;
}
#shopList .shoplist_box + ul + ul .shoplist_box:first-child{
  border-top: none;
}
.shoplist_box_name {
  margin-bottom: 15px;
}
.shoplist_box_name h3,
.shoplist_box_name h3 a{
font-weight: bold;
  font-size: 18px;
  color: #333333;
}
.shoplist_box_name h3 + p{
}
.shop_img_area {
  padding-right: 30px;
  width: 30%;
  float: left;
}
.shop_img_area a img {
  width: 100%;
  outline: solid 1px rgb(219 225 229);
  outline-offset: -1px;
}
.shop_content_col_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.shopItem_wrap{
  max-width: 830px;
  width: 100%;
}
.shop_address{
  background: #f5f3f3;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.shop_address span{
  color: #666;
}
.shop_address:after{
  content: '';
  clear: both;
}
.shop_address,
.shop_desc_area,
.shop_content_area {
    width: calc(70% - 30px);
    float: right;
}
.shop_desc_area{
  margin-bottom: 10px;
  line-height: 1.6;
}
.shop_content_area p{
  margin-bottom: 8px;
}
.shopDetail {
  max-width: 200px;
  width: 100%;
  padding-left: 50px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 0 0 auto;
}
.shopDetail .btn_3{
  margin-bottom: 8px;
}
.shopDetail a:hover{
  cursor: pointer;
}
.city-list{
  padding:0;
}

.shop-list .shop_content_col_item{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.shop-list .shopItem_wrap{
  max-width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.5fr 30px 1.5fr;
  grid-template-columns: 0.5fr 1.5fr;
  grid-gap: 10px 30px;
}
.shop-list .shop_img_area,
.shop-list .shop_address,
.shop-list .shop_desc_area,
.shop-list .shop_content_area{
  float: none;
  width: 100%;
}
.shop-list .shop_address,
.shop-list .shop_desc_area{
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 /3;
}
.shop-list .shopDetail{
  max-width: 300px;
  margin: 0 auto;
  padding-left: 0;
}
.shop-list .shop_desc_area{
  font-size:14px;
}
.shop-list .shoplist_box:first-child{
  border-top: none;
  padding-top: 10px;
}
.shop-list + .shop-list .shoplist_box:first-child{
  padding-top: 20px;
}

@media screen and (max-width: 960px) {
  .shop_content_col_item{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .shopItem_wrap{
    max-width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 2fr;
    grid-template-columns: 1fr 2fr;
    grid-gap: 10px 15px;
  }
  .shop-list .shopItem_wrap{
    grid-gap: 10px 15px;
  }
  .shop_img_area,
  .shop_address,
  .shop_desc_area,
  .shop_content_area{
    float: none;
    width: 100%;
  }
  .shop_address,
  .shop_desc_area{
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 /3;
  }
  .shopDetail{
    max-width: 300px;
    margin: 0 auto;
    padding-left: 0;
  }
  .shop_desc_area{
    font-size:14px;
  }
}
/*______________________________________________________ 手続きxエリア　検索フォーム */
.formShop_area{
    background-color: #F5F9FF;
    padding: 1rem 0 1.2rem;
    margin-bottom: 2rem;
}
.formShop_area .container{
  margin-bottom: 0;
}
.formShop_area .form-item label{
  font-weight: 600;
  font-size: 14px;
}
.form-item:nth-of-type(1) {
    min-width: 20%;
}
.form-item:nth-of-type(1) select{
  width: 90%;
}
.form-item:nth-of-type(2) {
    width: 60%;
}
.form-item:nth-of-type(3) {
    min-width: 20%;
}
.formShop_area .form-item-select{
}
.formShop_area .form-item-select select {
    width: calc(55% - 0.5rem);
}
.formShop_area .form-item-select select:nth-of-type(1){
    width: calc(40% - 0.5rem);
    margin-right: 0.5rem;
}
.form-item input[type="submit"].search-btn{
  width: 100%;
  max-width: 414px;
  display: inline-block;
  background-color: #ff9900;
  border-radius: 5px;
  text-align: center;
  color: white;
  padding: 5px 0;
  font-size: 14px;
  -webkit-box-shadow: #c3c3c3 2px 2px 2px;
  box-shadow: #c3c3c3 2px 2px 2px;
  font-weight: bold;
  padding: 13px 0;
  font-size: 18px;
  border: none;
}
@media screen and (max-width: 768px){
  .form-item:nth-of-type(1),
  .form-item:nth-of-type(1) select,
  .formShop_area .form-item-select select,
  .formShop_area .form-item-select select:nth-of-type(1),
  .form-item:nth-of-type(2),
  .form-item:nth-of-type(3){
    width: 100%;
  }
  .form-item:not(:last-child){
    margin-bottom:1rem;
  }
  .formShop_area .form-item-select select:nth-of-type(1){
    margin-bottom: 1rem;
  }
}
/*______________________________________________________ お得な○○を探す */

.related_link{
  border-bottom: 1px solid #DBE1E5;
  padding: 20px 0;
  font-size: 13.5px;
  line-height: 1.5;
}
.related_link:first-child{
  border-top: none;
}
.related_link:last-child{
  border-bottom: none;
}
.related_link h3{
  margin-bottom: 20px;
  letter-spacing: 0;
}
.related_link h3 a{
  color: #0966CC;
  font-size: 15px;
  /* text-decoration: underline; */
}
.related_link h3 .underline{
  text-decoration: underline;
  color: #0966CC;
}
.related_link_item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px){
  .related_link_item{
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
  }
}
@media screen and (max-width: 414px){
  .related_link_item{
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
  }
  .shop_content_area{
    line-height: 1.5;
  }
}

/* ご利用者の声 */
.servoice_area{
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.servoice_box{
  border: #E6EDF2 1px solid;
  width: calc(100% / 2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding:20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.servoice_box:nth-child(odd){
  border-right: none;
}
.servoice_box:nth-child(-n+2){
  border-bottom:none;
}
.servoice_box dt{
  width: 60px;
  text-align: center;
}
.servoice_box dt img{
  width: 50px;
}
.servoice_box dt p{
  font-size: 12px;
}
.servoice_box dd{
  width: calc(100% - 70px);
}
@media screen and (max-width: 414px){
  .servoice_area{
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
  }
  .servoice_box{
      width: 100%;
  }
}
/*______________________________________________________ コンテンツ内のバナー */
.bnrArea .sp-none img{
    max-width: 800px;
}
.bnrArea_bnrBtn{
    border: 1px solid #B3B3B3;
    -webkit-box-shadow: 0px -2px 0px 0px rgb(0 0 0 / 15%) inset;
            box-shadow: 0px -2px 0px 0px rgb(0 0 0 / 15%) inset;
    display: block;
    padding: 15px 10px;
    border-radius: 4px;
}
.bnrArea_bnrBtn .pc-row{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: left;
}
.bnrArea_bnrBtn .pc-row > div,
.bnrArea_bnrBtn .pc-row > div + img{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.bnrArea_bnrBtn .pc-row > div p{
    line-height: 1.4;
}
.bnrArea_bnrBtn .pc-row > div + img{
    max-width: 100px;
}

/*______________________________________________________  「Kurutownのサービス」バナー */
.banner-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.banner-box-item {
    width: calc(100% / 4.3);
}
.banner-box-item a {
    display: block;
}
.banner-box-item a:hover .kurutown-service-txt{
    color: #2D67C5;
    text-decoration: underline;
}
.banner-box-item .kurutown-service-ttl {
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 7px;
}
.banner-box-item .kurutown-service-ttl + img{
    width: 100%;
}
.banner-box-item .kurutown-service-ttl span {
    font-weight: 600;
    color: #3C3778;
    font-size: 12px;
}
.banner-box-item .kurutown-service-ttl img {
    width: 110px;
    padding: 0px 5px 0px 5px;
    vertical-align: baseline;
}
.banner-box-item .kurutown-service-txt{
    font-size: 12px;
    color: #666;
    margin-top: 5px;
}
@media screen and (max-width: 960px){
    .banner-box{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .banner-box-item{
        width: calc(100% / 2 - 2rem);
        margin-bottom: 3rem;
    }
    .banner-box-item .kurutown-service-ttl img {
        width: 140px;
    }
    .banner-box-item .kurutown-service-ttl span{
        font-size: 15px;
    }
}
@media screen and (max-width: 600px){
    .banner-box-item {
        width: 100%;
        max-width: 414px;
        margin: 0 auto 3rem;
    }
    .banner-box-item .kurutown-service-ttl span{
        font-size:13px;
    }
    .banner-box-item .kurutown-service-ttl img {
        width: 110px;
    }
    .banner-box-item .kurutown-service-ttl{
        margin-bottom: 4px;
    }
    .kurutown-service-container .banner-box-item{
        width: 100%;
        max-width: 320px;
    }
}

/*______________________________________________________ 陸送プラン */
.grid-box-area.pc-row{
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.grid-box-content{
    border: #E6EDF2 1px solid;
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: #e6edf2 1px 1px 2px;
    box-shadow: #e6edf2 1px 1px 2px;
    border-radius: 5px;
    width: calc(100% / 2 - 10px);
}
.grid-box-content.triangle{
    position: relative;
}
.grid-box-content.triangle:before{
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    border-top: 30px solid #2b67c5;
    border-right: 30px solid transparent;
}
.grid-box-ttl.ttl.ttl-style3{
    text-align: center;
    margin-top: 0;
    padding-bottom: 5px;
}
@media screen and (max-width: 768px){
    .grid-box-area.pc-row{
        display: block;
    }
    .grid-box-content{
        width: 100%;
        margin-bottom: 10px;
    }
}

.case .border-box .border-box-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.case .bgclr_1.pd_tb1.pd_rl1{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
}

/*______________________________________________________ CV　デザイン */
.shashu_detail_cv {
    background-color: #FFFADD;
    padding: 20px 10px 10px;
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.shashu_detail_cv:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: calc(100% - 40px);
    height: auto;
    border-top: 4px solid #FFD629;
    margin: 0 auto;
    left: 0;
    right: 0;
}

/*______________________________________________________ 車両詳細・店舗詳細　サイトバー　コンテンツ */

/*______________________________________________________ 車種詳細ページ　サイドバー */

.container.has-sidebar{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sidebar_area_head .muryo{
  color: #2D67C5;
  background-color: #FFFFFF;
  display: inline-block;
  padding: 0 3px;
  font-size: 12px;
  margin-left: 5px;
}

.sidebar_area_head{
  position: relative;
  background: #2D67C5;
  color: #FFFFFF;
  padding: 8px 10px;
  font-weight: bold;
  text-align: left;
  font-size: 14px;
}
.sidebar_area_head.store{
  line-height: 1.4;
}

.sidebar_area_head.store:before{
    content: '';
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url(/images/icon-shop.svg) left center / contain no-repeat;
    vertical-align: text-top;
    margin-right: 5px;
}
.sidebar_area_head.inquiry:before{
    content: '';
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url(/images/icon_phone.svg) left center / contain no-repeat;
    vertical-align: text-top;
    margin-right: 5px;
}
.sidebar_area_head.fav:before{
    content: '';
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url(/images/favorite-filled.svg) left center / contain no-repeat;
    vertical-align: text-top;
    margin-right: 5px;
}
.sidebar_area_head.review:before{
    content: '';
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url(/images/icon-review.svg) left center / contain no-repeat;
    vertical-align: text-top;
    margin-right: 5px;
}
.sidebar_area dl, 
.sidebar_area .sidebar_container {
  width: 100%;
  border: 1px solid #dae1e4;
  margin-bottom: 1rem;
}
.sidebar_area dl:last-child{
  margin-bottom: 5rem;
}
.sidebar_area dd,
.sidebar_area .sidebar_container_dd {
  padding:10px;
}
.sidebar_area dd .roboto,
.sidebar_area .sidebar_container_dd .roboto {
  font-size: 28px;
    line-height: 1;
    margin-bottom: 4px;
    display: inline-block;
}
.sidebar_area dd > div,
.sidebar_area .sidebar_container_dd > div {
  width: 100%;
}
.sidebar_area .sidebar_area_head + dd p,
.sidebar_area .sidebar_area_head + dd a,
.sidebar_area .sidebar_area_head + .sidebar_container_dd p,
.sidebar_area .sidebar_area_head + .sidebar_container_dd a {
  line-height: 1.6;
}
.sidebar_area .sidebar_area_head + dd a.btn_6,
.sidebar_area .sidebar_area_head + .sidebar_container_dd a.btn_6 {
  font-size: 12px;
  letter-spacing: 0;
}
.sidebar_area .btn_addmylist{
  padding: 10px;
}
.sidebar_area .sidebar_area_head + dd p:last-of-type,
.sidebar_area .sidebar_area_head + .sidebar_container_dd p:last-of-type {
  margin-bottom: 10px;
}

/* 販売店について */

.sidebar_area .sidebar_area_head.store + dd a,
.sidebar_area .sidebar_area_head.store + .sidebar_container_dd a{
/*  font-size: 11px; */
}
.sidebar_area .sidebar_area_head.store + dd a.store_link_title,
.sidebar_area .sidebar_area_head.store + .sidebar_container_dd a.store_link_title {
  font-size: 14px;
}
.sidebar_area .sidebar_area_head.store + dd .store_link,
.sidebar_area .sidebar_area_head.store + .sidebar_container_dd .store_link {
  font-size: 14px;
  text-decoration: underline;
}

/* 販売店にお問合わせ */
.sidebar_area .sidebar_area_head.inquiry + dd,
.sidebar_area .sidebar_area_head.inquiry + .sidebar_container_dd {
  text-align: center;
}
.sidebar_area .sidebar_area_head.inquiry + dd .roboto,
.sidebar_area .sidebar_area_head.inquiry + .sidebar_container_dd .roboto {
  font-size: 22px;
  color: initial;
}
.sidebar_area .sidebar_area_head.inquiry + dd .roboto img,
.sidebar_area .sidebar_area_head.inquiry + .sidebar_container_dd .roboto img {
  width: 15px;
  vertical-align: baseline;
  margin-right: 7px;
}
.sidebar_area .sidebar_area_head.inquiry + dd p,
.sidebar_area .sidebar_area_head.inquiry + .sidebar_container_dd p {
  text-align: left;
}

/* この車両をお気に入りに追加 */
.sidebar_area .sidebar_area_head.fav + dd,
.sidebar_area .sidebar_area_head.fav + .sidebar_container_dd {
  height: 100%;
}

/* みんなの評判 */
.sidebar_area .sidebar_area_head.review + dd,
.sidebar_area .sidebar_area_head.review + .sidebar_container_dd {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sidebar_area .sidebar_area_head.review + dd div,
.sidebar_area .sidebar_area_head.review + .sidebar_container_dd div {
  text-align: center;
}
.sidebar_area .sidebar_area_head.review + dd div:not(:last-child),
.sidebar_area .sidebar_area_head.review + .sidebar_container_dd div:not(:last-child) {
  border-right: 1px solid #dae1e4;
}
.sidebar_area .sidebar_area_head.review + dd div p,
.sidebar_area .sidebar_area_head.review + .sidebar_container_dd div p {
    margin-bottom: 0.5rem;
    font-weight: normal;
    font-size: 13px;
}
.sidebar_area .sidebar_area_head.review + dd div:first-child .roboto:before,
.sidebar_area .sidebar_area_head.review + .sidebar_container_dd div:first-child .roboto:before {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(/images/icon_star.svg) left center / contain no-repeat;
    margin-right: 5px;
}
/* スタッフ */
.sidebar_area .sidebar_area_head.staff + dd img,
.sidebar_area .sidebar_area_head.staff + .sidebar_container_dd img {
    margin-bottom: 10px;
}
/* キャンペーン */
.sidebar_area .sidebar_area_head.campaign + dd img,
.sidebar_area .sidebar_area_head.campaign + .sidebar_container_dd img {
    margin-bottom: 10px;
}

@media screen and (max-width: 960px) {
  .container.has-sidebar{
    display: block;
  }
  .sidebar_area dd,
  .sidebar_area .sidebar_container_dd {
    padding:10px 10px 15px;
  }
  .sidebar_area .sidebar_area_head.inquiry + dd p,
  .sidebar_area .sidebar_area_head.inquiry + .sidebar_container_dd p {
    text-align: center;
  }
  .sidebar_area .sidebar_area_head.inquiry + dd .roboto,
  .sidebar_area .sidebar_area_head.inquiry + .sidebar_container_dd .roboto{
    color: #0b65cc;
    font-size: 28px;
  }
  .sidebar_area .sidebar_area_head + dd a.btn_6,
  .sidebar_area .sidebar_area_head + .sidebar_container_dd a.btn_6 {
    font-size: 17px;
    letter-spacing: 1px;
  }
}

/*______________________________________________________ 特定範囲でページの途中から追尾 */
/* 固定要素ラップ */
.fixed-box-wrap{
  position: relative;
}
/* 固定範囲 */
.fixed-box-area{
  position: relative;
}
/*  固定要素 */
.fixed-box{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  overflow-x: auto;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .fixed-box-area{
    padding-top:75px;
  }
}
/*_____________________________________________ [SP/TAB/PC] 中古車購入ガイド/中古車買取・査定ガイド */
.ucguide-section{
    border: 1px solid #CADADF;
    padding-bottom: 2rem;
}
.ucguide-section .uc_article_wrap{
    justify-content: flex-start;
    width: calc( 345 / 375 * 100%);
    margin: 0 auto;
    flex-wrap: nowrap;
    gap: 15px;
}
.ucguide-section .uc_article_wrap > div{
    max-width: 236px;
    width: 100%;
}
.ucguide-section .ucguide-headttl{
    justify-content: center;
    border-top: 3px solid #43a6d0;
    padding: 15px 20px 15px;
    gap: 15px;
}
.ucguide-section .ucguide-headttl img{
    max-width: 245px;
    margin-right: 0rem;
    margin-top: -1rem;
}
.ucguide-section .ucguide-headttl .ttl_sub{
    color: #fff;
    background-color: #4ab8e7;
    font-size: 1.5rem;
    font-weight: 600;
    border-radius: 100px;
    line-height: 1.2;
    padding: 0.5rem 1em;
    display: inline-block;
}
.ucguide-section .ucguide-headttl .ttl{
    text-align: center;
    margin-bottom: 0.5rem;
    margin-top: 0.4rem;
}
.ucguide-section .ucguide-headbody{
    max-width: 300px;
    font-size: 1.2rem;
    line-height: 1.6;
    margin: 0 auto;
}
.ucguide-section .thumbnail{
    margin-bottom: 1rem;
    width: 237px;
    height: 157px;
    position: relative;
    overflow: hidden;
}
.ucguide-section .thumbnail img {
    position: absolute;
    height: 100%;
    max-width: initial;
    right: 0;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    margin: 0 auto;

}
.ucguide-section .uc_title .ttl{
    font-size:14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

@media screen and (max-width:960px) {
    .ucguide-section .uc_article_wrap{
        flex-direction: column;
    }
    .ucguide-section .uc_article_wrap > div{
      max-width: initial;
    }
    .ucguide-section .uc_article_wrap a{
        display: flex;
        gap: 10px;
    }
    .ucguide-section .thumbnail{
        width: 120px;
        max-height: 80px;
        margin-bottom: 0;
    }
    .ucguide-section .uc_title{
        width: calc(100% - 130px);
    }
    .ucguide-section .uc_title .ttl{
        font-size: 13px;
        -webkit-line-clamp: 3;
    }
    .ucguide-section .ucguide-headttl{
        flex-direction: column;
        padding-bottom: 2rem;
        gap:0;
    }
    .ucguide-section .ucguide-headttl .ttl{
        font-size: 2.4rem;
    }
    .ucguide-section .ucguide-headttl img{
        max-width: 200px;
        width: 100%;
    }
}

/*______________________________________________________ フッター */
footer{
  background-color: #FFFFFF;
}
footer .footer-border {
  width: 100%;
  height: 3px;
  background-color: #DAE1E6;
  margin-bottom: 40px;
}

footer .footer-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 240px 240px;
  grid-template-rows: 240px 130px;
}

footer .footer-list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

footer .footer-list > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

footer .footer-list > *:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

footer .footer-list > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

footer .footer-list > li {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

footer .footer-list > li:nth-child(odd) {
  padding-right: 50px;
}

footer .footer-list > li .footer-list-title {
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: #DAE1E6 1px solid;
  line-height: 1;
  pointer-events: none;
}

footer .footer-list > li ul > li {
  display: inline-block;
  width: 49%;
  font-size: 13px;
}

footer .footer-list > li ul > li a {
  color: #333333;
}

footer .footer-list > li ul > li a:hover {
  opacity: 0.8;
}

footer .footer-list .item2 {
  -ms-grid-row-span: 2;
  grid-row: span 2;
}

footer .footer-list .item3 {
  padding-top: 30px;
}


/* footer リンク */
footer .footer-bottom {
  background-color: #2D67C5;
  padding: 25px 0;
  text-align: center;
}

footer .footer-bottom p,
footer .footer-bottom a {
  color: #fff;
  font-size: 1.2rem;
}
footer .footer-bottom a:hover {
  opacity: 0.8;
}
footer .footer-bottom p.fnaviLink {
  border-top: solid 1px #b1bdc7;
  margin: 15px auto 0;
  padding-top: 15px;
  width: 70%;
}
footer .footer-bottom ul.fnaviLinkList {
  margin: 0 auto 15px;
  width: 70%;
}
footer .footer-bottom ul.fnaviLinkList li {
  display: inline-block;
  border-left: 1px solid #fff;
  padding: 0 10px;
  line-height: 1;
}
footer .footer-bottom ul.fnaviLinkList li:first-child {
  border-left: none;
}



@media screen and (max-width: 960px) {
  footer .footer-border {
    display: none;
  }
  footer .container {
    width: 100%;
    margin-bottom: 0;
  }
  footer .footer-list {
    display: block;
  }
  footer .footer-list > li {
    display: block;
  }
  footer .footer-list > li:nth-child(odd) {
    padding-right: 0px;
  }
  footer .footer-list > li .footer-list-title {
    padding: 15px 0px 15px 30px;
    margin-bottom: 0px;
    border-top: #ddd solid 1px;
    border-bottom: none;
    background-color: #FAFAFA;
    position: relative;
    cursor: pointer;
    pointer-events: inherit;
  }
  footer .footer-list > li .footer-list-title .arrow-bottom {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 10px;
    border-bottom: 2px solid #AAAFB3;
    border-right: 2px solid #AAAFB3;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    left: 2px;
    top: 15px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
  }
  footer .footer-list > li .footer-list-title .arrow-reverse {
    top:20px;
    -webkit-transform: rotate(-135deg) !important;
        -ms-transform: rotate(-135deg) !important;
            transform: rotate(-135deg) !important;
  }
  footer .footer-list > li ul,
  footer .footer-list > li .sp-toggle {
    display: none;
    position: relative;
  }
  footer .footer-list > li ul::before {
    content: "";
    display: block;
    width: 100vw;
    height: 1px;
    background-color: #E6EDF2;
    position: absolute;
    top: 0;
  }
  footer .footer-list > li ul > li {
    display: block;
    width: 100%;
    font-size: 15px;
    position: relative;
  }
  footer .footer-list > li ul > li::before {
    content: "";
    display: block;
    width: 100vw;
    height: 1px;
    background-color: #E6EDF2;
    position: absolute;
    top: 0;
  }
  footer .footer-list > li ul > li a {
    color: #2D67C5;
    padding: 10px 0 10px 10px;
    display: block;
  }
  footer .footer-list .item3 {
    padding-top: 0;
  }

  footer .footer-bottom nav {
    padding: 0 10px;
  }
  footer .footer-bottom p,
  footer .footer-bottom a {
    line-height: 1.6;
    font-size: 1.3rem;
  }
  footer .footer-bottom p.fnaviLink {
    font-size: 1.4rem;
    text-align: left;
    font-weight: bold;
    border-top: none;
    border-bottom: solid 1px #b1bdc7;
    padding: 10px 0 5px;
    margin-bottom: 15px;
    width: 100%;
  }
  footer .footer-bottom ul.fnaviLinkList {
    text-align: left;
    width: 100%;
  }
  footer .footer-bottom ul.fnaviLinkList li {
    border-left: none;
    display: block;
    margin-bottom: 10px;
    padding: 0;
  }
  footer .footer-bottom p.copyright {
    font-size: 1.2rem;
    margin-top: 30px;
  }
}

/*_____________________________________________ [SP/PC] 中古車販売店 系列店一覧テーブル */

/*_____________________________________________ [SP/PC] 中古車販売店 系列店在庫一覧テーブル */
.resp_table thead tr{
    background: #3C424C;
}
.resp_table thead th{
    color: #fff;
    font-size: 0.85em;
    padding: 0.5rem 1rem;
    box-sizing: border-box;
}
.resp_table thead th:not(:first-of-type){
    text-align: center;
    border-left: 0.5px solid;
}
.resp_table thead th:first-of-type{ width:20%; }
.resp_table thead th:nth-of-type(2){ width:30%; }
.resp_table thead th:nth-of-type(3){ width:120px}
.resp_table thead th:nth-of-type(4){ width:15% }
.resp_table thead th:nth-of-type(5){ width:10% }
.resp_table thead th:last-of-type{ width: 225px;}
.resp_table tbody tr:nth-child(even) {
    background-color: #F7F7F7;
}
.resp_table tbody td{
    padding:1rem;
    box-sizing: border-box;
    font-size: 0.85em;
    vertical-align: middle;
}
.resp_table tbody td:last-of-type{
    text-align: right;
    padding-right: 2rem
}
.resp_table tbody td.article-arrow-right:before{
    right: 1rem;
    top: 50%;
    transform: translateY(50%) rotate(45deg);
    border-width: 1.5px;
    height: 6px;
    width: 6px;
    border-color: #0066cc;
}
@media screen and ( max-width:960px) {
    .resp_table tbody td{
        display: block;
        padding: 0.2rem 0;
    }
    .resp_table tbody td:first-of-type{
        font-size: 1.4rem;
        font-weight: 600;
    }
    .resp_table tbody td:last-of-type{
        text-align: right;
        margin-top: 0.5rem;
    }
    .resp_table tbody tr{
        border-top: 1px solid #DBE1E5;
        padding: 1rem;
        display: block;
    }
    .resp_table tbody tr:last-of-type{
        border-bottom: 1px solid #DBE1E5;
    }
    .resp_table tbody td:nth-of-type(2),
    .resp_table tbody td:nth-of-type(3){
        padding-left: 3.5rem;
        position: relative;
    }
    .resp_table tbody td:nth-of-type(2):before,
    .resp_table tbody td:nth-of-type(3):before{
        position: absolute;
        left: 0;
    }
    .resp_table tbody td:nth-of-type(2):before{
        content: '住所';
    }
    .resp_table tbody td:nth-of-type(3):before{
        content: 'TEL';
    }
}
/*_____________________________________________ [SP/PC] 中古車検索フッター */

footer .footer-list.usedcar-footer {
  -ms-grid-columns: 1fr 180px;
  grid-template-columns: 1fr 180px;
  grid-template-rows: auto;
  gap: 0 5rem;
}
footer .footer-list.usedcar-footer > *:nth-child(3){
  -ms-grid-row: 2/3;
  -ms-grid-column:2;
  grid-row: 2/3;
  grid-column: 2;
}
footer .footer-list.usedcar-footer .item1{
  -ms-grid-row:1/3;
  -ms-grid-column:2;
    grid-row: 1/3;
    grid-column: 1/2;
}
footer .footer-list.usedcar-footer .item2 {
  -ms-grid-row:1/2;
  -ms-grid-column:2;
  grid-row: 1/2;
  grid-column: 2;
}

footer .footer-list.usedcar-footer  > li:nth-child(odd){
  padding-right: 0;
}
footer .footer-list.usedcar-footer > li ul > li a{
  font-size: 13px;
}
footer .footer-list.usedcar-footer > li > ul > li:not(.secondhandCar-country){
    width: 100%;
}
footer .footer-list.usedcar-footer .secondhandCar-countries .secondhandCar-country .secondhandCar-flex ul li a:hover{
  border-bottom: none;
}

@media screen and (min-width: 961px) {
  footer .footer-list.usedcar-footer .secondhandCar-countries p span {
    display: none;
  }
  footer .footer-list.usedcar-footer .secondhandCar-flex ul li{
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  footer .footer-list.usedcar-footer .secondhandCar-countries p{
    padding-left: 1rem;
  }
  footer .footer-list.usedcar-footer .secondhandCar-countries p span {
    font-size: 0.9em;
    font-weight: normal;
  }
  footer .footer-list.usedcar-footer .secondhandCar-countries{
    margin-bottom: 0;
  }
  footer .footer-list.usedcar-footer .secondhandCar-flex ul li{
    padding: 0;
  }
}

/*_____________________________________________ [SP/PC] 車買取フッター */

footer .footer-list.kaitori-footer {
  -ms-grid-columns: 1fr 180px;
  grid-template-columns: 1fr 180px;
  grid-template-rows: auto;
  gap: 0 5rem;
}
footer .footer-list.kaitori-footer > *:nth-child(3){
  -ms-grid-row: 2/3;
  -ms-grid-column:2;
  grid-row: 2/3;
  grid-column: 2;
}
footer .footer-list.kaitori-footer .item1{
  -ms-grid-row:1/3;
  -ms-grid-column:2;
    grid-row: 1/3;
    grid-column: 1/2;
}
footer .footer-list.kaitori-footer .item2 {
  -ms-grid-row:1/2;
  -ms-grid-column:2;
  grid-row: 1/2;
  grid-column: 2;
}

footer .footer-list.kaitori-footer  > li:nth-child(odd){
  padding-right: 0;
}
footer .footer-list.kaitori-footer > li ul > li a{
  font-size: 13px;
  width: max-content;
}
footer .footer-list.kaitori-footer > li > ul > li:not(.secondhandCar-country){
    width: 100%;
}
footer .footer-list.kaitori-footer .secondhandCar-countries .secondhandCar-country .secondhandCar-flex ul li a:hover{
  border-bottom: none;
}
footer .kaitori-footer .toggle-wrap li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 0;
}
footer .kaitori-footer .toggle-wrap li p{
    width: 120px;
    font-size: 14px;
    font-weight: bold;
    padding: 0 0 5px;
    display: inline;
    line-height: 1.2;
}
footer .kaitori-footer .toggle-wrap li a {
    font-size: 14px;
    margin-right: 20px;
}

@media screen and (min-width: 961px) {
  footer .kaitori-footer .secondhandCar-countries p span {
    display: none;
  }
  footer .kaitori-footer .secondhandCar-flex ul li{
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  footer .footer-list.kaitori-footer .secondhandCar-countries .secondhandCar-country p::before {
      content: "";
      display: block;
      width: 100vw;
      height: 1px;
      background-color: #E6EDF2;
      position: absolute;
      top: 0;
      left: -3%;
  }
  footer .footer-list.kaitori-footer .secondhandCar-countries p{
    padding-left: 1rem;
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  footer .footer-list.kaitori-footer .secondhandCar-countries p span {
    font-size: 0.9em;
    font-weight: normal;
  }
  footer .footer-list.kaitori-footer .secondhandCar-countries{
    margin-bottom: 0;
  }
  footer .kaitori-footer .toggle-wrap li{
    width: 100%;
    margin-bottom: 0px;
    position: relative;
    cursor: pointer;
    display: block;
  }
  footer .kaitori-footer .toggle-wrap li p{
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 0px;
    padding: 10px 0;
    position: relative;
    pointer-events: initial;
    padding-left: 1rem;
  }
}
