body {
  background-color: #fff;
}
.-flex {
  display: flex;
  justify-content: space-between;
}
.ja {
  justify-content: space-around;
}
.car-prop {
  margin-bottom: 30px;
}
.car-prop-item.left {
  width: 40%;
  display: flex;
  align-items: baseline;
  flex-direction: column;
  justify-content: end;
}
.car-prop-item.right {
  width: 55%;
  display: flex;
  flex-direction: column;
}
.car-prop-item .price span {
  background-color: red;
  color: #fff;
  padding: 5px 10px;
  text-align: center;
  margin-right: 10px;
}
.car-prop-item .price {
  font-size: 2rem;
  text-align: right;
}
.spec-title {
  text-align: left;
  font-size: 1.5rem;
  border-bottom: 1px solid #000;
}
.spec-box {
  background-color: #ebefef;
  padding: 10px;
  margin: 10px 0 0 0;
  width: 100%;
}
.spec-box td {
  width: 25%;
  font-size: 12px;
}
.car-prop-head img {
  margin-bottom: 0px;
}
.car-prop-head .car-name {
  text-align: left;
  /* margin-left: 10px; */
  font-size: 1.6rem;
  margin-top: 4%;
}
.swiper-button-next,
.swiper-button-prev {
  top: 85%;
}
.swiper-container-horizontal > .swiper-scrollbar {
  display: none;
}
.car-prop-option {
  margin: 30px auto;
}
.car-prop-option h3,
.cat-head {
  text-align: left;
  line-height: 1.5;
  margin-bottom: 20px;
  margin-top: 30px;
  display: inline-block;
  border-bottom: 1px solid #000;
  width: 50%;
}
.cat-head {
  margin-bottom: 30px;
}
.car-prop-option ul li {
  width: 13%;
  margin: 0 1%;
  border-radius: 10px;
  background-color: #ebefef;
  padding: 3% 0%;
  color: #000;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
}
.recommendation-point {
  justify-content: space-between;
}
.recommendation-point__item {
  background-color: #ebefef;
  text-align: center;
  padding: 10px;
  margin: 0 0.5%;
  width: 33%;
}
.recommendation-point__item dt {
  font-weight: bold;
}
.recommendation-point__item dd {
  font-size: 16px;
}
.car-prop-option ul {
  display: flex;
  justify-content: space-between;
}
.common-option {
  margin: 30px 0;
  border: 10px solid #ebefef;
  padding: 20px;
  text-align: center;
}
.common-option__item {
  width: 10%;
  display: flex;
  align-items: center;
}
.common-option__item img {
  width: 67%;
}
.common-option h3 {
  border-bottom: 3px solid #faff02;
  display: inline-block;
  font-size: 2rem;
}
.bx-wrapper ul li {
  width: 200px;
  height: 200px;
  position: relative;
}
.bx-wrapper ul li img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

/*  */

#lp_forte {
  background-image: url(../img/lp_forte_bg.png);
  background-size: cover;
  width: 100%;
  aspect-ratio: 1/0.54489;
  height: fit-content;
}
#lp_forte ol {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  height: 100%;
  padding: 4% 0 4% 0;
  margin: 0 auto;
  gap: 1.7dvw;
}
#lp_forte ol li {
  width: 48.9%;
  height: 49%;
  background-color: rgba(255, 255, 255, 0.65);
  background-image: url(../img/h_line.svg);
  background-repeat: no-repeat;
  background-position: 35% 21.5%;
  background-size: 90%;
  list-style: decimal-leading-zero;
  list-style-position: inside;
  padding: 1dvw 1.5dvw;
}
#lp_forte ol li::marker {
  font-size: 5dvw;
  line-height: 1;
}

