@charset "UTF-8";
strong {
  color: #f2bb2d;
}

/* ----------------------------------------------
header
------------------------------------------------- */
body.open #header-speciallyselectedvehicles .top {
  z-index: unset;
}

#header-speciallyselectedvehicles a {
  text-decoration: none;
}
#header-speciallyselectedvehicles .top {
  position: absolute;
  display: flex;
  align-items: start;
  -moz-column-gap: 10px;
       column-gap: 10px;
  width: 100%;
  z-index: 1;
  padding-right: 1.4375%;
}
#header-speciallyselectedvehicles .logo {
  max-width: 375px;
}
#header-speciallyselectedvehicles .right {
  margin-left: auto;
  background-color: #29a7de;
  padding: 32px 2.0625% 32px 1.6875%;
}
#header-speciallyselectedvehicles #gnav-speciallyselectedvehicles ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}
#header-speciallyselectedvehicles #gnav-speciallyselectedvehicles ul li {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  color: #fff;
}
#header-speciallyselectedvehicles #gnav-speciallyselectedvehicles ul li a {
  font-weight: 100;
  color: #fff;
}
#header-speciallyselectedvehicles #gnav-speciallyselectedvehicles ul li:not(:has(a[href="/"]))::after {
  content: "｜";
}
#header-speciallyselectedvehicles #gnav-speciallyselectedvehicles ul li a[href="/"] {
  display: block;
  margin-left: 10px;
  padding: 0 5px;
  color: #29a7de;
  background-color: #fff;
}
@media (max-width: 999px) {
  #header-speciallyselectedvehicles .logo {
    max-width: 260px;
  }
  #header-speciallyselectedvehicles .right {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #header-speciallyselectedvehicles #gnav-speciallyselectedvehicles ul li {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #header-speciallyselectedvehicles .logo {
    max-width: 170px;
  }
  #header-speciallyselectedvehicles .top {
    padding-right: 60px;
  }
  #header-speciallyselectedvehicles .right {
    background: unset;
  }
  #header-speciallyselectedvehicles #gnav-speciallyselectedvehicles {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4;
    width: 100%;
    height: 100vh;
    padding: 50px 10px 160px 10px;
    background: rgba(1, 56, 147, 0.9);
    overflow-y: auto;
  }
  #header-speciallyselectedvehicles #gnav-speciallyselectedvehicles ul {
    min-height: calc(100vh - 60px);
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  #header-speciallyselectedvehicles #gnav-speciallyselectedvehicles ul li {
    width: 100%;
    text-align: left;
    line-height: 1.5;
  }
  #header-speciallyselectedvehicles #gnav-speciallyselectedvehicles ul li::after {
    display: none;
  }
  #header-speciallyselectedvehicles #gnav-speciallyselectedvehicles ul li + li {
    margin-top: 25px;
  }
  #header-speciallyselectedvehicles #gnav-speciallyselectedvehicles ul li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    width: 100%;
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
    padding-bottom: 5px;
    border-bottom: solid 1px #fff;
  }
  #header-speciallyselectedvehicles #gnav-speciallyselectedvehicles ul li a[href="/"] {
    background-color: unset;
    display: flex;
    margin-left: unset;
    color: #fff;
    padding: 0 0 5px;
  }
}

