@charset "UTF-8";
/* =============================================================================
	shoukaicp  Last Up Date	2025.5.26
============================================================================= */
.pc {
  display: block;
}
.sp {
  display: none;
}
/* SP */
@media all and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
/* header
----------------------------------------------------------------------------- */
header.lp_shoukaicp {
  height: 90px;
  background: #ffffff;
}
header.lp_shoukaicp .header_inner {
  max-width: 1080px;
  width: calc(100% - 40px);
  height: 90px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header.lp_shoukaicp img {
  width: 220px;
  height: auto;
}
/* SP */
@media all and (max-width: 768px) {
  header.lp_shoukaicp {
    height: 60px;
  }
  header.lp_shoukaicp .header_inner {
    width: calc(100% - 32px);
    height: 60px;
  }
  header.lp_shoukaicp img {
    width: 150px;
    height: auto;
  }
}
/* 新車情報を見るボタン */
.header-campaign-button {
  display: block;
  width: 280px;
  height: 60px;
  color: #fff;
  font-weight: bold;
  position: relative;
}
.header-campaign-button::after {
  overflow: hidden;
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 100%;
  height: 100%;
  background: url("/assets/image/common/bg/bg_stripe_45deg_blue_01@2x.png") top left repeat;
  background-size: 5px 5px;
  border-radius: 7px;
}
@media all and (min-width: 768px) {
  .header-campaign-button:hover .header-campaign-button__inner {
    transform: translate3d(-1px, -1px, 0);
  }
  .header-campaign-button:hover::after {
    transform: translate3d(1px, 1px, 0);
  }
}
.header-campaign-button__inner {
  display: block;
  position: relative;
  height: 100%;
  background-color: #FF6670;
  border-radius: 8px;
  border: 3px solid #0045AD;
  z-index: 1;
  padding: 3px 0px;
  text-align: center;
  line-height: 1.3;
  word-break: keep-all;
}
.header-campaign-button__inner ._small {
  font-size: 1.5rem;
  font-weight: bold;
}
.header-campaign-button__inner ._large {
  font-size: 2.2rem;
  font-weight: bold;
}
.header-campaign-button__inner > span {
  display: block;
}
/* SP */
@media all and (max-width: 768px) {
  .header-campaign-button {
    display: block;
    width: 170px;
    height: 40px;
    color: #fff;
    font-weight: bold;
    position: relative;
  }
  .header-campaign-button__inner {
    padding: 3px 0px;
  }
  .header-campaign-button__inner ._small {
    display: none;
  }
  .header-campaign-button__inner ._large {
    font-size: 2rem;
    font-weight: bold;
  }
}
/* main
----------------------------------------------------------------------------- */
#main {
  width: 100%;
  background-image: url("../img/main_bg.png");
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: auto;
}
#main .inner {
  width: 1080px;
  margin: 0 auto;
}
#main .inner img {
  border-radius: 8px;
  margin: 0 0 10px;
}
.anchor_link {
  margin: 10px auto 0;
  text-align: center;
  font-size: 16px;
}
#slp_about .anchor_link  {
  margin: 50px auto 0;
}
.anchor_link a {
  position: relative;
  text-decoration: underline;
}
.anchor_link a:hover {
  text-decoration: none;
}
.anchor_link a::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  top: 1px;
  margin-left: 0.4em;
  background: url("/assets/image/common/ico/ico_circle_blue_right_01.svg") top left no-repeat;
  background-size: contain;
  transform: rotate(90deg);
}
#slp_about .anchor_link a::after {
  transform: rotate(-90deg);
}
/* SP */
@media all and (max-width: 768px) {
  #main .inner {
    width: 100% !important;
  }
  #main .inner img {
    width: 100%;
  }
  .anchor_link a:hover {
    text-decoration: underline;
  }
}
#cpbnr {
  width: 100%;
}
#cpbnr .inner {
  width: 1080px;
  margin: 0 auto;
}
/* SP */
@media all and (max-width: 768px) {
  #cpbnr .inner {
    width: 100% !important;
  }
}
/* etc
---------------------------------------------------------- */
.p-car-details-section--ligthblue {
  background-color: #dae6fb;
}
.LPfaq .c-button-special__balloon span {
  background-color: #0045AD;
  color: #fff;
}
.LPfaq .c-button-special__inner {
  background-color: #e8fafa;
  border: 4px solid #0045AD;
  color: #0045AD;
}
/* etc
---------------------------------------------------------- */
.p-toppage-whats-structure__heading {
  cursor: auto !important;
}
.p-toppage-whats-structure__heading::after {
  background: none !important;
}
@media all and (min-width: 768px) {
  .p-toppage-whats-structure__heading:hover {
    opacity: 1 !important;
    transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
}
/* list　notslide 20250127追加
---------------------------------------------------------- */
@media all and (min-width: 768px) {
  .p-first-guide-section__inner {
    padding: 40px 40px 60px !important;
  }
}
.c-car-rank-list__item {
  width: 22%;
  position: relative;
  display: block;
  box-sizing: border-box;
  margin: 0 1.3% !important;
  padding: 20px 0 8px;
  height: 400px;
}
@media all and (max-width: 992px) {
  .c-car-rank-list__item {
    width: 22%;
    position: relative;
    display: block;
    box-sizing: border-box;
    margin: 0 1% !important;
    padding: 20px 0 8px;
    height: 400px;
  }
}
@media all and (max-width: 768px) {
  .p-car-details-section-primary {
    background-color: #FEF7EC;
    padding: 40px 0 0 0;
  }
  .c-car-rank-list__item {
    width: 46% !important;
    position: relative;
    display: block;
    box-sizing: border-box;
    float: left;
    margin-right: 3% !important;
    margin-left: 0 !important;
    margin-bottom: 10px !important;
    padding: 12px 0 4px;
    height: auto;
  }
}
.c-car-rank-infomation-card__content__inner {
  background-color: #ffffff !important;
}
/* 20250127追加 注意事項
----------------------------------------------------------------------------- */
#slp_about {
  background: #fef7ed;
}
#slp_about .inner {
  padding: 30px 15px 40px;
}
#slp_about .section_header h2 {
  font-size: 2.2rem;
  font-weight: bold;
  color: #36318f;
  text-align: center;
  margin-bottom: 20px !important;
}
#slp_about .section_header p {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 20px;
}
#slp_about .section_body dl dt, #slp_about .section_body dl dd, #slp_about .section_body p {
  font-size: 1.4rem;
  line-height: 1.6;
}
#slp_about .section_body dl dd, #slp_about .section_body p {
  margin-bottom: 1.4em;
}
#slp_about .section_body dl dd:last-child {
  margin-bottom: 0;
}
#slp_about .section_body dl dd a, #slp_about .section_body p a {
  text-decoration: underline;
}
@media all and (min-width: 768px) {
  #slp_about .inner {
    padding: 80px 0;
  }
  #slp_about .section_header h2 {
    font-size: 3.6rem;
    margin-bottom: 40px !important;
  }
  #slp_about .section_header p {
    font-size: 1.6rem;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 30px;
  }
  #slp_about .section_body {
    width: 860px;
    margin: 0 auto;
  }
  #slp_about .section_body dl dt, #slp_about .section_body dl dd, #slp_about .section_body p {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  #slp_about .section_body dl dd a:hover, #slp_about .section_body p a:hover {
    text-decoration: none;
  }
}