#lp_forte ol h3 {
  display: inline-block;
  font-size: 2dvw;
  margin-top: 0;
  font-weight: 400;
  /*margin-left: -1dvw;*/
}
#lp_forte ol h3 span {
  font-family: "Unna";
}
#lp_forte ol h3 span:first-child {
  font-size: 4dvw;
}
#lp_forte ol h3 span:nth-child(2) {
  font-size: 2.7dvw;
}
#lp_forte p {
  text-align: center;
  font-size: 1.75dvw;
  line-height: 1.2;
}
#lp_info {
  width: 100%;
}
#lp_info iframe {
  width: 100%;
}
#lp_cv {
  margin-bottom: 8dvw;
}
#lp_cv ul {
  display: flex;
  gap: 2dvw;
  padding: 0;
}
#lp_cv li {
  background-color: #666;
  background-size: cover;
  width: 100%;
  aspect-ratio: 1/1.16729;
  height: fit-content;
  width: 33.3%;
  color: #fff;
  list-style: none;
  padding: 1dvw;
  display: flex;
  flex-direction: column;
  justify-content:unset;
  background-size: cover;
}

#lp_cv h3 {
  text-align: center;
  font-size: 2.5dvw;
  margin: 1dvw;
}
#lp_cv p {
  word-break: break-all;
  font-size: 18px;
  margin: 0;
  font-weight: bold;
  -webkit-text-stroke-width: 0.1px;
  -webkit-text-stroke-color: #303030;
}
#lp_cv p span{
  font-size: 20px;
  display:block;
}
#lp_faq ul {
  margin: 0;
  padding: 0;
}
#lp_faq h2 {
  padding-bottom: 0.2dvw;
  margin-bottom: 0.7dvw;
  border-bottom: 1px solid #000;
}
#lp_faq li {
  font-size: 1.5dvw;
  padding: 1rem;
  list-style: none;
  border-bottom: 1px solid #000;
}
#lp_faq p {
  margin: 0;
}
.voice-content h2 {
    color: #000;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}
#lp_info {
  background-color: #f1f3f4;
  position: relative;
  padding: 8% 0 0 0;
  margin-bottom: 4%;
}
#lp_info::before {
  content: "";
  border-bottom: 5px solid #fff;
  display: block;
  position: absolute;
  top: 8.5%;
  left: 15%;
  right: 15%;
}
#lp_info h2 {
  background-color: #f1f3f4;
  display: inline-block;
  position: absolute;
  padding: 0 0.2dvw;
  top: 5.1%;
  left: 50%;
  transform: translateX(-50%);
}
#lp_info dl {
  width: 70%;
  border: 5px solid #fff;
  padding: 1dvw 2dvw 1dvw 7dvw;
  margin: 3dvw auto 6dvw auto;
}
#lp_info dt {
  width: 27%;
  display: inline-block;
  font-size: 2dvw;
  line-height: 2.5;
}
#lp_info dd {
  width: 68%;
  font-size: 2dvw;
  display: inline-block;
  margin: 0;
}
#lp_contract {
  background-color: #fff;
  text-align: center;
}
#lp_contract button {
  background: linear-gradient(150deg, rgba(189, 0, 40, 1), rgba(230, 20, 20, 1) 42%, rgba(204, 41, 70, 1) 67%, rgba(238, 39, 53, 1) 78%, rgba(255, 6, 44, 1) 89%, rgba(215, 5, 20, 1));
  color: #fff;
  line-height: 1.8;
  font-size: 2rem;
  width: 30%;
  border-radius:2rem;
  position: relative;
  margin: 30px auto;
}

#lp_contract a.tellink {
  display: none;
  padding:10px;
  border: 5px solid #000;
  color: #000;
  width: 51%;
  margin: 0 auto 0 auto;
  text-decoration: none;
}

