@charset "utf-8";
.c-flex {
  display: flex;
  flex-wrap: wrap;
}
.-jc-sb {
  justify-content: space-between;
}
.-fd-rr {
  flex-direction: row-reverse;
}
.-ai-c {
  align-items: center;
}
.under__mv.vehicle-mv {
  margin-top: 30px;
}
.under__mv.vehicle-mv img {
  width: 100%;
  vertical-align: bottom;
  object-fit: contain;
}
.is_sp {
  display: none;
}

.is_tab {
  display: none;
}
.vehicle {
  margin: 50px 0;
}
.vehicle-contents {
  margin-bottom: 45px;
}
.vehicle-contents__inner {
  padding: 35px;
  background: #e0e3f1;
  border-radius: 0 0 14px 14px;
  margin-top: 0;
}
.vehicle-contents h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #515e99;
  font-size: 25px;
  text-align: center;
  line-height: 1.2;
  padding: 18px 10px;
  border-radius: 14px 14px 0 0;
  margin-bottom: 0;
}

.vehicletop p {
  margin-bottom: 45px;
  text-align: center;
  font-size: 16px;
}

.vehicletop p.vehicletop-ttl {
  font-size: 36px;
  text-align: center;
  color: #515e99;
  font-weight: bold;
  margin-bottom: 20px;
  border-bottom: none;
}

.page-section {
  padding-top: 55px;
}

/* 1 */

.vehicle01 {
  position: relative;
}

.vehicle01::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 350px;
  height: 100%;
  background: url("https://preview.cwor.biz/55okataduke/wp-content/themes/gogo_web/img/page/vehicle/strong-img.png")
    bottom center / contain no-repeat;
}

.strength-box {
  display: flex;
  align-items: center;
  gap: 14px;
  position: relative;
  z-index: 1;
  padding-bottom: 40px;
}

.strength-box:last-child {
  padding-bottom: 0;
}

.strength-circle {
  background: #ffde00;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  gap: 3px;
}

.strength-circle-label {
  font-size: 16px;
  color: #515e99;
  font-weight: bold;
  line-height: 1;
}

.strength-circle-num {
  font-size: 28px;
  color: #515e99;
  font-weight: bold;
  line-height: 1;
}

.strength-text p {
  font-size: 35px;
  letter-spacing: 0.03em;
  color: #515e99;
  font-weight: bold;
  line-height: 1;
}

.strength-text span {
  font-size: 16px;
  font-weight: normal;
}

/* 2 */
.vehicle02-box img {
  width: 100%;
}

.vehicle02-txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 20px;
}

.problem-txt {
  font-size: 30px;
  font-weight: bold;
  color: #515e99;
}

.problem-txt span {
  text-decoration: underline;
  color: #515e99;
  font-weight: bold;
}

.problem-txt::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("https://preview.cwor.biz/55okataduke/wp-content/themes/gogo_web/img/page/vehicle/arrow-bottom.png")
    center / contain no-repeat;
  margin: 8px auto 0;
}

/* 3 */
.purchase-list {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}

.purchase-label {
  background: #515e99;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  padding: 5px 20px;
}

/* 説明テキスト */
.purchase-txt {
  text-align: center;
  margin-bottom: 16px;
}

.purchase-txt p {
  font-size: 30px;
  font-weight: bold;
  color: #515e99;
}

/* 下段：左右レイアウト */
.purchase-detail {
  display: flex;
  align-items: center;
  gap: 24px;
}

.solution-txt {
  font-size: 40px;
  font-weight: bold;
  color: #515e99;
  display: inline-block;
  line-height: 1.3;
  margin-top: 8px;
  position: relative;
  z-index: 2;
}

.solution-txt::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 10px;
  background: #ffde00;
  z-index: -1;
}

/* 左：保証額エリア */
.purchase-detail-left {
  width: 50%;
  flex: 1;
}

.purchase-detail-left p.purchase-detail-ttl {
  text-align: center;
  font-size: 30px;
  display: block;
  width: 90%;
  max-width: 300px;
  margin: auto;
  margin-bottom: 20px;
  font-weight: bold;
  color: #515e99;
  position: relative;
  z-index: 0;
}

.purchase-detail-left p.purchase-detail-ttl::after {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  height: 10px;
  background: #ffde00;
  z-index: -1;
}

