@charset "utf-8";
/* ------------------------------------------------------------------------------------------- メーカーページ START */
/* ------------------------------------------------------------------------------------------- BMW　START */
.page-id-1217 .compatible-car-model-list dd {
    margin-left: 0;
    padding-left: 0em !important;
}
.page-id-1217 .compatible-car-model-list .see_more {
background-color: #eff3f1;
    max-width: 100%;
    border: 1px solid #ededed;
    height: auto;
    margin: 2% auto 2% auto;
    max-width: 1200px;
    border-radius: 10px;
    box-sizing: border-box;
    box-shadow: 1px 1px 1px #edecec;
    position: relative;
    z-index: 1;
}

.page-id-1217 .compatible-car-model-list .see_more .service-spotlight-manufacturer {
    background: linear-gradient(135deg, #f5f8f7, #ecf1ef);
    border-radius: 24px;
    position: relative;
    overflow: hidden;
}
.page-id-1217 .compatible-car-model-list .see_more .wrap {
    max-width: 1173px;
    width: 100%;
    margin: 0 auto 0 auto;
    text-align: justify;
    line-height: 1.6;
    font-weight: 400;
    padding: 0px 0 1px;
}
.page-id-1217 .compatible-car-model-list .see_more .wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--brand-primary), var(--brand-primary-dark));
}
.page-id-1217 .compatible-car-model-list .see_more .wrap .tit {
    display: inline-block;
    background: var(--brand-primary);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    padding: 8px 20px;
    border-radius: 20px;
    letter-spacing: .06em;
}
@media (max-width: 767px) {
.page-id-1217 .compatible-car-model-list .see_more .wrap .tit {
    border-radius: 60px;
}
}
.page-id-1217 .compatible-car-model-list .see_more .wrap .grid-container_txt-show {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  /* grid-template-rows: 100px 100px 100px 100px; */
  gap: 20px;
  margin: 10px 0 0 0;
}
.page-id-1217 .compatible-car-model-list .see_more .wrap .grid-container_txt-show .list{
  margin-top: 10px;
  background-color: #fffffffa;
  padding: 4%;
  font-size: 85%;
  color: #333;
  border-radius: 2px;
  text-align: justify;
  line-height: 2;
  /* box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1); */
}
.page-id-1217 .compatible-car-model-list .see_more .wrap .grid-container_txt-hide {
  display: grid;
  grid-template-columns: 3, 3fr;
  /* grid-template-rows: 100px 100px 100px 100px; */
  gap: 20px;
}

.page-id-1217 .compatible-car-model-list .see_more .wrap .txt-hide {
    display: none;
}
.page-id-1217 .compatible-car-model-list .marker-line {
  /* 背景にグラデーションでマーカーの色を指定（左：黄色、右：黄色） */
   background: linear-gradient(transparent 60%, #2700c421 10%);
   padding: 0 1% 0 1%;
}

.page-id-1217 .compatible-car-model-list .subtit {
    font-weight: 800;
    margin-bottom: 2%;
    display: inline;
}
/* --- タブレット向け（768px以上） --- */
@media (min-width: 768px) and (max-width: 1024px) {
.page-id-1217 .compatible-car-model-list .subtit {
    font-size: 88%;
}
}
@media (max-width: 767px) {
.page-id-1217 .compatible-car-model-list .see_more .wrap .grid-container_txt-show {
  display: grid;
  grid-template-columns: 1fr;
  /* grid-template-rows: 100px 100px 100px 100px; */
  gap: 20px;
  margin: 10px 0 0 0;
}
.page-id-1217 .compatible-car-model-list .subtit {
font-size: 95%;
}
}
.page-id-1217 .compatible-car-model-list .see_more .wrap button.maker-page_more_bmw {
    margin: 20px auto -3%;
    display: block;
    background: linear-gradient(135deg, #0052a5, #003a73);
    color: #fff;
    padding: 14px 0;
    border: none;
    outline: 0;
    -erbkit-transition: .5s;
    width: 218px;
    border-radius: 6px;
    border: 1px solid #d4ddd9;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
    overflow: hidden;
    transition: all .3s;
    font-size: 71%;
}

.page-id-1217 .compatible-car-model-list .see_more .wrap button.maker-page_more_bmw::after {
    content: "続きを見る";
    transition: .2s;
    -erbkit-transition: .2s;
}

.page-id-1217 .compatible-car-model-list .see_more .wrap button.maker-page_more_bmw.on-click::after {
    content: "閉じる";
}
/* ------------------------------------------------------------------------------------------- BMW　END */

/* ------------------------------------------------------------------------------------------- mercedes-benz　START */
.page-id-1220 .compatible-car-model-list dd {
    margin-left: 0;
    padding-left: 0em !important;
}
.page-id-1220 .compatible-car-model-list .see_more {
background-color: #eff3f1;
    max-width: 100%;
    border: 1px solid #ededed;
    height: auto;
    margin: 2% auto 2% auto;
    max-width: 1200px;
    border-radius: 10px;
    box-sizing: border-box;
    box-shadow: 1px 1px 1px #edecec;
    position: relative;
    z-index: 1;
}

.page-id-1220 .compatible-car-model-list .see_more .service-spotlight-manufacturer {
    background: linear-gradient(135deg, #f5f8f7, #ecf1ef);
    border-radius: 24px;
    position: relative;
    overflow: hidden;
}
.page-id-1220 .compatible-car-model-list .see_more .wrap {
    max-width: 1173px;
    width: 100%;
    margin: 0 auto 0 auto;
    text-align: justify;
    line-height: 1.6;
    font-weight: 400;
    padding: 0px 0 1px;
}
.page-id-1220 .compatible-car-model-list .see_more .wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--brand-primary), var(--brand-primary-dark));
}
.page-id-1220 .compatible-car-model-list .see_more .wrap .tit {
    display: inline-block;
    background: var(--brand-primary);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    padding: 8px 20px;
    border-radius: 20px;
    letter-spacing: .06em;
}
@media (max-width: 767px) {
.page-id-1220 .compatible-car-model-list .see_more .wrap .tit {
    border-radius: 60px;
}
}
.page-id-1220 .compatible-car-model-list .see_more .wrap .grid-container_txt-show {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  /* grid-template-rows: 100px 100px 100px 100px; */
  gap: 20px;
  margin: 10px 0 0 0;
}
.page-id-1220 .compatible-car-model-list .see_more .wrap .grid-container_txt-show .list{
  margin-top: 10px;
  background-color: #fffffffa;
  padding: 4%;
  font-size: 85%;
  color: #333;
  border-radius: 2px;
  text-align: justify;
  line-height: 2;
  /* box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1); */
}
.page-id-1220 .compatible-car-model-list .see_more .wrap .grid-container_txt-hide {
  display: grid;
  grid-template-columns: 3, 3fr;
  /* grid-template-rows: 100px 100px 100px 100px; */
  gap: 20px;
}