#lp_contract p {
  margin: 0;
  font-size:2.5dvw;
}
#lp_forte-new {
  background-image: url(../img/lp_forte_bg.png);
  background-size: cover;
  width: 100%;
  height: fit-content;
}
#lp_forte-new ol li {
  height: 230px;
  background-image: url(../img/h_line.svg);
  background-repeat: no-repeat;
  background-position: 39% 21.5%;
  background-size: 84%;
  list-style: decimal-leading-zero;
  list-style-position: inside;
  padding: 0dvw 1.5dvw;
  color: #000;
  flex: 0 0 50%;
  max-width: 49%;
  background-color: rgb(255 255 255 / 79%);
}
#lp_forte-new ol li::marker {
  font-size: 2rem;
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
}
.container-wap {
  max-width: 1140px;
  margin: 0 auto;
}
#lp_forte-new ol li::marker {
  font-size: 4dvw;
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
}
#lp_forte-new ol {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
.forte-text {
  text-align: center;
  margin-top: 50px;
  height: 180px;
}
.forte-text p {
  font-size: 22px;
  line-height: 38px;
}
#lp_forte-new ol {
  gap: 20px;
  padding: 4% 0 4% 0;
}
#lp_forte-new ol h3 {
  display: inline-block;
  margin-top: 0;
