@charset "UTF-8";
/* *** variables model *** */
/* color */
/* *** common variables *** */
/* break point */
/* hover style */
/* color */
/* One-Tone */
/* Two-Tone */
/* *** mixins *** */
/* break point */
/* hover */
/* --- 10px = 1rem --- */
/* イントロ */
@media (min-width: 769px) {
  .intro-content {
    display: flex;
    align-items: center;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .intro-content {
    display: block;
  }
}
@media (min-width: 769px) {
  .intro-content .txt-mysubaru-connected {
    margin-block: 16px 24px;
    font-size: 3.6rem;
    line-height: 1.3;
  }
}
@media (max-width: 768px) {
  .intro-content .txt-mysubaru-connected {
    margin-block: 20px 20px;
    font-size: 2.4rem;
  }
}

/* 車種選択エリア */
.selector-select-area {
  background-color: var(--greyK5);
}
@media (min-width: 769px) {
  .selector-select-area {
    padding-block: 5rem 6rem;
  }
}
@media (max-width: 768px) {
  .selector-select-area {
    padding-block: 4rem 5rem;
  }
}
@media (max-width: 768px) {
  .selector-select-area .h2ttl .sub {
    font-size: 1.8rem;
    text-align: center;
  }
}

/* セレクター 上書き */
@media (min-width: 769px) {
  .select_area-wrap {
    margin-inline: auto;
    max-width: 670px;
  }
}
.select_area-wrap .selModalButton {
  margin: 0 auto;
  padding: 1.6rem 3.6rem 1.6rem 1.6rem;
  background-color: var(--white);
  border: 1px solid var(--silver);
  border-radius: 8px;
  position: relative;
}
.select_area-wrap .selModalButton::before {
  display: none;
}
@media (min-width: 769px) {
  .select_area-wrap .selModalButton {
    padding: 1.6rem 3.6rem 1.6rem 1.6rem;
  }
}
@media (max-width: 768px) {
  .select_area-wrap .selModalButton {
    padding: 1.2rem 3.2rem 1.2rem 1.6rem;
    font-size: 1.4rem;
  }
}
.select_area-wrap .selModalButton::after {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  background: url(/assets/images/icn_circle_link_arrow.svg) no-repeat center/auto 16px;
  border: none;
  pointer-events: none;
  position: absolute;
  right: 16px;
  top: calc(50% - 8px);
  transform: rotate(90deg);
  z-index: 3;
}

/* selModal調整 */
.selModal .selModalInner ul li:first-child::after {
  display: none;
}

/* 車種テーブル */
@media (min-width: 769px) {
  .table-nml thead th,
  .table-nml thead td,
  .table-nml tbody th,
  .table-nml tbody td {
    font-size: 1.6rem;
  }
}
.table-nml thead th.bg-grayK25,
.table-nml thead td.bg-grayK25,
.table-nml tbody th.bg-grayK25,
.table-nml tbody td.bg-grayK25 {
  background-color: #bebebe;
}
@media (max-width: 768px) {
  .table-nml thead th.sp-th-w,
  .table-nml thead td.sp-th-w,
  .table-nml tbody th.sp-th-w,
  .table-nml tbody td.sp-th-w {
    max-width: 187px;
    width: 19%;
  }
}/*# sourceMappingURL=top.css.map */