.page-id-1220 .compatible-car-model-list .see_more .wrap .txt-hide {
    display: none;
}
.page-id-1220 .compatible-car-model-list .marker-line {
  /* 背景にグラデーションでマーカーの色を指定（左：黄色、右：黄色） */
   background: linear-gradient(#ffffff 60%, #04040421 10%);
   padding: 0 1% 0 1%;
}

.page-id-1220 .compatible-car-model-list .subtit {
    font-weight: 800;
    margin-bottom: 2%;
    letter-spacing: -2px;
    display:inline;
}
/* --- タブレット向け（768px以上） --- */
@media (min-width: 768px) and (max-width: 1024px) {
.page-id-1220 .compatible-car-model-list .subtit {
    font-size: 88%;
}
}
@media (max-width: 767px) {
.page-id-1220 .compatible-car-model-list .see_more .wrap .grid-container_txt-show {
  display: grid;
  grid-template-columns: 1fr;
  /* grid-template-rows: 100px 100px 100px 100px; */
  gap: 20px;
  margin: 10px 0 0 0;
}
.page-id-1220 .compatible-car-model-list .subtit {
font-size: 95% !important;
}
}
.page-id-1220 .compatible-car-model-list .subtit {
font-size: 95% !important;
}
.page-id-1220 .compatible-car-model-list .see_more .wrap button.maker-page_more_mercedes-benz {
    margin: 20px auto -3%;
    display: block;
    background: linear-gradient(135deg, #0A0A0A 0%, #000000 100%);
    color: #fff;
    padding: 14px 0;
    border: none;
    outline: 0;
    -erbkit-transition: .5s;
    width: 218px;
    border-radius: 6px;
    border: 1px solid #d4ddd9;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
    overflow: hidden;
    transition: all .3s;
    font-size: 71%;
}

.page-id-1220 .compatible-car-model-list .see_more .wrap button.maker-page_more_mercedes-benz::after {
    content: "続きを見る";
    transition: .2s;
    -erbkit-transition: .2s;
}

.page-id-1220 .compatible-car-model-list .see_more .wrap button.maker-page_more_mercedes-benz.on-click::after {
    content: "閉じる";
}
/* ------------------------------------------------------------------------------------------- mercedes-benz　END */

/* ------------------------------------------------------------------------------------------- audi　START */
.page-id-1216 .compatible-car-model-list dd {
    margin-left: 0;
    padding-left: 0em !important;
}
.page-id-1216 .compatible-car-model-list .see_more {
background-color: #eff3f1;
    max-width: 100%;
    border: 1px solid #ededed;
    height: auto;
    margin: 2% auto 2% auto;
    max-width: 1200px;
    border-radius: 10px;
    box-sizing: border-box;
    box-shadow: 1px 1px 1px #edecec;
    position: relative;
    z-index: 1;
}

.page-id-1216 .compatible-car-model-list .see_more .service-spotlight-manufacturer {
    background: linear-gradient(135deg, #f5f8f7, #ecf1ef);
    border-radius: 24px;
    position: relative;
    overflow: hidden;
}
.page-id-1216 .compatible-car-model-list .see_more .wrap {
    max-width: 1173px;
    width: 100%;
    margin: 0 auto 0 auto;
    text-align: justify;
    line-height: 1.6;
    font-weight: 400;
    padding: 0px 0 1px;
}
.page-id-1216 .compatible-car-model-list .see_more .wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--brand-primary), var(--brand-primary-dark));
}
.page-id-1216 .compatible-car-model-list .see_more .wrap .tit {
    display: inline-block;
    background: var(--brand-primary);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    padding: 8px 20px;
    border-radius: 20px;
    letter-spacing: .06em;
}
@media (max-width: 767px) {
.page-id-1216 .compatible-car-model-list .see_more .wrap .tit {
    border-radius: 60px;
}
}
.page-id-1216 .compatible-car-model-list .see_more .wrap .grid-container_txt-show {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  /* grid-template-rows: 100px 100px 100px 100px; */
  gap: 20px;
  margin: 10px 0 0 0;
}
.page-id-1216 .compatible-car-model-list .see_more .wrap .grid-container_txt-show .list{
  margin-top: 10px;
  background-color: #fffffffa;
  padding: 4%;
  font-size: 85%;
  color: #333;
  border-radius: 2px;
  text-align: justify;
  line-height: 2;
  /* box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1); */
}
.page-id-1216 .compatible-car-model-list .see_more .wrap .grid-container_txt-hide {
  display: grid;
  grid-template-columns: 3, 3fr;
  /* grid-template-rows: 100px 100px 100px 100px; */
  gap: 20px;
}