font-family: serif;
  font-weight: 400;
  margin-left: -1dvw;
}
footer {
  background-color: #000;
  padding-bottom: 2dvw;
}
footer section {
  background-color: #5f7a94;
  padding: 2dvw 2.5dvw;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer h2 {
  font-size: 15px;
  line-height: 1;
  font-weight: 400;
  margin: 0;
}
footer h2 span {
  font-family: "Unna", sans-serif;
}
footer h2 span:first-child {
  font-size: 50px;
  margin-right: 0.5rem;
}
footer h2 span:nth-child(2) {
  font-size: 30px;
}
header > button {
  display: none;
}
.top-firstview {
  margin-top: -40px;
}
.txt-center {
  text-align: center;
}
.c-white {
  color: #fff;
}
#lp_info dt:nth-of-type(2) {
  width: 26.5%;
}
.h2_strongpoint {
  text-align: center;
  margin: 20px 0;
}
.shopinfo-h1 {
  font-size: 3rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  background: linear-gradient(135deg, #1d262e 0%, #183d5c 100%);
  width: fit-content;
  margin: 0 auto 15px 0;
  color: #fff;
  padding: .2rem 1rem .2rem 1rem;
  line-height: 1.5;
  width: 31%;
  text-align: right;
  position: absolute;
  top: 50%;
}

#ip_firstview > div.shopinfo-box {
  top: 35%;
  left: 8%;
  display: inline-block !important;
  position: relative;
  height: auto !important;
  top: 44%;
  left: 14%;
  background: linear-gradient(transparent 70%, yellow 70%);
}
#ip_firstview.shopinfo.car {
  margin-bottom: 0dvw;
  height:657px;
  background-position: center;
}
.pager{
  text-align: center;
}
.page-numbers{
  padding: 5px 10px;
  border: 1px solid #2f58c8;
}
.car-prop-item .attachment-post-thumbnail{
  width: 500px;
}
.cv-slick h3{
  font-size:28px!important;
}
@media (max-width: 749px) {
  .car-prop-item .attachment-post-thumbnail{
    width: 100%;
  }
  
  .hamburger {
    position: absolute;
    right: 20px;
    top: 18px;
    width: 50px;
    height: 40px;
    cursor: pointer;
    z-index: 300;
  }

  .hamburger__line {
    position: absolute;
    width: 30px;
    height: 3px;
    right: 0;
    background-color: #ccc;
    transition: all 0.5s;
  }

  .hamburger__line--1 {
    top: 1px;
  }

  .hamburger__line--2 {
    top: 9px;
  }

  .hamburger__line--3 {
    top: 18px;
  }
  .sp-nav ul {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }
  .sp-nav ul li {
    font-size: 20px;
    color: #fff;
  }
  /*ãƒãƒ³ãƒãƒ¼ã‚¬ãƒ¼ãŒã‚¯ãƒªãƒƒã‚¯ã•ã‚ŒãŸã‚‰*/
  .open .hamburger__line--1 {
    transform: rotate(-45deg);
    top: 11px;
  }

  .open .hamburger__line--2 {
    opacity: 0;
  }

  .open .hamburger__line--3 {
    transform: rotate(45deg);
    top: 11px;
  }
  .header menu:nth-child(2) li {
    margin: 0;
  }

  /* 
    sp-nav(ãƒŠãƒ“)
    =================================== */
  .sp-nav {
    position: fixed;
    right: -100%; /*ãƒãƒ³ãƒãƒ¼ã‚¬ãƒ¼ãŒã‚¯ãƒªãƒƒã‚¯ã•ã‚Œã‚‹å‰ã¯Windowå³å´ã«éš ã™*/
    top: 0;
    width: 70%; /* å‡ºã¦ãã‚‹ã‚¹ãƒ©ã‚¤ãƒ‰ãƒ¡ãƒ‹ãƒ¥ãƒ¼ã®å¹… */
    height: 100vh;
    background-color: #333;
    transition: all 0.5s;
    z-index: 200;
    overflow-y: auto; /* ãƒ¡ãƒ‹ãƒ¥ãƒ¼ãŒå¤šããªã£ãŸã‚‰ã‚¹ã‚¯ãƒ­ãƒ¼ãƒ«ã§ãã‚‹ã‚ˆã†ã« */
  }

  /*ãƒãƒ³ãƒãƒ¼ã‚¬ãƒ¼ãŒã‚¯ãƒªãƒƒã‚¯ã•ã‚ŒãŸã‚‰å³ã‹ã‚‰ã‚¹ãƒ©ã‚¤ãƒ‰*/
  .open .sp-nav {
    right: 0;
  }

  /* 
    black-bg(ãƒãƒ³ãƒãƒ¼ã‚¬ãƒ¼ãƒ¡ãƒ‹ãƒ¥ãƒ¼è§£é™¤ç”¨bg)
    =================================== */
  .black-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 5;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    cursor: pointer;
    z-index: 100;
  }
  .nav-wrapper {
    display: block;
  }
  /*ãƒãƒ³ãƒãƒ¼ã‚¬ãƒ¼ãƒ¡ãƒ‹ãƒ¥ãƒ¼ãŒé–‹ã„ãŸã‚‰è¡¨ç¤º*/
  .open .black-bg {
    opacity: 0.3;
    visibility: visible;
  }

  header {
    grid-template-columns: 42dvw auto;
    justify-content: left;
    padding: 10px 0;
  }
  header h1 {
    margin: 0 0 0 1dvw;
    font-size: 3dvw;
  }
  header h1 span:first-child {
    font-size: 9dvw;
    margin-right: 0.8dvw;
  }
  header h1 span:nth-child(2) {
    font-size: 5dvw;
  }
  header menu:nth-child(1) {
    display: none;
  }
  header menu:nth-child(2) a {
    font-size: 3.5dvw;
    padding: 1.5dvw 1dvw;
    width: 9rem;
    display: block;
    font-weight: bold;
  }
  header > button {
    display: block;
    position: absolute;
    right: 2dvw;
    top: 3dvw;
    height: 6dvw;
    width: 6dvw;
    background-color: transparent;
    border: none;
    z-index: 2;
  }
  header > button::before {
    font-family: "Font Awesome";
    position: absolute;
    right: 1dvw;
    top: 0;
    content: "\f0c9";
    display: block;
    font-size: 6dvw;
    color: #fff;
  }
  header menu:nth-child(1).active {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 8dvw;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1;
  }
  header > button.active::before {
    content: "\f410";
    font-size: 8dvw;
  }
  header menu:nth-child(1) li {
    width: 100%;
    text-align: center;
    line-height: 3;
  }
  #ip_firstview {
    margin-bottom: 61dvw;
    height: 300px;
  }
  #ip_firstview hgroup h1,
  #ip_firstview hgroup p {
    font-size: 4dvw;
  }
  #ip_firstview hgroup span {
    font-size: 6dvw;
  }
  #ip_firstview > div {
    display: block;
  }
  #ip_firstview > div > .swiper {
    bottom: auto;
    top: 78%;
    width: 100%;
  }
  #ip_firstview > div > div > ul {
    gap: 0;
    padding: 0;
  }
  #line_up menu a {
    font-size: 17px;
  }
  #ip_firstview h2 {
    font-size: 6dvw;
    width: 30%;
    margin: 0;
    display: inline-block;
  }
  #ip_firstview form p {
    font-size: 6dvw;
    color: #000;
    display: inline-block;
  }
  #ip_firstview form p span {
    font-size: 8dvw;
  }
  #ip_firstview form {
    top: 63dvw;
    position: relative;
    display: inline;
  }
  /*#ip_firstview dl {
      display: block;
    }*/
  #ip_firstview dl {
    border: none;
    border-radius: 0;
    box-shadow: none;
  }
  #ip_firstview dl dt,
  #ip_firstview dl dd {
    margin: 0;
  }
  #ip_firstview dl dt:first-child,
  #ip_firstview dl dd:nth-child(2) {
    border: none;
  }
  #ip_firstview dl dd input {
    width: 48%;
    font-size: 3.3dvw;
    padding: 0;
  }
  #ip_firstview button {
    height: auto;
    width: 60%;
    font-size: 6dvw;
    display: block;
    margin: 6dvw auto;
    border-radius: 6dvw;
    line-height: 2;
    box-shadow: 0px 2px #666;
  }
  #lp_cv {
    margin-top: 2rem;
    padding: 0 10px;
  }
  section.content h2 {
    font-size: 6dvw;
  }
  section.content,
  #news_topic {
    width: 95%;
    margin: 0 auto 0 auto;
  }
  #news_topic h2 {
    font-size: 7dvw;
  }
  #news_topic ul {
    padding: 0;
  }
  #news_topic article {
    margin: 0;
  }
  #news_topic article::before {
    font-size: 3.5dvw;
    left: 0;
  }
  #news_topic h3 {
    font-size: 3dvw;
    margin: 0 2% 0 8%;
  }
  #news_topic p {
    font-size: 3.45dvw;
  }
  #line_up {
    margin-top: 8dvw;
  }
  #line_up h2 {
    font-size: 6dvw;
    top: -4dvw;
  }
  #line_up menu li {
    width: 48.5%;
    font-size: 5dvw;
  }
  #line_up menu img {
    max-width: 8dvw;
    max-height: 6dvw;
    margin-right: 0.2dvw;
  }
  #line_up .car-list nav ul {
    gap: 1.5dvw;
    margin-bottom: 1.8dvw;
  }
  #line_up .car-list nav li {
    width: 3.9dvw;
    height: 3.9dvw;
  }
  #line_up .car-list > ul {
    margin-bottom: 20px;
  }
  #line_up .car-list > ul li {
    width: 48.8%;
  }
  #line_up .car-list > ul h3 {
    font-size: 12px;
  }
  #line_up .car-list > ul button {
    font-size:12px;
  }
  #line_up .car-list > ul .price span {
    font-size: 6dvw;
  }
  #line_up > section > button {
    font-size: 9dvw;
    width: 95%;
    margin-bottom: 8dvw;
  }
  #lp_guide {
    margin-bottom: 9dvw;
  }
  #lp_guide h2 {
    font-size: 6.5dvw;
    line-height: 1;
    margin: 0;
  }
  #lp_guide hgroup {
    margin: 0 auto;
  }
  #lp_guide hgroup p {
    font-size: 5dvw;
    line-height: 1;
    margin: 0;
  }
  #lp_guide > p {
    margin-top: 0.5dvw;
    margin-right: 3%;
  }
  #lp_guide > p a {
    font-size: 3dvw;
    width: 20dvw;
  }
  #lp_forte {
    overflow: hidden;
  }
  #lp_forte ol {
    flex-wrap: nowrap;
    flex-direction: column;
    /*width: 200%;*/
    margin: 0 auto;
    width: 90%;
    gap: 5dvw;
    padding: 5dvw 0 7dvw 0;
  }
  #lp_forte ol li {
    /*width: 80%;*/
    width: 100%;
  }
  #lp_forte ol h3 {
    font-size: 4dvw;
    margin: 0;
  }
  #lp_forte ol li::marker {
    font-size: 8dvw;
  }
  #lp_forte ol h3 span:first-child {
    font-size: 7dvw;
  }
  #lp_forte ol h3 span:nth-child(2) {
    font-size: 5.4dvw;
  }
  #lp_forte p {
    font-size: 4dvw;
  }
  #lp_forte {
    aspect-ratio: 1/1.5;
  }

  .swiper_cv {
    overflow: hidden;
  }
  #lp_cv ul {
    gap: 0;
    margin-top: 20px;
  }
  #lp_cv li {
    width: 100%;
    padding: 3dvw;
  }
  #lp_cv h3 {
    font-size: 9dvw;
    color: #fff;
  }
  #lp_cv p {
    font-size: 18px;
  }

  #lp_faq {
    margin-bottom: 8dvw;
    padding: 0 10px;
  }
  #lp_faq h2 {
    font-size: 6dvw;
  }
  #lp_info h2 {
    font-size: 6dvw;
    top: 1.5%;
    width: 55%;
  }
  #lp_info::before {
    top: 5.5%;
    left: 2.5%;
    right: 2.5%;
  }
  #lp_info dl {
    width: 95%;
    margin-top: 10dvw;
    padding: 1dvw 2dvw 1dvw 2dvw;
  }
  #lp_info dt {
    width: 22%;
  }
  #lp_info dd {
    width: 77%;
  }
  #lp_info dt,
  #lp_info dd {
    font-size: 3.5dvw;
  }
  #lp_contract button {
    font-size: 8dvw;
    width: 70%;
    border-radius: 8dvw;
    margin: 10dvw 0 10dvw 0;
  }
  #lp_contract button::before {
    right: -3.5dvw;
    top: -6.1dvw;
    width: 8dvw;
    height: 8dvw;
  }
  #lp_contract a {
    display: block;
    padding: 1.5dvw;
    width: 80%;
    margin: 0 auto 10dvw auto;
  }
  #lp_contract h3 {
    margin: 0 0 0.5dvw 0;
    font-size: 6dvw;
  }
  #lp_contract p {
    font-size: 8dvw;
  }
  .voice-content h2 {
    padding-top:70px;
    margin-top: 0;
  }
}

