@charset "UTF-8";
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 202212ラシックさん
 2023以降AB7改良、更新あり
 */

@font-face {
    font-family: "NotoSansJP";
    font-style: normal;
    font-weight: 400;
    src: local("Noto Sans CJK JP"), local("NotoSansJP-Regular"), local("NotoSansJP-Regular"), url("/font/NotoSansJP-Regular.woff2") format("woff2"), url("/font/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
    font-family: "NotoSansJP";
    font-style: normal;
    font-weight: 700;
    src: local("NotoSansJP-Bold"), local("NotoSansJP-Bold"), url("/font/NotoSansJP-Bold.woff2") format("woff2"), url("/font/NotoSansJP-Bold.woff") format("woff");
}
@font-face {
    font-family: "NotoSansJP";
    font-style: normal;
    font-weight: 900;
    src: local("NotoSansJP-Black"), local("NotoSansJP-Black"), url("/font/NotoSansJP-Black.woff2") format("woff2"), url("/font/NotoSansJP-Black.woff") format("woff");
}

.syaken-pg * {
  font-family: "NotoSansJP", "Noto Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  scroll-padding-top: 35px;
} 

*,
:after,
:before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
  }

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
 }

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

/* code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}
 */
b,
strong {
  font-weight: bolder;
}

/* sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}
 */
/* 
[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
  color: inherit;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  } */

img {
  border-style: none;
}

/* progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
  } */

body {
    min-width: 1000px;
  color: #333;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  body {
    min-width: 320px;
  }
}

ul,
li {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

summary {
  display: block;
  list-style: none;
}

/* 一部ブラウザで消えなかった場合は以下も追記 */
summary::-webkit-details-marker {
  display: none;
  }

html {
  font-size: 62.5%;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}

p {
  font-size: 15px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}

.forPC,
img[src*="_pc."] {
  display: none;
}

.forSP,
img[src*="_sp."] {
  display: block;
}

@media screen and (min-width: 1024px) {
  .forPC,
img[src*="_pc."] {
    display: block;
  }
  .forSP,
img[src*="_sp."] {
    display: none;
  }
}
.object-fit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.em {
  font-weight: bold;
  background-color: #E4EFF8;
  padding: 4px 2px;
}

.indent {
  display: inline-block;
}

.c-link {
  color: #1e77c9 !important;
}
@media screen and (max-width: 767px) {
  .c-link {
    font-size: 14px;
    /* font-size: 3.7333333333vw; */
  }
}

.bl_bread {
  padding: 10px 1rem;
  background: #f5f5f5;
}
.bl_bread_inner {
  margin: auto;
  display: flex;
  font-size: 14px;
  max-width: 1092px;
}
@media screen and (max-width: 767px) {
  .bl_bread_inner {
    font-size: 12px;
  }
}
.bl_bread_item {
  color: #666666;
  font-size: 12px;
}
.bl_bread_item a {
  color: #666666;
}
.bl_bread_item:not(:first-of-type) {
  margin-left: 8px;
  padding-left: 15px;
  position: relative;
}
.bl_bread_item:not(:first-of-type):before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  transform: rotate(45deg);
}

/* 車検ページ */
.syaken-pg p{
  font-size: 16px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
.syaken-pg p{
  font-size: 14px;
}}

.syaken-pg .text{
  padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .syaken-pg .text{
    padding-bottom: 20px;
  }
}


/***** キービジュアル *****/
.keyVisual {
  background: #111;
  position: relative;
}
.keyVisual__img {
  max-width: 1000px;
  margin: 0 auto;
}
.keyVisual__text__inner {
  position: absolute;
  top: 0;
  width: 100%;
  height: 440px;
  display: flex;
  align-items: center;
}
.keyVisual__text {
  max-width: 1000px;
  margin: 0 auto;
  color: #fff;
}

.cta1 {
  background: #F4F4F4;
}
.cta1__inner {
  display: flex;
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 0;
}

.balloon__wrapper {
  width: 400px;
  clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%);
  background: #ED6C00;
  padding: 2px;
}

.cta1 .balloon {
  width: 100%;
  text-align: center;
  background: #fff;
  clip-path: polygon(0 0, calc(95% + 1px) 0, 100% 50%, calc(95% + 1px) 100%, 0 100%);

  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
}

