@charset "UTF-8";
/*
テキスト共通 line-height:1.75
システム ine-heoght:1
Price: line-height:1.5


*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&text=0123456789&display=swap");
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP"), local("NotoSansCJKjp-Regular"), local("NotoSansJP-Regular"), url("../font/NotoSansCJKjp-Regular.eot") format("eot"), url("../font/NotoSansCJKjp-Regular.ttf") format("ttf"), url("../font/NotoSansCJKjp-Regular.woff2") format("woff2"), url("../font/NotoSansCJKjp-Regular.woff") format("woff");
}
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 700;
  src: local("NotoSansCJKjp-Bold"), local("NotoSansJP-Bold"), url("../font/NotoSansCJKjp-Bold.eot") format("eot"), url("../font/NotoSansCJKjp-Bold.ttf") format("ttf"), url("../font/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../font/NotoSansCJKjp-Bold.woff") format("woff");
}
html .all-wrapper {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

body .all-wrapper {
  font-family: "Noto Sans CJK JP", "NotoSansCJKjp", "Noto Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  line-height: 1.75;
  overflow-x: hidden;
  color: #000;
  font-size: 16px;
  letter-spacing: 1.2px;
}

.all-wrapper {
  position: relative;
}
.all-wrapper div:after,
.all-wrapper dl:after,
.all-wrapper ul:after {
  display: initial;
  content: none;
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.5s ease-in-out;
}
a > span {
  transition: opacity 0.5s ease-in-out;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
a:hover > span {
  opacity: 0.7;
}

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

input {
  line-height: 1;
}

@media screen and (max-width: 767px) {
  /*767px以下*/
  body .all-wrapper {
    font-size: 14px;
    overflow-x: hidden;
  }
}
.hidden {
  overflow: hidden;
  position: absolute;
  top: -10px;
  width: 1px;
  height: 1px;
  margin: 0 !important;
  padding: 0 !important;
}

.js-modal-trigger,
.js-modal-description {
  cursor: pointer;
}

body {
  overflow-y: visible;
  width: calc(100vw - 15px);
}
body.modal-fixed {
  position: fixed;
  left: 0;
  width: calc(100vw - 15px);
}

.c-emphasis-text {
  color: #e50020;
}
.c-emphasis-text.-bold {
  font-weight: bold;
}

.c-price-text {
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
}

.c-label {
  color: #333;
}
.c-label.-bold {
  font-weight: bold;
}

.c-btn {
  background: #000;
  color: #fff !important;
  border-radius: 8px;
  text-align: center;
}

.note__text {
  display: flex;
  text-align: left;
}
.note__text.-right {
  justify-content: flex-end;
}

.note__kome {
  display: block;
  width: 3em;
  flex-basis: 3em;
  flex-shrink: 0;
  flex-grow: 0;
}
.note__kome.-asterisk {
  width: 1.8em;
  flex-basis: 1.8em;
}
.note__kome.-star {
  width: 1em;
  flex-basis: 1em;
}

.text-link {
  display: inline-block;
  text-decoration: underline;
  margin: 1em 0;
}

.disp-pc {
  display: block;
}

.disp-sp {
  display: none;
}

.c-heading-l {
  font-size: 40px;
}

.c-heading-m {
  font-size: 32px;
}

.c-heading-s {
  font-size: 28px;
}

.c-heading-ss {
  font-size: 20px;
}

#cars-header.cars-header {
  padding: 26px 0;
  width: 100%;
  background: #fff;
}
#cars-header.cars-header.-fixed {
  position: fixed;
  top: 0;
  z-index: 100000;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
}
#cars-header .cars-header__inner {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}
#cars-header .cars-nav__list {
  display: flex;
  align-items: center;
}
#cars-header .cars-nav__item:not(:first-child) {
  margin-left: 24px;
}
#cars-header .cars-nav__link > span {
  font-weight: bold;
}
#cars-header .cars-nav__link.-is-active {
  color: #e50020;
}

.c-page-title-wrap {
  position: relative;
  background: #fff;
  box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.12);
}

.c-page-title {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  font-size: 28px;
  padding-bottom: 20px;
}

.c-title {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
}
.c-title::after {
  margin: 16px auto 0;
  display: block;
  content: "";
  width: 160px;
  height: 4px;
  background: #e50020;
}

