@charset "UTF-8";

/*カラー変数*/

/**/

/**/

/**/

/*薄いグレー*/

/*MOTAブラック*/

/*MOTAレッド-プライマリカラー*/

/*MOTAバックグラウンド*/

/*NEWCARマッチメインカラー*/

/*NEWCARマッチメインカラーマウスホバーインタラクション メインカラーベタからの変化*/

/*NEWCARマッチメインカラーマウスホバーインタラクション ゴーストボタンからの変化*/

/*NEWCARマッチゴーストボタン*/

/*NEWCARマッチホワイトボタンマウスホバー*/

button {
  outline: none;
  border: none;
  background: none;
  cursor: pointer;
}

input {
  cursor: pointer;
}

.top-area {
  width: 680px;
}

.top-area .top-area__wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: baseline;
}

.top-area .top-area__heading {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 12px;
  padding-left: 6px;
  border-left: 6px solid #c00;
}

.top-area .top-area__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.top-area .top-area__count {
  font-size: 12px;
}

.top-area .top-area__count--num {
  color: #FC6D00;
  font-size: 14px;
  font-weight: 700;
}

.top-area .top-area__map {
  box-sizing: border-box;
  width: 700px;
  position: relative;
}

.top-area .top-area__japan {
  width: 100%;
  height: 430px;
  margin: auto;
  position: relative;
  background: url("../image/map.svg") no-repeat center 5px #fff;
  background-size: 80%;
}

.top-area .top-area__japan--heading {
  color: #f60;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  position: absolute;
  top: 20px;
  left: 20px;
}

.top-area .top-area__japan--cap {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}

.top-area .top-area__brock--title {
  font-size: 13px;
  font-weight: 700;
  margin: 0 0 2px;
  text-align: center;
  background-color: #886e5c;
  padding: 7px 0;
  color: #FFF;
}

.top-area .top-area__hokkaido {
  top: 0;
  right: 235px;
}

.top-area .top-area__tohoku {
  top: 150px;
  right: 0;
}

.top-area .top-area__kanto {
  top: 282px;
  right: 50px;
}

.top-area .top-area__hokuriku {
  top: 100px;
  right: 290px;
}

.top-area .top-area__tokai {
  top: 335px;
  right: 190px;
}

.top-area .top-area__kansai {
  top: 170px;
  left: 165px;
}

.top-area .top-area__shikoku {
  top: 170px;
  left: 0;
}

.top-area .top-area__chugoku {
  top: 40px;
  left: 80px;
}

.top-area .top-area__kyushyu {
  top: 270px;
  left: 0;
}

.top-area .top-area__hokkaido--list,
.top-area .top-area__koshinetsu--list {
  width: 3.3em;
}

.top-area .top-area__tokai--list,
.top-area .top-area__hokuriku--list,
.top-area .top-area__kansai--list,
.top-area .top-area__chugoku--list,
.top-area .top-area__shikoku--list,
.top-area .top-area__tohoku--list,
.top-area .top-area__kanto--list,
.top-area .top-area__kyushyu--list {
  display: flex;
  flex-wrap: wrap;
}

.top-area .top-area__hokkaido,
.top-area .top-area__koshinetsu {
  position: absolute;
  width: 3.3em;
}

.top-area .top-area__tokai,
.top-area .top-area__hokuriku,
.top-area .top-area__kansai,
.top-area .top-area__chugoku,
.top-area .top-area__shikoku,
.top-area .top-area__tohoku,
.top-area .top-area__kanto,
.top-area .top-area__kyushyu {
  position: absolute;
  width: 6.6em;
}

.top-area .top-area__japan .top-area__checkbox {
  display: none;
}