.page-id-1216 .compatible-car-model-list .see_more .wrap .txt-hide {
    display: none;
}
.page-id-1216 .compatible-car-model-list .marker-line {
  /* 背景にグラデーションでマーカーの色を指定（左：黄色、右：黄色） */
   background: linear-gradient(transparent 60%, #afafaf5e 10%);
   padding: 0 1% 0 1%;
}

.page-id-1216 .compatible-car-model-list .subtit {
    font-weight: 800;
    margin-bottom: 2%;
    font-size: 90%;
    /* letter-spacing: -2px; */
    display: inline;
}
/* --- タブレット向け（768px以上） --- */
@media (min-width: 768px) and (max-width: 1024px) {
.page-id-1216 .compatible-car-model-list .subtit {
    font-size: 88%;
}
}
@media (max-width: 767px) {
.page-id-1216 .compatible-car-model-list .see_more .wrap .grid-container_txt-show {
  display: grid;
  grid-template-columns: 1fr;
  /* grid-template-rows: 100px 100px 100px 100px; */
  gap: 20px;
  margin: 10px 0 0 0;
}
.page-id-1216 .compatible-car-model-list .subtit {
font-size: 95%;
}
}
.page-id-1216 .compatible-car-model-list .see_more .wrap button.maker-page_more_audi {
    margin: 20px auto -3%;
    display: block;
    background: linear-gradient(135deg, #5A5A5A 0%, #3b3b3b 100%);
    color: #fff;
    padding: 14px 0;
    border: none;
    outline: 0;
    -erbkit-transition: .5s;
    width: 218px;
    border-radius: 6px;
    border: 1px solid #d4ddd9;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
    overflow: hidden;
    transition: all .3s;
    font-size: 71%;
}

.page-id-1216 .compatible-car-model-list .see_more .wrap button.maker-page_more_audi::after {
    content: "続きを見る";
    transition: .2s;
    -erbkit-transition: .2s;
}

.page-id-1216 .compatible-car-model-list .see_more .wrap button.maker-page_more_audi.on-click::after {
    content: "閉じる";
}
/* ------------------------------------------------------------------------------------------- audi　END */

/* ------------------------------------------------------------------------------------------- volkswagen　START */
.page-id-1223 .compatible-car-model-list dd {
    margin-left: 0;
    padding-left: 0em !important;
}
.page-id-1223 .compatible-car-model-list .see_more {
background-color: #eff3f1;
    max-width: 100%;
    border: 1px solid #ededed;
    height: auto;
    margin: 2% auto 2% auto;
    max-width: 1200px;
    border-radius: 10px;
    box-sizing: border-box;
    box-shadow: 1px 1px 1px #edecec;
    position: relative;
    z-index: 1;
}

.page-id-1223 .compatible-car-model-list .see_more .service-spotlight-manufacturer {
    background: linear-gradient(135deg, #f5f8f7, #ecf1ef);
    border-radius: 24px;
    position: relative;
    overflow: hidden;
}
.page-id-1223 .compatible-car-model-list .see_more .wrap {
    max-width: 1173px;
    width: 100%;
    margin: 0 auto 0 auto;
    text-align: justify;
    line-height: 1.6;
    font-weight: 400;
    padding: 0px 0 1px;
}
.page-id-1223 .compatible-car-model-list .see_more .wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--brand-primary), var(--brand-primary-dark));
}
.page-id-1223 .compatible-car-model-list .see_more .wrap .tit {
    display: inline-block;
    background: var(--brand-primary);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    padding: 8px 20px;
    border-radius: 20px;
    letter-spacing: .06em;
}
.page-id-1223 .compatible-car-model-list .marker-line_volkswagen {
    background: linear-gradient(transparent 60%, #2700c41f 10%);
    padding: 0 1% 0 1%;
    display: inline;
}
@media (max-width: 767px) {
.page-id-1223 .compatible-car-model-list .see_more .wrap .tit {
    border-radius: 60px;
}
}
.page-id-1223 .compatible-car-model-list .see_more .wrap .grid-container_txt-show {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  /* grid-template-rows: 100px 100px 100px 100px; */
  gap: 20px;
  margin: 10px 0 0 0;
}
.page-id-1223 .compatible-car-model-list .see_more .wrap .grid-container_txt-show .list{
  margin-top: 10px;
  background-color: #fffffffa;
  padding: 4%;
  font-size: 85%;
  color: #333;
  border-radius: 2px;
  text-align: justify;
  line-height: 2;
  /* box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1); */
}
.page-id-1223 .compatible-car-model-list .see_more .wrap .grid-container_txt-hide {
  display: grid;
  grid-template-columns: 3, 3fr;
  /* grid-template-rows: 100px 100px 100px 100px; */
  gap: 20px;
}

.page-id-1223 .compatible-car-model-list .see_more .wrap .txt-hide {
    display: none;
}
.page-id-1223 .compatible-car-model-list .marker-line {
  /* 背景にグラデーションでマーカーの色を指定（左：黄色、右：黄色） */
   background: linear-gradient(transparent 60%, #001e5036 10%);
   padding: 0 1% 0 1%;
}

.page-id-1223 .compatible-car-model-list .subtit {
    font-weight: 800;
    margin-bottom: 2%;
    font-size:90%;
    letter-spacing: 0px;
    display: inline;
}

/* --- タブレット向け（768px以上） --- */
@media (min-width: 768px) and (max-width: 1024px) {
.page-id-1223 .compatible-car-model-list .subtit {
    font-size: 88%;
}
}
@media (max-width: 767px) {
.page-id-1223 .compatible-car-model-list .see_more .wrap .grid-container_txt-show {
  display: grid;
  grid-template-columns: 1fr;
  /* grid-template-rows: 100px 100px 100px 100px; */
  gap: 20px;
  margin: 10px 0 0 0;
}
.page-id-1225 .compatible-car-model-list .marker-line_volkswagen {
    background: linear-gradient(transparent 60%, #2700c41f 10%);
    padding: 0 1% 0 1%;
    display: inline;
}
.page-id-1225 .compatible-car-model-list .subtit {
font-size: 95%;
}
}
.page-id-1223 .compatible-car-model-list .see_more .wrap button.maker-page_more_volkswagen {
    margin: 20px auto -3%;
    display: block;
    background: linear-gradient(135deg, #001E50 0%, #001238 100%);
    color: #fff;
    padding: 14px 0;
    border: none;
    outline: 0;
    -erbkit-transition: .5s;
    width: 218px;
    border-radius: 6px;
    border: 1px solid #d4ddd9;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
    overflow: hidden;
    transition: all .3s;
    font-size: 71%;
}

.page-id-1223 .compatible-car-model-list .see_more .wrap button.maker-page_more_volkswagen::after {
    content: "続きを見る";
    transition: .2s;
    -erbkit-transition: .2s;
}

.page-id-1223 .compatible-car-model-list .see_more .wrap button.maker-page_more_volkswagen.on-click::after {
    content: "閉じる";
}
/* ------------------------------------------------------------------------------------------- volkswagen　END */

/* ------------------------------------------------------------------------------------------- porsche　START */
.page-id-1222 .compatible-car-model-list dd {
    margin-left: 0;
    padding-left: 0em !important;
}
.page-id-1222 .compatible-car-model-list .see_more {
background-color: #eff3f1;
    max-width: 100%;
    border: 1px solid #ededed;
    height: auto;
    margin: 2% auto 2% auto;
    max-width: 1200px;
    border-radius: 10px;
    box-sizing: border-box;
    box-shadow: 1px 1px 1px #edecec;
    position: relative;
    z-index: 1;
}

.page-id-1222 .compatible-car-model-list .see_more .service-spotlight-manufacturer {
    background: linear-gradient(135deg, #f5f8f7, #ecf1ef);
    border-radius: 24px;
    position: relative;
    overflow: hidden;
}
.page-id-1222 .compatible-car-model-list .see_more .wrap {
    max-width: 1173px;
    width: 100%;
    margin: 0 auto 0 auto;
    text-align: justify;
    line-height: 1.6;
    font-weight: 400;
    padding: 0px 0 1px;
}
.page-id-1222 .compatible-car-model-list .see_more .wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--brand-primary), var(--brand-primary-dark));
}
.page-id-1222 .compatible-car-model-list .see_more .wrap .tit {
    display: inline-block;
    background: var(--brand-primary);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    padding: 8px 20px;
    border-radius: 20px;
    letter-spacing: .06em;
}
@media (max-width: 767px) {
.page-id-1222 .compatible-car-model-list .see_more .wrap .tit {
    border-radius: 60px;
}
}
.page-id-1222 .compatible-car-model-list .see_more .wrap .grid-container_txt-show {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  /* grid-template-rows: 100px 100px 100px 100px; */
  gap: 20px;
  margin: 10px 0 0 0;
}
.page-id-1222 .compatible-car-model-list .see_more .wrap .grid-container_txt-show .list{
  margin-top: 10px;
  background-color: #fffffffa;
  padding: 4%;
  font-size: 85%;
  color: #333;
  border-radius: 2px;
  text-align: justify;
  line-height: 2;
  /* box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1); */
}
.page-id-1222 .compatible-car-model-list .see_more .wrap .grid-container_txt-hide {
  display: grid;
  grid-template-columns: 3, 3fr;
  /* grid-template-rows: 100px 100px 100px 100px; */
  gap: 20px;
}

.page-id-1222 .compatible-car-model-list .see_more .wrap .txt-hide {
    display: none;
}
.page-id-1222 .compatible-car-model-list .marker-line {
  /* 背景にグラデーションでマーカーの色を指定（左：黄色、右：黄色） */
   background: linear-gradient(transparent 60%, #001e501a 10%);
   padding: 0 1% 0 1%;
}

.page-id-1222 .compatible-car-model-list .subtit {
    font-weight: 800;
    margin-bottom: 2%;
    font-size: 95%;
    letter-spacing: 0px;
    display: inline;
}
/* --- タブレット向け（768px以上） --- */
@media (min-width: 768px) and (max-width: 1024px) {
.page-id-1222 .compatible-car-model-list .subtit {
    font-size: 88%;
}
}
@media (max-width: 767px) {
.page-id-1222 .compatible-car-model-list .see_more .wrap .grid-container_txt-show {
  display: grid;
  grid-template-columns: 1fr;
  /* grid-template-rows: 100px 100px 100px 100px; */
  gap: 20px;
  margin: 10px 0 0 0;
}
.page-id-1222 .compatible-car-model-list .subtit {
font-size: 96% !important;
}
}
.page-id-1222 .compatible-car-model-list .see_more .wrap button.maker-page_more_porsche {
    margin: 20px auto -3%;
    display: block;
    background: linear-gradient(135deg, #8E9196 0%, #4A4F58 100%);
    color: #fff;
    padding: 14px 0;
    border: none;
    outline: 0;
    -erbkit-transition: .5s;
    width: 218px;
    border-radius: 6px;
    border: 1px solid #d4ddd9;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
    overflow: hidden;
    transition: all .3s;
    font-size: 71%;
}

.page-id-1222 .compatible-car-model-list .see_more .wrap button.maker-page_more_porsche::after {
    content: "続きを見る";
    transition: .2s;
    -erbkit-transition: .2s;
}

.page-id-1222 .compatible-car-model-list .see_more .wrap button.maker-page_more_porsche.on-click::after {
    content: "閉じる";
}
/* ------------------------------------------------------------------------------------------- porsche　END */

/* ------------------------------------------------------------------------------------------- mini-cooper　START */
.page-id-1221 .compatible-car-model-list dd {
    margin-left: 0;
    padding-left: 0em !important;
}
.page-id-1221 .compatible-car-model-list .see_more {
background-color: #eff3f1;
    max-width: 100%;
    border: 1px solid #ededed;
    height: auto;
    margin: 2% auto 2% auto;
    max-width: 1200px;
    border-radius: 10px;
    box-sizing: border-box;
    box-shadow: 1px 1px 1px #edecec;
    position: relative;
    z-index: 1;
}

.page-id-1221 .compatible-car-model-list .see_more .service-spotlight-manufacturer {
    background: linear-gradient(135deg, #f5f8f7, #ecf1ef);
    border-radius: 24px;
    position: relative;
    overflow: hidden;
}
.page-id-1221 .compatible-car-model-list .see_more .wrap {
    max-width: 1173px;
    width: 100%;
    margin: 0 auto 0 auto;
    text-align: justify;
    line-height: 1.6;
    font-weight: 400;
    padding: 0px 0 1px;
}
.page-id-1221 .compatible-car-model-list .see_more .wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--brand-primary), var(--brand-primary-dark));
}
.page-id-1221 .compatible-car-model-list .see_more .wrap .tit {
    display: inline-block;
    background: var(--brand-primary);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    padding: 8px 20px;
    border-radius: 20px;
    letter-spacing: .06em;
}
@media (max-width: 767px) {
    .page-id-1221 .compatible-car-model-list .see_more .wrap .tit {
    border-radius: 60px;
}
}
.page-id-1221 .compatible-car-model-list .see_more .wrap .grid-container_txt-show {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  /* grid-template-rows: 100px 100px 100px 100px; */
  gap: 20px;
  margin: 10px 0 0 0;
}
.page-id-1221 .compatible-car-model-list .see_more .wrap .grid-container_txt-show .list{
  margin-top: 10px;
  background-color: #fffffffa;
  padding: 4%;
  font-size: 85%;
  color: #333;
  border-radius: 2px;
  text-align: justify;
  line-height: 2;
  /* box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1); */
}
.page-id-1221 .compatible-car-model-list .see_more .wrap .grid-container_txt-hide {
  display: grid;
  grid-template-columns: 3, 3fr;
  /* grid-template-rows: 100px 100px 100px 100px; */
  gap: 20px;
}

.page-id-1221 .compatible-car-model-list .see_more .wrap .txt-hide {
    display: none;
}
.page-id-1221 .compatible-car-model-list .marker-line {
  /* 背景にグラデーションでマーカーの色を指定（左：黄色、右：黄色） */
   background: linear-gradient(#ff000000 60%, #ff364530 10%);
   padding: 0 1% 0 1%;
}

.page-id-1221 .compatible-car-model-list .subtit {
    font-weight: 800;
    margin-bottom: 2%;
    font-size:95%;
    letter-spacing: 0px;
    display: inline;
}
/* --- タブレット向け（768px以上） --- */
@media (min-width: 768px) and (max-width: 1024px) {
.page-id-1221 .compatible-car-model-list .subtit {
    font-size: 88%;
}
}
@media (max-width: 767px) {
.page-id-1221 .compatible-car-model-list .see_more .wrap .grid-container_txt-show {
  display: grid;
  grid-template-columns: 1fr;
  /* grid-template-rows: 100px 100px 100px 100px; */
  gap: 20px;
  margin: 10px 0 0 0;
}
.page-id-1221 .compatible-car-model-list .subtit {
font-size: 96% !important;
}
}
.page-id-1221 .compatible-car-model-list .see_more .wrap button.maker-page_more_mini-cooper {
    margin: 20px auto -3%;
    display: block;
    background: linear-gradient(135deg, #D71920 0%, #A31219 100%);
    color: #fff;
    padding: 14px 0;
    border: none;
    outline: 0;
    -erbkit-transition: .5s;
    width: 218px;
    border-radius: 6px;
    border: 1px solid #d4ddd9;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
    overflow: hidden;
    transition: all .3s;
    font-size: 71%;
}

.page-id-1221 .compatible-car-model-list .see_more .wrap button.maker-page_more_mini-cooper::after {
    content: "続きを見る";
    transition: .2s;
    -erbkit-transition: .2s;
}

.page-id-1221 .compatible-car-model-list .see_more .wrap button.maker-page_more_mini-cooper.on-click::after {
    content: "閉じる";
}
/* ------------------------------------------------------------------------------------------- mini-cooper　END */

/* ------------------------------------------------------------------------------------------- jaguar　START */
.page-id-1218 .compatible-car-model-list dd {
    margin-left: 0;
    padding-left: 0em !important;
}
.page-id-1218 .compatible-car-model-list .see_more {
background-color: #eff3f1;
    max-width: 100%;
    border: 1px solid #ededed;
    height: auto;
    margin: 2% auto 2% auto;
    max-width: 1200px;
    border-radius: 10px;
    box-sizing: border-box;
    box-shadow: 1px 1px 1px #edecec;
    position: relative;
    z-index: 1;
}

.page-id-1218 .compatible-car-model-list .see_more .service-spotlight-manufacturer {
    background: linear-gradient(135deg, #f5f8f7, #ecf1ef);
    border-radius: 24px;
    position: relative;
    overflow: hidden;
}
.page-id-1218 .compatible-car-model-list .see_more .wrap {
    max-width: 1173px;
    width: 100%;
    margin: 0 auto 0 auto;
    text-align: justify;
    line-height: 1.6;
    font-weight: 400;
    padding: 0px 0 1px;
}
.page-id-1218 .compatible-car-model-list .see_more .wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--brand-primary), var(--brand-primary-dark));
}
.page-id-1218 .compatible-car-model-list .see_more .wrap .tit {
    display: inline-block;
    background: var(--brand-primary);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    padding: 8px 20px;
    border-radius: 20px;
    letter-spacing: .06em;
}
@media (max-width: 767px) {
.page-id-1218 .compatible-car-model-list .see_more .wrap .tit {
    border-radius: 60px;
}
}
.page-id-1218 .compatible-car-model-list .see_more .wrap .grid-container_txt-show {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  /* grid-template-rows: 100px 100px 100px 100px; */
  gap: 20px;
  margin: 10px 0 0 0;
}
.page-id-1218 .compatible-car-model-list .see_more .wrap .grid-container_txt-show .list{
  margin-top: 10px;
  background-color: #fffffffa;
  padding: 4%;
  font-size: 85%;
  color: #333;
  border-radius: 2px;
  text-align: justify;
  line-height: 2;
  /* box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1); */
}
.page-id-1218 .compatible-car-model-list .see_more .wrap .grid-container_txt-hide {
  display: grid;
  grid-template-columns: 3, 3fr;
  /* grid-template-rows: 100px 100px 100px 100px; */
  gap: 20px;
}

.page-id-1218 .compatible-car-model-list .see_more .wrap .txt-hide {
    display: none;
}
.page-id-1218 .compatible-car-model-list .marker-line {
  /* 背景にグラデーションでマーカーの色を指定（左：黄色、右：黄色） */
  background: linear-gradient(#ff000000 60%, #00422538 10%);
  padding: 0 1% 0 1%;
}

.page-id-1218 .compatible-car-model-list .subtit {
    font-weight: 800;
    margin-bottom: 2%;
    font-size:95%;
    letter-spacing: 0px;
    display: inline;
}
/* --- タブレット向け（768px以上） --- */
@media (min-width: 768px) and (max-width: 1024px) {
.page-id-1218 .compatible-car-model-list .subtit {
    font-size: 88%;
}
}
@media (max-width: 767px) {
.page-id-1218 .compatible-car-model-list .see_more .wrap .grid-container_txt-show {
  display: grid;
  grid-template-columns: 1fr;
  /* grid-template-rows: 100px 100px 100px 100px; */
  gap: 20px;
  margin: 10px 0 0 0;
}
.page-id-1218 .compatible-car-model-list .subtit {
font-size: 96% !important;
}
}
.page-id-1218 .compatible-car-model-list .see_more .wrap button.maker-page_more_jaguar {
    margin: 20px auto -3%;
    display: block;
    background: linear-gradient(135deg, #004225 0%, #002E1A 100%);
    color: #fff;
    padding: 14px 0;
    border: none;
    outline: 0;
    -erbkit-transition: .5s;
    width: 218px;
    border-radius: 6px;
    border: 1px solid #d4ddd9;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
    overflow: hidden;
    transition: all .3s;
    font-size: 71%;
}

.page-id-1218 .compatible-car-model-list .see_more .wrap button.maker-page_more_jaguar::after {
    content: "続きを見る";
    transition: .2s;
    -erbkit-transition: .2s;
}

.page-id-1218 .compatible-car-model-list .see_more .wrap button.maker-page_more_jaguar.on-click::after {
    content: "閉じる";
}
/* ------------------------------------------------------------------------------------------- jaguar　END */

/* ------------------------------------------------------------------------------------------- landrover　START */
.page-id-1219 .compatible-car-model-list dd {
    margin-left: 0;
    padding-left: 0em !important;
    letter-spacing: -2px;
}
.page-id-1219 .compatible-car-model-list .see_more {
background-color: #eff3f1;
    max-width: 100%;
    border: 1px solid #ededed;
    height: auto;
    margin: 2% auto 2% auto;
    max-width: 1200px;
    border-radius: 10px;
    box-sizing: border-box;
    box-shadow: 1px 1px 1px #edecec;
    position: relative;
    z-index: 1;
}

.page-id-1219 .compatible-car-model-list .see_more .service-spotlight-manufacturer {
    background: linear-gradient(135deg, #f5f8f7, #ecf1ef);
    border-radius: 24px;
    position: relative;
    overflow: hidden;
}
.page-id-1219 .compatible-car-model-list .see_more .wrap {
    max-width: 1173px;
    width: 100%;
    margin: 0 auto 0 auto;
    text-align: justify;
    line-height: 1.6;
    font-weight: 400;
    padding: 0px 0 1px;
}
.page-id-1219 .compatible-car-model-list .see_more .wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--brand-primary), var(--brand-primary-dark));
}
.page-id-1219 .compatible-car-model-list .see_more .wrap .tit {
    display: inline-block;
    background: var(--brand-primary);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    padding: 8px 20px;
    border-radius: 50px;
    letter-spacing: .06em;
}
.page-id-1219 .compatible-car-model-list .see_more .wrap .grid-container_txt-show {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  /* grid-template-rows: 100px 100px 100px 100px; */
  gap: 20px;
  margin: 10px 0 0 0;
}
.page-id-1219 .compatible-car-model-list .see_more .wrap .grid-container_txt-show .list{
  margin-top: 10px;
  background-color: #fffffffa;
  padding: 4%;
  font-size: 85%;
  color: #333;
  border-radius: 2px;
  text-align: justify;
  line-height: 2;
  /* box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1); */
}
.page-id-1219 .compatible-car-model-list .see_more .wrap .grid-container_txt-hide {
  display: grid;
  grid-template-columns: 3, 3fr;
  /* grid-template-rows: 100px 100px 100px 100px; */
  gap: 20px;
}

.page-id-1219 .compatible-car-model-list .see_more .wrap .txt-hide {
    display: none;
}
.page-id-1219 .compatible-car-model-list .marker-line_landrover_more-btn {
  /* 背景にグラデーションでマーカーの色を指定（左：黄色、右：黄色） */
   background: linear-gradient(#f0f0f000 60%, #e5e5e58a 10%);
   padding: 0 1% 0 1%;
}

.page-id-1219 .compatible-car-model-list .subtit {
    font-weight: 800;
    margin-bottom: 2%;
    font-size:95%;
    display: inline-block;
}
/* --- タブレット向け（768px以上） --- */
@media (min-width: 768px) and (max-width: 1024px) {
.page-id-1219 .compatible-car-model-list .subtit {
    font-size: 88%;
}
}
@media (max-width: 767px) {
.page-id-1219 .compatible-car-model-list .see_more .wrap .grid-container_txt-show {
  display: grid;
  grid-template-columns: 1fr;
  /* grid-template-rows: 100px 100px 100px 100px; */
  gap: 20px;
  margin: 10px 0 0 0;
}
.page-id-1219 .compatible-car-model-list .subtit {
font-size: 96% !important;
}
}
.page-id-1219 .compatible-car-model-list .see_more .wrap button.maker-page_more_landrover {
    margin: 20px auto -3%;
    display: block;
    background: linear-gradient(135deg, #A4A9AD 0%, #8E9397 100%);
    color: #fff;
    padding: 14px 0;
    border: none;
    outline: 0;
    -erbkit-transition: .5s;
    width: 218px;
    border-radius: 6px;
    border: 1px solid #d4ddd9;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
    overflow: hidden;
    transition: all .3s;
    font-size: 71%;
}

.page-id-1219 .compatible-car-model-list .see_more .wrap button.maker-page_more_landrover::after {
    content: "続きを見る";
    transition: .2s;
    -erbkit-transition: .2s;
}

.page-id-1219 .compatible-car-model-list .see_more .wrap button.maker-page_more_landrover.on-click::after {
    content: "閉じる";
}
/* ------------------------------------------------------------------------------------------- landrover　END */

/* ------------------------------------------------------------------------------------------- volvo　START */
.page-id-1224 .compatible-car-model-list dd {
    margin-left: 0;
    padding-left: 0em !important;
}
.page-id-1224 .compatible-car-model-list .see_more {
background-color: #eff3f1;
    max-width: 100%;
    border: 1px solid #ededed;
    height: auto;
    margin: 2% auto 2% auto;
    max-width: 1200px;
    border-radius: 10px;
    box-sizing: border-box;
    box-shadow: 1px 1px 1px #edecec;
    position: relative;
    z-index: 1;
}

.page-id-1224 .compatible-car-model-list .see_more .service-spotlight-manufacturer {
    background: linear-gradient(135deg, #f5f8f7, #ecf1ef);
    border-radius: 24px;
    position: relative;
    overflow: hidden;
}
.page-id-1224 .compatible-car-model-list .see_more .wrap {
    max-width: 1173px;
    width: 100%;
    margin: 0 auto 0 auto;
    text-align: justify;
    line-height: 1.6;
    font-weight: 400;
    padding: 0px 0 1px;
}
.page-id-1224 .compatible-car-model-list .see_more .wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--brand-primary), var(--brand-primary-dark));
}
.page-id-1224 .compatible-car-model-list .see_more .wrap .tit {
    display: inline-block;
    background: var(--brand-primary);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    padding: 8px 20px;
    border-radius: 50px;
    letter-spacing: .06em;
}
.page-id-1224 .compatible-car-model-list .see_more .wrap .grid-container_txt-show {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  /* grid-template-rows: 100px 100px 100px 100px; */
  gap: 20px;
  margin: 10px 0 0 0;
}
.page-id-1224 .compatible-car-model-list .see_more .wrap .grid-container_txt-show .list{
  margin-top: 10px;
  background-color: #fffffffa;
  padding: 4%;
  font-size: 85%;
  color: #333;
  border-radius: 2px;
  text-align: justify;
  line-height: 2;
  /* box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1); */
}
.page-id-1224 .compatible-car-model-list .see_more .wrap .grid-container_txt-hide {
  display: grid;
  grid-template-columns: 3, 3fr;
  /* grid-template-rows: 100px 100px 100px 100px; */
  gap: 20px;
}

.page-id-1224 .compatible-car-model-list .see_more .wrap .txt-hide {
    display: none;
}
.page-id-1224 .compatible-car-model-list .marker-line {
  /* 背景にグラデーションでマーカーの色を指定（左：黄色、右：黄色） */
   background: linear-gradient(#ffffff 60%, #8e828330 10%);
   padding: 0 1% 0 1%;
}

.page-id-1224 .compatible-car-model-list .subtit {
    font-weight: 800;
    margin-bottom: 2%;
    font-size: 105%;
    letter-spacing: -1px;
    display: inline;
}
/* --- タブレット向け（768px以上） --- */
@media (min-width: 768px) and (max-width: 1024px) {
.page-id-1224 .compatible-car-model-list .subtit {
    font-size: 88%;
}
}
@media (max-width: 767px) {
.page-id-1224 .compatible-car-model-list .see_more .wrap .grid-container_txt-show {
  display: grid;
  grid-template-columns: 1fr;
  /* grid-template-rows: 100px 100px 100px 100px; */
  gap: 20px;
  margin: 10px 0 0 0;
}
.page-id-1224 .compatible-car-model-list .subtit {
font-size: 96% !important;
}
}
.page-id-1224 .compatible-car-model-list .see_more .wrap button.maker-page_more_volvo {
    margin: 20px auto -3%;
    display: block;
    background: linear-gradient(135deg, rgb(25, 28, 31) 0%, rgb(34, 37, 42) 100%);
    color: #fff;
    padding: 14px 0;
    border: none;
    outline: 0;
    -erbkit-transition: .5s;
    width: 218px;
    border-radius: 6px;
    border: 1px solid #d4ddd9;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
    overflow: hidden;
    transition: all .3s;
    font-size: 71%;
}

.page-id-1224 .compatible-car-model-list .see_more .wrap button.maker-page_more_volvo::after {
    content: "続きを見る";
    transition: .2s;
    -erbkit-transition: .2s;
}

.page-id-1224 .compatible-car-model-list .see_more .wrap button.maker-page_more_volvo.on-click::after {
    content: "閉じる";
}
/* ------------------------------------------------------------------------------------------- volvo　END */

/* ------------------------------------------------------------------------------------------- メーカーページ END */

/* ------------------------------------------------------------------------------------------- サービスメニュー START */
/* ------------------------------------------------------------------------------------------- START */
.page-id-1225 .compatible-car-model-list {
    width: 100%;
    margin: 0 auto 0 auto;
}
@media (max-width: 767px) {
.page-id-1225 .compatible-car-model-list {
    width: 92%;
    margin: 0 auto 0 auto;
}
.page-id-1225 .service-spotlight-manufacturer {
    padding: 28px 14px 28px 14px !important;
    margin-bottom: 5%;
}
}
.page-id-1225 .compatible-car-model-list dd {
    margin-left: 0;
    padding-left: 0em !important;
    letter-spacing: 0px;
}

.page-id-1225 .compatible-car-model-list .see_more .wrap {
    margin-bottom: 0%;
}

.page-id-1225 .compatible-car-model-list .see_more .wrap .grid-container_txt-show {
   display: grid;
   grid-template-columns: 1fr 1fr 1fr;
    /* grid-template-rows: 100px 100px 100px 100px; */
   gap: 20px;
   width: 98%;
   margin: 0 auto 0 auto;
}
.page-id-1225 .compatible-car-model-list .see_more .wrap .grid-container_txt-show .list{
  margin-top: 10px;
  background-color: #fffffffa;
  padding: 4%;
  font-size: 85%;
  color: #333;
  border-radius: 2px;
  text-align: justify;
  line-height: 2;
  /* box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1); */
}
.page-id-1225 .compatible-car-model-list .see_more .wrap .grid-container_txt-hide {
  display: grid;
  grid-template-columns: 3, 3fr;
  /* grid-template-rows: 100px 100px 100px 100px; */
  gap: 20px;
}

.page-id-1225 .compatible-car-model-list .see_more .wrap .txt-hide {
    display: none;
}

.page-id-1225 .compatible-car-model-list .subtit {
    font-weight: 800;
    margin-bottom: 2%;
    display: inline-block;
    font-size: 87%;
}
.page-id-1225 .compatible-car-model-list .marker-line {
    background: linear-gradient(transparent 60%, #2700c41f 10%);
    padding: 0 1% 0 1%;
    display: inline;
}
/* -------------------------------------------------------------------- */
/* --- タブレット向け（768px以上） --- */
@media (min-width: 768px) and (max-width: 1024px) {
.page-id-1225 .compatible-car-model-list .subtit {
    font-size: 88%;
}
}
@media (max-width: 767px) {
.page-id-1225 .compatible-car-model-list .see_more .wrap .grid-container_txt-show {
  display: grid;
  grid-template-columns: 1fr;
  /* grid-template-rows: 100px 100px 100px 100px; */
  gap: 20px;
  margin: 10px 0 0 0;
}
.page-id-1225 .compatible-car-model-list .subtit {
font-size: 95%;
letter-spacing: -1px;
}
}
/* -------------------------------------------------------------------- ボタン【BMW】  */
.page-id-1225 .compatible-car-model-list .marker-line_bmw_more-btn {
  /* 背景にグラデーションでマーカーの色を指定（左：黄色、右：黄色） */
    background: linear-gradient(transparent 60%, #2700c41a 10%);
    padding: 0 1% 0 1%;
    display: inline;
}
.page-id-1225 .compatible-car-model-list .see_more .wrap button.maker-page_more_bmw_more-btn {
    margin: 20px auto 2%;
    display: block;
    background: linear-gradient(135deg, #0052a5, #003a73);
    color: #fff;
    padding: 14px 0;
    border: none;
    outline: 0;
    -erbkit-transition: .5s;
    width: 218px;
    border-radius: 6px;
    border: 1px solid #d4ddd9;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
    overflow: hidden;
    transition: all .3s;
    font-size: 71%;
}
@media (max-width: 767px) {
.page-id-1225 .compatible-car-model-list .see_more .wrap button.maker-page_more_bmw_more-btn {
    margin:20px auto 8%;
}
}



.page-id-1225 .compatible-car-model-list .see_more .wrap button.more-btn::after {
    content: "続きを見る";
    transition: .2s;
    -erbkit-transition: .2s;
}

.page-id-1225 .compatible-car-model-list .see_more .wrap button.more-btn.on-click::after {
    content: "閉じる";
}
/* -------------------------------------------------------------------- ボタン【BMW】 */

/* -------------------------------------------------------------------- ボタン【Mercedes-Benz】 */
.page-id-1225 .compatible-car-model-list .marker-line_mercedes-benz_more-btn {
  /* 背景にグラデーションでマーカーの色を指定（左：黄色、右：黄色） */
   background: linear-gradient(#ffffff 60%, #0404041f 10%);
   padding: 0 1% 0 1%;
   display: inline;
}
.page-id-1225 .compatible-car-model-list .see_more .wrap button.maker-page_more_mercedes-benz_more-btn {
    margin: 20px auto 2%;
    display: block;
    background: linear-gradient(135deg, #0A0A0A 0%, #000000 100%);
    color: #fff;
    padding: 14px 0;
    border: none;
    outline: 0;
    -erbkit-transition: .5s;
    width: 218px;
    border-radius: 6px;
    border: 1px solid #d4ddd9;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
    overflow: hidden;
    transition: all .3s;
    font-size: 71%;
}
@media (max-width: 767px) {
.page-id-1225 .compatible-car-model-list .see_more .wrap button.maker-page_more_mercedes-benz_more-btn {
    margin:20px auto 8%;
}
}
.page-id-1225 .compatible-car-model-list .see_more .wrap button.maker-page_more_mercedes-benz::after {
    content: "続きを見る";
    transition: .2s;
    -erbkit-transition: .2s;
}

.page-id-1225 .compatible-car-model-list .see_more .wrap button.maker-page_more_mercedes-benz.on-click::after {
    content: "閉じる";
}
/* -------------------------------------------------------------------- ボタン【Mercedes-Benz】*/

/* -------------------------------------------------------------------- ボタン【audi】 */
.page-id-1225 .compatible-car-model-list .marker-line_audi_more-btn {
  /* 背景にグラデーションでマーカーの色を指定（左：黄色、右：黄色） */
   background: linear-gradient(transparent 60%, #dfdfdfd9 10%);
   padding: 0 1% 0 1%;
   display: inline;
}
.page-id-1225 .compatible-car-model-list .see_more .wrap button.maker-page_more_audi_more-btn {
    margin: 20px auto 2%;
    display: block;
    background: linear-gradient(135deg, #5A5A5A 0%, #3b3b3b 100%);
    color: #fff;
    padding: 14px 0;
    border: none;
    outline: 0;
    -erbkit-transition: .5s;
    width: 218px;
    border-radius: 6px;
    border: 1px solid #d4ddd9;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
    overflow: hidden;
    transition: all .3s;
    font-size: 71%;
}
@media (max-width: 767px) {
.page-id-1225 .compatible-car-model-list .see_more .wrap button.maker-page_more_audi_more-btn {
    margin:20px auto 8%;
}
}
.page-id-1225 .compatible-car-model-list .see_more .wrap button.maker-page_more_audi::after {
    content: "続きを見る";
    transition: .2s;
    -erbkit-transition: .2s;
}

.page-id-1225 .compatible-car-model-list .see_more .wrap button.maker-page_more_audi.on-click::after {
    content: "閉じる";
}
/* -------------------------------------------------------------------- ボタン【audi】*/

/* -------------------------------------------------------------------- ボタン【volkswagen】*/
.page-id-1225 .compatible-car-model-list .marker-line_volkswagen_more-btn {
  /* 背景にグラデーションでマーカーの色を指定（左：黄色、右：黄色） */
   background: linear-gradient(#ffffff00 60%, #03048224 10%);
   padding: 0 1% 0 1%;
   display: inline;
}
.page-id-1225 .compatible-car-model-list .see_more .wrap button.maker-page_more_volkswagen_more-btn {
   margin: 20px auto 2%;
   display: block;
   background: linear-gradient(135deg, #001E50 0%, #001238 100%);
   color: #fff;
   padding: 14px 0;
   border: none;
   outline: 0;
   -erbkit-transition: .5s;
   width: 218px;
   border-radius: 6px;
   border: 1px solid #d4ddd9;
   box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
   overflow: hidden;
   transition: all .3s;
   font-size: 71%;
}
@media (max-width: 767px) {
.page-id-1225 .compatible-car-model-list .see_more .wrap button.maker-page_more_volkswagen_more-btn {
    margin:20px auto 8%;
}
}
.page-id-1225 .compatible-car-model-list .see_more .wrap button.maker-page_more_volkswagen::after {
    content: "続きを見る";
    transition: .2s;
    -erbkit-transition: .2s;
}

.page-id-1225 .compatible-car-model-list .see_more .wrap button.maker-page_more_volkswagen.on-click::after {
    content: "閉じる";
}
/* -------------------------------------------------------------------- ボタン【volkswagen】*/

/* -------------------------------------------------------------------- ボタン【porsche】 */
.page-id-1225 .compatible-car-model-list .marker-line_porsche_more-btn {
  /* 背景にグラデーションでマーカーの色を指定（左：黄色、右：黄色） */
   background: linear-gradient(transparent 60%, #afafaf4f 10%);
   padding: 0 1% 0 1%;
   display: inline;
}
.page-id-1225 .compatible-car-model-list .see_more .wrap button.maker-page_more_porsche_more-btn {
    margin: 20px auto 2%;
    display: block;
    background: linear-gradient(135deg, #8E9196 0%, #4A4F58 100%);
    color: #fff;
    padding: 14px 0;
    border: none;
    outline: 0;
    -erbkit-transition: .5s;
    width: 218px;
    border-radius: 6px;
    border: 1px solid #d4ddd9;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
    overflow: hidden;
    transition: all .3s;
    font-size: 71%;
}
@media (max-width: 767px) {
.page-id-1225 .compatible-car-model-list .see_more .wrap button.maker-page_more_porsche_more-btn {
    margin:20px auto 8%;
}
}
.page-id-1225 .compatible-car-model-list .see_more .wrap button.maker-page_more_porsche::after {
    content: "続きを見る";
    transition: .2s;
    -erbkit-transition: .2s;
}

.page-id-1225 .compatible-car-model-list .see_more .wrap button.maker-page_more_porsche.on-click::after {
    content: "閉じる";
}
/* -------------------------------------------------------------------- ボタン【porsche】*/

/* -------------------------------------------------------------------- ボタン【mini-cooper】 */
.page-id-1225 .compatible-car-model-list .marker-line_mini-cooper_more-btn {
  /* 背景にグラデーションでマーカーの色を指定（左：黄色、右：黄色） */
   background: linear-gradient(transparent 60%, #ff071326 10%);
   padding: 0 1% 0 1%;
   display: inline;
}
.page-id-1225 .compatible-car-model-list .see_more .wrap button.maker-page_more_mini-cooper_more-btn {
    margin: 20px auto 2%;
    display: block;
    background: linear-gradient(135deg, #D71920 0%, #A31219 100%);
    color: #fff;
    padding: 14px 0;
    border: none;
    outline: 0;
    -erbkit-transition: .5s;
    width: 218px;
    border-radius: 6px;
    border: 1px solid #d4ddd9;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
    overflow: hidden;
    transition: all .3s;
    font-size: 71%;
}
@media (max-width: 767px) {
.page-id-1225 .compatible-car-model-list .see_more .wrap button.maker-page_more_mini-cooper_more-btn {
    margin:20px auto 8%;
}
}
.page-id-1225 .compatible-car-model-list .see_more .wrap button.maker-page_more_mini-cooper::after {
    content: "続きを見る";
    transition: .2s;
    -erbkit-transition: .2s;
}

.page-id-1225 .compatible-car-model-list .see_more .wrap button.maker-page_more_mini-cooper.on-click::after {
    content: "閉じる";
}
/* -------------------------------------------------------------------- ボタン【mini-cooper】*/

/* -------------------------------------------------------------------- ボタン【jaguar】 */
.page-id-1225 .compatible-car-model-list .marker-line_jaguar_more-btn {
  /* 背景にグラデーションでマーカーの色を指定（左：黄色、右：黄色） */
   background: linear-gradient(transparent 60%, #03211429 10%);
   padding: 0 1% 0 1%;
   display: inline;
}
.page-id-1225 .compatible-car-model-list .see_more .wrap button.maker-page_more_jaguar_more-btn {
    margin: 20px auto 2%;
    display: block;
    background: linear-gradient(135deg, #5A5A5A 0%, #3b3b3b 100%);
    color: #fff;
    padding: 14px 0;
    border: none;
    outline: 0;
    -erbkit-transition: .5s;
    width: 218px;
    border-radius: 6px;
    border: 1px solid #d4ddd9;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
    overflow: hidden;
    transition: all .3s;
    font-size: 71%;
}
@media (max-width: 767px) {
.page-id-1225 .compatible-car-model-list .see_more .wrap button.maker-page_more_jaguar_more-btn {
    margin:20px auto 8%;
}
}
.page-id-1225 .compatible-car-model-list .see_more .wrap button.maker-page_more_jaguar::after {
    content: "続きを見る";
    transition: .2s;
    -erbkit-transition: .2s;
}

.page-id-1225 .compatible-car-model-list .see_more .wrap button.maker-page_more_jaguar.on-click::after {
    content: "閉じる";
}
/* -------------------------------------------------------------------- ボタン【jaguar】*/

/* -------------------------------------------------------------------- ボタン【landrover】 */
.page-id-1225 .compatible-car-model-list .marker-line_landrover_more-btn {
  /* 背景にグラデーションでマーカーの色を指定（左：黄色、右：黄色） */
   background: linear-gradient(transparent 60%, #afafaf57 10%);
   padding: 0 1% 0 1%;
   display: inline;
}
.page-id-1225 .compatible-car-model-list .see_more .wrap button.maker-page_more_landrover_more-btn {
    margin: 20px auto 2%;
    display: block;
    background: linear-gradient(135deg, #A4A9AD 0%, #8E9397 100%);
    color: #fff;
    padding: 14px 0;
    border: none;
    outline: 0;
    -erbkit-transition: .5s;
    width: 218px;
    border-radius: 6px;
    border: 1px solid #d4ddd9;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
    overflow: hidden;
    transition: all .3s;
    font-size: 71%;
}
@media (max-width: 767px) {
.page-id-1225 .compatible-car-model-list .see_more .wrap button.maker-page_more_landrover_more-btn {
    margin:20px auto 8%;
}
}
.page-id-1225 .compatible-car-model-list .see_more .wrap button.maker-page_more_landrover::after {
    content: "続きを見る";
    transition: .2s;
    -erbkit-transition: .2s;
}

.page-id-1225 .compatible-car-model-list .see_more .wrap button.maker-page_more_landrover.on-click::after {
    content: "閉じる";
}
/* -------------------------------------------------------------------- ボタン【landrover】*/

/* -------------------------------------------------------------------- ボタン【volvo】 */
.page-id-1225 .compatible-car-model-list .marker-line_volvo_more-btn {
  /* 背景にグラデーションでマーカーの色を指定（左：黄色、右：黄色） */
   background: linear-gradient(transparent 60%, #afafaf6f 10%);
   padding: 0 1% 0 1%;
   display: inline;
}
.page-id-1225 .compatible-car-model-list .see_more .wrap button.maker-page_more_volvo_more-btn {
    margin: 20px auto 2%;
    display: block;
    background: linear-gradient(135deg, #5A5A5A 0%, #afafaf70 100%);
    color: #fff;
    padding: 14px 0;
    border: none;
    outline: 0;
    -erbkit-transition: .5s;
    width: 218px;
    border-radius: 6px;
    border: 1px solid #d4ddd9;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
    overflow: hidden;
    transition: all .3s;
    font-size: 71%;
}
@media (max-width: 767px) {
.page-id-1225 .compatible-car-model-list .see_more .wrap button.maker-page_more_volvo_more-btn {
    margin:20px auto 8%;
}
}
.page-id-1225 .compatible-car-model-list .see_more .wrap button.maker-page_more_volvo::after {
    content: "続きを見る";
    transition: .2s;
    -erbkit-transition: .2s;
}

.page-id-1225 .compatible-car-model-list .see_more .wrap button.maker-page_more_volvo.on-click::after {
    content: "閉じる";
}
/* -------------------------------------------------------------------- ボタン【volvo】*/




/* ------------------------------------------------------------------------------------------- air-conditioner(1225)END */
/*====================================================================
.s_02 .accordion_one
====================================================================*/
.compatible-car-model-list .s_02 .accordion_one {
  max-width: 100%;
  margin: 0 auto;
}
 .compatible-car-model-list .s_02 .accordion_one .accordion_header {
  background: linear-gradient(135deg, #0052A5 0%, #003a73 100%);
  color: #fff;
  font-weight: bold;
  padding: 13px 0% 13px 2%;
  text-align:justify;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
  font-size: 14px;
  border-radius: 4px;
  margin-bottom: 1%;
  margin-top: 1%;
}
.compatible-car-model-list .s_02 .accordion_one:nth-of-type(2) .accordion_header {
  background: linear-gradient(135deg, #0A0A0A 0%, #000000 100%);
}
 .compatible-car-model-list .s_02 .accordion_one:nth-of-type(3) .accordion_header {
  background: linear-gradient(135deg, #5A5A5A 0%, #3b3b3b 100%);
}
 .compatible-car-model-list .s_02 .accordion_one:nth-of-type(4) .accordion_header {
  background: linear-gradient(135deg, #001E50 0%, #001238 100%);
}
 .compatible-car-model-list .s_02 .accordion_one:nth-of-type(5) .accordion_header {
  background: linear-gradient(135deg, #8E9196 0%, #4A4F58 100%);
}
 .compatible-car-model-list .s_02 .accordion_one:nth-of-type(6) .accordion_header {
  background: linear-gradient(135deg, #D71920 0%, #A31219 100%);
}
 .compatible-car-model-list .s_02 .accordion_one:nth-of-type(7) .accordion_header {
  background: linear-gradient(135deg, #004225 0%, #002E1A 100%);
}
 .compatible-car-model-list .s_02 .accordion_one:nth-of-type(8) .accordion_header {
  background: linear-gradient(135deg, #A4A9AD 0%, #8E9397 100%);
}
 .compatible-car-model-list .s_02 .accordion_one:nth-of-type(9) .accordion_header {
  background: linear-gradient(135deg, #191C1F 0%, #22252A 100%);
}
 .compatible-car-model-list .s_02 .accordion_one .accordion_header:hover {
  opacity: .8;
}
 .compatible-car-model-list .s_02 .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  /* top: 50%; */
  right: 5%;
  width: 20px;
  height: 20px;
  border: 0px solid #fff;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.compatible-car-model-list .s_02 .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.compatible-car-model-list .s_02 .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.compatible-car-model-list .s_02 .accordion_one .accordion_header .i_box .one_i:before, .s_02 .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.compatible-car-model-list .s_02 .accordion_one .accordion_header .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
.compatible-car-model-list .s_02 .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}
.compatible-car-model-list .s_02 .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.compatible-car-model-list .s_02 .accordion_one .accordion_inner {
  display: none;
  padding: 0px 0px;
  border-left: 0px solid #ffffff;
  border-right: 0px solid #ffffff;
  border-bottom: 0px solid #ffffff;
  box-sizing: border-box;
}
.compatible-car-model-list .s_02 .accordion_one:nth-of-type(2) .accordion_inner {
  border-left: 0px solid #ffffff;
  border-right: 0px solid #ffffff;
  border-bottom: 0px solid #ffffff;
}
.compatible-car-model-list .s_02 .accordion_one:nth-of-type(3) .accordion_inner {
  border-left: 0px solid #ffffff;
  border-right: 0px solid #ffffff;
  border-bottom: 0px solid #ffffff;
}
.compatible-car-model-list .s_02 .accordion_one:nth-of-type(4) .accordion_inner {
  border-left: 0px solid #ffffff;
  border-right: 0px solid #ffffff;
  border-bottom: 0px solid #ffffff;
}
.compatible-car-model-list .s_02 .accordion_one:nth-of-type(5) .accordion_inner {
  border-left: 0px solid #ffffff;
  border-right: 0px solid #ffffff;
  border-bottom: 0px solid #ffffff;
}
.compatible-car-model-list .s_02 .accordion_one:nth-of-type(6) .accordion_inner {
  border-left: 0px solid #ffffff;
  border-right: 0px solid #ffffff;
  border-bottom: 0px solid #ffffff;
}
.compatible-car-model-list .s_02 .accordion_one:nth-of-type(7) .accordion_inner {
  border-left: 0px solid #ffffff;
  border-right: 0px solid #ffffff;
  border-bottom: 0px solid #ffffff;
}
.compatible-car-model-list .s_02 .accordion_one:nth-of-type(8) .accordion_inner {
  border-left: 0px solid #ffffff;
  border-right: 0px solid #ffffff;
  border-bottom: 0px solid #ffffff;
}
.compatible-car-model-list .s_02 .accordion_one:nth-of-type(9) .accordion_inner {
  border-left: 0px solid #ffffff;
  border-right: 0px solid #ffffff;
  border-bottom: 0px solid #ffffff;
}
.compatible-car-model-list .s_02 .accordion_one .accordion_inner .box_one {
  height: auto;
}
.compatible-car-model-list .s_02 .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}
@media screen and (max-width: 1024px) {
.compatible-car-model-list .s_02 .accordion_one .accordion_header {
  font-size: 18px;
  }
.compatible-car-model-list .s_02 .accordion_one .accordion_header .i_box {
  width: 30px;
  height: 30px;
  margin-top: -34px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1024px)  {
.compatible-car-model-list .s_02 .accordion_one .accordion_header .i_box {
  margin-top: -40px;
  }
  }
@media screen and (max-width: 767px) {

.compatible-car-model-list .s_02 .accordion_one .accordion_header {
  font-size: 13px;
  font-weight: 600;
  text-align: justify;
  padding: 15px 60px 15px 15px;
  line-height: 1.6;
  }
}
.page-id-1225 .service-spotlight-manufacturer {
  padding: 28px 14px 28px 14px !important;
  margin-bottom: 5%;
}

/* ------------------------------------------------------------------------------------------- サービスメニュー END */