.c-line-title {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.c-line-title::before, .c-line-title::after {
  content: "";
  width: 3px;
  height: 40px;
  background-color: #e50020;
}
.c-line-title::before {
  margin-right: 30px;
  transform: rotate(-35deg);
}
.c-line-title::after {
  margin-left: 30px;
  transform: rotate(35deg);
}

.c-line-title__text {
  font-weight: bold;
  color: #e50020;
  vertical-align: bottom;
  font-size: 24px;
  letter-spacing: 0.9px;
}

.c-line-title.-m {
  font-size: 28px;
}

.btn-link {
  display: inline-block;
  padding: 1px 24px;
  border: 1px solid #d5dae4;
  background: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  transition: opacity 0.2s;
}
.btn-link:hover {
  opacity: 0.5;
}
.btn-link.-pit-service {
  padding: 13px;
  width: 300px;
}
.btn-link.-black {
  background: #000;
  color: #fff;
}

.btn-link__text {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.btn-link__text > span {
  font-weight: bold;
}
.btn-link__text.-external::before {
  margin-right: 6px;
  content: "";
  display: inline-block;
  background: url("/webfront/static_html/cars/img/launch_black_24dp.svg") no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
}
.btn-link__text.-add-box::before {
  margin-right: 6px;
  content: "";
  display: inline-block;
  background: url("/webfront/static_html/cars/img/add_box_white_24dp.svg") no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
}

.nav-wrap {
  padding: 24px 0 0;
  background: #f7f7f7;
}

.nav {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.nav__list {
  display: flex;
  justify-content: center;
  border: 2px solid #e50020;
  border-radius: 8px 8px 8px 8px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
}

.nav__item {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  width: 100%;
  text-align: center;
  transition: opacity 0.2s;
  background: #fff;
}
.nav__item.-active .nav__link {
  background: #e50020 !important;
  color: #fff !important;
}
.nav__item:hover {
  opacity: 0.6;
}
.nav__item:not(:last-child) {
  border-right: 2px solid #e50020;
}
.nav__item:first-child {
  border-radius: 8px 0 0 8px;
}
.nav__item:last-child {
  border-radius: 0 8px 8px 0;
}

.nav__link {
  font-size: 18px;
  width: 100%;
  padding: 19px 0px;
}

.nav__link-icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.nav__keyboard_arrow_down {
  position: absolute;
  right: 24px;
}

.numbering-box {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  counter-increment: number;
  border: 1px solid #ccc;
}
.numbering-box:not(:first-child) {
  margin-top: 60px;
}

.numbering-box__heading {
  padding: 20px 24px;
  background: #000;
  color: #fff;
  text-align: left;
}
.numbering-box__heading::before {
  margin-right: 16px;
  content: counter(number, decimal-leading-zero);
  font-family: "Montserrat", sans-serif;
  color: #e50020;
}
.numbering-box__heading > span {
  font-weight: bold;
}

.numbering-box__content {
  padding: 40px;
  background: #fff;
}

.step-box {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  counter-increment: stepnumber;
  border: 1px solid #ccc;
}
.step-box:not(:first-child) {
  margin-top: 60px;
}

.step-box__heading {
  padding: 20px 24px;
  background: #000;
  color: #fff;
  text-align: left;
  display: flex;
  align-items: center;
}
.step-box__heading::before {
  padding: 3px 12px;
  margin-right: 16px;
  content: "STEP" counter(stepnumber, decimal-leading-zero);
  color: #fff;
  background: #e50020;
  display: inline-block;
  font-size: 14px;
}
.step-box__heading > span {
  font-weight: bold;
}
.step-box__heading.-no-step::before {
  display: none;
}

.step-box__heading-text {
  font-size: 28px;
}

.step-box__label {
  padding: 3px 12px;
  margin-right: 16px;
  color: #fff;
  background: #434343;
  display: inline-block;
  font-size: 14px;
}
.step-box__label.-charge {
  background: #e50020;
}

.step-box__content {
  padding: 24px;
  background: #fff;
}

.info-box {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  counter-increment: stepnumber;
  border: 1px solid #ccc;
}
.info-box:not(:first-child) {
  margin-top: 60px;
}

.info-box__heading {
  padding: 9px 0;
  background: #000;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.info-box__heading-sub {
  display: block;
  font-size: 16px;
  font-weight: normal;
}

.info-box__content {
  padding: 24px;
  background: #fff;
  position: relative;
  border: 4px solid #000;
}
.info-box__content::after {
  position: absolute;
  content: "" !important;
  display: block;
  bottom: 0;
  right: 40px;
  background: url("/webfront/static_html/cars/img/img_info.png") no-repeat;
  background-size: contain;
  width: 167px;
  height: 246px;
  visibility: visible;
}

.info-box__link-wrap {
  width: 300px;
  margin: auto;
}

.info-box__link {
  width: 100%;
  display: block;
  border-radius: 8px;
  background: #e50020;
  color: #fff !important;
  padding: 11px 0;
  text-align: center;
  font-size: 24px;
  transition: opacity 0.2s;
}
.info-box__link:hover {
  opacity: 0.5;
}

.info-box__link-note {
  display: block;
  font-size: 12px;
}

#app .app {
  display: flex;
  border: 4px solid #000;
}
#app .app__box {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  border: 4px solid #000;
  background: #fff;
}
#app .app__box-inner {
  padding: 24px;
  background: #fff;
}
#app .app__box-inner.-left {
  padding: 34px 48px;
  flex-basis: 633px;
  background: #000;
  color: #fff;
}
#app .app__box-left-text {
  display: flex;
  align-items: center;
  font-size: 20px;
}
#app .app__box-phone-icon {
  display: block;
  margin-right: 20px;
  font-size: 36px;
}
#app .app__img-block {
  display: flex;
}
#app .app__img-block-list:not(:first-child) {
  margin-left: 20px;
}

.benefits {
  padding: 30px;
  border: 1px solid #ccc;
  background: #fff;
}
.benefits p {
  text-align: center;
}

.benefits__label {
  margin-bottom: 24px;
  display: inline-block;
  padding: 0 12px;
  background: #e50020;
  color: #fff;
}

.benefits__text {
  margin-top: 24px;
  letter-spacing: 1px;
}
.benefits__text.-left {
  text-align: left;
}

.benefits__list {
  margin-top: 16px;
  display: flex;
  justify-content: center;
}

.benefits__item {
  width: 158px;
}
.benefits__item:not(:first-child) {
  margin-left: 32px;
}