/* ----------------------------------------------
mainimg
------------------------------------------------- */
#mainimg {
  position: relative;
  padding: max(190px, var(--minp, 0px)) 10px 100px;
}
#mainimg .contents {
  display: grid;
  justify-items: center;
  text-shadow: rgb(255, 255, 255) 3px 0px 0px, rgb(255, 255, 255) 2.83487px 0.981584px 0px, rgb(255, 255, 255) 2.35766px 1.85511px 0px, rgb(255, 255, 255) 1.62091px 2.52441px 0px, rgb(255, 255, 255) 0.705713px 2.91581px 0px, rgb(255, 255, 255) -0.287171px 2.98622px 0px, rgb(255, 255, 255) -1.24844px 2.72789px 0px, rgb(255, 255, 255) -2.07227px 2.16926px 0px, rgb(255, 255, 255) -2.66798px 1.37182px 0px, rgb(255, 255, 255) -2.96998px 0.42336px 0px, rgb(255, 255, 255) -2.94502px -0.571704px 0px, rgb(255, 255, 255) -2.59586px -1.50383px 0px, rgb(255, 255, 255) -1.96093px -2.27041px 0px, rgb(255, 255, 255) -1.11013px -2.78704px 0px, rgb(255, 255, 255) -0.137119px -2.99686px 0px, rgb(255, 255, 255) 0.850987px -2.87677px 0px, rgb(255, 255, 255) 1.74541px -2.43999px 0px, rgb(255, 255, 255) 2.44769px -1.73459px 0px, rgb(255, 255, 255) 2.88051px -0.838247px 0px;
}
#mainimg .contents .title {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 900;
  font-size: 72px;
  line-height: 1;
  color: #131304;
  margin-bottom: 20px;
}
#mainimg .contents .box {
  background: #29a7de;
  padding: 20px;
}
#mainimg .contents .box table {
  width: 100%;
  position: relative;
  z-index: 1;
}
#mainimg .contents .box table th,
#mainimg .contents .box table td {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 900;
  font-size: 30px;
  line-height: 1.2;
  color: #131304;
}
#mainimg .contents .box table th {
  text-align: end;
}
#mainimg .contents .box table th .type-box {
  display: block;
  background-color: #fff;
  text-shadow: none;
  font-size: 32px;
  line-height: 1.2;
  color: #000;
  padding: 5px;
}
#mainimg .contents .box table td {
  padding-left: 20px;
}
#mainimg .contents .box table td .day {
  font-size: 60px;
  line-height: 1.2;
}
#mainimg .contents .box table td:has(span) {
  letter-spacing: 0.2em;
}
#mainimg .contents .box table td:has(span):not(:has(.day)) {
  text-align: center;
}
#mainimg .shapes .shape {
  position: absolute;
}
#mainimg .shapes .shape.s1 {
  left: 15%;
  bottom: 0px;
  width: 20.5%;
  transform: translateY(10.4529616725%);
  aspect-ratio: 287/417;
}
#mainimg .shapes .shape.s1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#mainimg .shapes .shape.s2 {
  right: 0;
  bottom: 0px;
  transform: translateY(23.5602094241%);
  width: 34.5714285714%;
}
#mainimg .shapes .shape.s2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#mainimg .shapes .shape.s2 .s2-1 {
  width: 51.652892562%;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0;
  left: 18.5950413223%;
  transform: translateY(-36%);
  container-type: inline-size;
}
#mainimg .shapes .shape.s2 .s2-1 img {
  border-radius: 50%;
}
#mainimg .shapes .shape.s2 .s2-1 .tx {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  top: 100%;
  transform: translateY(-50%);
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 900;
  font-size: min(11.2cqw, 28px);
  line-height: 1.2;
  color: #131304;
  text-shadow: rgb(242, 187, 45) 3px 0px 0px, rgb(242, 187, 45) 2.83487px 0.981584px 0px, rgb(242, 187, 45) 2.35766px 1.85511px 0px, rgb(242, 187, 45) 1.62091px 2.52441px 0px, rgb(242, 187, 45) 0.705713px 2.91581px 0px, rgb(242, 187, 45) -0.287171px 2.98622px 0px, rgb(242, 187, 45) -1.24844px 2.72789px 0px, rgb(242, 187, 45) -2.07227px 2.16926px 0px, rgb(242, 187, 45) -2.66798px 1.37182px 0px, rgb(242, 187, 45) -2.96998px 0.42336px 0px, rgb(242, 187, 45) -2.94502px -0.571704px 0px, rgb(242, 187, 45) -2.59586px -1.50383px 0px, rgb(242, 187, 45) -1.96093px -2.27041px 0px, rgb(242, 187, 45) -1.11013px -2.78704px 0px, rgb(242, 187, 45) -0.137119px -2.99686px 0px, rgb(242, 187, 45) 0.850987px -2.87677px 0px, rgb(242, 187, 45) 1.74541px -2.43999px 0px, rgb(242, 187, 45) 2.44769px -1.73459px 0px, rgb(242, 187, 45) 2.88051px -0.838247px 0px;
}
#mainimg .shapes .shape.s2 .s2-2 {
  width: 100%;
  aspect-ratio: 484/382;
}
@media (max-width: 1499px) {
  #mainimg .shapes .shape.s1 {
    left: 0;
  }
  #mainimg .shapes .shape.s2 {
    width: 32%;
  }
}
@media (max-width: 999px) {
  #mainimg {
    padding: max(120px, var(--minp, 0px)) 10px 70px;
  }
  #mainimg .contents .title {
    font-size: 60px;
    margin-bottom: 15px;
  }
  #mainimg .contents .box {
    padding: 15px;
  }
  #mainimg .contents .box table th,
  #mainimg .contents .box table td {
    font-size: 24px;
  }
  #mainimg .contents .box table th .type-box {
    font-size: 26px;
  }
  #mainimg .contents .box table td .day {
    font-size: 44px;
  }
  #mainimg .shapes .shape.s1 {
    left: 0;
  }
  #mainimg .shapes .shape.s2 {
    width: 30%;
  }
}
@media (max-width: 767px) {
  #mainimg {
    padding: max(90px, var(--minp, 0px)) 10px 40px;
  }
  #mainimg .contents .title {
    font-size: 40px;
    margin-bottom: 10px;
  }
  #mainimg .contents .box table th,
  #mainimg .contents .box table td {
    font-size: 20px;
  }
  #mainimg .contents .box table th .type-box {
    font-size: 22px;
  }
  #mainimg .contents .box table td .day {
    font-size: 36px;
  }
  #mainimg .shapes .shape.s2 .s2-1 {
    display: none;
  }
  #mainimg .shapes .shape.s2 .s2-1 .tx {
    text-shadow: rgb(242, 187, 45) 2px 0px 0px, rgb(242, 187, 45) 1.75517px 0.958851px 0px, rgb(242, 187, 45) 1.0806px 1.68294px 0px, rgb(242, 187, 45) 0.141474px 1.99499px 0px, rgb(242, 187, 45) -0.832294px 1.81859px 0px, rgb(242, 187, 45) -1.60229px 1.19694px 0px, rgb(242, 187, 45) -1.97998px 0.28224px 0px, rgb(242, 187, 45) -1.87291px -0.701566px 0px, rgb(242, 187, 45) -1.30729px -1.5136px 0px, rgb(242, 187, 45) -0.421592px -1.95506px 0px, rgb(242, 187, 45) 0.567324px -1.91785px 0px, rgb(242, 187, 45) 1.41734px -1.41108px 0px, rgb(242, 187, 45) 1.92034px -0.558831px 0px;
  }
}
@media (max-width: 500px) {
  #mainimg .contents .title {
    font-size: 24px;
  }
  #mainimg .contents .box table th,
  #mainimg .contents .box table td {
    display: block;
    font-size: 18px;
    text-align: center;
  }
  #mainimg .contents .box table th .type-box {
    font-size: 20px;
  }
  #mainimg .contents .box table td {
    padding: 10px 0;
  }
  #mainimg .contents .box table td .day {
    font-size: 30px;
  }
}