p.balloon__text-orange {
  font-size: 16px;
  font-weight: bold;
  color: #ED6C00;
  line-height: 1;
}
.balloon p.balloon__text-black {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
.balloon__text-black span {
  font-size: 20px;
  font-weight: bold;
}
.cta1_buttons_link img {
  width: 400px;
}

@media screen and (max-width: 767px) {
  .cta1__inner {
    display: block;
    padding: 6.4vw 8vw;
  }

  .cta1__inner {
    display: block;
    padding: 6.4vw 8vw;
  }

  .balloon__wrapper {
    position: relative;
    width: 100%;
    clip-path: none;
    background: #fff;
    padding: 0;
    margin-bottom: 4vw;
  }  
  .cta1 .balloon {
    clip-path: none;
    border: 2px solid #ED6C00;
    padding: 2vw 0;
  }
  .balloon__wrapper::after {
    content: "";
    position: absolute;
    width: 4vw;
    height: 4vw;
    background: #fff;
    left: 50%;
    bottom: -3.4vw;
    transform: rotate(45deg) translate(-50%, 0);
    border-right: 2px solid #ED6C00;
    border-bottom: 2px solid #ED6C00;
  }
  .balloon__wrapper .balloon p::before {
    display: none;
  }

  .syaken-pg p.balloon__text-orange {
    font-size: 3.73vw;
  }
  .syaken-pg p.balloon__text-black {
    font-size: 5.6vw;
    line-height: 1.2;
  }
  .syaken-pg p.balloon__text-black span {
    font-size: 4.8vw;
  }
  .cta1_buttons_link img {
    width: 100%;
  }
}



/****** 目次 ******/
.srv_toc {
  line-height: 1.6;
}
.srv_toc .p-contents__summary {
  color: #666;
  padding-bottom: 8px;
}
.srv_toc .p-contents__list > li > a {
  font-weight: bold;
  color: #666;
}

.srv_toc .p-contents__link {
  padding: 6px 0;
}

@media screen and (max-width: 767px) {
  .p-contents.narrow {
    width: 84%;
  }

}

/****** 車検の特徴 ******/
.inspection-features {
  margin-top: 40px;
  padding: 80px 0;
  background: #F4F4F4;
}
.inspection-features_item {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 8px;
}

.inspection-features .inspection-features_item {
  margin-top: 80px;
}
.inspection-features_item.mt0 {
  margin-top: 0;
}

.headingLv2_nt {
  margin-bottom: 40px;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
}
.headingLv2_nt span {
  font-size: 30px;
  font-weight: bold;
}

.headingLv3_nt {
  text-align: center;
  font-size: 29px;
  font-weight: bold;
  line-height: 1.7;
  border-bottom: 4px solid #ED6C00;
  margin: 0 auto 24px;
  width: fit-content;
}

.syaken-pg p.inspection-features_lead {
  text-align: center;
  font-size: 17px;
}

.features_wrapper {
  display: flex;
  gap: 16px;
}
.features_wrapper .features_item {
  background: #fff;
  padding: 16px;
  flex: 1;
}

.headingLv4_nt {
  color: #ED6C00;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 6px;
  position: relative;
  padding-left: 10px;
}
.headingLv4_nt::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 12px;
  background: #ED6C00;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  margin-right: 8px;
  position: absolute;
  left: 0;
  top: 0.75em;
  transform: translateY(-50%);
}

.syaken-pg p.features_item_text {
  font-size: 17px;
}
.syaken-pg p.features_item_text._note {
  font-size: 15px;
  color: #666;
}
.syaken-pg .features_item_text a {
  color: #1E77C9;
}
.syaken-pg .features_item_text._note a {
  text-decoration: underline;
}

.inspection-features .option-list {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 20px;
}

.inspection-features .option-list a {
  display: block;
  width: 200px;
}

@media screen and (max-width: 767px) {
  .inspection-features {
    margin-top: 24px;
    padding: 40px 0;
  }
  .inspection-features_item {
    width: 92%;
  }
  .inspection-features .inspection-features_item.mt0 {
    margin-top: 0;
  }
  .inspection-features .inspection-features_item {
    margin-top: 40px;
    padding: 0;
  }

  .headingLv2_nt {
    margin-bottom: 20px;
    font-size: 26px;
  }
  .headingLv2_nt span {
    font-size: 22px;
  }
  .headingLv3_nt {
    font-size: 21px;
    margin-bottom: 16px;
  }
  .headingLv4_nt {
    margin-bottom: 4px;
  }
  .syaken-pg p.inspection-features_lead {
    text-align: left;
  }

  .features_wrapper {
    flex-direction: column;
    gap: 8px;
  }
  .features_wrapper .features_item {
    padding: 10px 14px;
  }

  .inspection-features .option-list {
    flex-wrap: wrap;
    gap: 4.53vw;
  }
  .inspection-features .option-list a {
    width: 43.5vw;
  }
}


/****** /車検の特徴 ******/

.syaken-pg a {
  color: #333;
  transition: 0.2s;
}
.syaken-pg a:hover {
  opacity: 0.7;
}
.syaken-pg__mvCta {
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .syaken-pg__mvCta {
    padding: 20px 0;
    background: #f4f4f4;
  }
}
@media screen and (max-width: 767px) {
  .syaken-pg__details {
    margin-top: 24px;
  }
}
.syaken-pg__section {
  margin: auto;
  width: 800px;
}
@media screen and (max-width: 767px) {
  .syaken-pg__section {
    width: 90%;
  }
}
.syaken-pg__cta {
  margin-top: 40px;
  margin-bottom: 20px;
}

.p-mv {
  position: relative;
  display: grid;
  place-items: center;
}
.p-mv__textBox {
  padding: 30px 40px;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-mv__textBox {
    padding: 20px 10px;
    width: calc(100% - 40px);
  }
}
.p-mv__title {
  font-size: 36px;
  text-align: center;
  line-height: 1.2;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-mv__title {
    font-size: 24px;
    font-size: 6.4vw;
  }
}
.p-mv__title::after {
  margin-top: 15px;
  padding-top: 15px;
  content: "";
  display: block;
  border-top: 1px solid #fff;
  height: 1px;
  width: 431px;
}
@media screen and (max-width: 767px) {
  .p-mv__title::after {
    padding-top: 10px;
    margin-top: 10px;
    width: 100%;
  }
}
.p-mv__subTitle {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .p-mv__subTitle {
    font-size: 11px;
    font-size: 2.9333333333vw;
  }
}

.p-reserve__inner {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  width: calc(100% - 60px);
}
@media screen and (max-width: 767px) {
  .p-reserve__inner {
    flex-direction: column;
    gap: 16px;
  }
}

.headingLv2 {
  padding: 100px 0 60px;
  font-size: 30px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}