@media (max-width: 400px) {
  #line_up menu li {
    width: 47.5%;
  }
  #line_up .car-list > ul li {
    width: 47.8%;
  }
}

/* Search Form Css */

#ip_firstview-car-list {
  background-image: url(../img/fv_bg.png);
  background-size: cover;
  width: 100%;
  aspect-ratio: 1/0.42619;
  height: fit-content;
  position: relative;
}
div#line_up-form {
  background-color: #ebefef;
  padding: 20px 0 40px;
}
.form-content-custom {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.form-group {
  width:100%;
}
.search-button-car {
  text-align: center;
}
.forn-field-ct {
  display: flex;
  align-items: center;
  justify-content: center;
}
.forn-field-ct label {
  margin-right: 6px;
  font-weight: 600;
  font-size: 15px;
  color: #000;
}
.forn-field-ct select {
  width: 71%;
  font-size: 14px;
  color: #6c6c6c;
  height: 35px;
  border: none;
  padding: 0 8px;
  line-height: 2;
  background-color: #fff;
}
.forn-field-ct select:focus-visible {
  outline: none;
}
.search-button-car button.btn.btn-primary {
  background:linear-gradient(
    150deg,
    rgba(189, 0, 40, 1),
    rgba(230, 20, 20, 1) 42%,
    rgba(204, 41, 70, 1) 67%,
    rgba(238, 39, 53, 1) 78%,
    rgba(255, 6, 44, 1) 89%,
    rgba(215, 5, 20, 1)
  );
  color: #fff;
  border: none;
  padding: 6px 30px;
  font-size: 15px;
}
.search-button-car {
  margin-top: 10px;
}
div#line_up-form .content {
  margin: 0 auto 0dvw auto;
}
.tt-form-search p {
  font-size: 24px;
  font-weight: 600;
}
.tt-form-search {
  text-align: center;
  margin: -10px 0 20px;
}
.wp-pagenavi {
  text-align: center;
}
span.current {
  background-color: #dc0d0d;
  color: #fff;
  border: none !important;
  padding: 4px 8px !important;
}
.pager span.current {
  background-color: #2f58c8;
  color: #fff;
  border: 1px solid #2f58c8 !important;
  padding: 5px 10px !important;
}
a.page.larger {
  background-color: #bfbfbf;
  color: #fff;
  border: none;
  padding: 4px 8px;
}
a.nextpostslink {
  background-color: #bfbfbf;
  color: #fff;
  border: none;
  padding: 4px 8px;
}