.top-area .top-area__japan .top-area__checkbox:checked + .top-area__label,
.top-area .top-area__japan .top-area__label:hover {
  color: #FFF;
  background-color: #f60;
  border-color: #f60;
  background-image: linear-gradient(to bottom, #f60 55%, #d65f04);
}

.top-area .top-area__japan .top-area__label {
  opacity: 0.8;
  display: block;
  text-align: center;
  border: 2px solid #f8c3a0;
  background-color: #fff;
  box-sizing: border-box;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  padding: 6px 0 4px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  background-image: linear-gradient(to bottom, #fff 85%, #f6f6f6);
  cursor: pointer;
}

.top-area .top-area__japan li {
  width: calc(3.3em + 1px);
  margin: -2px -2px 0 0;
}

.top-area .top-area__hokkaido--list li {
  width: 3.3em;
}

.top-area .top-area__button {
  background-color: #BBB;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  padding: 16px;
  margin: 8px auto 0;
  width: 60%;
  border-radius: 4px;
  position: relative;
}

.top-area .top-area__button::after {
  content: "";
  background: url("../image/arrow.svg") no-repeat;
  background-size: cover;
  border: 1px solid #FFF;
  border-radius: 100%;
  margin-left: 4px;
  vertical-align: -4px;
  display: inline-block;
  width: 18px;
  height: 18px;
  filter: grayscale(100%);
}

.top-area .top-area__button.is-active {
  color: #FFF;
  background-image: linear-gradient(to bottom, #FF9800 85%, #FC6D00);
  border-color: #FC6D00;
  box-shadow: 0 0 0 2px #f12;
  animation-name: focusWave;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

.top-area .top-area__button.is-active .icon__step {
  background-color: #FFF;
  color: #FC6D00;
}

.top-area .top-area__button.is-active::after {
  filter: grayscale(0);
  border: none;
}

.top-area .top-area__button span {
  display: inline-block;
  background-color: #FFF;
  color: #BBB;
  padding: 4px 8px;
  border-radius: 4px;
  margin-right: 8px;
}

.top-area .top-area__step--title {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  padding: 12px;
  background-color: #F7F7F7;
  width: 100%;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: 700;
}

.top-area .top-area__step--cap {
  font-size: 12px;
  font-weight: 700;
}

.top-area .top-area__step--title .icon__step {
  background-color: #FC6D00;
  color: #FFF;
  display: inline-block;
  font-size: 16px;
  padding: 5px 8px;
  border-radius: 4px;
  margin-right: 8px;
}

.top-maker {
  width: 100%;
  margin-top: 30px;
}

.top-maker .top-maker__heading {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 16px;
  padding-left: 6px;
  border-left: 6px solid #c00;
}

.top-maker .top-maker__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.top-maker .top-maker__block {
  width: 100%;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 20px 12px 20px;
  background-color: #f5f5f5;
}

.top-maker .top-maker__block:not(:first-of-type) {
  margin-top: 20px;
}

.top-maker .top-maker__block--heading {
  font-size: 20px;
  margin-bottom: 8px;
  text-align: center;
}

.top-maker .top-maker__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.top-maker .top-maker__list li {
  width: 86px;
  text-align: center;
  font-size: 11px;
  line-height: 1.3;
  background-image: linear-gradient(to bottom, #fff 50%, #f6f6f6);
  border: 1px solid #dedcd7;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  box-sizing: border-box;
  padding: 6px 6px 2px;
  position: relative;
}

.top-maker .top-maker__list li:not(:nth-child(-n+3)) {
  margin-top: 16px;
}

.top-maker .top-maker__list img {
  max-width: 100%;
  height: auto;
  margin-bottom: 4px;
}

.top-maker .top-maker__list a {
  color: inherit;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.5em;
}

.top-maker .top-maker__list a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.top-maker .btn {
  outline: none;
  border: none;
  display: block;
  background-image: linear-gradient(to bottom, #fff 50%, #f6f6f6);
  border: 1px solid #dedcd7;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  font-size: 16px;
  border-radius: 6px;
  margin-top: 16px;
  padding: 12px;
  width: 100%;
  color: #000;
  cursor: pointer;
}

.top-maker .btn span::before {
  content: "";
  background: url("/dealer/image/plus-19d4324ee228214988d28c6f644906b2.svg") no-repeat;
  background-size: cover;
  margin-right: 4px;
  vertical-align: -4px;
  display: inline-block;
  width: 18px;
  height: 18px;
}

.top-review {
  width: 700px;
  margin-top: 48px;
}

.top-review .item {
  padding: 16px;
  border: 1px solid #CCC;
}

.top-review h3 {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 4px;
}

.top-review h4 {
  font-size: 14px;
  margin-bottom: 8px;
}

.top-review .top-review__heading {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 16px;
  padding-left: 6px;
  border-left: 6px solid #c00;
}

.top-review .top-review__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 1.5;
  background-color: #fff5e6;
  padding: 16px;
}

.top-review .review__score {
  margin-top: 8px;
}

.top-review .review__score--title {
  font-size: 14px;
  font-weight: 700;
}

.top-review .review__user {
  padding: 16px;
  background-color: #FFF;
  position: relative;
  width: 100%;
}

.top-review .review__user:not(:first-of-type) {
  margin-top: 8px;
}

.top-review .review__user-score {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.top-review .review__all-score {
  font-size: 12px;
  line-height: 1.5;
}

.top-review .review__all-score:not(:last-child) {
  margin-right: 1em;
}

.top-review .review__all-score dl {
  display: flex;
}

.top-review .review__all-score dd {
  font-weight: 700;
  font-family: "DINNextLTPro", sans-serif;
}

.top-review .review__user--heading {
  font-size: 14px;
  font-weight: 700;
  background-color: #f5f5f5;
  padding: 8px;
}

.top-review .review__model {
  font-size: 12px;
  line-height: 1.5;
  display: flex;
  align-items: center;
}

.top-review .review__model dt {
  margin-right: 8px;
  width: 80px;
}

.top-review .review__date {
  display: block;
  font-size: 11px;
  text-align: right;
}

.top-review .iconStar {
  background: url("/dealer/image/iconRateStar-284c1900ad7768c99024d7b0f9ac7eee.png") no-repeat;
  display: inline-block;
  width: 88px;
  height: 16px;
  vertical-align: -1px;
  margin-right: 4px;
}

.top-review .iconStar + span {
  color: #FC6D00;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  line-height: 1;
  font-family: "DINNextLTPro", sans-serif;
}

.top-review .iconStar.rate5_0 {
  background-position: 0 0;
}

.top-review .iconStar.rate4_75 {
  background-position: 0 -20px;
}

.top-review .iconStar.rate4_5 {
  background-position: 0 -40px;
}

.top-review .iconStar.rate4_25 {
  background-position: 0 -60px;
}

.top-review .iconStar.rate4_0 {
  background-position: -18px 0;
}

.top-review .iconStar.rate3_75 {
  background-position: -18px -20px;
}

.top-review .iconStar.rate3_5 {
  background-position: -18px -40px;
}

.top-review .iconStar.rate3_25 {
  background-position: -18px -60px;
}

.top-review .iconStar.rate3_0 {
  background-position: -36px 0;
}

.top-review .iconStar.rate2_75 {
  background-position: -36px -20px;
}

.top-review .iconStar.rate2_5 {
  background-position: -36px -40px;
}

.top-review .iconStar.rate2_25 {
  background-position: -36px -60px;
}

.top-review .iconStar.rate2_0 {
  background-position: -54px 0;
}

.top-review .iconStar.rate1_75 {
  background-position: -54px -20px;
}

.top-review .iconStar.rate1_5 {
  background-position: -54px -40px;
}

.top-review .iconStar.rate1_25 {
  background-position: -54px -60px;
}

.top-review .iconStar.rate1_0 {
  background-position: -72px 0;
}

.top-review .iconStar.rate0_75 {
  background-position: -72px -20px;
}

.top-review .iconStar.rate0_5 {
  background-position: -72px -40px;
}

.top-review .iconStar.rate0_25 {
  background-position: -72px -60px;
}

.top-review .iconStar.rate0_0 {
  background-position: 0 -80px;
}

.top-review .review__morelink {
  outline: none;
  display: block;
  text-align: center;
  padding: 4px;
  background-image: linear-gradient(to bottom, #fff 85%, #f6f6f6);
  border: 1px solid #FC6D00;
  color: #FC6D00;
  text-decoration: none;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  width: 110px;
  margin-left: auto;
  margin-top: -32px;
}

.top-review .review__morelink::after {
  content: "";
  background: url(/dealer/image/arrow-d06a3b53afc40a4859dd2d2cd7173e9f.svg) no-repeat;
  background-size: cover;
  margin-left: 4px;
  vertical-align: -3px;
  display: inline-block;
  width: 15px;
  height: 15px;
}

.top-review .review__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f60;
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  position: absolute;
  right: 20px;
  top: 60px;
  width: 70px;
  height: 70px;
  border-radius: 100%;
}

.is-pc {
  display: block;
}

.is-sp {
  display: block;
}

/*おすすめ特集*/

.top-feature {
  width: 680px;
  margin-top: 60px;
}

.top-feature .top-feature__heading {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 16px;
  padding-left: 6px;
  border-left: 6px solid #c00;
}

.top-feature .top-feature__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.top-feature .top-feature__list {
  display: flex;
  width: 49%;
}

.top-feature .top-feature__thum {
  width: 100%;
  margin-right: 10px;
}

.top-feature .top-feature__thum img {
  width: 100%;
  height: auto;
}

.top-feature .top-feature__body {
  font-size: 11.5px;
  font-weight: 400;
  line-height: 1.3;
  margin: 12px 0;
  width: 100%;
}

.top-feature .top-feature__body p {
  margin-bottom: 0;
}

.top-feature .top-feature__body--heading {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 8px;
}

.top-feature .top-feature__body--heading::before {
  content: "";
  background: url(/dealer/image/arrow-d06a3b53afc40a4859dd2d2cd7173e9f.svg) no-repeat;
  background-size: cover;
  margin-right: 4px;
  vertical-align: -3px;
  display: inline-block;
  width: 18px;
  height: 18px;
}

.top-feature .top-feature__body--heading a {
  color: inherit;
  text-decoration: none;
}

.top-article {
  width: 680px;
  margin-top: 60px;
}

.top-article .top-article__heading {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 16px;
  padding-left: 6px;
  border-left: 6px solid #c00;
}

.top-article .top-article__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.top-article .top-article__list {
  display: flex;
  width: 47%;
}

.top-article .top-article__thum {
  width: 220px;
  margin-right: 10px;
}

.top-article .top-article__thum img {
  width: 220px;
  height: auto;
}

.top-article .top-article__body {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  width: 100%;
}

.top-article .top-article__body--heading {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 8px;
}

.top-article .top-article__body--heading a {
  color: inherit;
  text-decoration: none;
}

.top-faq {
  width: 680px;
  margin-top: 60px;
}

.top-faq .top-faq__heading {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 16px;
  padding-left: 6px;
  border-left: 6px solid #c00;
}

.top-faq .top-faq__heading--middle {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 10px;
  margin-top: 40px;
}

.top-faq dl {
  margin-top: 8px;
}

.top-faq .top-faq__question {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  background-color: #f7f7f7;
  padding: 12px;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.top-faq .top-faq__question::before {
  content: url(/dealer/image/q-4e42fcb3e1294f2555ffb7d63dde2f78.svg);
  display: inline-block;
  width: 28px;
  height: 28px;
  background-size: cover;
  margin-right: 4px;
  position: relative;
  top: -2px;
  left: -3px;
}

.top-faq .top-faq__question::after {
  position: absolute;
  right: 10px;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #FC6D00;
  border-right: 2px solid #FC6D00;
  transform: rotate(135deg);
}

.top-faq .top-faq__question.is-open::after {
  transform: rotate(-45deg);
}

.top-faq .top-faq__anser {
  font-size: 14px;
  line-height: 1.6;
  margin: 30px 0;
  padding-left: 44px;
  position: relative;
  display: none;
}

.top-faq .top-faq__anser::before {
  content: url(/dealer/image/a-143767acaac38bdf957a31c13c57011d.svg);
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 4px;
  position: absolute;
  top: 0;
  left: 8px;
}

.top-faq .top-faq__anser--heading {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  margin-left: -29px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}

/*TOP　スマホ*/

.select__area {
  display: none;
}

.select__area .select__area--inner {
  overflow: hidden;
  padding-bottom: 10px;
}

.select__area h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}

.select__area .select__item--area,
.select__area ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.select__area .select__item--area {
  position: relative;
  left: 20px;
  opacity: 0;
  margin-top: 16px;
  transition: all 100ms 0s linear;
}

.select__area .select__item--area .checkbox {
  display: none;
}

.select__area .select__item--area .checkbox:checked + .label__checkbox {
  background-color: #fff5e6;
  border-color: #FC6D00;
  color: #FC6D00;
}

.select__area .select__item--area .label__checkbox {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
  color: #FC6D00;
  text-decoration: none;
  background-color: #FFF;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #dedcd7;
  border-radius: 4px;
  padding: 16px 8px;
}

.select__area li {
  width: 32%;
}

.select__area li:not(:nth-child(3n)) {
  margin-right: 1.5%;
}

.select__area li:not(:nth-child(-n+3)) {
  margin-top: 8px;
}

.select__area li a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
  color: #FC6D00;
  text-decoration: none;
  background-color: #FFF;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #dedcd7;
  border-radius: 4px;
  padding: 16px 8px;
}

.select__area .select__back {
  display: flex;
  align-items: center;
  font-size: 14px;
  position: relative;
}

.select__area .select__button {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.select__area .select__button--back {
  display: block;
  padding: 8px 16px;
  margin-right: 8px;
  text-decoration: none;
  color: #333;
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid #dedcd7;
  background-image: linear-gradient(to bottom, #fff 50%, #f6f6f6);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  position: relative;
}

.select__area .select__button--back::before {
  content: "";
  background: url("/dealer/image/arrow-d06a3b53afc40a4859dd2d2cd7173e9f.svg") no-repeat;
  background-size: cover;
  transform: rotate(180deg);
  margin-right: 4px;
  vertical-align: -2px;
  display: inline-block;
  width: 14px;
  height: 14px;
}

.select__area .select__button--search {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  text-decoration: none;
  padding: 12px 8px;
  box-sizing: border-box;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  background-color: #BBB;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin-top: 16px;
  width: 68%;
}

.select__area .select__button--search::after {
  content: "";
  background: url("/dealer/image/arrow-d06a3b53afc40a4859dd2d2cd7173e9f.svg") no-repeat;
  background-size: cover;
  border: 1px solid #FFF;
  border-radius: 100%;
  margin-left: 4px;
  vertical-align: -4px;
  display: inline-block;
  width: 18px;
  height: 18px;
  filter: grayscale(100%);
}

.select__area .select__button--search.is-active {
  color: #FFF;
  background-image: linear-gradient(to bottom, #FF9800 85%, #FC6D00);
  border-color: #FC6D00;
  box-shadow: 0 0 0 2px #f12;
  animation-name: focusWave;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

.select__area .select__button--search.is-active::after {
  filter: grayscale(0);
  border: none;
}

.select__howtobuy {
  display: none;
}

.select__howtobuy h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}

.select__howtobuy ul {
  display: flex;
}

.select__howtobuy li {
  width: 33%;
}

.select__howtobuy li:not(:last-child) {
  margin-right: 8px;
}

.select__howtobuy li a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13.5px;
  font-weight: 700;
  color: #FC6D00;
  text-decoration: none;
  background-color: #FFF;
  border: 1px solid #dedcd7;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 16px 0;
}

/*2021/9/1追加分ここから*/

/*オススメの買い方、イベントキャンペーンのタブ*/

.tab-wrap,
.tab-wrap2 {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
  justify-content: space-between;
}

.tab-wrap:after,
.tab-wrap2:after {
  content: "";
  width: 100%;
  height: 3px;
  background: #fc6d00;
  display: block;
  order: -1;
}

.tab-label,
.tab-label2 {
  color: White;
  background: #bbbbbb;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  padding: 14px 0.5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
}

.tab-label {
  width: calc(33.3333333333% - 20px);
}

.tab-label2 {
  width: calc(50% - 20px);
}

.tab-content,
.tab-content2 {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

/* アクティブなタブ */

.tab-switch:checked + .tab-label {
  background: #fc6d00;
}

.tab-switch:checked + .tab-label + .tab-content {
  height: auto;
  overflow: auto;
  padding: 10px 30px;
  opacity: 1;
  transition: 0.5s opacity;
  /*    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);*/
  border: 1px solid #eee;
  border-top: none;
}

.tab-switch2:checked + .tab-label2 {
  background: #fc6d00;
}

.tab-switch2:checked + .tab-label2 + .tab-content2 {
  height: auto;
  min-height: 670px;
  overflow: auto;
  padding: 16px 40px;
  opacity: 1;
  transition: 0.5s opacity;
  border: 1px solid #eee;
  border-top: none;
}

/* ラジオボタン非表示 */

.tab-switch,
.tab-switch2 {
  display: none;
}

/*オススメの車種と買い方から自動車販売店を探す*/

.carinfo_box {
  text-decoration: none;
  padding: 10px;
  width: auto;
}

.carinfo_imgbox {
  font-size: 12px;
  width: inherit;
}

.carinfo_imgbox img {
  margin: 0 auto 10px;
}

.car_namearea {
  margin-bottom: 4px;
}

.car_name {
  font-weight: 600;
  font-size: 14px;
}

.car_price {
  font-weight: 700;
  font-size: 21px;
  color: #ff5e00;
  font-family: "DINNextLTPro", sans-serif;
}

.car_sevice {
  line-height: 1.4em;
  height: 80px;
}

.carinfo_link {
  width: inherit;
}

.carinfo_shopname {
  padding: 8px;
  font-size: 13px;
  background-color: #F7F7F7;
  margin: 8px auto 0;
}

.carinfo_shopname p {
  font-weight: 600;
  margin-bottom: 4px;
}

.carinfo_shopname a {
  line-height: 1.4em;
}

.nonebottom {
  margin-bottom: 0;
}

/*イベント・キャンペーン実施店から探す*/

.event_text {
  font-size: 14px;
  margin: 6px 0;
}

.event_text span {
  font-weight: 600;
}

.event_area {
  display: inline-flex;
  font-size: 14px;
  line-height: 1.4em;
  margin-top: 10px;
}

.event_img {
  position: relative;
  width: 104px;
  height: 110px;
  background-color: #fff;
  vertical-align: top;
  margin-right: 10px;
}

.event_img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.event__button {
  display: block;
  text-align: center;
  padding: 10px;
  background-image: linear-gradient(to bottom, #fff 85%, #f6f6f6);
  border: 1px solid #FC6D00;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  color: #FC6D00;
  text-decoration: none;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  width: 200px;
  float: right;
}

.event__button::after {
  content: "";
  background: url(https://cdn.autoc-one.jp/dealer/image/arrow.svg) no-repeat;
  background-size: cover;
  margin-left: 4px;
  vertical-align: -4px;
  display: inline-block;
  width: 18px;
  height: 18px;
}

.event__button:hover {
  background: #FC6D00;
  color: #FFF;
}

.line_bottom {
  border-bottom: 1px solid #ccc;
  padding-bottom: 14px;
  margin-bottom: 14px;
  height: auto;
}

/*タブslick*/

.slick-prev:before,
.slick-next:before {
  color: #000 !important;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.arrows2 {
  margin-top: 8px;
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

.arrows2__image {
  background-color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  border-radius: 20px;
}

.arrows2__image--prev {
  position: absolute;
  left: -30px;
  top: 316px;
}

.arrows2__image--next {
  position: absolute;
  right: -30px;
  top: 316px;
}

.arrows2__image--prev2 {
  position: absolute;
  left: -22px;
  top: 218px;
}

.arrows2__image--next2 {
  position: absolute;
  right: -22px;
  top: 218px;
}

.arrows2 img {
  width: 8px;
  cursor: pointer;
}

.slick-prev {
  display: none;
  color: #fff;
}

.slick-next {
  display: none;
  color: #fff;
}

/*2021/9~10月追加分ここまで*/

h3 {
  font-size: 20px;
}

.car-list__navi {
  margin: 16px 0;
  background-color: #FFF;
  border-bottom: 1px solid #CCC;
}

.car-list__navi--list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 16px 16px;
  font-size: 16px;
}

.car-list__navi--list a {
  color: inherit;
  text-decoration: none;
}

.car-list .car-list__inner {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #CCC;
  margin-bottom: 16px;
  padding-bottom: 16px;
  margin-top: 8px;
}

.car-list .car-list__item {
  width: 32%;
}

.car-list .car-list__item dl {
  display: flex;
}

.car-list .car-list__item .checkbox {
  display: none;
}

.car-list .car-list__item .checkbox:checked + .label--checkbox {
  display: block;
  background-color: #fff5e6;
}

.car-list .label--checkbox {
  display: block;
  padding: 8px;
}

.car-list .car-list__thumbnail {
  width: 100px;
  margin-right: 10px;
}

.car-list .car-list__thumbnail img {
  width: 100px;
  height: 60px;
  -o-object-fit: cover;
  object-fit: cover;
}

.car-list .car-list__data {
  overflow: hidden;
}

.car-list .car-list__data--spec {
  font-size: 11px;
  line-height: 1.3;
}

.car-list .car-list__data--maker {
  font-size: 11px;
}

.car-list .car-list__data--name {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* メーカーロゴ一覧（取扱車種ページと問い合わせの共用） */

.maker {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  background-color: #FFF;
  width: 100%;
}

.maker.detail__model__makerlist {
  /*取扱車種ページはマージンを取る*/
  margin-top: 32px;
}

.maker dl {
  width: 16.6666666667%;
  position: relative;
}

.maker dt img {
  width: 100%;
  height: auto;
}

.maker dt.maker__logo {
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: auto;
  height: 47px;
  margin: auto;
}

.maker dd {
  text-align: center;
  font-size: 11px;
  margin-top: 8px;
  line-height: 1.3;
}

.maker dd a {
  text-decoration: none;
}

.maker dd a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/*取扱車種ページの車種一覧*/

.carlist__pickup {
  /*オススメ車の新車・未使用車・リース情報ブロック*/
}

.carlist__pickup .carlist__pickup--list {
  margin-top: 32px;
}

.carlist__pickup .carlist__pickup--item:not(:first-of-type) {
  margin-top: 88px;
}

.carlist__pickup .pickup__name {
  font-size: 16px;
  font-weight: 700;
  margin-top: 16px;
  line-height: 1.5;
}

.carlist__pickup .pickup__item {
  /*おすすめ車box*/
  display: flex;
  justify-content: space-between;
}

.carlist__pickup .pickup__item--model {
  width: 180px;
}

.carlist__pickup .pickup__item--modelpics {
  width: 180px;
  height: 140px;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  position: relative;
}

.carlist__pickup .pickup__item--modelpics img {
  width: 100%;
  height: auto;
}

.carlist__pickup .pickup__item--modelpics:hover {
  opacity: 0.6;
}

.carlist__pickup .pickup__item--modelcheck {
  margin-top: 10px;
}

.carlist__pickup .pickup__item--model img {
  width: 100%;
}

.carlist__pickup .pickup__item--data {
  width: calc(100% - 210px);
}

.carlist__pickup .pickup__plan {
  font-size: 13px;
  line-height: 1.5;
}

.carlist__pickup .pickup__plan:not(:first-of-type) {
  margin-top: 24px;
}

.carlist__pickup .pickup__plan dt {
  background-color: #f0f0f0;
  display: grid;
  place-items: center;
  width: 92px;
  height: 32px;
  font-size: 16px;
}

.carlist__pickup .pickup__plan dd {
  width: 100%;
  font-size: 13px;
  line-height: 1.54;
  margin-top: 8px;
}

/*おすすめ車問い合わせボタン*/

.pickup__item--inquiry {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 340px;
  height: 54px;
  margin: 32px auto 0 auto;
  box-sizing: border-box;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  border-radius: 3px;
  text-align: center;
  background-color: #fc6d00;
  text-decoration: none;
  transition: all 0.3s ease;
}

.pickup__item--inquiry div {
  font-weight: bold;
}

.pickup__item--inquiry:hover {
  background-color: #FCA179;
}

.pickup__item--inquiry:hover .icon__pricefree {
  color: #FCA179;
}

/*オススメ以外の車一覧*/

.detail__modellist__name {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 8px;
}

.container {
  width: 1020px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  /*  margin-top: 24px;*/
}

/*店舗詳細のみ適用*/

.main {
  width: 680px;
}

.main__full {
  width: 100%;
  margin-top: 30px;
}

.sidebar {
  width: 300px;
  margin-bottom: 50px;
}

/*レビュー（右カラム）*/

.review-slide {
  margin-bottom: 30px;
  position: relative;
}

.review-slide .slick-slide {
  outline: none;
  cursor: pointer;
}

.review-slide__title {
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  background-color: #FC6D00;
  color: #FFF;
  padding: 8px 8px 4px;
}

.review-slide__heading {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 8px;
}

.review-slide__comment {
  margin-top: 16px;
}

.review-slide__comment--title {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 4px;
  display: inline-block;
}

.review-slide__icon {
  text-align: center;
  font-size: 11px;
  padding: 2px 4px;
  background-color: #fff5e6;
  color: #FC6D00;
  width: 20%;
  margin: 0 4px;
}

.review-slide__comment dd {
  font-size: 12px;
  line-height: 1.5;
  margin-top: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

.review-slide__model {
  font-size: 11px;
  line-height: 1.5;
  margin-top: 16px;
  display: none;
}

.review__score--inner {
  /*  margin-top: 8px;*/
}

.review-slide__list-pc,
.review-slide__list-sp {
  padding: 16px 16px 12px;
  background-color: #FFF;
  border: 4px solid #FC6D00;
}

.review__score--title {
  font-size: 14px;
  font-weight: 700;
}

.review__score--value {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #FC6D00;
}

.review__user-score {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  display: none;
}

.review__all-score {
  margin-right: 8px;
}

.review__all-score dl {
  display: flex;
  flex-wrap: wrap;
}

.review__all-score dd {
  font-weight: 700;
  font-family: "DINNextLTPro", sans-serif;
}

.slick-arrow {
  cursor: pointer;
}

.arrows_pc,
.arrows_sp {
  margin-top: 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

.arrows__image {
  background-color: #FFF;
  border: 1px solid #FC6D00;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 20px;
}

.arrows__image--prev {
  position: absolute;
  left: -12px;
}

.arrows__image--next {
  position: absolute;
  right: -12px;
}

.arrows_pc img,
.arrows_sp img {
  width: 8px;
  cursor: pointer;
}

.review-slide__list-pc,
.review-slide__list-sp {
  opacity: 0;
  transition: opacity 0.25s ease;
}

.review-slide__list-pc.slick-initialized,
.review-slide__list-sp.slick-initialized {
  opacity: 1;
}

.review-slide .iconStar {
  background: url("/dealer/image/iconRateStar-284c1900ad7768c99024d7b0f9ac7eee.png") no-repeat;
  display: inline-block;
  width: 88px;
  height: 16px;
  vertical-align: -2px;
  margin-right: 4px;
}

.review-slide .iconStar + span {
  color: #FC6D00;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  line-height: 1;
  font-family: "DINNextLTPro", sans-serif;
}

.review-slide .iconStar.rate5_0 {
  background-position: 0 0;
}

.review-slide .iconStar.rate4_75 {
  background-position: 0 -20px;
}

.review-slide .iconStar.rate4_5 {
  background-position: 0 -40px;
}

.review-slide .iconStar.rate4_25 {
  background-position: 0 -60px;
}

.review-slide .iconStar.rate4_0 {
  background-position: -18px 0;
}

.review-slide .iconStar.rate3_75 {
  background-position: -18px -20px;
}

.review-slide .iconStar.rate3_5 {
  background-position: -18px -40px;
}

.review-slide .iconStar.rate3_25 {
  background-position: -18px -60px;
}

.review-slide .iconStar.rate3_0 {
  background-position: -36px 0;
}

.review-slide .iconStar.rate2_75 {
  background-position: -36px -20px;
}

.review-slide .iconStar.rate2_5 {
  background-position: -36px -40px;
}

.review-slide .iconStar.rate2_25 {
  background-position: -36px -60px;
}

.review-slide .iconStar.rate2_0 {
  background-position: -54px 0;
}

.review-slide .iconStar.rate1_75 {
  background-position: -54px -20px;
}

.review-slide .iconStar.rate1_5 {
  background-position: -54px -40px;
}

.review-slide .iconStar.rate1_25 {
  background-position: -54px -60px;
}

.review-slide .iconStar.rate1_0 {
  background-position: -72px 0;
}

.review-slide .iconStar.rate0_75 {
  background-position: -72px -20px;
}

.review-slide .iconStar.rate0_5 {
  background-position: -72px -40px;
}

.review-slide .iconStar.rate0_25 {
  background-position: -72px -60px;
}

.review-slide .iconStar.rate0_0 {
  background-position: 0 -80px;
}

.review-slide__button {
  display: block;
  font-size: 12px;
  text-align: center;
  background-color: #FFF;
  border-radius: 4px;
  border: 1px solid #FC6D00;
  color: #FC6D00;
  background-image: linear-gradient(to bottom, #fff 85%, #f6f6f6);
  text-decoration: none;
  padding: 8px 8px 6px;
  width: 50%;
  margin: 16px auto 0;
  position: relative;
}

.review-slide__button::after {
  content: "";
  background: url(/dealer/image/arrow-d06a3b53afc40a4859dd2d2cd7173e9f.svg) no-repeat;
  background-size: cover;
  margin-left: 4px;
  vertical-align: -3px;
  display: inline-block;
  width: 15px;
  height: 15px;
}

/*クチコミランキング（右カラム）*/

.ranking-slide {
  margin-bottom: 30px;
  position: relative;
}

.ranking-slide .slick-slide {
  outline: none;
  cursor: pointer;
}

.ranking-slide__title {
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  background-color: #FF8B63;
  color: #FFF;
  padding: 8px 8px 4px;
}

.ranking-slide__list {
  padding: 4px;
  background-color: #FFF;
  border: 4px solid #FF8B63;
  height: 500px;
}

.ranking-slide__navi {
  padding-top: 5px;
  width: 100%;
  /*  max-width: 292px;*/
  margin: 0;
  overflow: hidden;
  height: 490px;
}

.ranking-slide__tabcontainer {
  display: flex;
  border-bottom: 3px bouble #2e2d2d;
  width: 100%;
  margin-bottom: 10px;
}

.ranking-tab {
  display: block;
  box-sizing: border-box;
  width: 25%;
  position: relative;
  padding: 0.6em 2px 0.6em 2px;
  background-color: #E5E5E5;
  transition: all 0.2s;
  cursor: pointer;
  font-size: 0.95em;
  text-align: center;
  font-weight: bold;
  color: #747474;
}

.ranking-tab:not(:last-of-type) {
  margin-right: 3px;
}

.current {
  color: #fff;
  background-color: #23AF69;
  font-weight: bold;
}

.current:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #23AF69;
}

.ranking-content__wrap {
  width: 292px;
  /*height:calc(292px * 0.5625);*/
  position: relative;
  /*height:calc(142px * 3);*/
  height: 452px;
}

.ranking-content__container {
  position: absolute;
  display: flex;
  height: 452px;
}

ul.ranking-box {
  width: 292px;
  height: 100%;
}

.ranking-element {
  width: 100%;
  max-width: 284px;
  /*親要素がpadding＝4pxのため、292px-8px*/
  height: 150px;
  padding: 10px;
  transition: all 0.2s;
  cursor: pointer;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.4em;
  border-bottom: 1px dotted #FF8B63;
}

.ranking-element a {
  text-decoration: none;
}

.ranking-element:nth-last-child(1) {
  border-bottom: none;
}

.ranking__element--name {
  width: 100%;
  display: flex;
  font-weight: bold;
  margin-bottom: 10px;
}

.ranking__element--name div:nth-child(1) {
  width: 8%;
  text-align: left;
}

.ranking__element--name div:nth-child(2) {
  width: 63%;
  text-align: left;
}

.ranking__element--name div:nth-child(3) {
  width: 28%;
  margin-left: 1%;
  overflow: hidden;
  height: 65px;
}

.ranking__element--name div:nth-child(3) img {
  width: 100%;
  height: auto;
}

.ranking__element--pref {
  font-size: 0.8em;
  font-weight: 500;
}

.ranking__element--review {
  margin-bottom: 5px;
}

.ranking__element--review span:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
  font-family: "DINNextLTPro", sans-serif;
}

.ranking__element--score span:nth-child(3) {
  color: #fc6d00;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  line-height: 1;
}

.arrowsrank {
  margin-top: 8px;
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

.arrowsrank__image {
  background-color: #FFF;
  border: 1px solid #FF8B63;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 20px;
}

.arrowsrank__image--prev {
  position: absolute;
  left: -12px;
  top: 50%;
  cursor: pointer;
}

.arrowsrank__image--next {
  position: absolute;
  right: -12px;
  top: 50%;
  cursor: pointer;
}

.arrowsrank__image img {
  width: 8px;
  cursor: pointer;
}

/*ランキング（スマホ用）*/

.ranking-slide__tabcontainersp {
  display: flex;
  border-bottom: 3px bouble #2e2d2d;
  width: 100%;
  margin-bottom: 10px;
}

.ranking-tabsp {
  display: block;
  box-sizing: border-box;
  width: 25%;
  position: relative;
  padding: 0.6em 2px 0.6em 2px;
  background-color: #E5E5E5;
  transition: all 0.2s;
  cursor: pointer;
  font-size: 0.95em;
  text-align: center;
  font-weight: bold;
  color: #747474;
}

.ranking-tabsp:not(:last-of-type) {
  margin-right: 3px;
}

.ranking-content__wrapsp {
  width: 100%;
  /*height:calc(292px * 0.5625);*/
  /*  position: relative;*/
  /*  height:calc(160px * 3);*/
  height: 182px;
}

.ranking-content__containersp {
  /*  height:426px;*/
  width: 100%;
}

ul.ranking-boxsp {
  width: 100%;
}

.ranking-elementsp {
  width: 100%;
  height: 150px;
  padding: 10px;
  transition: all 0.2s;
  cursor: pointer;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.4em;
  border-bottom: 1px dotted #FF8B63;
}

.ranking-elementsp a {
  text-decoration: none;
}

.ranking-elementsp:nth-last-child(1) {
  border-bottom: none;
}

.arrowsranksp {
  margin-top: 8px;
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

.arrowsrank__imagesp {
  background-color: #FFF;
  border: 1px solid #FF8B63;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 20px;
}

.arrowsrank__image--prevsp {
  position: absolute;
  left: -12px;
  top: 50%;
}

.arrowsrank__image--nextsp {
  position: absolute;
  right: -12px;
  top: 50%;
}

.arrowsrank__imagesp img {
  width: 8px;
  cursor: pointer;
}

.currentsp {
  color: #fff;
  background-color: #23AF69;
  font-weight: bold;
}

.currentsp:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #23AF69;
}

.notcurrentsp {
  color: #747474;
  background-color: #e5e5e5;
  font-weight: bold;
}

.notcurrentsp:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid transparent;
}

/*ランキングのスターアイコン*/

.ranking-slide .iconStar {
  background: url("/dealer/image/iconRateStar-284c1900ad7768c99024d7b0f9ac7eee.png") no-repeat;
  display: inline-block;
  width: 88px;
  height: 16px;
  vertical-align: -2px;
  margin-right: 4px;
}

.ranking-slide .iconStar + span {
  color: #FC6D00;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  line-height: 1;
  font-family: "DINNextLTPro", sans-serif;
}

.ranking-slide .iconStar.rate5_0 {
  background-position: 0 0;
}

.ranking-slide .iconStar.rate4_75 {
  background-position: 0 -20px;
}

.ranking-slide .iconStar.rate4_5 {
  background-position: 0 -40px;
}

.ranking-slide .iconStar.rate4_25 {
  background-position: 0 -60px;
}

.ranking-slide .iconStar.rate4_0 {
  background-position: -18px 0;
}

.ranking-slide .iconStar.rate3_75 {
  background-position: -18px -20px;
}

.ranking-slide .iconStar.rate3_5 {
  background-position: -18px -40px;
}

.ranking-slide .iconStar.rate3_25 {
  background-position: -18px -60px;
}

.ranking-slide .iconStar.rate3_0 {
  background-position: -36px 0;
}

.ranking-slide .iconStar.rate2_75 {
  background-position: -36px -20px;
}

.ranking-slide .iconStar.rate2_5 {
  background-position: -36px -40px;
}

.ranking-slide .iconStar.rate2_25 {
  background-position: -36px -60px;
}

.ranking-slide .iconStar.rate2_0 {
  background-position: -54px 0;
}

.ranking-slide .iconStar.rate1_75 {
  background-position: -54px -20px;
}

.ranking-slide .iconStar.rate1_5 {
  background-position: -54px -40px;
}

.ranking-slide .iconStar.rate1_25 {
  background-position: -54px -60px;
}

.ranking-slide .iconStar.rate1_0 {
  background-position: -72px 0;
}

.ranking-slide .iconStar.rate0_75 {
  background-position: -72px -20px;
}

.ranking-slide .iconStar.rate0_5 {
  background-position: -72px -40px;
}

.ranking-slide .iconStar.rate0_25 {
  background-position: -72px -60px;
}

.ranking-slide .iconStar.rate0_0 {
  background-position: 0 -80px;
}

/*ピックアップ（右カラム）*/

.pickup {
  margin-top: 30px;
}

.pickup .pickup__heading {
  background-color: #009688;
  color: #FFF;
  text-align: center;
  padding: 8px;
  line-height: 1.3;
}

.pickup .pickup__heading span {
  font-size: 17px;
  font-weight: 700;
  /*      @include max-screen($breakpoint-mobile) {
          margin-left: 0.5em;
        }*/
}

.pickup .pickup__heading h2 {
  font-size: 17px;
  font-weight: 700;
}

.pickup .pickup__heading .pickup__h2 span {
  /*上記h2のタイトルが半端な位置で改行されないようにする処置*/
  display: inline-block;
}

.pickup .pickup__item {
  padding: 12px;
  border: 1px solid #CCC;
}

.pickup .pickup__item:not(:first-of-type) {
  margin-top: -1px;
}

.pickup .pickup__thumbdata {
  display: flex;
  margin-top: 8px;
}

.pickup .pickup__thumbnail {
  width: 120px;
  margin-right: 8px;
}

.pickup .pickup__thumbnail .pickup__img {
  width: 100%;
  aspect-ratio: 4/3;
  /*      height:90px;*/
  /*      margin-right: 10px;*/
  overflow: hidden;
}

.pickup .pickup__thumbnail .pickup__img img {
  width: 100%;
  height: auto;
}

.pickup .pickup__title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  width: 100%;
  line-break: strict;
  margin-top: 8px;
}

.pickup .pickup__online {
  display: block;
  padding: 5px 4px 4px;
  font-size: 11px;
  background-color: #886e5c;
  color: #FFF;
  text-align: center;
  width: 120px;
}

.pickup .pickup__data {
  font-size: 13px;
  margin-top: 8px;
}

.pickup .pickup__data--tel {
  font-size: 13px;
  font-weight: 700;
  display: block;
  margin-top: 8px;
  font-family: "DINNextLTPro", sans-serif;
}

.pickup .pickup__icon {
  display: flex;
  justify-content: center;
  margin-top: 8px;
}

.pickup .pickup__icon li {
  text-align: center;
  font-size: 11px;
  padding: 5px 4px 4px;
  border: 1px solid #FC6D00;
  background-color: #fff5e6;
  color: #FC6D00;
  width: 20%;
  margin: 0 4px;
}

.pickup .pickup__button {
  display: block;
  text-align: center;
  padding: 12px;
  background-image: linear-gradient(to bottom, #fff 85%, #f6f6f6);
  border: 1px solid #FC6D00;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  color: #FC6D00;
  text-decoration: none;
  margin-top: 16px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
}

.pickup .pickup__button:hover {
  background: #FC6D00;
  color: #FFF;
}

.pickup .pickup__button::after {
  content: "";
  background: url(/dealer/image/arrow-d06a3b53afc40a4859dd2d2cd7173e9f.svg) no-repeat;
  background-size: cover;
  margin-left: 4px;
  vertical-align: -4px;
  display: inline-block;
  width: 18px;
  height: 18px;
}

/*新車購入でのよくある質問（右カラム）*/

.question {
  font-size: 14px;
  margin-top: 40px;
}

.question .question__heading {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  padding: 8px;
  background-color: #333;
  color: #FFF;
  text-align: center;
}

.question .question__inner {
  border: 1px solid #CCC;
}

.question .question__list li {
  border-bottom: 1px solid #CCC;
}

.question .question__list li:last-child {
  border-bottom: none;
}

.question .question__list li a {
  display: block;
  padding: 16px;
  color: inherit;
  text-decoration: none;
  position: relative;
}

.question .question__list li a:hover {
  background-color: #f0f0f0;
}

.question .question__list li a::after {
  content: "";
  position: absolute;
  top: 47%;
  right: 10px;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-top: 2px solid #CCC;
  border-right: 2px solid #CCC;
  transform: rotate(45deg);
}

.sidebar__morelink {
  font-size: 12px;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ccc;
  position: relative;
}

.sidebar__morelink a {
  color: #24272a;
  text-decoration: none;
  font-size: 12px;
  margin-right: 24px;
}

.sidebar__morelink a:hover {
  text-decoration: underline;
}

.sidebar__morelink a:hover::before {
  background-color: #fc6d00;
}

.sidebar__morelink a:hover::after {
  border-color: #fff;
}

.sidebar__morelink a::before {
  content: "";
  width: 15px;
  height: 15px;
  border: 1px solid #fc6d00;
  border-radius: 50%;
  display: block;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}

.sidebar__morelink a::after {
  content: "";
  display: block;
  border-top: 1px solid #fc6d00;
  border-right: 1px solid #fc6d00;
  position: absolute;
  width: 5px;
  height: 5px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s ease;
}

/*詳細ページ*/

.sidebar__block--border {
  border: 1px solid #CCC;
}

.sidebar__block--heading {
  font-size: 16px;
  font-weight: 700;
  padding: 24px;
  border-bottom: 1px solid #CCC;
}

/*基本情報*/

.sidebar__information {
  font-size: 12px;
  line-height: 1.5;
  padding: 24px;
}

.sidebar__information--list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.sidebar__information--list dt {
  width: 65px;
  min-height: 36px;
  text-align: center;
  box-sizing: border-box;
  display: grid;
  place-items: center;
  background-color: #f0f0f0;
  font-size: 12px;
  margin-top: 8px;
}

.sidebar__information--list dt:first-child {
  margin-top: 0;
}

.sidebar__information--list dd {
  width: calc(100% - 70px);
  min-height: 36px;
  background-color: #FFF;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  font-size: 12px;
  margin-top: 8px;
  padding-left: 8px;
  word-break: break-word;
}

.sidebar__information--list dd:nth-child(2) {
  margin-top: 0;
}

.sidebar__info__tel,
.sidebar__info__worktime,
.sidebar__info__web {
  font-size: 13px;
}

/*キャンペーン*/

.sidebar__campaign {
  padding: 24px;
  word-wrap: break-word;
}

.sidebar__campaign--title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.sidebar__campaign--thumbnail {
  margin-top: 10px;
}

.sidebar__campaign--thumbnail img {
  max-width: 100%;
  height: auto;
}

.sidebar__campaign--body {
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.5;
}

.sidebar__campaign--body p {
  margin-top: 10px;
}

.sidebar__campaign--link {
  /*続きを見るボタン*/
  width: 100%;
  height: 50px;
  display: grid;
  place-items: center;
  border: 1px solid #505154;
  color: #505154;
  text-decoration: none;
  margin-top: 40px;
  border-radius: 4px;
  font-size: 17px;
  font-weight: 700;
  position: relative;
  transition: all 0.3s ease;
}

.sidebar__campaign--link:hover {
  background-color: #f0f0f0;
}

.sidebar__campaign--link::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  border-right: 2px solid #505154;
  border-top: 2px solid #505154;
  top: 50%;
  right: 20px;
  transform: rotate(45deg) translateY(-75%);
}

/*この店舗が取り扱う車種*/

.sidebar__handling {
  padding: 24px;
}

/* 車画像ブロック＆車名・アイコン・CTAのBOX */

.sidebar__handling--item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.sidebar__handling--item:not(:first-of-type) {
  border-top: 1px solid #CCC;
  margin-top: 32px;
  padding-top: 32px;
}

/* 車画像ブロック */

.sidebar__handling--thumbnail {
  width: 92px;
}

.sidebar__handling--thumbnail img {
  width: 100%;
  height: auto;
}

/*車名・アイコン・問い合わせボタンのブロック*/

.sidebar__handling--body {
  width: 150px;
}

.sidebar__handling__model--maker {
  font-size: 11px;
  line-height: 1.3;
  display: block;
}

.sidebar__handling__model--name {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  display: block;
}

.sidebar__handling--icon {
  /*新車・未使用車・リースの区分表示タグ*/
  display: flex;
  align-items: center;
  margin-top: 5px;
}

.sidebar__handling--icon li {
  background-color: #f0f0f0;
  width: 33.3333333333%;
  height: 26px;
  display: grid;
  place-items: center;
}

.sidebar__handling--icon li span {
  display: grid;
  place-items: center;
  width: 100%;
  height: 16px;
  font-size: 10px;
  border-right: 1px solid #7e7e7e;
}

.sidebar__handling--icon li:last-child span {
  border-right: none;
}

/* サイドバー問い合わせボタン */

.sidebar__model--inquiry {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 37px;
  margin-top: 8px;
  box-sizing: border-box;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  border-radius: 3px;
  text-align: center;
  background-color: #fc6d00;
  text-decoration: none;
  transition: all 0.3s ease;
}

.sidebar__model--inquiry div {
  font-weight: 400;
  font-size: 14px;
}

.sidebar__model--inquiry:hover {
  background-color: #FCA179;
}

.sidebar__model--inquiry:hover .icon__pricefree {
  color: #FCA179;
}

.sidebar__handling--link {
  display: block;
  text-align: center;
  padding: 12px;
  background-image: linear-gradient(to bottom, #fff 85%, #f6f6f6);
  border: 1px solid #FC6D00;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  color: #FC6D00;
  text-decoration: none;
  margin-top: 8px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
}

.sidebar__handling--link:hover {
  background: #FC6D00;
  color: #FFF;
}

.sidebar__handling--link span::after {
  content: "";
  background: url(/dealer/image/arrow-d06a3b53afc40a4859dd2d2cd7173e9f.svg) no-repeat;
  background-size: cover;
  margin-left: 4px;
  vertical-align: -4px;
  display: inline-block;
  width: 18px;
  height: 18px;
}

.sidebar__handling--carimg {
  border: 2px solid #fff;
  border-radius: 5px;
  text-align: center;
}

/*お店の特徴・こだわり・サービス*/

.sidebar__feature {
  padding: 24px;
}

.sidebar__feature__list dt {
  font-size: 16px;
  font-weight: 700;
}

.sidebar__feature__list dt:not(:first-child) {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #ccc;
}

.sidebar__feature__list dd span {
  font-size: 12px;
  display: inline-block;
  padding: 8px 13px;
  background-color: #f0f0f0;
  margin: 10px 10px 0 0;
}

/*気になる新車の見積もり価格を今すぐチェック!*/

.dg_sideA {
  margin-top: 16px;
  background-color: #fff5e6;
  padding: 16px;
}

.dg_sideA .nc_title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  padding-left: 6px;
  border-left: 6px solid #c00;
}

.dg_sideA .dg_sideA_inner li {
  margin-top: 8px;
  display: flex;
  align-items: center;
}

.dg_sideA select {
  padding: 8px;
  width: calc(100% - 20px);
  height: 36px;
  box-sizing: border-box;
  border: 1px solid #FC6D00;
  outline: none;
}

.dg_sideA input[type=text] {
  padding: 8px;
  width: 100%;
  height: 36px;
  box-sizing: border-box;
  border: 1px solid #FC6D00;
  outline: none;
}

.dg_sideA .number {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  background-color: #FC6D00;
  color: #FFF;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 20px;
  height: 20px;
  padding: 8px;
}

.dg_sideA .side_mod1_submit {
  outline: none;
  display: block;
  text-align: center;
  padding: 12px;
  background-image: linear-gradient(to bottom, #fff 85%, #f6f6f6);
  border: 1px solid #FC6D00;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  color: #FC6D00;
  text-decoration: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
}

.dg_sideA .side_mod1_submit:hover {
  background: #FC6D00;
  color: #FFF;
}

.dg_sideA .side_mod1_submit span::after {
  content: "";
  background: url(/dealer/image/arrow-d06a3b53afc40a4859dd2d2cd7173e9f.svg) no-repeat;
  background-size: cover;
  margin-left: 4px;
  vertical-align: -4px;
  display: inline-block;
  width: 18px;
  height: 18px;
}

.dg_sideA .allow {
  font-size: 12px;
  color: #FC6D00;
  margin-top: 8px;
}

.dg_sideA .allow p {
  margin: 0;
  text-align: center;
}

/*人気車種ランキングを見る*/

.dg_sideB {
  margin-top: 40px;
  border: 1px solid #CCC;
}

.dg_sideB .ranking_title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  padding: 8px;
  background-color: #333;
  color: #FFF;
}

.dg_sideB li {
  font-size: 14px;
}

.dg_sideB a {
  position: relative;
  display: block;
  padding: 16px;
  text-decoration: none;
}

.dg_sideB a:hover {
  background-color: #f0f0f0;
}

.dg_sideB a::after {
  content: "";
  position: absolute;
  top: 44%;
  right: 12px;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-top: 2px solid #CCC;
  border-right: 2px solid #CCC;
  transform: rotate(45deg);
}

/*全国の中古車情報を見る・検索する*/

.used_title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  padding: 8px;
  background-color: #333;
  color: #FFF;
}

/*ボディタイプ別 新車人気ランキング*/

.cat_car_ranking {
  margin-top: 40px;
  border: 1px solid #CCC;
}

.cat_car_ranking .ranking_title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  padding: 8px;
  background-color: #333;
  color: #FFF;
}

.cat_car_ranking ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px;
}

.cat_car_ranking li {
  width: 50%;
  font-size: 12px;
  line-height: 24px;
}

.cat_car_ranking li:not(:nth-child(-n+2)) {
  margin-top: 4px;
}

.cat_car_ranking li a {
  text-decoration: none;
}

.cat_car_ranking li a:hover {
  text-decoration: underline;
}

.cat_car_ranking li a::before {
  content: "";
  float: left;
  background-image: url("../image/side_sprite.jpg");
  width: 24px;
  height: 14px;
  margin-right: 4px;
  display: block;
}

.cat_car_ranking .cat_body_icon_s01 a::before {
  background-position: 0px -54px;
}

.cat_car_ranking .cat_body_icon_s02 a::before {
  background-position: -24px -54px;
}

.cat_car_ranking .cat_body_icon_s03 a::before {
  background-position: -48px -54px;
}

.cat_car_ranking .cat_body_icon_s04 a::before {
  background-position: -72px -54px;
}

.cat_car_ranking .cat_body_icon_s05 a::before {
  background-position: -96px -54px;
}

.cat_car_ranking .cat_body_icon_s06 a::before {
  background-position: -120px -54px;
}

.cat_car_ranking .cat_body_icon_s07 a::before {
  background-position: -144px -54px;
}

.cat_car_ranking .cat_body_icon_s08 a::before {
  background-position: -168px -54px;
}

.cat_car_ranking .cat_body_icon_s09 a::before {
  background-position: -192px -54px;
}

.cat_car_ranking .cat_body_icon_s10 a::before {
  background-position: -216px -54px;
}

.cat_car_ranking .cat_body_icon_s11 a::before {
  background-position: -264px -54px;
}

.cat_car_ranking .more_view {
  font-size: 12px;
  padding: 8px;
  text-align: right;
  border-top: 1px solid #CCC;
}

.cat_car_ranking .more_view a {
  text-decoration: none;
}

.cat_car_ranking .more_view a::after {
  content: "";
  background: url(/dealer/image/arrow-d06a3b53afc40a4859dd2d2cd7173e9f.svg) no-repeat;
  background-size: cover;
  vertical-align: -3px;
  display: inline-block;
  width: 15px;
  height: 15px;
}

/*メーカー別 新車人気ランキング*/

.cat_makers_ranking {
  margin-top: 16px;
  border: 1px solid #CCC;
  /*国産車*/
  /*輸入車*/
}

.cat_makers_ranking .ranking_title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  padding: 8px;
  background-color: #333;
  color: #FFF;
}

.cat_makers_ranking ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 12px;
}

.cat_makers_ranking li {
  width: 50%;
  line-height: 30px;
  font-size: 12px;
}

.cat_makers_ranking li:not(:nth-child(-n+2)) {
  margin-top: 4px;
}

.cat_makers_ranking li a {
  text-decoration: none;
}

.cat_makers_ranking li a:hover {
  text-decoration: underline;
}

.cat_makers_ranking .rightbar01 {
  background-color: #AAA;
  color: #FFF;
  font-size: 14px;
  padding: 5px;
  line-height: 20px;
  text-align: center;
  margin: 0;
}

.cat_makers_ranking li a::before {
  content: "";
  float: left;
  background-image: url("../image/side_sprite.jpg");
  width: 40px;
  height: 27px;
  margin-right: 10px;
  display: block;
}

.cat_makers_ranking .cat_domes_icon01 a::before {
  background-position: 0px 0px;
}

.cat_makers_ranking .cat_domes_icon02 a::before {
  background-position: -40px 0px;
}

.cat_makers_ranking .cat_domes_icon03 a::before {
  background-position: -80px 0px;
}

.cat_makers_ranking .cat_domes_icon04 a::before {
  background-position: -120px 0px;
}

.cat_makers_ranking .cat_domes_icon05 a::before {
  background-position: -160px 0px;
}

.cat_makers_ranking .cat_domes_icon06 a::before {
  background-position: -200px 0px;
}

.cat_makers_ranking .cat_domes_icon07 a::before {
  background-position: -240px 0px;
}

.cat_makers_ranking .cat_domes_icon08 a::before {
  background-position: -280px 0px;
}

.cat_makers_ranking .cat_domes_icon09 a::before {
  background-position: -320px 0px;
}

.cat_makers_ranking .cat_domes_icon10 a::before {
  background-position: -360px 0px;
}

.cat_makers_ranking .cat_import_icon01 a::before {
  background-position: 0px -27px;
}

.cat_makers_ranking .cat_import_icon02 a::before {
  background-position: -40px -27px;
}

.cat_makers_ranking .cat_import_icon03 a::before {
  background-position: -80px -27px;
}

.cat_makers_ranking .cat_import_icon04 a::before {
  background-position: -120px -27px;
}

.cat_makers_ranking .cat_import_icon05 a::before {
  background-position: -160px -27px;
}

.cat_makers_ranking .cat_import_icon06 a::before {
  background-position: -200px -27px;
}

.cat_makers_ranking .cat_import_icon07 a::before {
  background-position: -240px -27px;
}

.cat_makers_ranking .cat_import_icon08 a::before {
  background-position: -280px -27px;
}

.cat_makers_ranking .cat_import_icon09 a::before {
  background-position: -320px -27px;
}

.cat_makers_ranking .cat_import_icon10 a::before {
  background-position: -360px -27px;
}

.cat_makers_ranking .more_view {
  font-size: 12px;
  padding: 8px;
  text-align: right;
  border-top: 1px solid #CCC;
}

.cat_makers_ranking .more_view a {
  text-decoration: none;
}

.cat_makers_ranking .more_view a::after {
  content: "";
  background: url(/dealer/image/arrow-d06a3b53afc40a4859dd2d2cd7173e9f.svg) no-repeat;
  background-size: cover;
  vertical-align: -3px;
  display: inline-block;
  width: 15px;
  height: 15px;
}

/*PC版右上バナーのスタイル設定*/

.special__sitebannertop {
  width: 300px;
  height: 250px;
  margin-bottom: 30px;
}

.special__sitebannertop a {
  /*    display: none;  NEWCAR-418 スルガ一時停止処理*/
  width: 100%;
  height: 100%;
}

.special__sitebannertop img {
  width: 100%;
  height: auto;
}

/* スルガ銀行バナー表示対応　店舗一覧サイドバー */

.special__sitebannersearch {
  width: 100%;
  height: auto;
  margin-top: 0px;
}

.special__sitebannersearch a {
  display: block;
  width: 100%;
  height: auto;
}

.special__sitebannersearch a img {
  width: 100%;
  height: auto;
}

.campaign__banner__sidebar {
  margin-top: 40px;
  width: 100%;
}

.campaign__banner__sidebar img {
  width: 100%;
  height: auto;
}

.breadcrumbs {
  width: 1020px;
  margin: 0px auto 16px auto;
  font-size: 12px;
}

.breadcrumbs .breadcrumbs__inner {
  display: flex;
}

.breadcrumbs .breadcrumbs__inner li:not(:last-child) {
  background: url("../image/bg_line_path.gif") no-repeat right center;
  padding-right: 8px;
  margin-right: 6px;
}

.breadcrumbs__bottom {
  margin-top: 56px;
}

/*20220125追加 top h1*/

.main-title-area {
  width: 1020px;
  margin: 0 auto 30px auto;
  padding: 8px 4px;
  background-color: #F7F7F7;
  box-sizing: border-box;
}

.visitcampaign-banner-side {
  margin-top: 30px;
  text-align: center;
}

.dealer-textlink__line {
  font-weight: bold;
}

.dealer-textlink {
  font-size: 14px;
  text-decoration: none;
  color: #000;
}

.dealer-textlink:hover {
  text-decoration: underline;
}

.dealer-textlink::after {
  content: "";
  background: url(../image/arrow.svg) no-repeat;
  background-size: cover;
  margin-left: 4px;
  vertical-align: -3px;
  display: inline-block;
  width: 15px;
  height: 15px;
}

.top-side__campaign {
  margin-top: 30px;
}

/*星評価*/

.star5_rating {
  font-size: 14px;
  position: relative;
  display: inline-block;
  white-space: nowrap;
  color: #cccccc;
  line-height: 14px;
  margin-right: 5px;
}

.star5_rating:before,
.star5_rating:after {
  content: "★★★★★";
}

.star5_rating:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #fc6d00;
}

.star5_rating[data-rate="5"]:after {
  width: 100%;
}

.star5_rating[data-rate="4.9"]:after {
  width: 98%;
}

.star5_rating[data-rate="4.8"]:after {
  width: 96%;
}

.star5_rating[data-rate="4.7"]:after {
  width: 94%;
}

.star5_rating[data-rate="4.6"]:after {
  width: 92%;
}

.star5_rating[data-rate="4.5"]:after {
  width: 90%;
}

.star5_rating[data-rate="4.4"]:after {
  width: 88%;
}

.star5_rating[data-rate="4.3"]:after {
  width: 86%;
}

.star5_rating[data-rate="4.2"]:after {
  width: 84%;
}

.star5_rating[data-rate="4.1"]:after {
  width: 82%;
}

.star5_rating[data-rate="4"]:after {
  width: 80%;
}

.star5_rating[data-rate="3.9"]:after {
  width: 78%;
}

.star5_rating[data-rate="3.8"]:after {
  width: 76%;
}

.star5_rating[data-rate="3.7"]:after {
  width: 74%;
}

.star5_rating[data-rate="3.6"]:after {
  width: 72%;
}

.star5_rating[data-rate="3.5"]:after {
  width: 70%;
}

.star5_rating[data-rate="3.4"]:after {
  width: 68%;
}

.star5_rating[data-rate="3.3"]:after {
  width: 66%;
}

.star5_rating[data-rate="3.2"]:after {
  width: 64%;
}

.star5_rating[data-rate="3.1"]:after {
  width: 62%;
}

.star5_rating[data-rate="3"]:after {
  width: 60%;
}

.star5_rating[data-rate="2.9"]:after {
  width: 58%;
}

.star5_rating[data-rate="2.8"]:after {
  width: 56%;
}

.star5_rating[data-rate="2.7"]:after {
  width: 54%;
}

.star5_rating[data-rate="2.6"]:after {
  width: 52%;
}

.star5_rating[data-rate="2.5"]:after {
  width: 50%;
}

.star5_rating[data-rate="2.4"]:after {
  width: 48%;
}

.star5_rating[data-rate="2.3"]:after {
  width: 46%;
}

.star5_rating[data-rate="2.2"]:after {
  width: 44%;
}

.star5_rating[data-rate="2.1"]:after {
  width: 42%;
}

.star5_rating[data-rate="2"]:after {
  width: 40%;
}

.star5_rating[data-rate="1.9"]:after {
  width: 38%;
}

.star5_rating[data-rate="1.8"]:after {
  width: 36%;
}

.star5_rating[data-rate="1.7"]:after {
  width: 34%;
}

.star5_rating[data-rate="1.6"]:after {
  width: 32%;
}

.star5_rating[data-rate="1.5"]:after {
  width: 30%;
}

.star5_rating[data-rate="1.4"]:after {
  width: 28%;
}

.star5_rating[data-rate="1.3"]:after {
  width: 26%;
}

.star5_rating[data-rate="1.2"]:after {
  width: 24%;
}

.star5_rating[data-rate="1.1"]:after {
  width: 22%;
}

.star5_rating[data-rate="1"]:after {
  width: 20%;
}

.star5_rating[data-rate="0.9"]:after {
  width: 18%;
}

.star5_rating[data-rate="0.8"]:after {
  width: 16%;
}

.star5_rating[data-rate="0.7"]:after {
  width: 14%;
}

.star5_rating[data-rate="0.6"]:after {
  width: 12%;
}

.star5_rating[data-rate="0.5"]:after {
  width: 10%;
}

.star5_rating[data-rate="0.4"]:after {
  width: 8%;
}

.star5_rating[data-rate="0.3"]:after {
  width: 6%;
}

.star5_rating[data-rate="0.2"]:after {
  width: 4%;
}

.star5_rating[data-rate="0.1"]:after {
  width: 2%;
}

.star5_rating[data-rate="0"]:after {
  width: 0%;
}

.star5_rating__number {
  font-weight: bold;
  color: #fc6d00;
  font-size: 16px;
  margin-right: 15px;
  font-family: "DINNextLTPro", sans-serif;
}

.icon__pricefree {
  /*CTAボタンの無料アイコン*/
  color: #fc6d00;
  font-weight: 700;
  background-color: #fff;
  text-align: center;
  display: grid;
  place-items: center;
}

.icon__pricefree.pcbig {
  /*一番大きなCTAボタン*/
  width: 65px;
  height: 30px;
  border-radius: 3px;
  font-size: 18px;
  margin-right: 15px;
  padding-top: 3px;
}

.icon__pricefree.pcmiddle {
  /*車両一覧CTAボタン*/
  width: 36px;
  height: 21px;
  border-radius: 2px;
  font-size: 13px;
  margin-right: 15px;
}

.icon__pricefree.pcmin {
  /*サイドバー車両CTAボタン*/
  width: 34px;
  height: 17px;
  border-radius: 2px;
  font-size: 11px;
  margin-right: 7px;
  padding-top: 1px;
}

.icon__pricefree.pcbottom {
  /*画面下部フローティングCTAボタン*/
  width: 44px;
  height: 26px;
  border-radius: 2px;
  font-size: 14px;
  margin-right: 7px;
  padding-top: 1px;
}

.icon__pricefree.pcrecommend {
  /*オススメ車CTAボタン*/
  width: 44px;
  height: 24px;
  border-radius: 2px;
  font-size: 14px;
  margin-right: 13px;
}

.icon__pricefree.pcmodal {
  /*モーダル用CTAボタン*/
  width: 48px;
  height: 26px;
  border-radius: 2px;
  font-size: 14px;
  margin-right: 13px;
}

.icon__pricefree.pcsearch {
  /*検索一覧のCTAボタン*/
  width: 46px;
  height: 22px;
  border-radius: 2px;
  font-size: 13px;
  margin-right: 8px;
}

/* CTAボタン内テキストの設定 */

.linkbtn__subttl__form {
  font-size: 16px;
  font-weight: 700;
  margin: 1px 0 0;
}

.linkbtn__subttl__form.searchlist__formsub {
  font-size: 14px;
  margin: 2px 0 0;
  text-align: center;
}

.linkbtn__ttl__form {
  font-size: 22px;
  font-weight: 700;
  margin: 10px 0 0;
}

.linkbtn__ttl__form.searchlist__formttl {
  font-size: 19px;
  margin: 7px 0 0;
}

.linkbtn__subttl__tel {
  font-size: 16px;
  font-weight: 700;
  margin: 4px 0 0;
}

.linkbtn__subttl__tel.searchlist__telsub {
  font-size: 14px;
  margin: 4px 0 0;
  text-align: center;
}

.linkbtn__ttl__tel {
  font-size: 32px;
  font-weight: 700;
  margin: 8px 0 0;
  font-family: "DINNextLTPro", sans-serif;
}

.linkbtn__ttl__tel.searchlist__telttl {
  font-size: 23px;
  margin: 6px 0 0;
}

.linkbtn__ttl__all {
  height: 100%;
}

.linkbtn__tel__subtext {
  width: 100%;
  margin-top: 3px;
  font-size: 12px;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 0;
}

.linkbtn__tel__subtext span {
  font-size: 13px;
}

/* TOPページ地図下側のバナーをスライダーにする */

.centerbanner__sliderbox {
  display: block;
  width: 680px;
  height: 116px;
  position: relative;
}

.centerbanner__slider {
  display: none;
  width: 680px;
  height: 98px;
  margin-top: 56px;
}

.centerbanner__slider.slick-initialized {
  display: block;
}

.centerbanner__slider img {
  width: 100%;
  height: auto;
}

.centerbanner__slider .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.centerbanner__slider .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #cbcccc;
  margin: 0 4px;
}

.centerbanner__slider .slick-dots li button {
  font-size: 0;
}

.centerbanner__slider .slick-dots li.slick-active {
  background-color: #78797b;
}

.centerbanner__arrows {
  position: absolute;
  width: 100px;
  height: 10px;
  top: 108px;
  left: 50%;
  transform: translateX(-50%);
}

.center-prev-arrow,
.center-next-arrow {
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #78797b;
  border-right: 1px solid #78797b;
  position: absolute;
  top: 0;
}

.center-prev-arrow {
  transform: rotate(-135deg);
  left: 0;
}

.center-next-arrow {
  transform: rotate(45deg);
  right: 0;
}

/*SP版都道府県下側のバナーをスライダーにする*/

.topspbanner__sliderbox {
  display: none;
}

.topspbanner__slider {
  width: 300px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
}

.topspbanner__slider a {
  display: block;
  width: 100%;
}

.topspbanner__slider a img {
  width: 100%;
  height: auto;
}

.topspbanner__slider .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.topspbanner__slider .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #cbcccc;
  margin: 0 4px;
}

.topspbanner__slider .slick-dots li button {
  font-size: 0;
}

.topspbanner__slider .slick-dots li.slick-active {
  background-color: #78797b;
}

@media screen and (min-width: 640px) {
  .is-sp {
    display: none;
  }

  .top-feature .top-feature__list {
    border-bottom: 1px solid #CCC;
  }

  .top-feature .top-feature__list:nth-child(-n+2) {
    border-top: 1px solid #CCC;
  }

  .top-article .top-article__list:not(:nth-child(-n+2)) {
    margin-top: 16px;
  }

  .event_promotion {
    width: 484px;
  }

  .car-list .car-list__item:not(:nth-child(3n)) {
    margin-right: 2%;
  }

  .car-list .car-list__item:not(:nth-child(-n+3)) {
    margin-top: 4px;
  }

  .maker dl:not(:nth-child(-n+6)) {
    margin-top: 15px;
  }

  .review-slide__button:hover {
    background: #FC6D00;
    color: #FFF;
  }
}

@media screen and (max-width: 640px) {
  .top-area {
    width: 100%;
  }

  .top-area .top-area__heading {
    margin-bottom: 0;
    font-size: 18px;
  }

  .top-area .top-area__inner {
    display: none;
  }

  .top-area .top-area__step--title {
    margin-top: 20px;
    padding: 10px;
    font-size: 18px;
    display: block;
    margin-bottom: 15px;
  }

  .top-area .top-area__step--title .icon__step {
    /*      display: block;*/
    font-size: 14px;
    margin-bottom: 8px;
  }

  .top-maker {
    width: 100%;
    margin-top: 45px;
  }

  .top-maker .top-maker__heading {
    font-size: 20px;
  }

  .top-maker .top-maker__block {
    width: 100%;
  }

  .top-maker .top-maker__block--heading {
    font-size: 16px;
  }

  .top-maker .top-maker__list li {
    width: 31%;
  }

  .top-maker .top-maker__list li:not(:nth-child(-n+3)) {
    margin-top: 10px;
  }

  .top-review {
    width: 100%;
    margin-top: 24px;
  }

  .top-review .top-review__heading {
    font-size: 18px;
  }

  .top-review .top-review__inner {
    background: none;
    padding: 0;
  }

  .top-review .review__user:not(:first-of-type) {
    margin-top: 24px;
  }

  .top-review .review__user {
    padding: 0;
  }

  .top-review .review__user-score {
    width: 80%;
  }

  .top-review .review__model {
    font-size: 11px;
  }

  .top-review .review__morelink {
    margin-top: 8px;
    margin-right: auto;
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
  }

  .top-review .review__text {
    font-size: 13px;
    line-height: 1.5;
  }

  .top-review .review__icon {
    right: 0;
    top: 48px;
    width: 40px;
    height: 40px;
    padding: 8px;
  }

  .is-pc {
    display: none;
  }

  .top-feature {
    width: 100%;
    margin-top: 45px;
  }

  .top-feature .top-feature__heading {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .top-feature .top-feature__list {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #CCC;
  }

  .top-feature .top-feature__list:first-child {
    border-top: 1px solid #CCC;
  }

  .top-feature .top-feature__body {
    font-size: 12px;
  }

  .top-feature .top-feature__body--heading a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .top-article {
    width: 100%;
    margin-top: 45px;
  }

  .top-article .top-article__heading {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .top-article .top-article__list {
    width: 100%;
    margin-top: 8px;
  }

  .top-article .top-article__list:nth-child(1) {
    margin-top: 0;
  }

  .top-faq {
    width: 100%;
    margin-top: 45px;
    font-size: 14px;
    line-height: 1.5;
  }

  .top-faq .top-faq__heading {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .top-faq .top-faq__question {
    font-size: 13px;
  }

  .top-faq .top-faq__anser {
    font-size: 13px;
    margin: 20px 0;
  }

  .select__area {
    display: block;
  }

  .select__howtobuy {
    display: block;
    margin-top: 16px;
  }

  .tab-label {
    color: White;
    background: #bbbbbb;
    font-weight: bold;
    text-align: center;
    padding: 14px 0.1em;
    font-size: 13px;
    order: -1;
    position: relative;
    z-index: 1;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
    width: calc(33.3333333333% - 5px);
  }

  .tab-label2 {
    color: White;
    background: #bbbbbb;
    font-weight: bold;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    white-space: nowrap;
    text-align: center;
    padding: 14px 0.5em;
    font-size: 13px;
    order: -1;
    position: relative;
    z-index: 1;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
    width: calc(50% - 15px);
  }

  .tab-switch:checked + .tab-label + .tab-content {
    height: 235px;
    overflow: hidden;
    padding: 10px 6px;
    opacity: 1;
    transition: 0.5s opacity;
  }

  .tab-switch2:checked + .tab-label2 + .tab-content2 {
    height: 880px;
    overflow: hidden;
    padding: 16px;
    opacity: 1;
    transition: 0.5s opacity;
  }

  .carinfo_imgbox {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
  }

  .pc_only {
    display: none;
  }

  .carinfo_imgbox img {
    display: block;
    width: 30%;
    margin-right: 10px;
    height: auto;
    margin-left: 0;
  }

  .car_name {
    font-weight: 600;
    font-size: 14px;
    margin-left: 4px;
  }

  .car_sevice {
    line-height: 1.4em;
    height: 78px;
  }

  .event_area p {
    font-size: 13px;
    width: 100%;
  }

  .event_img {
    position: relative;
    width: 100%;
    height: 110px;
    background-color: #fff;
    vertical-align: top;
    margin-right: 10px;
  }

  .line_bottom {
    min-height: 280px;
  }

  .arrows2__image--prev,
  .arrows2__image--next,
  .arrows2__image--prev2,
  .arrows2__image--next2 {
    position: absolute;
    display: none;
  }

  .car-list__navi {
    border-bottom: none;
  }

  .car-list__navi--list {
    padding: 0;
    border-top: 1px solid #CCC;
    border-right: 1px solid #CCC;
  }

  .car-list__navi--list li {
    width: 25%;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    box-sizing: border-box;
    padding: 8px 0;
  }

  .car-list .car-list__item {
    width: 100%;
  }

  .car-list .car-list__item:not(:first-of-type) {
    margin-top: 8px;
  }

  .maker.detail__model__makerlist {
    margin-top: 2.4rem;
  }

  .maker dl {
    width: 23%;
  }

  .maker dl:not(:nth-child(4n)) {
    margin-right: 2.5%;
  }

  .maker dl:not(:nth-child(-n+4)) {
    margin-top: 12px;
  }

  .maker dt.maker__logo {
    padding-top: 45.67%;
    height: auto;
  }

  div.pickupblock__icon {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 43px;
    height: 94px;
    top: 0;
    left: 50%;
    transform: translateX(-14.9rem);
  }

  .carlist__pickup .carlist__pickup--list {
    margin-top: 2.4rem;
  }

  .carlist__pickup .carlist__pickup--item:not(:first-of-type) {
    margin-top: 8rem;
  }

  .carlist__pickup .pickup__name {
    font-size: 1.6rem;
    margin-top: 0.8rem;
    text-align: center;
  }

  .carlist__pickup .pickup__item {
    display: block;
    width: 100%;
  }

  .carlist__pickup .pickup__item--model {
    position: relative;
    width: 100%;
  }

  .carlist__pickup .pickup__item--modelpics {
    width: 18rem;
    height: 14rem;
    margin-left: auto;
    margin-right: auto;
  }

  .carlist__pickup .pickup__item--modelcheck {
    position: absolute;
    left: 41%;
    bottom: 0;
    width: 210px;
  }

  .carlist__pickup .pickup__item--data {
    width: 100%;
    margin-top: 1.6rem;
  }

  .carlist__pickup .pickup__plan {
    font-size: 1.2rem;
  }

  .carlist__pickup .pickup__plan:not(:first-of-type) {
    margin-top: 1.6rem;
  }

  .carlist__pickup .pickup__plan dt {
    font-size: 1.4rem;
    width: 8rem;
    height: 2.8rem;
  }

  .carlist__pickup .pickup__plan dd {
    font-size: 1.2rem;
    margin-top: 0.8rem;
  }

  .pickup__item--inquiry {
    width: 28rem;
    height: 5.4rem;
    margin: 2.4rem auto 0 auto;
    font-size: 1.8rem;
    border-radius: 0.3rem;
  }

  .container {
    width: 100%;
    display: block;
    padding: 0 10px;
    /*    margin-top: 12px;*/
    box-sizing: border-box;
  }

  .detail .container {
    padding: 0 1.5rem;
    width: 100%;
  }

  .main {
    width: 100%;
  }

  .sidebar {
    width: 100%;
    margin-top: 24px;
    margin-left: 0;
  }

  .review-slide {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .arrows__image--prev {
    left: -9px;
  }

  .arrows__image--next {
    right: -9px;
  }

  .ranking-slide {
    margin-top: 45px;
    margin-bottom: 16px;
    width: 100%;
  }

  .arrowsrank__image--prev {
    left: -9px;
  }

  .arrowsrank__image--next {
    right: -9px;
  }

  .pickup {
    margin-top: 45px;
  }

  .pickup .pickup__heading {
    color: inherit;
    background-color: #FFF;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 16px;
    padding: 0 0 0 6px;
    border-radius: 0;
    border-left: 6px solid #c00;
  }

  .pickup .pickup__heading br {
    display: none;
  }

  .pickup .pickup__heading h2 {
    margin-top: 2em;
  }

  .question {
    margin-top: 45px;
  }

  .sidebar__morelink a {
    font-size: 12px;
    margin-right: 24px;
  }

  .sidebar__morelink a::before {
    transform: translateY(-56%);
  }

  .sidebar__morelink a::after {
    transform: translateY(-63%) rotate(45deg);
  }

  .sidebar__block--heading {
    font-size: 1.6rem;
    padding: 2.4rem;
  }

  .sidebar__information {
    font-size: 1.2rem;
    padding: 2.4rem;
  }

  .sidebar__information--list dt {
    width: 6.5rem;
    min-height: 3.6rem;
    font-size: 1.2rem;
    margin-top: 0.8rem;
  }

  .sidebar__information--list dd {
    width: calc(100% - 7.5rem);
    min-height: 3.6rem;
    font-size: 1.2rem;
    margin-top: 0.8rem;
    padding-left: 0.8rem;
  }

  .sidebar__campaign {
    padding: 2.4rem;
  }

  .sidebar__campaign--link::after {
    width: 0.8rem;
    height: 0.8rem;
    right: 2rem;
  }

  .sidebar__campaign--link {
    height: 5rem;
    margin-top: 3.2rem;
    border-radius: 0.4rem;
    font-size: 1.6rem;
  }

  .sidebar__handling {
    padding: 2.4rem;
  }

  .sidebar__handling--item:not(:first-of-type) {
    margin-top: 3.2rem;
    padding-top: 3.2rem;
  }

  .sidebar__handling--thumbnail {
    width: 11rem;
  }

  .sidebar__handling--body {
    width: calc(100% - 13rem);
  }

  .sidebar__handling--icon {
    margin-top: 0.4rem;
  }

  .sidebar__model--inquiry div {
    font-size: 1.4rem;
  }

  .sidebar__model--inquiry {
    height: 4.4rem;
    font-size: 1.4rem;
    border-radius: 0.3rem;
    margin-top: 0.8rem;
  }

  .sidebar__feature {
    padding: 2.4rem;
  }

  .sidebar__feature__list dt {
    font-size: 1.6rem;
  }

  .sidebar__feature__list dt:not(:first-child) {
    margin-top: 2.4rem;
    padding-top: 2.4rem;
  }

  .sidebar__feature__list dd span {
    font-size: 1.2rem;
    padding: 0.8rem 1.3rem;
    margin: 0.8rem 0.8rem 0 0;
  }

  .dg_sideA select {
    font-size: 16px;
  }

  .dg_sideA input[type=text] {
    font-size: 16px;
  }

  .dg_sideB {
    margin-top: 40px;
  }

  .special__sitebannertop {
    width: 100%;
    height: auto;
    margin: 40px 0;
  }

  .special__sitebannersearch {
    width: 300px;
    margin: 40px auto 0;
  }

  .breadcrumbs {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    margin: 8px auto;
  }

  .breadcrumbs .breadcrumbs__inner {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
  }

  .main-title-area {
    width: 100%;
    padding: 8px 10px;
  }

  .main-title-area h1 {
    font-size: 14px;
    line-height: 1.2;
  }

  .visitcampaign-banner-side {
    margin-top: 40px;
  }

  .top-side__campaign {
    margin-top: 45px;
  }

  .icon__pricefree.pcbig {
    width: 6.5rem;
    height: 3rem;
    border-radius: 0.3rem;
    font-size: 1.8rem;
    margin-right: 1.5rem;
    padding-top: 0.3rem;
  }

  .icon__pricefree.pcmiddle {
    width: 3.4rem;
    height: 2rem;
    border-radius: 0.2rem;
    font-size: 1.2rem;
    margin-right: 1rem;
  }

  .icon__pricefree.pcmin {
    width: 3.6rem;
    height: 2rem;
    border-radius: 0.2rem;
    font-size: 1.2rem;
    margin-right: 0.8rem;
  }

  .icon__pricefree.pcbottom {
    width: 3rem;
    height: 100%;
    border-radius: 0.4rem 0 0 0.4rem;
    font-size: 1.4rem;
    line-height: 1.7;
    position: absolute;
    left: 0;
    top: 0;
    border: 2px solid #fc6d00;
  }

  .icon__pricefree.pcmodal {
    border-radius: 0.2rem 0 0 0.2rem;
    font-size: 1.2rem;
    border: 1px solid #fc6d00;
    margin-right: 0.5rem;
    margin-left: 0;
    line-height: 1.5;
    width: 2.2rem;
    height: 100%;
  }

  .icon__pricefree.pcsearch {
    width: 2.6rem;
    height: 100%;
    border-radius: 0.4rem 0 0 0.4rem;
    font-size: 1.3rem;
    line-height: 1.6;
    position: absolute;
    left: 0;
    top: 0;
    border: 2px solid #fc6d00;
  }

  .linkbtn__subttl__form.searchlist__formsub {
    font-size: 1.1rem;
    margin: 0.2rem 0 0;
  }

  .linkbtn__ttl__form.searchlist__formttl {
    font-size: 1.3rem;
    margin: 0.7rem 0 0;
  }

  .linkbtn__subttl__tel.searchlist__telsub {
    font-size: 1.1rem;
    margin: 0.4rem 0 0;
  }

  .linkbtn__ttl__tel.searchlist__telttl {
    font-size: 1.8rem;
    margin: 0.5rem 0 0;
  }

  .centerbanner__sliderbox {
    display: none;
  }

  .centerbanner__slider {
    display: none;
  }

  .topspbanner__sliderbox {
    display: block;
    width: 100%;
    height: 170px;
    margin-top: 30px;
  }
}