.benefits__border {
  border: 1px solid #ccc;
  padding-top: 100%;
  display: block;
}
.benefits__border.-drive-recorder {
  background-size: cover;
  background: url("/webfront/static_html/cars/img/drive-recorder.png") no-repeat;
  background-size: 86%;
  background-position: center;
}
.benefits__border.-car-navi {
  background-size: cover;
  background: url("/webfront/static_html/cars/img/car-navi.png") no-repeat;
  background-size: 100%;
  background-position: center;
}
.benefits__border.-accessories {
  background-size: cover;
  background: url("/webfront/static_html/cars/img/img_car-accessories.png") no-repeat;
  background-size: 86%;
  background-position: center;
}
.benefits__border.-tire {
  background-size: cover;
  background: url("/webfront/static_html/cars/img/img_tire.png") no-repeat;
  background-size: 60%;
  background-position: center;
}

.benefits__name {
  margin-top: 8px;
}

.benefits__image-block {
  width: 380px;
  margin: 40px auto 0;
  border: 1px solid #ccc;
}
.benefits__image-block.-merit04 {
  margin-bottom: 52px;
  margin-top: 68px;
}
.benefits__image-block.-merit05 {
  margin-top: 68px;
}

.benefits__image-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.benefits__image-wrap::before {
  content: "";
  display: block;
  padding-top: 35%;
}

.benefits__image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.benefits__image.-anshin, .benefits__image.-loan {
  width: 280px;
}
.benefits__image.-guarantee-letter {
  width: 40%;
}
.benefits__image.-card {
  width: 80%;
}
.benefits__image.-car-accessories {
  width: 70%;
}

.benefits__image-note {
  margin-top: 12px;
}

.benefits__content:not(:first-child) {
  margin-top: 15px;
}

.benefits__btn-wrap {
  margin: 24px auto 0;
  font-size: 14px;
}

#offered {
  background: #f7f7f7;
}
#offered .offered__content {
  position: relative;
  margin-top: 40px;
  display: flex;
  align-items: flex-start;
  width: 100%;
  justify-content: space-between;
}
#offered .offered__item {
  flex-shrink: 0;
  flex-basis: 40%;
}
#offered .offered__item-image {
  width: 60%;
}
#offered .offered__item-inner {
  width: 30%;
  position: absolute;
  top: 50%;
  right: 63%;
  transform: translate(0, -50%);
}
#offered .offered__link-wrap {
  margin: 16px 0 0;
  width: 300px;
}

#shoplist.shop-list-section {
  padding: 90px 0;
  background: #000;
}

.shop-list-section__logo {
  margin-bottom: 60px;
}

.shop-list-section__carshop-list {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
}

.shop-list-section__heading {
  padding: 10px 0;
  background: #e50020;
  color: #fff;
  text-align: center;
}

.shop-list-section__box {
  padding: 50px 40px;
  border: 1px solid #ccc;
  border-top: none;
}

.shop-list-section__label:not(:first-child) {
  margin-top: 24px;
}

.modal-shop-list {
  padding: 24px;
}

.modal-shop-list__label {
  font-size: 16px;
  font-weight: bold;
  color: #5c6472;
}
.modal-shop-list__label:not(:first-child) {
  margin-top: 24px;
}

.cars-shop-list {
  display: flex;
}

.cars-shop-list__item {
  margin-right: 24px;
}
.cars-shop-list__item.-space {
  width: 100%;
}

.cars-shop-list__link {
  color: #e50020 !important;
}
.cars-shop-list__link::before {
  display: inline-block;
  content: "";
  background: url("/webfront/static_html/cars/img/keyboard_arrow_right_black_24dp.svg") no-repeat;
  background-size: cover;
  width: 28px;
  height: 28px;
  vertical-align: middle;
  color: #434343;
}
.cars-shop-list__link.-nolink {
  color: #000 !important;
}

.modal-cars-shop-list {
  display: flex;
  flex-wrap: wrap;
}

.modal-cars-shop-list__item {
  margin-right: 16px;
}
.modal-cars-shop-list__item.-space {
  width: 100%;
}

.modal-cars-shop-list__link {
  font-size: 16px;
  color: #e50020 !important;
}
.modal-cars-shop-list__link::before {
  display: inline-block;
  content: "";
  background: url("/webfront/static_html/cars/img/keyboard_arrow_right_black_24dp.svg") no-repeat;
  background-size: cover;
  width: 28px;
  height: 28px;
  vertical-align: middle;
  color: #434343;
}
.modal-cars-shop-list__link.-nolink {
  color: #000 !important;
}

#faqlist.faqlist {
  padding: 150px 0;
  background: #f7f7f7;
}
#faqlist .faqlist__content {
  width: 825px;
  margin: 40px auto 0;
}

#faqAll .faqlist__content,
#faqBuy .faqlist__content,
#faqSell .faqlist__content,
#faqLease .faqlist__content {
  width: 825px;
  margin: 40px auto 0;
}

#faqlist .faqlist__description,
#faqAll .faqlist__description,
#faqBuy .faqlist__description,
#faqSell .faqlist__description,
#faqLease .faqlist__description {
  text-align: center;
}

#faqlist .faqlist__list,
#faqAll .faqlist__list,
#faqBuy .faqlist__list,
#faqSell .faqlist__list,
#faqLease .faqlist__list {
  width: 790px;
  margin: auto;
}

.faq__list {
  margin-top: 24px;
}

.faq__item {
  background: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
  border-radius: 6px;
}
.faq__item:not(:first-child) {
  margin-top: 24px;
}

.faq__question {
  padding: 16px 16px 20px;
  cursor: pointer;
  font-weight: bold;
  display: flex;
  align-items: center;
  align-items: center;
}

.faq__question-text {
  font-weight: bold;
}

.faq__toggle {
  display: block;
  margin-left: auto;
}
.faq__toggle.-open {
  position: relative;
}