#lp_contract {
  background-color: #fff;
  text-align: center;
}

#lp_contract h3 {
  margin: 0 0 0.5dvw 0;
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
}
#lp_contract p {
  margin: 0;
  font-size: 3rem;
}
#lp_contract .car-prop a {
  display: block;
  padding: 1.5dvw;
  border: 5px solid #000;
  color: #000;
  width: 40%;
  margin: 0 auto 0 auto;
  text-decoration: none;
}
#lp_contract a.props-sub {
  border: none;
  width: 100%;
}
#line_up .car-list nav ul {
  display: flex;
  justify-content: right;
  gap: 0.5dvw;
  margin-bottom: 0.6dvw;
}
#line_up .car-list nav li {
  list-style: none;
  width: 1.3dvw;
  height: 1.3dvw;
  background-color: #cfcfcf;
}
#line_up .car-list > ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  /* justify-content: space-evenly; */
  margin: 0 0 40px 0;
}
#line_up .car-list > ul li {
  width: 32%;
  background-color: #ebefef;
  text-align: center;
  list-style: none;
  border: 1px solid #b1b1b1;
}
#line_up .car-list.search > ul li {
  width: 32%;
  background-color: #ebefef;
  text-align: center;
  list-style: none;
  border: 1px solid #b1b1b1;
}
#line_up .car-list > ul a {
  text-decoration: none;
  color: #000;
}
#line_up .car-list > ul button {
  background-color: #fbff21;
  color: #333;
  padding: 5px;
  font-weight: 600;
  margin-bottom: 20px;
  box-shadow: 5px 5px 10px rgb(151 151 151 / 40%);
  width: 88%;
  border: none;
}
#line_up .car-list > ul img {
  width: 100%;
  height: auto;
}
#line_up .car-list > ul h3 {
  font-size: 20px;
  font-weight: 400;
}
#line_up .car-list > ul span {
  color: #000;
  display: block;
  font-weight: 500;
}
#line_up .car-list > ul .price span {
  color: #d00000;
  font-size: 24px;
  font-weight:bold;
}
p.price{
  color: #d00000;;
  margin-bottom: 10px;
}
p.osuume-text {
  margin-bottom: 8px;
  color: #000;
  padding: 0 10px;
  font-size: 14px;
}