.purchase-detail-price {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.price-left,
.price-right {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.price-left p,
.price-right p {
  font-size: 25px;
  color: #515e99;
  font-weight: bold;
}

.price-img {
  height: 131px;
  align-content: flex-end;
}

.price-left img,
.price-right img {
  width: 100%;
}

.price-left p:last-child,
.price-right p:last-child {
  font-size: 30px;
  font-weight: bold;
  color: #515e99;
}

.price-left span,
.price-right span {
  font-size: 20px;
  color: #515e99;
  font-weight: bold;
}

/* 右：丸バッジエリア */
.purchase-detail-right {
  width: 50%;
  display: flex;
  gap: 16px;
  align-items: center;
}

.circle-badge {
  background: #ffde00;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.circle-label {
  font-size: 25px;
  color: #515e99;
  font-weight: 500;
  letter-spacing: 0.03em;
}

.circle-value {
  font-size: 40px;
  font-weight: bold;
  color: #515e99;
  letter-spacing: 0.03em;
}

/* 4 */
.vehicle04__list li {
  margin-bottom: 20px;
}
.vehicle04__list li:last-child {
  margin-bottom: none;
}
.vehicle04__list li .-img {
  gap: 25px;
}
.vehicle04__list li .-img {
  width: 162px;
}
.vehicle04__list li .-img img {
  width: 100%;
}
.vehicle04__list li .-txt {
  width: calc(100% - 187px);
}
.vehicle04__list li .-txt .-name {
  font-weight: bold;
  font-size: 20px;
  position: relative;
  color: #515e99;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.vehicle04__list li .-txt .-name::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #b0b6d2;
}
.vehicle04__list li .-txt p {
  line-height: 1.5;
}
.-staff-memo {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 2px dotted #b0b6d2;
  display: flex;
}
.-staff-memo span {
  display: block;
  width: 30px;
  height: 30px;
  padding-right: 10px;
}
.-staff-memo span img {
  width: 100%;
}
.-staff-memo p {
  width: calc(100% - 40px);
}

/* 5 */

.vehicle05__list li {
  position: relative;
  padding: 15px;
  gap: 20px;
  background: #fff;
  margin-bottom: 20px;
  border-radius: 50px;
  z-index: 9;
}

.vehicle05__list li::before {
  content: "";
  position: absolute;
  width: 38px;
  height: 20px;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  background: #d1d7f1;
  z-index: 1;
}

.vehicle05__list li:last-child::before {
  display: none;
}
.vehicle05__list li .-num {
  width: 57px;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  background: #ffde00;
  color: #515e99;
  font-weight: bold;
  border-radius: 50%;
  font-size: 27px;
  font-weight: bold;
}
.vehicle05__list li .-txt {
  width: calc(100% - 77px);
}
.vehicle05__list li .-txt h6 {
  font-weight: bold;
  font-size: 20px;
  color: #515e99;
}
.vehicle05__list li .-txt p {
  line-height: 1.5;
}

/*  6 */
.vehicle06-box {
  padding-top: 40px;
}
.vehicle06-box:first-child {
  padding-top: 0;
}
.vehicle06-box-ttl {
  font-size: 30px;
  color: #515e99;
  font-weight: bold;
}

.vehicle06-box-txt {
  font-size: 16px;
}

/*  7 */
.vehicle07 .vehicle-contents__inner {
  background-color: #fff;
}
.vehicle07-box {
  text-align: center;
}

.vehicle07-box-ttl {
  font-size: 40px;
  font-weight: bold;
  color: #515e99;
  position: relative;
  z-index: 0;
  width: 90%;
  margin: auto;
  max-width: 600px;
}

.vehicle07-box-ttl::after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 97%;
  height: 10px;
  background: #ffde00;
  z-index: -1;
}

.vehicle07-list {
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
  gap: 0px;
  width: 90%;
  margin: auto;
  max-width: 650px;
}

.vehicle07-list-label {
  font-size: 30px;
  font-weight: bold;
  color: #515e99;
  background: #ffde00;
  padding: 0px 15px;
}

.vehicle07-box-txt {
  padding-top: 50px;
}

.vehicle07-box-txt p {
  font-size: 16px;
}

/*  8 */
.vehicle08__list li {
  margin-bottom: 20px;
}
.vehicle08__list .-q-title {
  position: relative;
  background: #909ac5;
  border-radius: 11px 11px 11px 11px;
  padding: 10px 20px;
  transition: 0.3s ease;
  cursor: pointer;
}
.vehicle08__list .-q-title.close {
  border-radius: 11px 11px 0 0;
  transition: 0.3s ease;
}
.vehicle08__list .-q-title::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background: #fff;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease;
}
.vehicle08__list .-q-title::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background: #fff;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  opacity: 1;
  transition: 0.3s ease;
}
.vehicle08__list .-q-title.close::before {
  transform: rotate(90deg);
  top: 35%;
}
.vehicle08__list .-q-title.close::after {
  opacity: 0;
}
.vehicle08__list .-q-title span {
  display: inline-block;
  padding-right: 20px;
  color: #515e99;
  font-weight: bold;
  font-size: 27px;
}
.vehicle08__list .-q-title h6 {
  color: #fff;
  font-size: 19px;
  font-weight: bold;
}
.vehicle08__list .-answer {
  background: #fff;
  padding: 10px 30px;
  border-radius: 0 0 11px 11px;
  display: none;
}
.vehicle08__list .-answer p {
  line-height: 1.5;
}