/* ----------------------------------------------
bnr
------------------------------------------------- */
#bnr {
  background: #29a7de;
  padding: 140px 10px 30px;
  margin-bottom: 90px;
}
#bnr .contents {
  width: min(100% - 20px, 1180px);
  margin: 0 auto;
}
#bnr .contents h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #0c0c0c;
  border: 4px solid #0c0c0c;
  background-color: #fff;
  min-height: 152px;
  position: relative;
  padding: 30px 50px;
  margin-bottom: 15px;
}
#bnr .contents h2 .coment {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff;
  background-color: #0c0c0c;
  position: absolute;
  bottom: calc(100% - 20px);
  left: 30px;
  min-height: 76px;
  align-content: center;
  justify-items: center;
  padding: 5px 20px;
  border-radius: 10px;
  border-bottom-left-radius: 0;
}
#bnr .contents h2 .coment::before {
  content: "";
  width: 11px;
  height: 11px;
  background-color: #0c0c0c;
  clip-path: polygon(0 0, 0 100%, 100% 0);
  position: absolute;
  bottom: -10px;
  left: 0;
}
#bnr .contents .text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 900;
  font-size: 20px;
  line-height: 1;
  color: #000;
}
#bnr .imgtxbnrarea {
  display: none;
}
@media (max-width: 999px) {
  #bnr {
    padding-top: 120px;
    margin-bottom: 80px;
  }
  #bnr .contents h2 {
    font-size: 36px;
    min-height: 132px;
  }
  #bnr .contents h2 .coment {
    padding: 0 20px;
    min-height: 65px;
    font-size: 24px;
  }
  #bnr .contents .text {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #bnr {
    padding-top: 100px;
    margin-bottom: 70px;
  }
  #bnr .contents h2 {
    font-size: 26px;
    min-height: 102px;
    border-width: 3px;
    padding: 20px;
  }
  #bnr .contents h2 .coment {
    padding: 10px;
    min-height: 60px;
    font-size: 20px;
    left: 10px;
    bottom: calc(100% - 10px);
  }
  #bnr .contents .text {
    font-size: 16px;
  }
  #bnr .imgtxbnrarea {
    margin-top: -70px;
    padding-bottom: 110px;
    display: block;
  }
  #bnr .imgtxbnr {
    width: 51.652892562%;
    max-width: 200px;
    aspect-ratio: 1/1;
    position: relative;
    margin: 0 auto;
  }
  #bnr .imgtxbnr .tx {
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    transform: translateY(-50%);
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
    font-weight: 900;
    font-size: 18px;
    line-height: 1.2;
    color: #131304;
    text-align: center;
    text-shadow: rgb(242, 187, 45) 2px 0px 0px, rgb(242, 187, 45) 1.75517px 0.958851px 0px, rgb(242, 187, 45) 1.0806px 1.68294px 0px, rgb(242, 187, 45) 0.141474px 1.99499px 0px, rgb(242, 187, 45) -0.832294px 1.81859px 0px, rgb(242, 187, 45) -1.60229px 1.19694px 0px, rgb(242, 187, 45) -1.97998px 0.28224px 0px, rgb(242, 187, 45) -1.87291px -0.701566px 0px, rgb(242, 187, 45) -1.30729px -1.5136px 0px, rgb(242, 187, 45) -0.421592px -1.95506px 0px, rgb(242, 187, 45) 0.567324px -1.91785px 0px, rgb(242, 187, 45) 1.41734px -1.41108px 0px, rgb(242, 187, 45) 1.92034px -0.558831px 0px;
  }
  #bnr .imgtxbnr img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/* ----------------------------------------------