.faq__icon {
  margin-right: 16px;
}
.faq__icon::before {
  content: "Q";
  border-radius: 50%;
  padding: 7px 9px 8px 10px;
  color: #fff;
  background: #000;
}
.faq__icon.-answer::before {
  padding: 7px 10px 7px 11px;
  content: "A";
  background: #e50020;
  color: #fff;
}

.faq__answer {
  display: flex;
  margin: 0 16px 16px;
  border-top: 1px solid #ccc;
  padding-top: 16px;
}
.faq__answer.is-open {
  display: block;
}

.faq__answer-text {
  width: 100%;
  text-align: left;
}

.faq__answer-text-link {
  text-decoration: underline;
}

.articles-wrap {
  padding: 100px 0 90px;
}

.new-articles__content {
  margin-top: 40px;
}

.new-articles__btn-wrap {
  width: 300px;
  margin: 40px auto 0;
}

.more {
  padding: 12px;
  border-radius: 8px;
  display: block;
  background: #000;
  color: #fff !important;
  transition: opacity 0.6s;
  font-size: 18px;
  text-align: center;
}
.more:hover {
  opacity: 0.5;
}

#merchant.merchant {
  padding: 40px 0;
  background: #767676;
}
#merchant .merchant__inner {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
#merchant .merchant__heading {
  margin-bottom: 17px;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
#merchant .merchant__list {
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-top: 1px solid #fff;
}
#merchant .merchant__item {
  margin-top: 17px;
  width: 25%;
}
#merchant .merchant__item:not(:first-child) {
  border-left: 1px solid #fff;
}
#merchant .merchant__link {
  color: #fff !important;
}

.floating {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1;
  cursor: pointer;
}

.floating__link {
  position: relative;
  background: #ee762f;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  display: block;
  color: #fff !important;
  text-align: center;
  font-size: 16px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
  transition: opacity 0.2;
}

.floating__link-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.floating__link-icon {
  transition: opacity 0.5s ease-in-out;
  margin: auto;
  display: block;
}

.floating__text {
  display: block;
  line-height: 1.2;
}

.floating__text-note {
  margin-top: 4px;
  display: block;
  font-size: 8px;
}

.modal {
  display: none;
  /* 初期状態 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /* モーダルは画面いっぱいに */
  height: 100vh;
  /* モーダルは画面いっぱいに */
  z-index: 100000;
}

