.pro_cont {
  padding: 60px 0 0;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center
}
.pro_cont_normal {
  padding: 0;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center
}
.pro_cont_wide {
  padding: 0;
  max-width: 2000px;
  margin: 0 auto
}
.pro_cont_wide2 {
  padding: 0;
  max-width: 1500px;
  margin: 0 auto
}
.pro_cont_wide3 {
  padding: 0;
  max-width: 1000px;
  margin: 0 auto
}
.scroll-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden
}
.scroll-container, .scroll-container2 {
  overflow-x: auto;
  white-space: nowrap;
  padding: 0;
}
.scroll-inner {
  width: max-content; /* ← 横長画像のために追加！ */
}
.scroll-inner2 {
  width: max-content; /* ← 横長画像のために追加！ */
}
.scroll-hint {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 16px;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.5s ease, transform 0.5s ease;
  z-index: 10;
  white-space: nowrap;
  max-width: none;
}
.scroll-hint.hidden {
  opacity: 0;
  transform: translate(-50%, -60%);
}
.list_links {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 6em;
}
.list_links .btn {
  display: inline-block;
  margin-right: 5px !important;
}
.btn_link_type02 {
  text-decoration: none;
  position: relative;
  display: inline-block;
  border: 1px solid #185b9f;
  border-radius: 3px;
  text-align: center;
  background: -webkit-gradient(linear, left bottom, left top, from(#1d66b0), to(#2b7acc));
  background: linear-gradient(to top, #1d66b0, #2b7acc);
}
.btn_link_type02 span {
  min-width: 223px;
  display: block;
  padding: 8px 40px;
  color: #fff;
  border: 1px solid #6194c8;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.btn_link_type02 .btn_medium {
  width: 254px;
  padding: 10px 45px;
  font-size: 16px;
}
.btn_link_type02:after {
  content: "";
  position: absolute;
  background: url(https://www.vc-dealer.jp/vcfiles/common/img/ico_arr_circle_right.png) no-repeat right center;
  width: 24px;
  height: 100%;
  right: 15px;
  top: 0;
}
.btn_link_type02:hover {
  text-decoration: none !important;
  color: #fff;
  opacity: .6;
}
.btn_link_type02 .btn_large {
  width: 286px;
  padding: 12px 30px;
  font-size: 18px;
  line-height: 21px;
}
.sharedaddy {
  display: none;
}
@media only screen and (min-width: 768px) {
  .sp_lp_none {
    display: none
  }
  .scroll-inner img {
    display: inline-block;
    height: auto;
    max-height: 330px
  }
  .car1 {
    margin: 0 0 3em
  }
  .car1 h1 {
    text-align: left;
    padding: 0;
    margin: 0
  }
  .car1 h1 img {
    width: 70%;
    height: auto
  }
  .car_column2a {
    display: flex;
    justify-content: space-between
  }
  .car_column2a .car_column2a_left {
    width: 50%
  }
  .car_column2a .car_column2a_right {
    width: 46%
  }
  .car2 {}
  .car2 h1 {
    text-align: left;
    padding: 0;
    margin: 0
  }
  .car2 h1 img {
    width: 70%;
    height: auto
  }
  .car_column2b {
    display: flex;
    justify-content: space-between;
    margin: 0 0 6em
  }
  .car_column2b .car_column2b_left {
    width: 46%
  }
  .car_column2b .car_column2b_right {
    width: 50%
  }
  .button_area img {
    width: 80%;
	height: auto
  }
  .button_area {
    display: flex;
	justify-content: center;
	width: 60%;
	margin: 0 auto
  }
  .button_area li {
    text-align: center
  }

/* ===== タブUI（ページに1回だけ） ===== */
.vc-tabs { width: 70%;
   margin: 0 auto
   }
.vc-tab-nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3タブを均等配置 */
  width: 100%;
  gap: 0;
  border-bottom: 1px solid #06365d;
  font-size: 2em
}
.vc-tab-nav [role="tab"] {
  appearance: none;
  background: #f6f6f6;
  border: 1px solid #06365d;
  border-bottom: none;        /* アクティブと段差を揃える */
  padding: 12px 10px;
  font-weight: 600;
  cursor: pointer;
  width: 100%;
}
.vc-tab-nav [role="tab"]:focus { outline: 2px solid #06365d; outline-offset: -2px; }
.vc-tab-nav [role="tab"][aria-selected="true"] {
  background: #06365d;
  color: #fff;
  border-bottom: 1px solid #06365d; /* 下の面とつなげる */
}
.vc-tab-nav button {
  font-size: 2rem
}
.vc-tab-panels {
border-left: 1px solid #06365d;
border-right: 1px solid #06365d;
border-bottom: 1px solid #06365d;
background: #fff; }
.vc-tab-panel { padding: 16px; }
.vc-tab-panel[hidden] { display: none; }

/* 画像ボタン3つ横並び（可変・レスポンシブ） */
.vc-btns {
  list-style: none; margin: 0; padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr)
}
.vc-btns li  {
  text-align: center
}
.vc-btns img { width: 90%; height: auto; }

}
@media only screen and (max-width: 767px) {
  .pc_lp_none {
    display: none
  }
  .scroll-inner img {
    display: inline-block;
    height: auto;
    max-height: 260px
  }
  .scroll-inner2 img {
    display: inline-block;
    height: auto;
    max-height: 400px
  }
  .pro_cont {
    margin-bottom: 0;
  }
  .pro_cont_normal {
    padding: 0 10px 0
  }
  .pro_cont_wide {
    padding: 0
  }
  .list_links .btn {
    margin-bottom: 10px !important;
  }
  .list_links {
    margin-top: 24px;
  }
  .car_column2a {
    margin: 0 0 3em
  }
  .car_column2a .car_column2a_left {
    margin: 0 0 1em
  }
  .car_column2a .car_column2a_right {}
  .car_column2b {
    margin: 0 0 3em;
    display: flex;
    flex-direction: column
  }
  .car_column2b .car_column2b_left {
    margin: 0 0 1em;
    order: 2
  }
  .car_column2b .car_column2b_right {
    order: 1
  }
  .button_area img {
    width: 40%;
	height: auto
  }
  .button_area {
    display: flex;
	justify-content: center;
	flex-direction: column
  }
  .button_area li {
    text-align: center;
	margin: 10px 0
  }
/* ===== タブUI（ページに1回だけ） ===== */
.vc-tabs { width: 100%;
   margin: 0 auto
   }
.vc-tab-nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3タブを均等配置 */
  width: 100%;
  gap: 0;
  border-bottom: 1px solid #06365d
}
.vc-tab-nav [role="tab"] {
  appearance: none;
  background: #f6f6f6;
  border: 1px solid #06365d;
  border-bottom: none;        /* アクティブと段差を揃える */
  padding: 12px 10px;
  font-weight: 600;
  cursor: pointer;
  width: 100%;
}
.vc-tab-nav [role="tab"]:focus { outline: 2px solid #06365d; outline-offset: -2px; }
.vc-tab-nav [role="tab"][aria-selected="true"] {
  background: #06365d;
  color: #fff;
  border-bottom: 1px solid #06365d; /* 下の面とつなげる */
}
.vc-tab-nav button {
  font-size: 1.4rem
}
.vc-tab-panels {
border-left: 1px solid #06365d;
border-right: 1px solid #06365d;
border-bottom: 1px solid #06365d;
background: #fff; }
.vc-tab-panel { padding: 16px; }
.vc-tab-panel[hidden] { display: none; }

/* 画像ボタン3つ横並び（可変・レスポンシブ） */
.vc-btns {
  list-style: none; margin: 0; padding: 0;
}
.vc-btns li {
  text-align: center;
  margin: 8px 0
}
.vc-btns li a { display: block; }
.vc-btns img { width: 60%; height: auto; }

}
/*# sourceMappingURL=lp.css.map */