speciallylist
------------------------------------------------- */
#speciallylist {
  margin-bottom: 90px;
}
#speciallylist .listarea {
  background-image: url(../images/speciallyselectedvehicles/speciallylist-bg.jpg);
  background-repeat: repeat-x;
  background-position: top 85px center;
  background-size: auto;
  padding-bottom: 50px;
  margin-bottom: 40px;
}
#speciallylist .head {
  display: grid;
  justify-items: center;
  margin-bottom: 50px;
}
#speciallylist h2 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-weight: 100;
  font-size: 48.8px;
  line-height: 1.6;
  color: #fff;
  background-color: #29a7de;
  position: relative;
  margin: 0 51px;
  padding: 19px 10px;
  width: calc(min(100%, 1180px) - 122px);
  text-align: center;
}
#speciallylist h2::before, #speciallylist h2::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  aspect-ratio: 90/119;
  background-repeat: no-repeat;
  background-size: cover;
}
#speciallylist h2::before {
  left: 0;
  transform: translate(max(-57%, -51px), 20%);
  background-image: url(../images/buy_area/case-shape1.png);
}
#speciallylist h2::after {
  right: 0;
  transform: translate(min(57%, 51px), 20%);
  background-image: url(../images/buy_area/case-shape2.png);
}
#speciallylist .contents {
  width: min(100% - 20px, 1180px);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px 1.9209039548%;
}
#speciallylist .contents .block {
  width: 23.5593220339%;
  padding-right: 8px;
}
#speciallylist .contents .block.sold .image a:after {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  width: 100%;
  height: 100%;
  content: "ご成約済み";
  background: rgba(0, 160, 233, 0.4);
}
#speciallylist .contents .block a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#speciallylist .contents .block a:hover {
  opacity: 0.6;
}
#speciallylist .contents .block .inner {
  position: relative;
  background-color: #fff;
  padding-bottom: 43px;
}
#speciallylist .contents .block .inner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: -8px;
  top: 8px;
  background-color: rgba(12, 12, 12, 0.2);
  z-index: -1;
}
#speciallylist .contents .block .inner .price {
  background-color: #ff2626;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 900;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  margin-bottom: 13px;
}
#speciallylist .contents .block .inner .price span {
  display: inline-block;
}
#speciallylist .contents .block .inner .image {
  aspect-ratio: 270/200;
}
#speciallylist .contents .block .inner .image a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
#speciallylist .contents .block .inner .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#speciallylist .contents .block .inner .title {
  background-color: #ffd432;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #0c0c0c;
  position: relative;
  padding: 5px 10px 5px;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#speciallylist .contents .block .inner table {
  margin-left: 18px;
  line-height: 1.6;
}
#speciallylist .contents .block .inner table tr th,
#speciallylist .contents .block .inner table tr td {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.08em;
}
#speciallylist .contents .block .inner table tr th {
  color: #ff8047;
  display: inline-block;
  border-bottom: 2px solid #ff8047;
}
#speciallylist .contents .block .inner table tr td {
  color: #0c0c0c;
  padding-left: 15px;
}
#speciallylist .contents .block .inner table tr:not(:first-child) th,
#speciallylist .contents .block .inner table tr:not(:first-child) td {
  padding-top: 2px;
}
#speciallylist .contents .block .block-btn {
  margin-top: -23px;
  position: relative;
}
#speciallylist .contents .block .block-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: calc(100% - 10px);
  width: 180px;
  height: 46px;
  background: url(../images/arow4.webp) no-repeat center right 20px #0c0c0c;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  margin: 0 auto;
}
@media (max-width: 999px) {
  #speciallylist {
    margin-bottom: 80px;
  }
  #speciallylist .listarea {
    background-position: top 60px center;
    padding-bottom: 50px;
    margin-bottom: 40px;
  }
  #speciallylist h2 {
    font-size: 40px;
    padding: 10px;
  }
  #speciallylist .contents {
    row-gap: 50px;
  }
  #speciallylist .contents .block .inner .price {
    font-size: 18px;
  }
  #speciallylist .contents .block .inner .title {
    font-size: 14px;
  }
  #speciallylist .contents .block .inner table {
    margin-left: 10px;
  }
  #speciallylist .contents .block .inner table tr th,
  #speciallylist .contents .block .inner table tr td {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #speciallylist {
    margin-bottom: 70px;
  }
  #speciallylist .listarea {
    background-position: top 40px center;
    padding-bottom: 40px;
    margin-bottom: 30px;
  }
  #speciallylist h2 {
    font-size: 30px;
    line-height: 1.2;
  }
  #speciallylist .contents {
    gap: 40px 5%;
  }
  #speciallylist .contents .block {
    width: 32%;
  }
  #speciallylist .contents .block.sold .image a:after {
    font-size: 18px;
  }
  #speciallylist .contents .block .inner {
    padding-bottom: 31px;
  }
  #speciallylist .contents .block .inner .title {
    line-height: 1.2;
  }
  #speciallylist .contents .block .inner .price {
    font-size: 16px;
    margin-bottom: 5px;
  }
  #speciallylist .contents .block .inner table tr th,
  #speciallylist .contents .block .inner table tr td {
    font-size: 12px;
  }
  #speciallylist .contents .block .inner table tr th {
    border-width: 1px;
  }
  #speciallylist .contents .block .inner table tr td {
    padding-left: 5px;
  }
  #speciallylist .contents .block .inner table tr:not(:first-child) th,
  #speciallylist .contents .block .inner table tr:not(:first-child) td {
    padding-top: 0px;
  }
  #speciallylist .contents .block .block-btn {
    margin-top: -20px;
  }
  #speciallylist .contents .block .block-btn a {
    width: 160px;
    height: 40px;
    font-size: 12px;
  }
}
@media (max-width: 500px) {
  #speciallylist .contents {
    -moz-column-gap: 6%;
         column-gap: 6%;
  }
  #speciallylist .contents .block {
    width: 47%;
  }
}
@media (max-width: 400px) {
  #speciallylist .contents .block .inner table tr th,
  #speciallylist .contents .block .inner table tr td {
    font-size: 10px;
  }
}