.bx-wrapper {
  border: none;
  box-shadow: none;
  margin: 50px auto;
}
.grd {
  margin-left: 10px;
}
.car-body-new{
  padding: 15px 10px;
}
@media (max-width: 749px) {
  .column {
    flex-direction: column;
  }
  .recommendation-point__item {
    width: 100%;
    margin: 10px 0;
  }
  .car-prop-option ul {
    flex-wrap: wrap;
  }
  .car-prop-option ul li {
    width: 30%;
    margin: 10px 0;
  }
  .bxslider {
    display: flex;
    align-items: center;
  }
  ul.slider li {
    width: 100%;
  }
  .bx-wrapper img {
    width: 100%;
  }
  .car-prop-item.left,
  .car-prop-item.right {
    width: 100%;
  }
  .car-prop-item .price {
    font-size: 1.2rem;
    text-align: center;
    margin: 10px 0;
    line-height: 1.8;
  }
  .car-prop-item .price span {
    padding: 0px 10px;
    font-size: 16px;
  }
  #line_up .car-list > ul{
    justify-content: space-evenly!important;
  }
  #line_up .car-list.search > ul {
  justify-content: left!important;
  }

  .car-prop-option h3,
  .cat-head,
  #line_up .car-list > ul li {
    width: 100%;

  }
  #line_up .car-list > ul li,#line_up .car-list.search > ul li{
    width: 46%;
  }
  .common-option h3 {
    display: inline-block;
    text-align: center;
    margin-top: 0;
    font-size: 1.5rem;
}
.common-option__item {
  width: 20%;
}
  #line_up .car-list > ul h3 {
    font-size: 4.5dvw;
  }
  #line_up .car-list > ul .price span {
    font-size: 8dvw;
  }
  #lp_contract a {
    width: 95%;
  }
  #lp_contract h3,
  #lp_contract p {
    font-size: 4.5dvw;
  }
  #lp_contract button {
    font-size: 8dvw;
    width: 70%;
    border-radius: 8dvw;
    margin: 10dvw 0 10dvw 0;
  }
  #lp_contract a.tellink {
    width: 100%;
  }
}
@media (max-width: 749px) {
  h3,
  h2,
  li,
  p,
  dt,
  dd,
  th,
  td {
    color: #000;
  }
  .shopinfo-h1 {
    font-size: 1.5rem;
    margin-top: 0%;
    width: 50%;
    top: 50%;
  }
  #ip_firstview.shopinfo {
    margin-bottom: 9dvw;
  }
  .form-content-custom,.forn-field-ct{
    flex-direction: column; 
  }
  .form-group {
    width: 100%;
    margin: 10px 0;
}
.car-list-content{
  padding-bottom: 50px;
}

p.price{
  color: #d00000; 
}
#line_up .car-list > ul .price span {
  font-size: 20px;
  color: #d00000;
  font-weight: 600;
}
.car-body-new{
height: 400px;
}
#ip_firstview.shopinfo.car {
  height: 400px;
}
.forte-text.first {
  margin-top: 0px;
}
#lp_forte-new ol h3 {
  font-size: 0.8rem;
}
#lp_forte-new ol li::marker {
  font-size: 6dvw;
  line-height: 1;
}
#lp_forte-new ol {
  gap: 6px;
  padding: 4% 5px 4% 5px;
}
.forte-text {
  padding: 20px 0;
  margin-top: 0;
  height: auto;
  text-align: left;
}
.forte-text p {
  font-size: 14px;
  line-height: 22px;
}
#lp_forte-new ol li {
  height: 164px !important;
  background-position: 39% 12.5% !important;
  padding: 10px 0;
}
.spec-box-sp{
  background-color: #ebefef;
  padding: 10px;
  margin: -1px 0;
  width: 100%;
  font-size: 14px;
}
.spec-box-sp dt{
  width: 40%;
}
.spec-box-sp dd{
  width: 60%;
}
.spec-box-sp dd:last-child{
  display: none;
}

}