/* 9 */
.vehicle09 .contact-btn {
  display: block;
  max-width: 400px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}
.vehicle09 .contact-btn img {
  width: 100%;
}

@media only screen and (max-width: 989px) {
  .is_tab {
    display: block;
  }

  /* 1 */
  .vehicle-contents__inner.vehicle01-box {
    padding-bottom: 0;
  }

  .vehicle01::after {
    display: none;
  }

  .strengths-img {
    width: 90%;
    margin: auto;
    max-width: 250px;
  }

  /* 7 */
  .purchase-label {
    font-size: 20px;
    padding: 5px 10px;
  }

  .purchase-txt p {
    font-size: 24px;
  }

  .purchase-detail-left p.purchase-detail-ttl {
    font-size: 24px;
    max-width: 250px;
  }

  .purchase-detail-left p.purchase-detail-ttl::after {
    bottom: 10px;
  }

  .price-left p,
  .price-right p {
    font-size: 24px;
  }

  .circle-badge {
    width: 165px;
    height: 165px;
  }
}

@media only screen and (max-width: 767px) {
  .is_sp {
    display: block;
  }
  .page-section {
    padding-top: 20px;
  }
  .under__mv.vehicle-mv {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .vehicle {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .vehicle-contents {
    margin-bottom: 30px;
  }
  .vehicle-contents__inner {
    padding: 20px;
  }

  .vehicletop p.vehicletop-ttl {
    font-size: 26px;
  }

  .vehicletop p {
    font-size: 14px;
    line-height: 1.875;
  }

  /* 1 */

  .vehicle01-box {
    display: flex;
    flex-direction: column;
  }
  .strength-circle {
    width: 55px;
    height: 55px;
  }

  .strength-circle-label {
    font-size: 12px;
  }

  .strength-circle-num {
    font-size: 24px;
  }
  .vehicle01::after {
    font-size: 12px;
  }
  .strength-text p {
    font-size: 25px;
  }
  .strength-text span {
    font-size: 14px;
  }

  .strength-box {
    padding-bottom: 20px;
  }

  .strengths-img {
    width: 90%;
    margin: auto;
    max-width: 250px;
  }

  /* 2 */
  .problem-txt {
    font-size: 24px;
  }

  .solution-txt {
    font-size: 24px;
  }

  .solution-txt::after {
    bottom: 5px;
    height: 5px;
  }

  /* 3 */
  .purchase-list {
    flex-wrap: wrap;
    width: 96%;
    margin: auto;
    max-width: 400px;
  }

  .purchase-label {
    font-size: 25px;
    padding: 5px 8px;
  }

  .purchase-txt {
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .purchase-txt p {
    font-size: 20px;
  }

  .purchase-detail {
    gap: 20px;
  }

  .purchase-detail {
    flex-direction: column;
  }

  .purchase-detail-left p.purchase-detail-ttl {
    width: 100%;
  }

  .purchase-detail-left p.purchase-detail-ttl::after {
    height: 7px;
  }

  .y-line {
    position: relative;
    z-index: 0;
  }

  .y-line::after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 7px;
    background: #ffde00;
    z-index: -1;
  }

  .purchase-detail-left {
    width: 100%;
  }

  .purchase-detail-right {
    width: 100%;
    justify-content: center;
    gap: 20px;
  }

  .circle-badge {
    width: 180px;
    height: 180px;
  }

  .circle-label {
    font-size: 20px;
  }

  .circle-value {
    font-size: 36px;
    line-height: 1.3;
  }

  /* 4 */

  /* 5 */
  .vehicle05__list li {
    padding: 10px;
    gap: 10px;
    margin-bottom: 15px;
  }

  .vehicle05__list li::before {
    height: 15px;
    bottom: -15px;
  }
  .vehicle05__list li .-num {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  .vehicle05__list li .-txt {
    width: calc(100% - 50px);
  }
  .vehicle05__list li .-txt h6 {
    font-size: 16px;
  }

  /* 6 */
  .vehicle06-box-ttl {
    font-size: 20px;
  }

  /* 7 */

  .vehicle07-box-ttl {
    font-size: 35px;
    max-width: 530px;
  }

  .vehicle07-box-ttl::after {
    bottom: 10px;
  }

  .vehicle07-list {
    padding-top: 30px;
    justify-content: center;
    gap: 20px;
  }

  .vehicle07-list-label {
    font-size: 25px;
  }

  .vehicle07-box-txt {
    padding-top: 30px;
  }

  /*  8 */
  .vehicle08__list li {
    margin-bottom: 15px;
  }
  .vehicle08__list .-q-title {
    padding: 10px;
    padding-right: 20px;
  }
  .vehicle08__list .-q-title::after {
    width: 15px;
    right: 5px;
  }
  .vehicle08__list .-q-title::before {
    height: 15px;
    right: 12.5px;
  }
  .vehicle08__list .-q-title.close::before {
    transform: rotate(90deg);
    top: 35%;
  }
  .vehicle08__list .-q-title.close::after {
    opacity: 0;
  }
  .vehicle08__list .-q-title span {
    padding-right: 5px;
    font-size: 20px;
  }
  .vehicle08__list .-q-title h6 {
    font-size: 16px;
  }
  .vehicle08__list .-answer {
    padding: 10px;
  }

  .-staff-memo {
    display: block;
  }
  .-staff-memo span {
    padding-right: 0;
    margin-bottom: 5px;
  }
  .-staff-memo p {
    width: 100%;
  }
}

@media only screen and (max-width: 699px) {
  /* 1 */
  .strength-text p {
    font-size: 22px;
  }
  /* 7 */
  .vehicle07-box-ttl {
    font-size: 26px;
    max-width: 400px;
  }

  .vehicle07-list-label {
    font-size: 16px;
  }
}

@media only screen and (max-width: 499px) {
  /* 1 */
  .strength-text p {
    font-size: 16px;
  }

  .strength-text span {
    font-size: 12px;
    line-height: 1;
  }
  .strength-circle {
    width: 50px;
    height: 50px;
  }
  .strength-circle {
    width: 50px;
    height: 50px;
  }
  .strength-circle-num {
    font-size: 22px;
  }

  .strength-box {
    gap: 5px;
  }

  /* 2 */
  .problem-txt {
    font-size: 16px;
  }

  .solution-txt {
    font-size: 16px;
  }
  /* 3 */
  .purchase-list {
    max-width: 270px;
  }
  .purchase-label {
    font-size: 16px;
  }

  .purchase-detail-left p.purchase-detail-ttl {
    font-size: 25px;
  }

  .purchase-detail-left p.purchase-detail-ttl::after {
    width: 95%;
    bottom: 10px;
  }

  .price-img {
    height: 120px;
  }

  .purchase-detail-price {
    gap: 20px;
  }

  .price-left p,
  .price-right p {
    font-size: 20px;
  }

  .circle-badge {
    width: 150px;
    height: 150px;
  }

  /* 4 */
  .vehicle04__list li {
    margin-bottom: 15px;
  }
  .vehicle04__list li .-img {
    gap: 10px;
  }
  .vehicle04__list li .-img {
    max-width: 162px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .vehicle04__list li .-txt {
    width: 100%;
    margin-top: 10px;
  }
  .vehicle04__list li .-txt .-name {
    text-align: center;
    font-size: 18px;
    margin-bottom: 5px;
  }

  /* 5 */

  /* 6 */
  .vehicle07-list {
    width: 100%;
    gap: 10px;
    padding-top: 20px;
  }
  .vehicle06-box-ttl {
    font-size: 18px;
  }

  /* 7 */
  .vehicle07-box-ttl {
    font-size: 18px;
    max-width: 280px;
  }
  .vehicle07-list-label {
    font-size: 16px;
    line-height: 1.5;
    padding: 5px 3px;
  }

  .vehicle07-box-ttl::after {
    height: 5px;
  }

  /*  8 */
}

@media only screen and (max-width: 349px) {
  /* 2 */
  .problem-txt {
    font-size: 14px;
  }

  .solution-txt {
    font-size: 14px;
  }

  /* 3 */
  .purchase-list {
    max-width: 210px;
  }

  .purchase-label {
    font-size: 12px;
  }

  .purchase-txt p {
    font-size: 16px;
  }

  .purchase-detail-left p.purchase-detail-ttl {
    font-size: 20px;
    max-width: 200px;
  }

  .purchase-detail-left p.purchase-detail-ttl::after {
    height: 5px;
  }

  .price-left p,
  .price-right p {
    font-size: 16px;
  }

  .price-left p:last-child,
  .price-right p:last-child {
    font-size: 24px;
  }

  .price-img {
    height: 100px;
  }

  .y-line::after {
    height: 5px;
  }

  .circle-badge {
    width: 120px;
    height: 120px;
  }

  .circle-label {
    font-size: 16px;
  }

  .circle-value {
    font-size: 30px;
  }

  /* 4 */

  /* 5 */

  /* 6 */
  .vehicle06-box-txt {
    font-size: 14px;
  }

  /* 7 */
  .vehicle07-box-ttl {
    width: 100%;
  }
  .vehicle07-list-label {
    font-size: 14px;
  }

  /*  8 */
}