/* ----------------------------------------------
company
------------------------------------------------- */
#company {
  margin-bottom: 30px;
}
#company .contents {
  display: flex;
  width: min(100% - 20px, 1280px);
  margin: 0 auto;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#company .contents .left {
  flex: 1;
  text-align: center;
}
#company .contents .left .head {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding-left: 10px;
}
#company .contents .left .head .logo {
  max-width: 300px;
  margin-top: 66px;
}
#company .contents .left .title {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 38px;
  line-height: 1.6;
  color: #000;
  margin-bottom: 22px;
}
#company .contents .left .tel {
  margin-bottom: 26px;
}
#company .contents .left .tel a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 74px;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #29a7de;
}
#company .contents .left .time {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
  color: #000;
  background-color: #f8ea21;
  display: inline-block;
  padding: 2px 40px;
  margin-bottom: 12px;
}
#company .contents .left .tel-fax {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
  color: #000;
  margin-bottom: 5px;
}
#company .contents .left .address {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.6;
  color: #000;
}
#company .contents .left .btn {
  margin: 30px auto 0;
  width: calc(100% - 20px);
  max-width: 365px;
}
#company .contents .left .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 74px;
  background: url(../images/btn-arow.png) no-repeat center right 30px #0c0c0c;
  background-color: #ed5a24;
  color: #fff;
  text-decoration: none;
  transition: all 0.5s ease-out;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
#company .contents .area {
  margin-top: 115px;
  width: min(44.0625%, 564px);
}
#company .contents .area .coment {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff;
  background-color: #0c0c0c;
  min-height: 76px;
  display: inline-block;
  align-content: center;
  justify-items: center;
  padding: 5px 20px;
  position: relative;
  margin-bottom: 30px;
}
#company .contents .area .coment::before {
  content: "";
  width: 11px;
  height: 11px;
  background-color: #0c0c0c;
  clip-path: polygon(0 0, 0 100%, 100% 0);
  position: absolute;
  bottom: -10px;
  left: 0;
}
#company .contents .area .text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 900;
  font-size: 20px;
  line-height: 1.2;
  color: #111111;
  margin-bottom: 45px;
}
#company .contents .area .map {
  height: 460px;
}
#company .contents .area .map p {
  height: 100%;
}
#company .contents .area .map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 999px) {
  #company .contents .left .head .logo {
    margin-top: 0;
  }
  #company .contents .left .title {
    font-size: 26px;
  }
  #company .contents .left .tel a {
    font-size: 46px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  #company .contents .left .time {
    font-size: 16px;
    padding: 2px 20px;
  }
  #company .contents .left .tel-fax {
    font-size: 18px;
  }
  #company .contents .left .address {
    font-size: 17px;
  }
  #company .contents .left .btn {
    margin-top: 20px;
  }
  #company .contents .area {
    margin-top: 70px;
  }
  #company .contents .area .coment {
    font-size: 24px;
    min-height: 65px;
    padding: 0 20px;
    margin-bottom: 20px;
  }
  #company .contents .area .text {
    font-size: 18px;
    margin-bottom: 30px;
  }
  #company .contents .area .map {
    height: 400px;
  }
}
@media (max-width: 767px) {
  #company .contents {
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
  }
  #company .contents .left .title {
    font-size: 22px;
  }
  #company .contents .left .tel a {
    font-size: 30px;
  }
  #company .contents .left .tel a img {
    max-width: 30px;
  }
  #company .contents .left .time {
    font-size: 14px;
    padding: 2px 10px;
  }
  #company .contents .left .tel-fax {
    font-size: 16px;
  }
  #company .contents .left .address {
    font-size: 15px;
  }
  #company .contents .left .btn {
    margin-top: 10px;
  }
  #company .contents .area {
    width: min(100%, 400px);
    margin-top: 0;
  }
  #company .contents .area .coment {
    padding: 10px;
    min-height: 60px;
    font-size: 20px;
    margin-bottom: 15px;
  }
  #company .contents .area .text {
    font-size: 16px;
    margin-bottom: 20px;
  }
  #company .contents .area .map {
    height: 350px;
  }
}