.modal__bg {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal__window {
  position: absolute;
  background-color: #fff;
  border-radius: 8px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 650px;
}
.modal__window.-car-detail {
  width: 650px;
}

.modal__title {
  border-radius: 8px 8px 0 0;
  padding: 18px;
  text-align: center;
  font-weight: 600;
  background: #000;
  color: #fff;
  font-size: 16px;
}

.modal__title-text {
  text-align: center;
}

.modal__close {
  border-radius: 8px;
  padding: 14px;
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  border: none;
  cursor: pointer;
}
.modal__close::before {
  content: "";
  display: block;
  background: url(/webfront/static_html/cars/img/ico_modal-close.svg) no-repeat;
  width: 32px;
  height: 32px;
  background-size: contain;
}

.modal__content {
  border-radius: 0 0 8px 8px;
  background: #fff;
  overflow-y: scroll;
  height: 370px;
}
.modal__content.-car-detail {
  overflow-y: auto;
  height: 700px;
}

.each-store__item:not(:first-child) {
  border-top: 1px solid #eee;
}

.each-store__link {
  font-size: 16px;
  text-align: left;
  padding: 9px 24px;
  display: block;
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
}
.each-store__link::after {
  display: inline-block;
  content: "";
  background: url("/webfront/static_html/cars/img/keyboard_arrow_right_black_24dp.svg") no-repeat;
  background-size: cover;
  width: 28px;
  height: 28px;
  flex-basis: 28px;
  flex-shrink: 0;
  vertical-align: middle;
  color: #434343;
}

.each-store__link-text {
  flex-shrink: 5;
  width: 90%;
}

.fukkatsu_modal {
  padding: 1em 1.5em;
  text-align: left;
}
.fukkatsu_modal .red_txt {
  color: #e50020;
}
.fukkatsu_modal .bold_txt {
  font-weight: 700;
}
.fukkatsu_modal .small_txt {
  display: inline-block;
  font-size: 12px;
}
.fukkatsu_modal .fukkatsu_tit {
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
  padding: 0 0 1em 0;
  margin: 0 0 1em 0;
}
.fukkatsu_modal .fukkatsu_tit .red_txt {
  font-weight: 700;
}
.fukkatsu_modal .fukkatsu_box {
  counter-reset: count;
  margin: 1.5em auto;
}
.fukkatsu_modal .fukkatsu_box .fu_sub_tit {
  font-size: 16px;
  font-weight: 700;
}
.fukkatsu_modal .fukkatsu_box .fu_count {
  position: relative;
  counter-increment: count;
  padding: 0 0 0 3.7em;
}
.fukkatsu_modal .fukkatsu_box .fu_count::before {
  position: absolute;
  content: "0" counter(count);
  font-weight: 700;
  left: 0;
  color: #fff;
  background: #e50020;
  padding: 0.1em 0.8em;
}
.fukkatsu_modal .fukkatsu_box .fu_detail {
  font-size: 14px;
  margin: 1em auto;
}
.fukkatsu_modal .fukkatsu_box .fu_detail .p {
  margin: 0.5em auto;
}

@media screen and (max-width: 767px) {
  /*767px以下*/
  body {
    width: 100%;
  }
  body.modal-fixed {
    width: 100%;
  }
  .disp-pc {
    display: none;
  }
  .disp-sp {
    display: block;
  }
  .c-heading-l {
    font-size: 32px;
  }
  .c-heading-m {
    font-size: 24px;
  }
  .c-heading-s {
    font-size: 20px;
  }
  .c-heading-ss {
    font-size: 16px;
  }
  .material-icons.-naviicon {
    font-size: 32px;
  }
  #cars-header.cars-header {
    padding: 8px 0 0 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #cars-header.cars-header.-fixed {
    top: 90px;
  }
  #cars-header .cars-header__inner {
    width: 100%;
    display: block;
  }
  #cars-header .cars-header__logo {
    margin: 0 auto 16px;
    text-align: center;
    width: 240px;
  }
  #cars-header .cars-nav__list {
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }
  #cars-header .cars-nav__item {
    width: 25%;
    margin: auto;
    display: flex;
    flex-direction: column;
  }
  #cars-header .cars-nav__item-text {
    display: block;
    margin-top: 5px;
  }
  #cars-header .cars-nav__link {
    padding: 8px 0;
    font-size: 9px;
  }
  #cars-header .cars-nav__link.-is-active {
    border-bottom: 2px solid #e50020;
  }
  #cars-header .cars-nav__item:not(:first-child) {
    margin-left: 0;
    border-left: 1px solid #eee;
  }
  .c-page-title {
    max-width: initial;
    width: initial;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    margin: auto;
    font-size: 24px;
    padding: 10px 0;
  }
  .c-title {
    font-size: 24px;
  }
  .c-title::after {
    margin: 12px auto 0;
    width: 90px;
  }
  .c-line-title::before, .c-line-title::after {
    width: 4px;
    height: 32px;
  }
  .c-line-title::before {
    margin-right: 20px;
    transform: rotate(-35deg);
  }
  .c-line-title::after {
    margin-left: 20px;
    transform: rotate(35deg);
  }
  .c-line-title__text {
    font-size: 20px;
  }
  .btn-link {
    display: block;
    width: 100%;
  }
  .btn-link.-pit-service {
    width: 100%;
  }
  .nav-wrap {
    padding: 0;
  }
  .nav {
    width: 100%;
  }
  .nav__list {
    border: none;
    border-radius: 0;
    flex-wrap: wrap;
    justify-content: flex-start;
    box-shadow: none;
  }
  .nav__item {
    width: 50%;
    box-sizing: border-box;
    border-top: 2px solid #e50020;
    border-bottom: 2px solid #e50020;
  }
  .nav__item:not(:last-child) {
    border-right: none;
  }
  .nav__item:nth-child(odd) {
    border-right: 2px solid #e50020;
  }
  .nav__item:nth-child(n+3) {
    border-top: none;
  }
  .nav__item:first-child {
    border-radius: 0;
  }
  .nav__item:last-child {
    border-radius: 0;
    border-top: none;
  }
  .nav__item.-active {
    background: #e50020;
    color: #fff !important;
  }
  .nav__link {
    width: 100%;
    padding: 19px 0px;
    font-size: 14px;
  }
  .nav__keyboard_arrow_down {
    position: absolute;
    right: 24px;
  }
  .numbering-box {
    max-width: initial;
    width: initial;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
  .numbering-box__heading {
    padding: 16px;
    font-size: 16px;
    display: flex;
    align-items: center;
  }
  .numbering-box__heading::before {
    margin-right: 16px;
    flex-shrink: 0;
    flex-grow: 0;
    font-size: 28px;
  }
  .numbering-box__content {
    padding: 16px;
  }
  .numbering-box:not(:first-child) {
    margin-top: 40px;
  }
  .info-box {
    max-width: initial;
    width: initial;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    counter-increment: stepnumber;
    border: 1px solid #ccc;
  }
  .info-box:not(:first-child) {
    margin-top: 60px;
  }
  .info-box__heading {
    padding: 9px 0 9px 24px;
    font-size: 16px;
    text-align: left;
    position: relative;
  }
  .info-box__heading::after {
    position: absolute;
    content: "" !important;
    display: block;
    bottom: 0;
    right: 0;
    background: url("/webfront/static_html/cars/img/img_info.png") no-repeat;
    background-size: contain;
    width: 58px;
    height: 95px;
    visibility: initial;
  }
  .info-box__heading-sub {
    font-size: 12px;
  }
  .info-box__content {
    padding: 24px;
    background: #fff;
    position: relative;
  }
  .info-box__content::after {
    display: none;
    background: none;
  }
  .info-box__link-wrap {
    width: 100%;
    margin: auto;
  }
  .info-box__link {
    padding: 5px 0;
    font-size: 20px;
  }
  #app .app__box {
    max-width: initial;
    width: initial;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
    padding: 0 0 2px;
    border: 2px solid #000;
  }
  #app .app__box-inner {
    padding: 16px 0;
    width: 100%;
  }
  #app .app__box-inner.-left {
    padding: 0;
    flex-basis: initial;
  }
  #app .app__box-left-text {
    justify-content: center;
    padding: 8px 0px;
  }
  #app .app__box-phone-icon {
    display: none;
  }
  #app .app__box-phone-text {
    font-size: 16px;
    text-align: center;
  }
  #app .app__img-block {
    justify-content: center;
    width: 90%;
    margin: auto;
  }
  .benefits {
    padding: 16px;
  }
  .benefits p {
    text-align: center;
  }
  .benefits__label {
    margin-bottom: 16px;
    display: block;
    padding: 0 12px;
  }
  .benefits__text {
    margin-top: 16px;
  }
  .benefits__text.-left {
    text-align: left;
  }
  .benefits__text.-center {
    text-align: center;
  }
  .benefits__list {
    margin-top: 16px;
    flex-wrap: wrap;
  }
  .benefits__item {
    width: calc(50% - 19px);
  }
  .benefits__item:not(:first-child) {
    margin-left: 19px;
  }
  .benefits__item:nth-child(odd) {
    margin-left: 0;
  }
  .benefits__item:nth-child(n+3) {
    margin-top: 16px;
  }
  .benefits__border {
    border: 1px solid #ccc;
    padding-top: 100%;
    display: block;
  }
  .benefits__name {
    margin-top: 8px;
  }
  .benefits__image.-loan, .benefits__image.-anshin {
    width: 60%;
  }
  .benefits__image.-fukkatsu {
    width: 35%;
  }
  .benefits__image-block {
    width: 100% !important;
  }
  .benefits__contents-row {
    display: block;
  }
  .benefits__contents-row-item {
    width: 100%;
  }
  .benefits__col {
    min-height: auto;
  }
  .benefits__btn-wrap {
    width: 100%;
  }
  .benefits__btn-wrap.-fukkatsu, .benefits__btn-wrap.-card {
    width: 100%;
  }
  #offered {
    max-width: initial;
    width: initial;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
  #offered .offered__content {
    flex-direction: column-reverse;
  }
  #offered .offered__item {
    flex-shrink: 0;
    flex-basis: initial;
  }
  #offered .offered__item-image {
    width: 100%;
  }
  #offered .offered__item-inner {
    width: 100%;
    position: relative;
    top: initial;
    right: initial;
    transform: translate(0, 0);
  }
  #offered .offered__description {
    margin-top: 16px;
  }
  #offered .offered__link-wrap {
    margin: 16px auto 0;
    width: 100%;
  }
  #shoplist.shop-list-section {
    padding: 40px 0 24px;
  }
  #shoplist .shop-list-section__logo {
    width: 240px;
    margin-bottom: 24px;
  }
  #shoplist .shop-list-section__carshop-list {
    max-width: initial;
    width: initial;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
  #shoplist .shop-list-section__box {
    padding: 16px;
  }
  #shoplist .shop-list-section__label:not(:first-child) {
    margin-top: 24px;
  }
  #shoplist .cars-shop-list {
    display: flex;
    flex-wrap: wrap;
  }
  #shoplist .cars-shop-list__item {
    margin-right: 8px;
    flex-shrink: 0;
  }
  #shoplist .cars-shop-list__link {
    color: #e50020 !important;
  }
  #shoplist .cars-shop-list__link::before {
    width: 20px;
    height: 20px;
  }
  .modal-shop-list {
    padding: 16px;
  }
  .modal-shop-list__label {
    font-size: 14px;
  }
  .modal-shop-list__label:not(:first-child) {
    margin-top: 16px;
  }
  #faqlist.faqlist {
    padding: 40px 0;
  }
  #faqlist .faqlist__content {
    max-width: initial;
    width: initial;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px;
  }
  #faqAll .faqlist__content,