.headingLv2::after {
  content: "";
  display: block;
  margin: 10px auto 0;
  width: 40px;
  height: 3px;
  background: #ed6c00;
}
.headingLv2 span {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .headingLv2 {
    padding: 80px 0 40px;
    font-size: 26px;
  }
}

.headingLv3 {
  padding-bottom:36px;
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}

.headingLv3 span {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .headingLv3 {
    padding: 20px 0 20px;
    font-size: 22px;
    /* font-size: 5.8666666667vw; */
  }
  .headingLv3.first{
    padding: 0 0 20px;
    margin-top: 40px;
  }
    .first{
        margin-top:40px;
    }
}
.first{
    margin-top:60px;
}


.headingLv4 {
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .headingLv4 {
    font-size: 15px;
    /* font-size: 4.2666666667vw; */
  }
}

.headingLv5 {
  font-weight: bold;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .headingLv5 {
    font-size: 14px;
    /* font-size: 3.7333333333vw; */
  }
}

/* 目次 */
.p-contents {
  margin: auto;
  width: 800px;
  padding: 20px 30px 0;
  font-size: 14px;
  background: #f8f8f8;
}
@media screen and (max-width: 767px) {
  .p-contents {
    padding: 15px 20px 0;
    width: calc(100% - 20px);
  }
}
.p-contents__summary {
  padding-bottom: 15px;
  font-size: 15px;
}
.p-contents__summaryIco {
  display: inline-block;
  transform: rotate(-90deg) scale(0.5);
  transition: all 0.4s;
}
.p-contents__summaryIco.is-opened {
  transform: rotate(0deg) scale(0.5);
}
.p-contents__summaryText {
  font-weight: bold;
  /* cursor: pointer; */
}
.details-content {
  font-size: 15px;
}

.p-contents__item {
  border-top: 1px solid #CDCDCD;
  font-weight: bold;
  color: #666;
}
.p-contents__item:last-child {
  padding-bottom: 10px;
}
.p-contents__subItem {
  margin-left: 1em;
}
.p-contents__link {
  padding: 10px 0;
  display: block;
  color: #333;
}

.js-details.is-opened .p-contents__summaryIco {
  transform: rotate(0deg) scale(0.5);
}

.js-content {
  overflow: hidden;
}

/* オープン時にアニメーションを設定 */
.p-flow {
  margin: auto;
  width: 470px;
}
@media screen and (max-width: 767px) {
  .p-flow {
    width: 100%;
  }
}
.p-flow__img {
  width: 47px;
  height: 47px;
}
.p-flow__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
}
.p-flow__item {
  display: flex;
  align-items: center;
  gap: 20px;
  counter-increment: number 1;
}

.counter_reset{
     counter-increment: number 2;
}