/* ----------------------------------------------
contact
------------------------------------------------- */
#contact-speciallyselectedvehicles .head {
  background-color: #0071b8;
  text-align: center;
  padding: 30px 10px;
}
#contact-speciallyselectedvehicles .head h2 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.6;
  color: #fff;
  margin-bottom: 36px;
}
#contact-speciallyselectedvehicles .head .text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.6;
  color: #fff;
}
#contact-speciallyselectedvehicles .contact {
  padding: 32px max((100% - 1280px) / 2, 10px) 109px;
  background-color: #00b5eb;
}
#contact-speciallyselectedvehicles .contact .miniSurveyView-speciallyselectedvehicles table.formBlockSurveyTable {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 33px;
  margin-bottom: 28px;
}
#contact-speciallyselectedvehicles .contact .miniSurveyView-speciallyselectedvehicles table.formBlockSurveyTable tr:not(.captchatr) td {
  padding: 16px 42px;
  border-bottom: unset;
}
#contact-speciallyselectedvehicles .contact .miniSurveyView-speciallyselectedvehicles table.formBlockSurveyTable tr:not(.captchatr) td input[type=text],
#contact-speciallyselectedvehicles .contact .miniSurveyView-speciallyselectedvehicles table.formBlockSurveyTable tr:not(.captchatr) td input[type=tel],
#contact-speciallyselectedvehicles .contact .miniSurveyView-speciallyselectedvehicles table.formBlockSurveyTable tr:not(.captchatr) td input[type=email],
#contact-speciallyselectedvehicles .contact .miniSurveyView-speciallyselectedvehicles table.formBlockSurveyTable tr:not(.captchatr) td textarea,
#contact-speciallyselectedvehicles .contact .miniSurveyView-speciallyselectedvehicles table.formBlockSurveyTable tr:not(.captchatr) td select {
  border: unset;
  padding: 5px;
  width: 100%;
  outline: none;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #000;
}
#contact-speciallyselectedvehicles .contact .miniSurveyView-speciallyselectedvehicles table.formBlockSurveyTable tr:not(.captchatr) td.question {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #ff8047;
  text-align: center;
  align-content: center;
  white-space: nowrap;
}
#contact-speciallyselectedvehicles .contact .miniSurveyView-speciallyselectedvehicles table.formBlockSurveyTable tr:not(.captchatr) td:not(.question) {
  background-color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #fff;
}
#contact-speciallyselectedvehicles .contact .miniSurveyView-speciallyselectedvehicles table.formBlockSurveyTable tr:not(.captchatr) td:not(.question):has(input[type=radio]) {
  background: unset;
}
#contact-speciallyselectedvehicles .contact .miniSurveyView-speciallyselectedvehicles table.formBlockSurveyTable tr:not(.captchatr) td:not(.question) .content,
#contact-speciallyselectedvehicles .contact .miniSurveyView-speciallyselectedvehicles table.formBlockSurveyTable tr:not(.captchatr) td:not(.question) .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 42px;
}
#contact-speciallyselectedvehicles .contact .miniSurveyView-speciallyselectedvehicles table.formBlockSurveyTable tr:not(.captchatr) td:not(.question) .content .wpcf7-list-item,
#contact-speciallyselectedvehicles .contact .miniSurveyView-speciallyselectedvehicles table.formBlockSurveyTable tr:not(.captchatr) td:not(.question) .wpcf7-radio .wpcf7-list-item {
  margin: 0;
}
#contact-speciallyselectedvehicles .contact .miniSurveyView-speciallyselectedvehicles table.formBlockSurveyTable tr:not(.captchatr) td:not(.question) .content .wpcf7-list-item label,
#contact-speciallyselectedvehicles .contact .miniSurveyView-speciallyselectedvehicles table.formBlockSurveyTable tr:not(.captchatr) td:not(.question) .wpcf7-radio .wpcf7-list-item label {
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
#contact-speciallyselectedvehicles .contact .miniSurveyView-speciallyselectedvehicles table.formBlockSurveyTable tr:not(.captchatr) td:not(.question) .content input[type=radio],
#contact-speciallyselectedvehicles .contact .miniSurveyView-speciallyselectedvehicles table.formBlockSurveyTable tr:not(.captchatr) td:not(.question) .wpcf7-radio input[type=radio] {
  width: 21px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #fff;
  border: unset;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#contact-speciallyselectedvehicles .contact .miniSurveyView-speciallyselectedvehicles table.formBlockSurveyTable tr:not(.captchatr) td:not(.question) .content input[type=radio]:checked,