#faqBuy .faqlist__content,
#faqSell .faqlist__content,
#faqLease .faqlist__content {
    max-width: initial;
    width: initial;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px;
  }
  #faqlist .faqlist__description,
#faqAll .faqlist__description,
#faqBuy .faqlist__description,
#faqSell .faqlist__description,
#faqLease .faqlist__description {
    text-align: left;
  }
  #faqlist .faqlist__list,
#faqAll .faqlist__list,
#faqBuy .faqlist__list,
#faqSell .faqlist__list,
#faqLease .faqlist__list {
    width: 100%;
  }
  #faqlist .faq__question-text,
#faqAll .faq__question-text,
#faqBuy .faq__question-text,
#faqSell .faq__question-text,
#faqLease .faq__question-text {
    text-align: left;
    font-size: 12px;
  }
  #faqlist .faq__answer,
#faqAll .faq__answer,
#faqBuy .faq__answer,
#faqSell .faq__answer,
#faqLease .faq__answer {
    font-size: 12px;
  }
  #faqlist .faq__icon,
#faqAll .faq__icon,
#faqBuy .faq__icon,
#faqSell .faq__icon,
#faqLease .faq__icon {
    margin-right: 8px;
    flex-shrink: 0;
    flex-basis: 27px;
  }
  #faqlist .faq__icon::before,
#faqAll .faq__icon::before,
#faqBuy .faq__icon::before,
#faqSell .faq__icon::before,
#faqLease .faq__icon::before {
    padding: 7px 8px 8px 10px;
    font-size: 12px;
  }
  #faqlist .faq__icon.-answer::before,
