@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
@font-face {
  font-family: 'BMWTypeNext Latin TT';
  src: url('../fonts/BMWTypeNextLatinTT-Regular.ttf') format('opentype'), url('../fonts/BMWTypeNextLatinTT-Bold.ttf') format('opentype'), url('../fonts/BMWTypeNextLatinTT-Light.ttf') format('opentype');
}
/***  color ***/
/*** font ***/
.frame_item {
  padding-bottom: 20px;
  margin: auto;
  padding-top: 60px;
}
@media screen and (max-width: 850px) {
  .frame_item {
    padding-top: 40px;
    padding-bottom: 0;
  }
}
.frame_item .inner {
  max-width: 890px;
}
.f_ttl {
  font-size: 25px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (max-width: 850px) {
  .f_ttl {
    margin-bottom: 5px;
    font-size: 18px;
  }
}
.sub_txt {
  font-size: 18px;
  text-align: center;
  margin-bottom: 80px;
  font-weight: 400;
  line-height: 1.8;
}
.sub_txt span,
.sub_txt a {
  color: #000000;
  font-weight: bold;
  font-size: 18px;
  display: inline!important;
}
@media screen and (max-width: 850px) {
  .sub_txt {
    margin-bottom: 40px;
    font-size: 16px;
  }
  .sub_txt span,
  .sub_txt a {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .sub_txt {
    font-size: 14px;
    text-align: left;
  }
  .sub_txt span,
  .sub_txt a {
    font-size: 14px;
  }
}
.car_name {
  display: block;
}
.car_name .tag {
  width: 100%;
  background: none;
  text-align: left;
  border-bottom: 1px solid #a7a7a7;
  padding-bottom: 10px;
  font-weight: bold;
  margin-bottom: 15px;
}
.car_name .car_n {
  text-align: left;
  font-weight: bold;
}
.car_name .car_n p {
  font-weight: bold;
}
.box02 {
  border-radius: 2px;
  background: #ffffff;
  padding: 40px 80px 40px 40px;
  margin-top: 30px;
}
.box02 .form-title {
  margin-bottom: 30px;
}
.box02 .form-title p {
  font-weight: 700;
  font-size: 18px;
}
@media screen and (max-width: 850px) {
  .box02 {
    padding: 20px;
    margin-top: 20px;
  }
  .box02 .form-title {
    margin-bottom: 25px;
  }
  .box02 .form-title p {
    font-size: 17px;
  }
}
.box02 dl {
  display: flex;
}
@media screen and (max-width: 850px) {
  .box02 dl {
    display: block;
  }
}
.box02 dl dt {
  width: 136px;
}
@media screen and (max-width: 850px) {
  .box02 dl dt {
    width: 100%;
    margin-bottom: 20px;
  }
  .box02 dl dt p {
    font-weight: bold;
    font-size: 16px;
  }
}
.box02 dl dd {
  width: calc(100% - 136px);
}
@media screen and (max-width: 850px) {
  .box02 dl dd {
    width: 100%;
  }
}
.box02 dl dd .sub {
  display: block;
}
.box02 dl dd .sub dt {
  width: 100%;
}
@media screen and (max-width: 850px) {
  .box02 dl dd .sub dt {
    margin-bottom: 8px;
  }
  .box02 dl dd .sub dt p {
    font-size: 14px;
    font-weight: 500;
  }
}
.box02 dl dd .sub dd {
  width: 100%;
  margin-top: 8px;
  margin-bottom: 20px;
}
.box02 dl dd span {
  margin: 0;
}
.box02 dl dd span label {
  display: flex !important;
}
.frame_item input[type="checkbox"] {
  /* appearance: none; */
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border: 1px solid #707070;
  margin-right: 10px;
  padding: 10px;
  position: relative;
  transition: 0.3s all linear;
  font-size: 16px;
  top: 0;
}
@media screen and (max-width: 850px) {
  .frame_item input[type="checkbox"] {
    top: 0;
    padding: 8px;
    font-size: 14px !important;
    width: 12px;
    height: 12px;
  }
}
.frame_item input[type="checkbox"]:checked:before {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  content: '';
  box-sizing: border-box;
  outline-offset: -7px;
  transition: 0.3s all linear;
}
@media screen and (max-width: 850px) {
  .frame_item input[type="checkbox"]:checked:before {
    top: 0;
    padding: 8px;
    font-size: 14px !important;
    width: 12px;
    height: 12px;
  }
}
.frame_item input[type="button"],
.frame_item input[type="submit"],
.frame_item input[type="reset"] {
  -webkit-appearance: none;
}
.frame_item p,
.frame_item span {
  width: 100%;
  align-items: left;
  /* display: block !important; */
  text-align: left;
  /* font-size: 14px; */
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.7;
  font-size: 16px;
}
.frame_item textarea {
  border-radius: 2px;
  background: #EFEFEF;
  width: 100%;
  border: none;
  max-height: 150px;
  max-width: 100%;
  margin-bottom: 40px;
  margin-top: 5px;
  padding: 10px 20px;
}
@media screen and (max-width: 850px) {
  .frame_item textarea {
    padding: 8px 10px;
    margin-bottom: 20px;
  }
}
.frame_item .wpcf7-radio {
  display: block !important;
  flex-wrap: wrap;
}
.frame_item .wpcf7-radio .wpcf7-list-item {
  margin-left: 0;
  align-items: center;
  border-radius: 2px;
  background: #EFEFEF;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 20px;
}
@media screen and (max-width: 850px) {
  .frame_item .wpcf7-radio .wpcf7-list-item {
    padding: 8px 10px;
  }
}
.frame_item .wpcf7-radio .wpcf7-list-item label {
  display: flex !important;
  align-items: center;
  text-wrap: nowrap;
}
.frame_item .wpcf7-radio .wpcf7-list-item div:first-of-type {
  display: flex;
  align-items: flex-start;
  margin-bottom: 5px;
}
.frame_item .wpcf7-radio .wpcf7-list-item label {
  display: flex !important;
  line-height: 32px;
}
@media screen and (max-width: 850px) {
  .frame_item .wpcf7-radio .wpcf7-list-item label {
    line-height: 2;
  }
}
.frame_item .wpcf7-radio .wpcf7-list-item input,
.frame_item .wpcf7-radio .wpcf7-list-item input[type=checkbox] {
  /* appearance: none; */
  width: 15px;
  height: 15px;
  border: 1px solid #000000;
  transition: 0.3s all linear;
  margin-right: 20px;
  padding: 5px;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.03em;
  accent-color: #1c69d4;
}
@media screen and (max-width: 850px) {
  .frame_item .wpcf7-radio .wpcf7-list-item input,
  .frame_item .wpcf7-radio .wpcf7-list-item input[type=checkbox] {
    margin-right: 10px;
    font-size: 14px !important;
  }
}
.frame_item .wpcf7-radio .wpcf7-list-item input:checked::before,
.frame_item .wpcf7-radio .wpcf7-list-item input[type=checkbox]:checked::before {
  /* content: "";
  display: inline-block;
  position: absolute;
  background: url(../img/common/check.png) no-repeat center / contain;
  width: 10px;
  height: 8px;
  left: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.3s; */
} 
.frame_item .wpcf7-radio .wpcf7-list-item button,
.frame_item .wpcf7-radio .wpcf7-list-item legend {
  color: white;
  background-color: #707070;
  padding: 5px 5px;
  border-radius: 0;
  border: 0;
  font-size: 14px !important;
}
.frame_item .wpcf7-radio .wpcf7-list-item button:hover,
.frame_item .wpcf7-radio .wpcf7-list-item button:focus {
  color: #666;
}
.frame_item .wpcf7-radio .wpcf7-list-item button:active {
  background-color: white;
  color: #707070;
  outline: 1px solid #707070;
}
.frame_item input,
.frame_item select {
  padding: 10px 20px;
  width: 100%;
  color: #C3C3C3;
  background: #EFEFEF;
  border: none;
  border-radius: 2px;
  font-size: 14px;
}
@media screen and (max-width: 850px) {
  .frame_item input,
  .frame_item select {
    font-size: 12px !important;
    padding: 8px 10px;
  }
}
.frame_item .wpcf7-response-output {
  border: 2px solid #B42E27 !important;
}
.frame_item input:focus,
.frame_item textarea:focus,
.frame_item select:focus {
  color: #000000 !important;
}
.frame_item input:valid,
.frame_item textarea:valid,
.frame_item select:valid {
  color: #000000 !important;
}
.frame_item input:invalid,
.frame_item textarea:invalid,
.frame_item select:invalid {
  color: #B42E27 !important;
}
.frame_item .wpcf7-spinner {
  display: none;
}
.frame_item .wpcf7-not-valid-tip {
  color: #B42E27 !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  display: block !important;
  line-height: 160%;
  text-align: left;
}
.frame_item .send_btn {
  display: block;
  width: 100%;
  max-width: 440px;
  background: #000000;
  line-height: 80px;
  text-align: center;
  position: relative;
  font-size: 25px;
  font-weight: bold;
  margin-top: 60px;
  border-radius: 2px;
  color: #ffffff !important;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  margin-top: 50px;
}
.frame_item .send_btn:hover {
  transition: 0.3s ease-in-out;
  opacity: 0.8;
}
@media screen and (max-width: 850px) {
  .frame_item .send_btn {
    font-size: 18px;
    margin-top: 30px;
    line-height: 66px;
  }
}
.frame_item .send_btn .wpcf7-spinner {
  display: none !important;
}
.frame_item .send_btn input {
  cursor: pointer;
  font-size: 25px !important;
  font-weight: bold;
  background: none;
  color: #fff !important;
  line-height: 80px;
  border: none;
  padding: 0;
}
@media screen and (max-width: 850px) {
  .frame_item .send_btn input {
    font-size: 18px!important;
    line-height: 66px;
  }
}
.frame_item .send_btn::after {
  position: absolute;
  content: "";
  width: 31px;
  height: 31px;
  right: 0;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/btn_after.png) no-repeat top / contain;
  background-size: 100% 100%;
}
@media screen and (max-width: 850px) {
  .frame_item .send_btn::after {
    width: 22px;
    height: 22px;
  }
}
.frame_item .car_n_input input {
  background: #ffffff;
}
.tks {
  min-height: 68vh;
}
.tks .inner {
  padding-bottom: 80px;
}
@media screen and (max-width: 850px) {
  .tks .inner {
    padding-bottom: 40px;
  }
}
.tks .f_ttl {
  margin-bottom: 70px;
}
@media screen and (max-width: 850px) {
  .tks .f_ttl {
    margin-bottom: 40px;
  }
}
.tks .f_ttl span {
  font-size: 200px;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 0;
  font-family: 'BMWTypeNext Latin TT';
  text-align: center;
  z-index: 2;
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 850px) {
  .tks .f_ttl span {
    font-size: 55px;
    letter-spacing: 0;
  }
}
.tks .f_ttl .ttl {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.03em;
  position: relative;
  margin-top: -70px;
  z-index: 5;
}
@media screen and (max-width: 850px) {
  .tks .f_ttl .ttl {
    font-size: 18px;
    margin-top: -25px;
  }
}
.tks .tks_txt {
  font-size: 14px;
  text-align: center;
  margin-bottom: 80px;
  font-weight: 400;
}
.tks .tks_txt span,
.tks .tks_txt a {
  color: #000000;
  font-weight: bold;
}
@media screen and (max-width: 850px) {
  .tks .tks_txt {
    margin-bottom: 40px;
    font-size: 12px;
  }
}

.frame_item .wpcf7-checkbox .wpcf7-list-item {
  background-color: #EFEFEF;
  display: block;
  padding: 10px 20px;
  margin-bottom: 10px;
}

@media screen and (max-width: 850px) {
  .frame_item .wpcf7-checkbox .wpcf7-list-item {
    padding: 8px 10px;
  }
}

.frame_item .wpcf7-checkbox .wpcf7-list-item label {
  cursor: pointer;
}

/* 20260414追加・プライバシーポリシーとお問い合わせ */
.privacy__title-sub {
  text-align: center !important;
  display: block;
  font-size: 14px;
  margin-bottom: 60px;
}

.privacy__content {
  background-color: #ffffff;
  padding: 13px;
  border-radius: 15px;
}

/* 項目の上下余白 */
.privacy-item {
  padding: 20px 0;
  text-align: left;
  font-size: 16px;
  line-height: 1.7;
}

.privacy-item p a {
  color: #1c69d4;
  text-decoration: underline !important;
  font-weight: 400;
}

/* 横棒（区切り線）のスタイル */
.privacy-divider {
  border: none;
  border-top: 1px solid #ddd; /* 線の色（薄いグレー） */
  margin: 10px 0;
}

/* 見出しの調整 */
.privacy-item h3 {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 10px;
}

/* リスト（ポツ）の調整 */
.privacy-item ul {
  list-style: disc;
  padding-left: 20px;
  margin-top: 7px;
}