#contact-speciallyselectedvehicles .contact .miniSurveyView-speciallyselectedvehicles table.formBlockSurveyTable tr:not(.captchatr) td:not(.question) .wpcf7-radio input[type=radio]:checked {
  position: relative;
}
#contact-speciallyselectedvehicles .contact .miniSurveyView-speciallyselectedvehicles table.formBlockSurveyTable tr:not(.captchatr) td:not(.question) .content input[type=radio]:checked::before,
#contact-speciallyselectedvehicles .contact .miniSurveyView-speciallyselectedvehicles table.formBlockSurveyTable tr:not(.captchatr) td:not(.question) .wpcf7-radio input[type=radio]:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 6px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #ff8047;
}
#contact-speciallyselectedvehicles .contact .miniSurveyView-speciallyselectedvehicles table.formBlockSurveyTable tr:not(.captchatr) td:not(.question) .content .box,
#contact-speciallyselectedvehicles .contact .miniSurveyView-speciallyselectedvehicles table.formBlockSurveyTable tr:not(.captchatr) td:not(.question) .wpcf7-radio .box {
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
#contact-speciallyselectedvehicles .contact .miniSurveyView-speciallyselectedvehicles table.formBlockSurveyTable tr:not(.captchatr) td:not(.question) textarea {
  min-height: 230px;
}
#contact-speciallyselectedvehicles .contact .miniSurveyView-speciallyselectedvehicles table.formBlockSurveyTable tr:not(.captchatr) td:not(.question) .errer {
  color: red;
}
#contact-speciallyselectedvehicles .contact .miniSurveyView-speciallyselectedvehicles table.formBlockSurveyTable .form-group.captcha {
  margin-top: 20px;
  text-align: center;
}
#contact-speciallyselectedvehicles .contact .miniSurveyView-speciallyselectedvehicles table.formBlockSurveyTable .form-group.captcha label.form-label {
  font-size: 14px;
}
#contact-speciallyselectedvehicles .contact .miniSurveyView-speciallyselectedvehicles table.formBlockSurveyTable .form-group.captcha > div:nth-of-type(1) {
  margin-top: 10px;
  margin-bottom: 10px;
}
#contact-speciallyselectedvehicles .contact .miniSurveyView-speciallyselectedvehicles table.formBlockSurveyTable .form-group.captcha > div:nth-of-type(2) input {
  border: 1px solid #e4e4e4;
  outline: none;
  padding: 5px;
  width: 100%;
  max-width: 190px;
}
#contact-speciallyselectedvehicles .contact .miniSurveyView-speciallyselectedvehicles .privacy {
  margin-bottom: 44px;
}
#contact-speciallyselectedvehicles .contact .miniSurveyView-speciallyselectedvehicles .privacy .title {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.6;
  letter-spacing: 0.161em;
  color: #fff;
  text-align: center;
  margin-bottom: 22px;
}
#contact-speciallyselectedvehicles .contact .miniSurveyView-speciallyselectedvehicles .privacy .txbox {
  background-color: #fff;
  width: min(100% - 20px, 900px);
  margin: 0 auto;
  max-height: 305px;
  overflow-y: auto;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.875;
  color: #000;
  padding: 14px 26px 35px;
  margin-bottom: 45px;
}
#contact-speciallyselectedvehicles .contact .miniSurveyView-speciallyselectedvehicles .privacy .check {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#contact-speciallyselectedvehicles .contact .miniSurveyView-speciallyselectedvehicles .privacy .check label {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#contact-speciallyselectedvehicles .contact .miniSurveyView-speciallyselectedvehicles .privacy .check input[type=checkbox] {
  width: 30px;
  aspect-ratio: 1/1;
}
#contact-speciallyselectedvehicles .contact .miniSurveyView-speciallyselectedvehicles input[type=submit] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 535px;
  height: 65px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 500;
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #000;
  background-color: #ffff00;
  cursor: pointer;
  margin: 0 auto;
  border-radius: 10px;
}
#contact-speciallyselectedvehicles .contact .miniSurveyView-speciallyselectedvehicles input[type=submit]:after {
  display: none;
}
#contact-speciallyselectedvehicles .contact:not(.ok) input[type=submit] {
  opacity: 0.5;
}
#contact-speciallyselectedvehicles div#wpcf7cpcnf table {
  border-collapse: separate;
  border-spacing: 0 33px;
}
#contact-speciallyselectedvehicles div#wpcf7cpcnf table th {
  background-color: #ff8047;
  color: #fff;
  border: unset;
}
#contact-speciallyselectedvehicles div#wpcf7cpcnf table td {
  background-color: #fff;
  border: unset;
  color: #000;
}
#contact-speciallyselectedvehicles div#wpcf7cpcnf table td p {
  border: unset;
}
@media (max-width: 999px) {
  #contact-speciallyselectedvehicles .head {
    padding: 20px 10px;
  }
  #contact-speciallyselectedvehicles .head h2 {
    font-size: 30px;
    margin-bottom: 25px;
  }
  #contact-speciallyselectedvehicles .head .text {
    font-size: 24px;
  }
  #contact-speciallyselectedvehicles .contact {
    padding-bottom: 70px;
  }
  #contact-speciallyselectedvehicles .contact .miniSurveyView-speciallyselectedvehicles table.formBlockSurveyTable {
    border-spacing: 0 20px;
  }
  #contact-speciallyselectedvehicles .contact .miniSurveyView-speciallyselectedvehicles table.formBlockSurveyTable tr:not(.captchatr) td {
    padding: 10px;
    border-bottom-width: 20px;
  }
  #contact-speciallyselectedvehicles .contact .miniSurveyView-speciallyselectedvehicles table.formBlockSurveyTable tr:not(.captchatr) td input[type=text],
  #contact-speciallyselectedvehicles .contact .miniSurveyView-speciallyselectedvehicles table.formBlockSurveyTable tr:not(.captchatr) td input[type=tel],
  #contact-speciallyselectedvehicles .contact .miniSurveyView-speciallyselectedvehicles table.formBlockSurveyTable tr:not(.captchatr) td input[type=email],
  #contact-speciallyselectedvehicles .contact .miniSurveyView-speciallyselectedvehicles table.formBlockSurveyTable tr:not(.captchatr) td textarea,
  #contact-speciallyselectedvehicles .contact .miniSurveyView-speciallyselectedvehicles table.formBlockSurveyTable tr:not(.captchatr) td select {
    font-size: 20px;
  }
  #contact-speciallyselectedvehicles .contact .miniSurveyView-speciallyselectedvehicles table.formBlockSurveyTable tr:not(.captchatr) td.question {
    font-size: 18px;
  }
  #contact-speciallyselectedvehicles .contact .miniSurveyView-speciallyselectedvehicles table.formBlockSurveyTable tr:not(.captchatr) td:not(.question) {
    font-size: 20px;
  }
  #contact-speciallyselectedvehicles .contact .miniSurveyView-speciallyselectedvehicles table.formBlockSurveyTable tr:not(.captchatr) td:not(.question) .content {
    gap: 5px 20px;
  }
  #contact-speciallyselectedvehicles .contact .miniSurveyView-speciallyselectedvehicles .privacy {
    margin-bottom: 40px;
  }
  #contact-speciallyselectedvehicles .contact .miniSurveyView-speciallyselectedvehicles .privacy .title {
    font-size: 17px;
    margin-bottom: 15px;
  }
  #contact-speciallyselectedvehicles .contact .miniSurveyView-speciallyselectedvehicles .privacy .txbox {
    font-size: 14px;
    margin-bottom: 40px;
  }
  #contact-speciallyselectedvehicles .contact .miniSurveyView-speciallyselectedvehicles .privacy .check {
    font-size: 16px;
  }
  #contact-speciallyselectedvehicles .contact .miniSurveyView-speciallyselectedvehicles input[type=submit] {
    width: 480px;
    font-size: 22px;
  }
  #contact-speciallyselectedvehicles div#wpcf7cpcnf table {
    border-spacing: 0 20px;
  }
}
@media (max-width: 767px) {
  #contact-speciallyselectedvehicles .head {
    padding: 15px 10px;
  }
  #contact-speciallyselectedvehicles .head h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  #contact-speciallyselectedvehicles .head .text {
    font-size: 20px;
  }
  #contact-speciallyselectedvehicles .contact {
    padding-bottom: 50px;
  }
  #contact-speciallyselectedvehicles .contact .miniSurveyView-speciallyselectedvehicles table.formBlockSurveyTable {
    border-spacing: 0 15px;
  }
  #contact-speciallyselectedvehicles .contact .miniSurveyView-speciallyselectedvehicles table.formBlockSurveyTable tr:not(.captchatr) td {
    display: block;
    width: 100%;
  }
  #contact-speciallyselectedvehicles .contact .miniSurveyView-speciallyselectedvehicles table.formBlockSurveyTable tr:not(.captchatr) td input[type=text],
  #contact-speciallyselectedvehicles .contact .miniSurveyView-speciallyselectedvehicles table.formBlockSurveyTable tr:not(.captchatr) td input[type=tel],
  #contact-speciallyselectedvehicles .contact .miniSurveyView-speciallyselectedvehicles table.formBlockSurveyTable tr:not(.captchatr) td input[type=email],
  #contact-speciallyselectedvehicles .contact .miniSurveyView-speciallyselectedvehicles table.formBlockSurveyTable tr:not(.captchatr) td textarea,
  #contact-speciallyselectedvehicles .contact .miniSurveyView-speciallyselectedvehicles table.formBlockSurveyTable tr:not(.captchatr) td select {
    font-size: 18px;
  }
  #contact-speciallyselectedvehicles .contact .miniSurveyView-speciallyselectedvehicles table.formBlockSurveyTable tr:not(.captchatr) td.question {
    font-size: 16px;
  }
  #contact-speciallyselectedvehicles .contact .miniSurveyView-speciallyselectedvehicles table.formBlockSurveyTable tr:not(.captchatr) td:not(.question) {
    font-size: 18px;
  }
  #contact-speciallyselectedvehicles .contact .miniSurveyView-speciallyselectedvehicles table.formBlockSurveyTable tr:not(.captchatr) td:not(.question) .content {
    gap: 5px 15px;
  }
  #contact-speciallyselectedvehicles .contact .miniSurveyView-speciallyselectedvehicles .privacy {
    margin-bottom: 20px;
  }
  #contact-speciallyselectedvehicles .contact .miniSurveyView-speciallyselectedvehicles .privacy .title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  #contact-speciallyselectedvehicles .contact .miniSurveyView-speciallyselectedvehicles .privacy .txbox {
    margin-bottom: 20px;
    padding: 10px 10px 30px;
  }
  #contact-speciallyselectedvehicles .contact .miniSurveyView-speciallyselectedvehicles input[type=submit] {
    width: 280px;
    font-size: 18px;
  }
  #contact-speciallyselectedvehicles div#wpcf7cpcnf table {
    border-spacing: 0 15px;
  }
  #contact-speciallyselectedvehicles div#wpcf7cpcnf table th,
  #contact-speciallyselectedvehicles div#wpcf7cpcnf table td {
    display: block;
  }
}
@media (max-width: 500px) {
  #contact-speciallyselectedvehicles .head h2 {
    font-size: 19px;
    margin-bottom: 10px;
  }
  #contact-speciallyselectedvehicles .head .text {
    font-size: 14px;
  }
}

/* ----------------------------------------------
footer
------------------------------------------------- */
#footer {
  padding: 10px;
  text-align: center;
}/*# sourceMappingURL=speciallyselectedvehicles.css.map */