#faqAll .faq__icon.-answer::before,
#faqBuy .faq__icon.-answer::before,
#faqSell .faq__icon.-answer::before,
#faqLease .faq__icon.-answer::before {
    padding: 6px 9px 8px 10px;
  }
  #merchant.merchant {
    padding: 16px 0;
  }
  #merchant .merchant__inner {
    max-width: initial;
    width: initial;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
  #merchant .merchant__list {
    padding-top: 8px;
    flex-wrap: wrap;
  }
  #merchant .merchant__item {
    margin-top: 1px;
    width: calc((100% - 2px) / 2);
  }
  #merchant .merchant__item:not(:first-child) {
    border-left: none;
  }
  #merchant .merchant__link {
    padding: 8px 0px;
    width: 100%;
    display: block;
    background: #c4c4c4;
  }
  .numbering-box {
    max-width: initial;
    width: initial;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
  .numbering-box:not(::first-child) {
    margin-top: 0;
  }
  .step-box {
    max-width: initial;
    width: initial;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
  .step-box:not(:first-child) {
    margin-top: 40px;
  }
  .step-box__heading {
    padding: 12px;
    display: block;
    font-size: 16px;
  }
  .step-box__heading::before {
    display: block;
    margin: 0 0 5px;
    font-size: 12px;
    width: 30%;
    text-align: center;
  }
  .step-box__heading-text {
    font-size: 16px;
  }
  .step-box__label {
    padding: 3px 12px;
    margin-right: 0;
    font-size: 12px;
  }
  .step-box__content {
    padding: 16px;
  }
  .new-articles__content {
    margin-top: 24px;
  }
  .new-articles__btn-wrap {
    margin: 24px auto 0;
  }
  .more {
    padding: 8px;
    font-size: 14px;
  }
  .floating {
    max-width: initial;
    width: initial;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 10px;
    background: #fff;
  }
  .floating__link {
    border-radius: 4px;
    padding: 9px 0;
    width: 100%;
    height: 40px;
    display: block;
    font-size: 14px;
  }
  .floating__text {
    font-size: 12px;
  }
  .modal__window {
    width: 94% !important;
  }
  .modal__window.-car-detail {
    width: 94% !important;
  }
  .modal__close {
    padding: 16px;
  }
  .modal__close::before {
    content: "";
    display: block;
    width: 17px;
    height: 17px;
    background-size: contain;
  }
  .modal__title {
    padding: 10px;
  }
  .modal__content {
    height: 50vh;
  }
  .modal__content.-car-detail {
    overflow-y: scroll;
    height: 50vh;
  }
  .fukkatsu_modal {
    padding: 1em 1.5em;
    text-align: left;
  }
  .fukkatsu_modal .small_txt {
    font-size: 12px;
  }
  .fukkatsu_modal .fukkatsu_tit {
    font-size: 18px;
  }
  .fukkatsu_modal .fukkatsu_box .fu_sub_tit {
    font-size: 14px;
  }
  .fukkatsu_modal .fukkatsu_box .fu_detail {
    font-size: 12px;
    margin: 1em auto;
  }
  .fukkatsu_modal .fukkatsu_box .fu_detail .p {
    margin: 0.5em auto;
  }
}
.cars-top__app {
  background: #f7f7f7;
  padding: 252px 0 90px;
}

.cars-top__section-l {
  padding-top: 90px;
}

.cars-top__section-ll {
  padding-top: 200px;
}

#mvSectionPc {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: relative;
  height: 560px;
}
#mvSectionPc .mv-section-pc__img {
  background: url("/webfront/static_html/cars/img/pc-kv.jpg") center center no-repeat;
  background-size: cover;
  height: 560px;
}
#mvSectionPc .mv-section-pc__title-block {
  min-width: 1000px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
#mvSectionPc .mv-title-pc {
  margin: 65px auto 0 0;
  width: 500px;
}
#mvSectionPc .title-block-pc__title {
  font-weight: bold;
  font-size: 48px;
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  line-height: 1.5;
}
#mvSectionPc .title-block-pc__sub-text {
  padding: 8px 0;
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
  line-height: 1;
}
#mvSectionPc .title-block-pc__logo {
  margin-top: 24px;
  max-width: 360px;
}
#mvSectionPc .cars-content {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#mvSectionPc .cars-content__list {
  margin-top: 392px;
  display: flex;
  justify-content: space-between;
}
#mvSectionPc .cars-content__item {
  width: calc(33.3333333333% - 10px);
}
#mvSectionPc .cars-content__box {
  padding: 24px;
  background: #fff;
  text-align: center;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
}
#mvSectionPc .cars-content__title-sub {
  display: block;
  font-size: 14px;
  color: #000;
  font-weight: bold;
  letter-spacing: 0.9px;
}
#mvSectionPc .cars-content__text {
  margin-top: 16px;
  text-align: center;
}
#mvSectionPc .cars-content__link {
  display: block;
  width: 270px;
  margin: 16px auto 0;
  padding: 12px 0;
  background: #000;
  color: #fff !important;
  border-radius: 8px;
  text-align: center;
  font-size: 18px;
  transition: opacity 0.2s;
}
#mvSectionPc .cars-content__link:hover {
  opacity: 0.5;
}

#strengths {
  background: #f7f7f7;
}
#strengths .strengths__inner {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
#strengths .strengths__description {
  margin-top: 40px;
  text-align: center;
}
#strengths .strengths__contents {
  margin-top: 40px;
}
#strengths .strengths__list {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#strengths .strengths__item {
  width: 225px;
  height: 225px;
}
#strengths .strengths__item:not(:first-child) {
  margin-left: 32px;
}
#strengths .strengths__item:nth-child(5n) {
  margin-left: 0;
}
#strengths .strengths__item:nth-child(n+5) {
  margin-top: 40px;
}
#strengths .strengths__text {
  text-align: center;
  font-size: 60px;
}
#strengths .strengths__arrow {
  margin-top: 40px;
}