@media screen and (max-width: 767px) {
  .p-flow__item {
    gap: 10px;
  }
}
.p-flow__item .p-flow__text {
  display: flex;
}
.p-flow__item .p-flow__text::before {
  content: counter(number) ".";
  margin-right: 5px;
}
.p-flow__text {
  font-weight: bold;
  font-size: 18px;
}
.p-flow__text span {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-flow__text {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
.p-flow__text .fz-small {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-flow__text .fz-small {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.p-flow__link {
  color: #1e77c9 !important;
}
.text__link{
  color: #1e77c9 !important;
  display:inline-block;
    margin-top:0.3em;
}
@media screen and (max-width: 767px) {
  .p-flow__link {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
.p-flow__note {
  margin-top: 10px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-flow__note {
    font-size: 12px;
    font-size: 3.2vw;
  }
}

.syaken-flow{
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .syaken-flow{
    padding-bottom: 0;
  }
}

.p-cta {
  margin: auto;
  width: 800px;
  padding: 30px;
  background: #f4f4f4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-cta {
    width: 90%;
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-cta {
    width: 100%;
  }
}
.p-cta__title {
  font-size: 24px !important;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-cta__title {
    font-size: 16px !important;
    /* font-size: 4.2666666667vw !important; */
  }
}
p.p-cta__text {
  margin: 0 0 18px;
  /* margin: 5px 0 20px; */
}
@media screen and (max-width: 767px) {
  .p-cta__text {
    width: 100%;
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
.p-cta__linkWrap {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .p-cta__linkWrap {
    flex-direction: column;
  }
}

.p-price-time {
  margin: 80px 0 40px;
}
@media screen and (max-width: 767px) {
  .p-price-time {
    margin: 0;
  }
}
.p-price-time__text {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-price-time__text {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
.p-price-time__bg {
  margin-bottom: 40px;
}

.p-price-time__table {
  width: 100%;
  margin: 2rem auto 0;
  border-collapse: collapse;
}
.p-price-time__detailLink {
  display: block;
  margin-top: 20px;
  color: #1e77c9 !important;
}
@media screen and (max-width: 767px) {
  .p-price-time__detailLink {
    font-size: 14px;
    /* font-size: 3.7333333333vw; */
  }
}

.price-time {
  width: 100%;
  margin: 0 auto 16px;
  border-collapse: collapse;
}

.price-time thead th,
.price-time tr td:first-child {
  background: #f4f4f4;
}

.price-time thead th {
  padding: 1rem 0;
  line-height: 1.28571;
  text-align: center;
  border: 1px solid #cdcdcd;
}
@media screen and (max-width: 767px) {
  .price-time thead th {
    /* font-size: 14px; */
    font-size: max(3.73vw, 14px);
    padding: 8px 0;
  }
}
.price-time tbody tr td {
  border: 1px solid #cdcdcd;
  text-align: center;
  color: #333333;
  padding: 0.5em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .price-time tbody tr td {
    /* font-size: 14px; */
    font-size: max(3.73vw, 14px);
  }
}
.price-time tbody tr td.name {
  text-align: left;
}

.price-caption {
  width: 100%;
  margin: 0 auto;
  font-size: 14px;
  text-align: left;
  line-height: 1.7;
  color: #333;
}
@media screen and (max-width: 767px) {
  .price-caption {
    font-size: 12px;
    font-size: 3.2vw;
  }
}

.syaken-price {
  width: 100%;
  margin: 1rem auto 0;
}

@media screen and (max-width: 767px) {
  .p-preparation__para {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
.p-preparation__para.-mt20-10 {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-preparation__para.-mt20-10 {
    margin-top: 10px;
  }
}
.p-preparation__box {
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 20px;
  background: #f4f4f4;
}
.p-preparation__box-2nd{
  margin-top: 20px;
  margin-bottom: 0;
  padding: 20px;
  background: #f4f4f4;
}
@media screen and (max-width: 767px) {
  .p-preparation__box {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
.p-preparation h4 {
  margin-top: 0;
}
.p-preparation h5:not(:first-child) {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-preparation h5:not(:first-child) {
    margin-top: 16px;
  }
}

.p-faq {
  margin: auto;
  width: 800px;
}
@media screen and (max-width: 767px) {
  .p-faq {
    width: 90%;
  }
}
.p-faq__title {
  text-align: left;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  background: #000;
  padding: 13px 0 13px 22px;
}
@media screen and (max-width: 767px) {
  .p-faq__title {
    font-size: 15px;
    /* font-size: 4.2666666667vw; */
    padding: 10px 0 10px 18px;
  }
}
.p-faq__details {
  border-top: 1px solid #fff;
}
.p-faq .question {
  padding: 2rem 1.8rem;
  font-weight: 400;
  text-align: left;
  color: #000;
  display: flex;
  align-items: center;
  background: #f4f4f4;
  list-style: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-faq .question {
    padding: 20px 18px;
    font-size: 15px;
    font-size: 4.2666666667vw;
    align-items: flex-start;
  }
}
.p-faq .answer {
  padding: 2rem 1.8rem;
  font-weight: 400;
  text-align: left;
  color: #000;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-faq .answer {
    padding: 20px 18px;
    font-size: 15px;
    font-size: 4.2666666667vw;
  }
}
.p-faq .qandas-block {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-faq .qandas-block {
    margin-bottom: 30px;
  }
}
.p-faq .faq-icon {
  margin-right: 1rem;
}
.p-faq a {
  color: #1e77c9 !important;
}

.p-store-search .areas {
  margin: auto;
  width: 1000px;
}
/* 各店の車検費用 */
.p-store-search .areas.-price {
  width: 800px;
}
.areas-price_text {
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .p-store-search .areas,
  .p-store-search .areas.-price {
    width: 90%;
  }
  .areas-price_text {
    margin-bottom: 18px;
  }
}
.p-store-search .area-name {
  display: block;
  position: relative;
  margin-top: 1px;
  padding: 20px 0 20px 80px;
  background: #f4f4f4;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.44444;
  text-align: left;
  color: #000;
  transition: 0.2s;
  transition-property: opacity;
  cursor: pointer;
}

/* 各店の車検費用 */

.p-store-search {
  padding-top: 20px;
}

.p-store-search .areas.-price .area-name {
  font-size: 17px;
  font-weight: bold;
}
.area-name_subtext {
  font-size: 15px;
  font-weight: normal;
}
.area-name_subtext span {
  display: inline-block;
}

.p-store-search .area-name::after, .p-store-search .area-name::before {
  position: absolute;
  content: "";
  top: 50%;
}
.p-store-search .area-name::before {
  height: 30px;
  left: 35px;
  border-left: 1px solid #707070;
  transform: translate3d(0, -50%, 0);
}
.p-store-search .area-name::after {
  width: 30px;
  left: 20px;
  border-top: 1px solid #707070;
}
.p-store-search .area-name:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .p-store-search .area-name {
    font-size: 15px;
    font-size: 4.2666666667vw;
  }
}
.p-store-search details[open] .area-name::before {
  height: 0;
}
.p-store-search .prefectures {
  display: block;
}
.p-store-search .prefectures ul {
  padding: 20px;
  text-align: left;
  color: #000;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-store-search .prefectures ul {
    font-size: 15px;
    font-size: 4.2666666667vw;
  }
}
.p-store-search .prefectures a {
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-store-search .prefectures a {
    font-size: 14px;
  }
}

.p-store-search .area .area-name.open:before {
  height: 0;
}

.p-store-search .area .prefectures ul li {
  display: inline-block;
}
.p-store-search .area .prefectures ul li:not(:last-child):after {
  display: inline-block;
  content: "|";
  margin: 0 1rem;
  color: #333;
}

.p-related__items {
  margin: auto;
  width: 1000px;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-related__items {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 767px) {
  .p-related__items {
    gap: 1rem;
  }
}
.p-related__item {
  width: 490px;
  border: 1px solid #ddd;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .p-related__item {
    width: 100%;
  }
}
.p-related__itemWrap {
  display: flex;
  flex-direction: row;
}
.p-related__titleWrap {
  width: 220px;
}
.p-related__title {
  height: 3em;
  -webkit-line-clamp: 2;
  margin-top: 0;
  height: 4.5em;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: left;
  color: #000;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-related__title {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
.p-related__publishAt {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 2.28571;
  text-align: left;
  color: #a0a0a0;
}
.p-related__publishIcon {
  display: inline-block;
  width: 1.1rem;
}
.p-related__time {
  margin-left: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-related__time {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.p-related__titleWrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 220px;
  margin-top: 0;
  padding: 1.5rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-related__titleWrap {
    width: 100%;
    padding: 10px 20px 10px 20px;
  }
}
.p-related__imgWrap {
  width: 270px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-related__imgWrap {
    width: 155px;
  }
}
.p-related__img {
  border-radius: 1rem 0 0 1rem;
}
.p-related__link:hover {
  text-decoration: none;
}

.pit-tips-line__inner {
  margin: auto;
  width: 1000px;
}
@media screen and (max-width: 767px) {
  .pit-tips-line__inner {
    width: calc(100% - 60px);
  }
}
.pit-tips-line__lead {
  width: 800px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .pit-tips-line__lead {
    width: 100%;
  }
}

.pit-news {
  margin: auto;
  width: 1000px;
  margin: 30px auto;
}
@media screen and (max-width: 767px) {
  .pit-news {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 767px) {
  .pit-news {
    width: 100%;
    background: #fff;
    margin: 4vh auto;
    overflow: hidden;
  }
}
.pit-news__nav {
  display: flex;
  margin-bottom: 50px;
  gap: 0.4rem;
}
@media screen and (max-width: 767px) {
  .pit-news__nav {
    display: block;
    margin-bottom: 0;
    padding-bottom: 5vh;
  }
}
.pit-news__navItem {
  border: 1px solid #aaa;
  border-radius: 5px;
  font-size: 15px;
  text-align: center;
  padding: 5px 1em;
  box-sizing: border-box;
  cursor: pointer;
  white-space: nowrap;
  background-color: #fefefe;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .pit-news__navItem {
    width: calc(100% - 2px);
    font-size: 4.5vw;
    cursor: default;
    margin: 0 auto 0.8em auto;
    box-sizing: border-box;
  }
}
.pit-news__navItem > span {
  display: block;
  color: #111;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.pit-news__navItem > span:hover {
  opacity: 0.7;
}
.pit-news__block {
  display: grid;
  grid-template-columns: repeat(auto-fill, 33.3333333333%);
  justify-content: flex-start;
  margin: 50px 0 30px 0;
}
@media screen and (max-width: 767px) {
  .pit-news__block {
    display: block;
    margin: 0 0 1em 0;
  }
}
.pit-news__item {
  width: 33.3333333333%;
}
.pit-news__item:hover {
  opacity: 0.97 !important;
  text-decoration: none;
}
.pit-news__box {
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #fefefe;
}
.pit-news__box:nth-child(3n) {
  border-right: 1px solid #ddd;
}
.pit-news__box:last-of-type {
  border-right: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .pit-news__box {
    border: 1px solid #ddd;
  }
}
.pit-news__box .infoTx {
  padding: 0 20px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .pit-news__box .infoTx {
    padding: 0 1em;
    margin-bottom: 1em;
  }
}
.pit-news__box .categoBx {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  width: auto;
  background-color: #000;
  line-height: 1.7;
  text-align: center;
  padding: 0 5px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .pit-news__box .categoBx {
    font-size: 3vw;
    margin-bottom: 1em;
  }
}
.pit-news__box .addinfo {
  padding: 0 10px 0 20px;
  box-sizing: border-box;
  color: #777;
  min-height: 90px;
}
@media screen and (max-width: 767px) {
  .pit-news__box .addinfo {
    padding: 0 1em 0 1em;
    margin-bottom: 1em;
    min-height: 1em;
  }
}
.pit-news__box .addinfo a:hover {
  text-decoration: none;
  opacity: 1;
}
.pit-news__box .subheading {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 15px;
  height: 3em;
  color: #333;
}
@media screen and (max-width: 767px) {
  .pit-news__box .subheading {
    font-size: 4vw;
    margin-bottom: 1em;
    height: initial;
  }
}
.pit-news__box .intro {
  margin-bottom: 15px;
  min-height: 130px;
  color: #404040;
}
@media screen and (max-width: 767px) {
  .pit-news__box .intro {
    font-size: 3.5vw;
    margin-bottom: 1em;
    min-height: initial;
  }
}
.pit-news__box .postdate {
  font-size: 12px;
  font-weight: 700;
  color: #999;
  white-space: nowrap;
  line-height: 12px;
}
.pit-news__box .postdate::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url(https://www.autobacs.com/static_html/srv/assets/images/img_time-icon.svg);
  background-size: contain;
  vertical-align: middle;
  margin-right: 5px;
}
.pit-news__box .postdate:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .pit-news__box .postdate {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.pit-news__box .guysIcon {
  float: left;
  width: 50px;
  height: 50px;
  overflow: hidden;
  margin: 10px 0 0 0;
}
.pit-news__box .guysTx {
  font-size: 12px;
  white-space: nowrap;
  padding-top: 15px;
  float: right;
  width: calc(100% - 70px);
}
@media screen and (max-width: 767px) {
  .pit-news__box .guysTx {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
.pit-news__box .guysTx a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.pit-news__boxImg {
  position: relative;
  margin: 0 0 20px 0;
  overflow: hidden;
  text-align: center;
  background-color: #eee;
  border-bottom: 1px solid #f3f3f3;
}
@media screen and (max-width: 767px) {
  .pit-news__boxImg {
    margin: 0 0 1em 0;
  }
}
.pit-news__boxImg img {
  width: auto;
  margin: 0 auto;
  height: 150px;
}
@media screen and (max-width: 767px) {
  .pit-news__boxImg img {
    width: 100%;
    height: auto;
  }
}

.clearFix:after,
.clearfix:after,
.cfx:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* ------- カテゴリーボタン ------- */
.js-select,
.js-select span {
  background-color: #505050;
  color: #fff;
}

.bottom-links {
  margin-top: 100px;
  padding-bottom: 4rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .bottom-links {
    flex-direction: column;
    margin-top: 3.5rem;
    padding-bottom: 1.5rem;
  }
}
.bottom-links__linkWrap {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .bottom-links__linkWrap {
    width: 50%;
    margin: auto;
  }
}
.bottom-links__link {
  position: relative;
  display: flex;
  align-items: cneter;
  padding: 1em 2em;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: left;
  color: #fff !important;
  background: #000;
  border-radius: 5px;
}
.bottom-links__link:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .bottom-links__link {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.bottom-links__icon {
  margin-left: auto;
}

.moreBtn {
  text-align: center;
  margin: 25px 0;
}
@media screen and (max-width: 767px) {
  .moreBtn {
    margin: 2em 0 0 0;
  }
}

.moreBtn span {
  display: block;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .moreBtn span {
    margin-bottom: 0.5em;
    font-size: 4vw;
  }
}

.moreBtn a {
  display: inline-block;
}

.moreBtn a:hover {
  color: #ff6b00;
}

/* v-to-topの代わり */
#goPageTopBtn {
  bottom: 180px;
}
@media screen and (max-width: 767px) {
  #goPageTopBtn {
    right: 10px;
    bottom: 90px;
  }
}

#goPageTopBtn a {
  display: block !important;
}
/*# sourceMappingURL=syaken.css.map */

/* 共通パンクズ */
.breadcrumb{
    width:100%;
    background-color: #f5f5f5;
    border-top:1px solid #eee;
}
.breadcrumb ul{
    width:1000px;
    margin:0 auto;
    display: flex;
    list-style: none;
    line-height:2.5;
    overflow:hidden;
}
.breadlist li{
    font-size:13px;
    color:#111;
}
.breadlist li a:link {color: #111;text-decoration: none;}
.breadlist li a:visited {color: #111;text-decoration: none;}
.breadlist li a:hover {color: #111;text-decoration: none;}
.breadlist li a:active {color: #111;text-decoration: none;}
.breadlist li a:before {
    content: "\276f";
    padding:0 0.7em;
    font-size:12px;
    color:#333;
}

@media screen and (max-width:767px){
    .breadcrumb ul{
        width:100%;
    }
    .breadlist li{
        font-size:3vw;
    }
}

/* 20230407 Youtube動画追加 */

/* ------- Youtube------- */
.l-contents{
    max-width: 800px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}

.p-contents__youtube {
    cursor: pointer;
}

@media screen and (max-width: 767px) {
.p-contents__youtube {
  width: 90%;
  margin: 0 auto;
  }
}

.p-contents__youtube > .modal {
  transition: 0.2s;
  transition-property: opacity;
}
.p-contents__youtube > .modal:hover {
  opacity: 0.7;
}
/* ------- Youtubeここまで ------- */


/* ------- モーダル ------- */
html.is-modal {
  overflow: hidden;
}
#goPageTopBtn.is-modal {
  display: none;
}
.is-modal .floating-bottom .fb_inner {
  display: none;
}

#backMaskBase {
  background: #000;
  display: none;
  height: 100%;
  left: 0px;
  opacity: 0.7;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

#modalWin {
  display: none;
  height: 0;
  left: 0;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 101;
}

#modalContent {
  display: none;
  height: auto;
  margin: 0 auto;
  padding-top: min(50%, 480px);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 854px;
  max-width: 90%;
  z-index: 99;
  color: #fff;
}

#modalContent .closeBtn {
  cursor: pointer;
  height: 25px;
  position: absolute;
  right: -2px;
  text-align: center;
  top: -36px;
  width: 25px;
  z-index: 100;
}
@media only screen and (max-width: 767px) {
  #modalContent .closeBtn {
    top: -40px;
  }
}

#modalContent .closeBtn div {
  display: inline-block;
  position: relative;
  margin: 5px 0 0 0;
  padding: 0;
  width: 2px;
  height: 24px;
  background: #fff;
  transform: rotate(45deg);
}

#modalContent .closeBtn div:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -11px;
  width: 24px;
  height: 2px;
  margin-top: -1px;
  background: #fff;
}

.modalinner {
  text-align: left;
  padding: 0;
}

.mvfrm {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* ------- モーダルここまで ------- */


/* ------- 20230607 オートバックス車検のメリット ------- */
@media only screen and (max-width: 767px) {
  .merit-block .headingLv3{
  padding: 0 0 20px;
  }
  .merit-block .text{
  padding-bottom: 40px;
  }
  .merit-block .text.-last{
  padding: 0;
  }
}


/* ---  20230926 統合による修正--- */
.p-flow .ttl04{
    width:100%;
    background-color:#f4f4f4;
    margin:20px 0;
    font-size:16px;
    font-weight:550;
    line-height:1.2;
    padding:10px 0 10px 10px;
    position:relative;
    box-sizing: border-box;
    cursor:pointer;
}
.p-flow .ttl04 u{
    position:absolute;
    top:0;
    right:0;
    display:inline-block;
    font-size:16px;
    width:36px;
    height:100%;
    background: url("../_images/syaken/up_triangle.svg") no-repeat;
    background-position: center  center;
    background-size:14px auto;
}
.whenOpen{
    transform: rotate(-180deg);
}
.NecessaryItems{
    display:none;
}

.p-flow .ttl04 i{
    font-size:16px;
    font-weight:550;
    display:inline-block;
    margin:0 5px 0 0;
    background-color:#fff;
    border-radius:20px;
    width:20px;
    height:20px;
    text-align:center;
}
.NecessaryItems{
    width:100%;
    margin:0 0 40px 0;
}
.NecessaryItems dt{
    background-color:#333;
    color:#fff;
    font-size:16px;
    font-weight:550;
    line-height:1.6;
    padding:10px 0 10px 16px;
}
.NecessaryItems dt u{
    text-decoration:none;
    font-size:14px;
    font-weight:550;
}
.NecessaryItems dd{
    background-color:#f4f4f4;
    color:#333;
    font-size:16px;
    line-height:1.6;
    padding:16px;
}
.NecessaryItems dd b{
    text-decoration:none;
    font-weight:550;
}
.NecessaryItems dd.withBg{
    background: #f4f4f4 url("../_images/syaken/img_lock.png") no-repeat;
    background-position: left 16px  top 16px;
    background-size:31px auto;
    padding:16px 16px 16px 57px;
}

.threeBanners{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width:100%;
}  
.threeBanners .mente{
    width:47.5%;
    margin:0 0 40px 0;
}
.threeBanners .hoken{
    width:47.5%;
    margin:0 0 40px 0;
}
.threeBanners .cars{
    width:100%;
    margin:0 0 60px 0;
}

.wideBnr{
    width:800px;
    margin:0 auto 100px;
}
.wideBnr img{
    width:100%;
}

/* ---------------------------- スマホ --------------------------- */
@media screen and (max-width:767px){

    .p-flow .ttl04{
        margin:5,3vw 0;
        font-size:3.8vw;
        font-size: 14px;
        padding:2.5vw 0 2.5vw 2.5vw;
    }
    .p-flow .ttl04 u{
        font-size:3.8vw;
        width:9.6vw;
        background-size:4vw auto;
        cursor:auto;
    }
    .p-flow .ttl04 i{
        font-size:4vw;
        margin:0 1.5vw 0 0;
        width:5.8vw;
        height:5.8vw;
        line-height:5.8vw;
    }
    .NecessaryItems{
        margin:0 0 6.5vw 0;
    }
    .NecessaryItems dt{
        font-size:3.8vw;
        font-weight:550;
        line-height:1.6;
        padding:2vw 0 2vw 4.2vw;
    }
    .NecessaryItems dt u{
        font-size:3.6vw;
    }
    .NecessaryItems dd{
        font-size:3.7vw;
        line-height:1.6;
        padding:4vw;
    }
    .NecessaryItems dd.withBg{
        background-position: left 4vw  top 5vw;
        background-size:8.5vw auto;
        padding:4.3vw 4.3vw 4.3vw 15.2vw;
    }
    .threeBanners{
        display: block;
        justify-content: center;
        text-align:center;
    }  
    .threeBanners .mente{
        width:100%;
        margin:0 0 4.3vw 0;
    }
    .threeBanners .hoken{
        width:100%;
        margin:0 0 4.3vw 0;
    }
    .threeBanners .cars{
        width:100%;
        margin:0 0 21vw 0;
    }
    .text.ex{
    padding-bottom: 4.3vw;
    }

    .wideBnr{
        width:94vw;
        margin:0 auto 7vh;
        padding-top:3vh;
    }

}/* スマホ */

/* ------- 20230927 動画追加 ------- */
.ab-movies {
  display: flex;
  gap: 40px;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .ab-movies {
    gap: 20px;
  }
}

/* 2024-03-21追記 */
.gray-wrapper {
  margin-top: 16px;
  background: #f8f8f8;
  padding: 20px 16px;
}
.gray-wrapper p {
  font-size: 16px;
  line-height: 1.6;
}
.gray-wrapper p.gray-wrapper_heading {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 4px;
}

@media only screen and (max-width: 767px) {
  .gray-wrapper p {
      font-size: 14px;
  }
  .gray-wrapper p.gray-wrapper_heading {
      font-size: 14px;
  }
}

/* 2024-06-26追記 メインビジュアル下CTAボタンふきだし */
.mv_cta {
  padding: 0 0 40px;
}
.mv_cta_inner {
  background: #DEDEDE;
  width: 800px;
  margin: 0 auto;
  padding: 24px 0;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .mv_cta_inner {
      width: calc(100% - 20px);
      margin: 0 auto;
      padding: 24px 0;
  }
}

.mv_cta_inner .balloon p {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #111;
  font-weight: 550;
  text-align: center;
  padding: 0.5em 1.5em;
  background-color: #fff;
  border-radius: 2em;
  margin-bottom: 14px;
}

.balloon p:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -11px;
  border: 11px solid transparent;
  border-top: 9px solid #fff;
}

.mv_cta_buttons_link img {
  width: 92%;
  max-width: 305px;
}


/* 2024-06-26追記 Q&Aクリッカブルを明示 */
.faq-q {
  padding: 20px 48px 20px 52px;
}

.p-faq .question {
  position: relative;
  padding-right: 36px;
  transition: 0.2s;
}

.p-faq .question:hover {
  opacity: 0.7;
}

.question::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #333;
  width: 13px;
  height: 13px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  line-height: 1;
  position: absolute;
  right: 16px;
  top: 26px;
}

.is-opened .question::after {
  transform: translateY(-25%) rotate(315deg);
  top: 32px;
}

@media only screen and (max-width: 767px) {
  .question::after {
      content: "";
      width: 10px;
      height: 10px;
      right: 18px;
      top: 26px;
  }

  .is-opened .question::after {
      transform: translateY(-25%) rotate(315deg);
      top: 30px;
  }
}

/* 2024-07-01 フローティングCAT追加 */
.floating-bottom {
  position: fixed;
  z-index: 99999;
  width: 100%;
  bottom: 0;
  display: none;
}

.fb_inner {
  background-color: #b2b2b2;
  display: flex;
  justify-content: center;
  padding: 8px 30px 4px 30px;
}

/* 2024/07/02 CTAバナーに変更 */
.cta_bnr {
  width: 90%;
  max-width: 800px;
  margin: 40px auto;
}

/* 2024/11/01 店舗ページ車検記事へのリストを追加 */
.area .prefectures li {
  font-size: 14px;
  color: #ccc;
  line-height: 2;
}

#modalContent:has(.modalinner .shopls) {
  padding-top: 0;
}

.syaken-pg .modalContent__shopList .modalinner a {
  color: #1e77c9;
  transition: 0.3s;
  border-bottom: 1px dotted #aaa;
  display: block;
  background: url(../_images/syaken/arrow_r.svg) no-repeat right center;
}
.syaken-pg .modalContent__shopList .modalinner a:hover {
  text-decoration: none;
}

#modalContent.modalContent__shopList {
  border-radius: 8px;
  /* background-color: #fff; */
}
#modalContent.modalContent__shopList .ttlMdl {
  background-color: #333;
  /* border-radius: 7px 7px 0 0 / 7px 7px 0 0; */
  border-radius: 8px 8px 0 0;
  line-height: 1;
  padding: 16px;

  font-size: 20px;
  font-weight: bold;
}

#modalContent.modalContent__shopList .ttlMdl span {
  font-size: 16px;
  padding-left: 4px;
}

.modalinner .shopls {
  padding: 1em 0;
  height: 75vh;
  overflow: auto;
  background: #fff;
  border-radius: 0 0 8px 8px;
}

.modalinner .shopls li {
  width: 50%;
  padding: 0.6em 1em;
  font-size: 16px;
  line-height: 1.7;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .modalinner .shopls li {
    width: 100%;
    padding: 0.6em 1em;
    font-size: 16px;
    line-height: 1.7;
  }
}

#modalContent.modalContent__shopList .closeBtn {
  position: absolute;
  top: 10px;
  right: 16px;
  width: 27px;
  height: 27px;
  cursor: pointer;
  z-index: 999;
  transition: all 300ms 0s ease;
}
#modalContent.modalContent__shopList .closeBtn:hover {
  opacity: 0.7;
}


@media screen and (max-width: 767px) {
  #modalContent.modalContent__shopList .closeBtn {
      top: 9px;
      right: 16px;
      right: 12px;
      width: 6vw;
      height: 6vw;
  }
}

.syaken-pg a.textLink {
  color: #1E77C9;
}
.textLink:hover {
  opacity: 0.7;
  text-decoration: inherit;
}
.textLink.__u {
  text-decoration: underline;
}
.textLink.__u:hover {
  text-decoration: underline;
}

/* 2024-12-19 WEB予約の流れリンク追加 */
.p-cta__textLink {
  margin-top: 18px;
}
.p-cta__textLink a {
  color: #1E77C9;
}

/* 2025-01-06 動画をMV下に追加 */
.youtube-wrapper {
  /* padding-top: 16px;
  padding-bottom: 16px;
  width: calc(100% - 20px);
  margin: 0 auto;
  text-align: center; */
  flex: 1;
}
.youtube-wrapper a {
  cursor: pointer;
}

.youtube-bg-container {
  background: #F4F4F4;
  margin: 40px 0;
  padding: 16px;

  display: flex;
  align-items: center;
  gap: 16px;
}

.youtube-bg_textBox {
  flex: 1;
  text-align: center;
}

.youtube-bg_textBox_h {
  font-weight: bold;
  margin: 4px 0 12px;
}
.syaken-pg p.youtube-bg_textBox_title {
  font-size: 14px;
  color: #666666;
}

@media screen and (max-width: 767px) {
  .youtube-bg-container {
    flex-direction: column;
    gap: 6px;
    width: 84%;
    margin: 24px auto;
  }
  .youtube-bg_textBox {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .syaken-pg p.youtube-bg_textBox_h {
    font-size: 14px;
    margin: 0;
  }
  .youtube-bg-container .icon_movie {
    width: 18px;
  }
}


/* 2025-06-13 KV下お知らせ追加 */
.kvBottom_news {
  margin-top: 40px;
  margin-bottom: 40px;
}

.kvBottom_news__inner {
  border: 1px solid #CDCDCD;
  padding: 16px 40px;
}

.kvBottom_news__content__inner p {
  font-size: 17px;
  line-height: 1.6;
}

.kvBottom_news__heading {
  font-size: 16px;
  font-weight: bold;
  color: #ED6C00;
  margin-bottom: 4px;
}

@media screen and (max-width: 767px) {
  .kvBottom_news {
    width: 84%;
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .kvBottom_news__inner {
    padding: 12px 16px;
  }
  .kvBottom_news__heading {
    font-size: 14px;
  }
}