#select {
  background: #f7f7f7;
}
#select .select__article {
  margin-top: 40px;
}
#select .select__description {
  text-align: center;
}
#select .select__text {
  font-size: 14px;
  text-align: center;
}
#select .select__list {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
#select .select__list.-pc2row {
  justify-content: center;
}
#select .select__list.-pc2row .select__item:not(:first-child) {
  margin-left: 24px;
}
#select .select__item {
  border: 1px solid #ccc;
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  width: calc(33.3333333333% - 20px);
}
#select .select__item-box {
  width: 100%;
}
#select .select__item-link {
  font-size: 14px;
}
#select .select__item-img {
  display: block;
  margin: auto;
  padding-top: 37.5%;
}
#select .select__item-img.-menu {
  background: url("/webfront/static_html/cars/img/PitService.svg") no-repeat;
  background-size: 90%;
  background-position: center;
}
#select .select__item-img.-fukkatsu {
  background: url("/webfront/static_html/cars/img/fukkatsu.png") no-repeat;
  background-position: center;
  background-size: 50%;
}
#select .select__item-img.-protect {
  background: url("/webfront/static_html/cars/img/logo-warranty.svg") no-repeat;
  background-size: 90%;
  background-position: center;
}
#select .select__item-img.-system {
  background: url("/webfront/static_html/cars/img/carlease.png") no-repeat;
  background-size: 100%;
  background-position: center;
}
#select .select__item-img.-guarantee {
  background: url("/webfront/static_html/cars/img/img_guarantee-letter.png") no-repeat;
  background-size: auto;
  background-position: center;
}
#select .select__item-img.-off10per {
  background: url("/webfront/static_html/cars/img/10peroff.png") no-repeat;
  background-size: 100%;
  background-position: center;
}
#select .select__item-img.-reviewDr {
  background: url("/webfront/static_html/cars/img/reviewDr.svg") no-repeat;
  background-size: auto;
  background-position: center;
}
#select .select__item-img.-fiveday {
  background: url("/webfront/static_html/cars/img/fiveday-warranty.svg") no-repeat;
  background-size: auto;
  background-position: center;
}
#select .select__item-img.-hapidora {
  background: url("/webfront/static_html/cars/img/hapidora.svg") no-repeat;
  background-size: auto;
  background-position: center;
}
#select .select__item-img.-fiveper {
  background: url("/webfront/static_html/cars/img/5peroff.svg") no-repeat;
  background-size: auto;
  background-position: center;
}
#select .select__box {
  margin: 40px auto 0;
  border: 1px solid #ccc;
  width: 672px;
}
#select .select__box-list {
  display: flex;
  justify-content: center;
}
#select .select__box-item {
  padding: 16px 0;
  width: 50%;
}
#select .select__box-item:not(:first-child) .select__box-item-inner {
  border-left: 1px dashed #ccc;
}
#select .select__box-text {
  font-size: 14px;
  text-align: center;
}

/* 新着 */
.new-articles-list-section {
  padding-top: 100px;
}
.new-articles-list-section .new-articles-list-inner {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
}

/* 関連 */
.related-list-section {
  padding-top: 100px;
}
/*20220825 フッター3カラム修正*/
#merchant .merchant__item {
  width: 33.3333333333%;
}

/*20221223 詳しくはこちらボタンの設置*/
.cars-text__link {
  font-weight: bold;
  position: relative;
}
.cars-text__link::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url(../img/keyboard_arrow_right_black_24dp.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -25px;
  color: #434343;
}

/* 車を売るコンテンツのマージン調整 */
.cars-content__item img,
#mvSectionPc .cars-content__text,
.kaitori-btn-wrap {
  margin-top: 15px;
}

/* 買取査定ボタンの設置 */
.kaitori-btn {
  width: 275px;
  height: 45px;
  margin: 0 auto;
  display: block;
  background-color: #e50020;
  border-radius: 8px;
  position: relative;
  transition: opacity 0.2s;
}
.kaitori-btn:hover {
  opacity: 0.5;
}
.kaitori-btn::before {
  content: "";
  width: 193px;
  height: 34px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(/static_html/cars/img/btn_v2.svg) no-repeat center center/contain;
}

/* 売る、買う、リースコンテンツ高さ調節 */
#mvSectionPc .cars-content__box {
  height: 376px;
  box-sizing: border-box;
}

/* 2025-04-25 FAQアイコン崩れ修正 */
.faq__icon-b {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 16px;
  background: #000;
  color: #fff;
  line-height: 1;
}
.faq__icon-b::before {
  content: "Q";
  padding-bottom: 2px;
}
.faq__icon-b.-answer {
  background: #e50020;
  width: 34px;
  letter-spacing: normal;
}
.faq__icon-b.-answer::before {
  content: "A";
}

@media screen and (max-width: 767px) {
  .faq__icon-b {
    font-size: 12px;
    width: 28px;
    height: 28px;
    margin-right: 8px;
  }
  .faq__icon-b::before {
    padding-left: 1px;
  }
  .faq__icon-b.-answer {
    width: 32px;
  }
}
/* 202506 フッター加盟店募集へのリンク誘導 */
.recruiting-member-stores {
  padding: 40px 0;
  background: #000;
}
@media screen and (max-width: 767px) {
  .recruiting-member-stores {
    padding: 40px 24px;
  }
}
.recruiting-member-stores__inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.recruiting-member-stores__text {
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
}
.recruiting-member-stores__link {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .recruiting-member-stores__text {
    font-size: 16px;
  }
}
.recruiting-member-stores__link {
  position: relative;
  box-sizing: border-box;
  padding: 9px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 4px;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid #fff;
  background: #000;
  width: 460px;
  color: #fff !important;
  font-size: 16px;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
  line-height: 1.35;
}
@media screen and (max-width: 767px) {
  .recruiting-member-stores__link {
    width: 100%;
    font-size: min(3.73vw, 14px);
  }
}
@media screen and (max-width: 767px) {
  .recruiting-member-stores__link > span {
    width: min(270px, 100%);
  }
}
.recruiting-member-stores__arrow {
  position: absolute;
  right: 3%;
}
@media screen and (max-width: 767px) {
  .recruiting-member-stores__arrow {
    width: 16px;
    height: 16px;
  }
}
/*# sourceMappingURL=cars.css.map */