@charset "UTF-8";
.c-sort_block {
  text-align: right;
}

.c-sort_ttl {
  display: inline-block;
  font-size: 0.9rem;
}

.c-sort_list {
  display: inline-block;
  padding: 2px 0;
}

.c-sort_btn {
  padding: 0;
  font-size: 0.8rem;
}

.c-main_visual_wrap {
  position: relative;
  height: 500px;
  display: flex;
  align-items: center;
}
.c-main_visual_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  inset: 0;
  background: linear-gradient(90deg, rgba(49, 9, 4, 0.3) 0%, rgba(49, 9, 4, 0) 100%);
}
@media screen and (max-width: 768px) {
  .c-main_visual_wrap {
    height: 300px;
  }
}

.c-main_visual_wrap .l-inner {
  position: relative;
  z-index: 1;
}

.c-pagecount {
  margin: 10px 0 5px;
  font-size: 0.8rem;
  line-height: 1.8;
  text-align: right;
}

.b-pagination {
  text-align: center;
}

.b-pagination_btn {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #c5c5c5;
  cursor: pointer;
  border-radius: 4px;
  transition: 0.2s;
  box-shadow: 0 2px 0 rgb(231, 231, 231);
}
.b-pagination_btn:hover {
  background-color: rgba(231, 81, 60, 0.2);
}
.b-pagination_btn a {
  display: inline-block;
  padding: 10px 13px;
  color: #333;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .b-pagination_btn a {
    padding: 7px;
  }
}

@media screen and (min-width: 769px) {
  .b-pagination_btn.__right {
    margin-left: 5px;
  }
}

@media screen and (min-width: 769px) {
  .b-pagination_btn.__left {
    margin-right: 5px;
  }
}

.b-pagination_btn.__now {
  color: #fff;
  background-color: #E7513C;
  border: 1px solid #E7513C;
}

.b-pagination_btn.__now span {
  display: inline-block;
  padding: 10px 13px;
}
@media screen and (max-width: 768px) {
  .b-pagination_btn.__now span {
    padding: 7px;
  }
}

.c-table {
  width: 100%;
  margin: 25px 0;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-table {
    font-size: 0.8rem;
    top: 0px;
  }
}

.c-table tr:nth-child(odd) {
  background: #f5f5f5;
}

.c-table thead {
  width: 100%;
}

.c-table tr th {
  padding: 10px;
  color: #fff;
  background-color: #E7513C;
}

.c-table tr th:not(:last-child) {
  border-right: 1px solid #ccc;
}

.c-table tr td {
  padding: 15px 10px;
  border: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .c-table tr td {
    padding: 10px;
  }
}

@media screen and (max-width: 768px) {
  .c-table__txt_block span {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .c-table__block_overflow {
    overflow: auto;
    white-space: nowrap;
  }
}

@media screen and (max-width: 768px) {
  .c-table__block_overflow .c-table {
    margin: 10px 0;
  }
}

.c-table_horizontal {
  width: 100%;
  font-size: 0.9rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .c-table_horizontal {
    border-top: 1px solid #c7c7c7;
  }
}

.c-table_horizontal tr th {
  padding: 10px 5px;
}

.c-table_horizontal tr td {
  padding: 1rem;
}

.c-table_horizontal th,
.c-table_horizontal td {
  border: 1px solid #c7c7c7;
}
@media screen and (max-width: 768px) {
  .c-table_horizontal th,
  .c-table_horizontal td {
    display: block;
    border-top: none;
  }
}

.c-table_horizontal th {
  color: #fff;
  text-align: center;
  background: #E7513C;
}
@media screen and (min-width: 769px) {
  .c-table_horizontal th {
    width: 200px;
  }
}

@media screen and (min-width: 769px) {
  .c-table_horizontal tr:not(:last-child) th {
    border-bottom: 1px solid #fff;
  }
}

@media screen and (max-width: 768px) {
  .b-zirei_table tr td {
    padding: 15px 10px;
  }
}
.b-zirei_table tr td a:hover {
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  .b-zirei_table tr th {
    position: sticky;
    top: 0px;
  }
}

.year_area_txt {
  font-size: 0.9em;
}

.b-top_flow__wrap {
  display: flex;
  gap: 15px;
  padding: 15px 10px;
  margin-bottom: 40px;
  background-color: #f5f5e8;
}

.b-top_flow__block {
  position: relative;
  display: flex;
  flex-direction: column;
  width: calc((100% - 45px) / 4);
}
.b-top_flow__block:not(:last-child)::before {
  position: absolute;
  top: 0;
  right: -17px;
  bottom: 0;
  margin: auto;
  content: "";
  width: 6px;
  height: 6px;
  border: 6px solid transparent;
  border-left: 6px solid #E7513C;
  box-sizing: border-box;
}
.b-top_flow__block:last-child::after {
  position: absolute;
  top: -20px;
  right: 4px;
  content: "";
  width: 70px;
  height: 50px;
  background-image: url("/img/page/top/flow_kaitori.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.b-top_flow__ttl {
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: bold;
  color: #fff;
  background-color: #E7513C;
}

.b-top_flow__ttl > p {
  position: relative;
  padding: 6px 10px;
  font-size: 16px;
  font-weight: bold;
}
.b-top_flow__ttl > p::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #fff;
}

.b-top_flow__ttl > h3 {
  font-size: 16px;
  font-weight: bold;
}

.b-top_flow__txt {
  flex: 1;
  padding: 10px 15px;
  background-color: #fff;
  border: solid 1px #dadada;
}

@media screen and (max-width: 768px) {
  .b-top_flow__wrap {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .b-top_flow__block {
    width: 100%;
  }
  .b-top_flow__block:not(:last-child)::before {
    right: 0;
    left: 0;
    top: auto;
    bottom: -15px;
    transform: rotate(90deg);
  }
}
.achievement_slider .b-achievement {
  overflow: hidden;
  margin: 0 6px;
}

.achievement_slider .slick-list {
  margin: 0 -6px;
}

.b-achievement__img img {
  width: 100%;
  height: auto;
}

.b-achievement__info {
  padding: 10px;
  background-color: #fff;
}

.b-achievement__info_name {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 3px;
  line-height: 1.4;
  color: #333;
}

.b-achievement__info_name > a {
  transition: 0.2s;
}
.b-achievement__info_name > a:hover {
  color: #E7513C;
}

.b-achievement__info_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.b-achievement__info_dt_price {
  color: #a3a3a3;
  border: solid 1px #cfcfcf;
  padding: 1px 5px;
  font-size: clamp(9px, 1.5vw, 11px);
}

.b-achievement__info_dd_price > span {
  font-size: clamp(19px, 2vw, 22px);
  font-weight: bold;
  color: #E7513C;
}

.b-achievement__info_dd > a {
  transition: 0.2s;
}
.b-achievement__info_dd > a:hover {
  color: #E7513C;
}

.b-achievement {
  border: solid 1px #cfcfcf;
  border-radius: 5px;
}

.slick-prev:before, .slick-next:before {
  position: absolute;
  color: rgba(231, 81, 60, 0.5) !important;
}

.slick-prev:before {
  left: -100px;
}

.slick-next:before {
  right: -100px;
}

.slick-dots {
  position: static !important;
  margin-top: 16px !important;
}

.slick-dots li button:before {
  color: #E7513C !important;
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tab_item {
  width: auto;
  padding: 6px 23px;
  color: #999999;
  text-align: center;
  float: left;
  display: block;
  font-size: clamp(14px, 2vw, 14px);
  background-color: #ffffff;
  border: solid 1px #c5c5c5;
  border-radius: 30px;
  cursor: pointer;
  transition: 0.2s;
  box-shadow: 0 2px 0 rgb(231, 231, 231);
}
.tab_item:hover {
  background-color: #ffe4e4;
}

label[for=haisha] {
  border-width: 1px;
  border-style: solid;
  border-color: #d3d3d3;
  border-top-style: none;
  border-bottom-style: none;
  box-sizing: border-box;
}

label[for=koshou] {
  margin-right: 0;
}

/*ラジオボタンを全て消す*/
input[name=tab_item] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  margin-top: 20px;
  margin-bottom: 40px;
  width: 100%;
  clear: both;
  background-color: #ffffff;
}

/*選択されているタブのコンテンツのみを表示*/
#tab_suv:checked ~ #tab_suv_content,
#tab_minivan:checked ~ #tab_minivan_content,
#tab_compact:checked ~ #tab_compact_content,
#tab_sedan:checked ~ #tab_sedan_content,
#tab_kei:checked ~ #tab_kei_content,
#tab_commercial:checked ~ #tab_commercial_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background: #E7513C;
  color: #ffffff;
  border: solid 1px #E7513C;
}

@media screen and (max-width: 1080px) {
  .slick-prev:before {
    left: -68px;
    top: -25px;
  }
  .slick-next:before {
    right: -68px;
    top: -25px;
  }
}
@media screen and (max-width: 768px) {
  .b-achievement__info_dt {
    font-size: 12px;
    white-space: nowrap;
  }
}
.b-achievement__c-label_wrap {
  text-align: left;
  margin-top: 8px;
}

.b-achievement__c-label a {
  display: inline-block;
  padding: 4px 10px;
  margin: 2px;
  font-size: 12px;
  color: #fff;
  background: #E7513C;
  border-radius: 50px;
  text-decoration: none;
  transition: background 0.3s;
}

.b-achievement__c-label a:hover {
  opacity: 0.7;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.b-cv__wrap {
  position: relative;
  width: 100%;
  border-radius: 16px;
  margin: 0 auto;
  background: linear-gradient(to bottom, #1472CB, #1860BE);
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2), 0 2px 0 rgba(0, 0, 0, 0.2);
}

.b-cv__block {
  position: relative;
  padding: 3.8% 8% 2.4%;
  display: flex;
  justify-content: flex-end;
  gap: 32px;
  text-align: center;
  max-width: 100%;
}
@media screen and (max-width: 1000px) {
  .b-cv__block {
    padding: 40px 32px 16px;
    gap: 12px;
  }
}
@media screen and (max-width: 768px) {
  .b-cv__block {
    flex-direction: column;
    padding: 40px 3% 16px;
    gap: 46px;
  }
}

.b-cv__img_pc {
  position: absolute;
  bottom: 0;
  left: 8px;
  content: "";
  width: 19%;
}
@media screen and (max-width: 820px) {
  .b-cv__img_pc {
    width: 17%;
  }
}
@media screen and (max-width: 768px) {
  .b-cv__img_pc {
    display: none;
  }
}

.b-cv__picture_sp {
  display: none;
}

@media (max-width: 768px) {
  .b-cv__picture_sp {
    display: block;
    position: absolute;
    bottom: -32px;
    left: 0;
    content: "";
    width: 30vw;
    height: auto;
    max-width: 160px;
    flex-shrink: 0;
  }
  .b-cv__picture_sp img {
    display: block;
  }
}

.b-cv__item {
  position: relative;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .b-cv__item {
    width: 100%;
  }
}

.b-cv__cv_sub_txt {
  position: absolute;
  width: max-content;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  padding: 8px 16px;
  border-radius: 50px 50px 50px 0;
  background: linear-gradient(to bottom, #FE7C3C, #F93936);
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4;
  transition: transform 0.2s ease;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .b-cv__cv_sub_txt {
    top: -28px;
  }
}

.b-cv__cv_sub_txt.--tel {
  background: linear-gradient(to bottom, #62B1F9, #1C8BE8);
}

.b-cv__tel_wrap {
  display: flex;
  flex-direction: row;
  gap: 13px;
}

.b-cv__tel_icon {
  width: 18px;
}
@media screen and (max-width: 768px) {
  .b-cv__tel_icon {
    filter: brightness(0) saturate(100%) invert(14%) sepia(51%) saturate(1838%) hue-rotate(192deg) brightness(94%) contrast(98%);
  }
}

.b-cv__tel_link {
  display: flex;
  margin-top: 24px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .b-cv__tel_link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 75px;
    margin: 0;
    border-radius: 50px;
    background: #FFDA1C;
    color: #032A5E;
    border: solid 1px #fff;
    font-weight: bold;
    text-decoration: none;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2), 0 2px 0 rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease;
  }
}

@media screen and (min-width: 769px) {
  .b-cv__item--tel {
    pointer-events: none;
  }
}

.b-cv__tel_number {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
}
@media screen and (max-width: 1000px) {
  .b-cv__tel_number {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .b-cv__tel_number {
    font-size: 24px;
  }
}

.b-cv__tel_note {
  font-size: 14px;
  color: #ffffff;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .b-cv__tel_note {
    font-size: 13px;
    color: #032A5E;
  }
}

.b-cv__web_link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 24px 40px;
  border-radius: 50px;
  background: #FFDA1C;
  color: #032A5E;
  border: solid 1px #fff;
  font-size: 22px;
  font-weight: bold;
  text-decoration: none;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2), 0 2px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
}
@media screen and (max-width: 1000px) {
  .b-cv__web_link {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .b-cv__web_link {
    padding: 0;
    height: 75px;
    font-size: 18px;
  }
}

@media (hover: hover) {
  .b-cv__item:hover .b-cv__cv_sub_txt {
    transform: translateX(-50%) translateY(-2px);
  }
  .b-cv__item:hover .b-cv__web_link,
  .b-cv__item:hover .b-cv__tel_link {
    transform: translateY(-2px);
  }
}
.b-cv__text_top {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .b-cv__text_top {
    position: relative;
    align-items: center;
  }
}

.b-cv__text_top > p {
  display: inline-block;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.b-cv__text_top_sub {
  display: block;
  padding: 0 38px;
  margin-right: 0;
  font-size: 24px;
  width: fit-content;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .b-cv__text_top_sub {
    font-size: clamp(16px, 2vw, 22px);
  }
}
@media screen and (max-width: 768px) {
  .b-cv__text_top_sub {
    padding: 0 32px;
    font-size: clamp(14px, 4vw, 20px);
  }
}

p.b-cv__text_top_main {
  font-size: clamp(18px, 2vw, 22px);
  font-weight: bold;
}

.b-cv__text_top_main > span {
  font-size: clamp(18px, 2.5vw, 29px);
  font-weight: bold;
  color: #E7513C;
}

.b-cv__text_top div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
@media screen and (max-width: 768px) {
  .b-cv__text_top div {
    align-items: flex-end;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 500px;
    padding-bottom: 8px;
  }
}

@media screen and (max-width: 1000px) {
  .b-cv__badge {
    width: 30%;
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .b-cv__badge {
    width: 62%;
    max-width: 300px;
  }
}

@media screen and (max-width: 1000px) {
  .b-cv__badge img {
    display: block;
    width: 100%;
    height: auto;
  }
}

.b-cv__note {
  margin: 8px 0 16px;
  font-size: 12px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .b-cv__note {
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .c-ttl__dot_w_slash::after, .c-ttl__dot_w_slash::before {
    bottom: -29px;
  }
}

.b-top_faq__q, .b-top_faq__a {
  position: relative;
  padding: 12px 12px 12px 37px;
  border-radius: 5px;
}
.b-top_faq__q::before, .b-top_faq__a::before {
  position: absolute;
  top: 12px;
  left: 15px;
  margin: auto;
}

.b-top_faq__q {
  margin-bottom: 4px;
  font-weight: bold;
  background-color: #f5f5e8;
  border: solid 1px #f5f5e8;
}
.b-top_faq__q::before {
  content: "Q";
  color: #E7513C;
}

.b-top_faq__a {
  margin-bottom: 15px;
  border: solid 1px #d6d6d6;
}
.b-top_faq__a::before {
  content: "A";
  font-weight: bold;
}

.b-top_faq__a a {
  color: #E7513C;
  transition: 0.2s;
}
.b-top_faq__a a:hover {
  opacity: 0.7;
}

.b-top_faq__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}

.b-top_faq__tabs button {
  width: auto;
  padding: 6px 23px;
  color: #999999;
  text-align: center;
  float: left;
  display: block;
  font-size: clamp(14px, 2vw, 14px);
  background-color: #ffffff;
  border: solid 1px #c5c5c5;
  border-radius: 30px;
  cursor: pointer;
  transition: 0.2s;
  box-shadow: 0 2px 0 rgb(231, 231, 231);
  line-height: 1.6;
}
.b-top_faq__tabs button:hover {
  background-color: #ffe4e4;
}

.b-top_faq__tabs button.is-active {
  background: #E7513C;
  color: #ffffff;
  border: solid 1px #E7513C;
}

.b-top_faq__content {
  display: none;
}

.b-top_faq__content.is-active {
  display: block;
}

.b-form_modal__layer {
  position: fixed; /* 編集しないで下さい */
  top: 0; /* 編集しないで下さい */
  left: 0; /* 編集しないで下さい */
  z-index: 990; /* 編集しないで下さい */
  display: none; /* 編集しないで下さい */
  width: 100%; /* 編集しないで下さい */
  height: 100%; /* 編集しないで下さい */
  background-color: #000;
  opacity: 0.6;
}

.b-form_modal__layer_carbox {
  position: fixed; /* 編集しないで下さい */
  inset: 0;
  z-index: 991; /* 編集しないで下さい */
  box-sizing: border-box;
  display: none; /* 編集しないで下さい */
  width: 100%;
  max-width: 890px;
  overflow-y: scroll;
  font-weight: 600;
  background-color: #fff;
  border: 1px solid #999;
}
@media screen and (min-width: 769px) {
  .b-form_modal__layer_carbox {
    padding: 1% 1.5%;
    margin: 5% auto 4%;
    font-size: 1.3em;
  }
}
@media screen and (max-width: 768px) {
  .b-form_modal__layer_carbox {
    font-size: 1rem;
  }
}

.b-form_modal__close_btn {
  position: relative;
  display: block;
  width: fit-content;
  margin-right: 0;
  margin-bottom: 10px;
  margin-left: auto;
  font-size: 1.5em;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .b-form_modal__close_btn {
    padding: 3%;
    font-size: 1.7em;
  }
}

.b-form_modal__dummy_box {
  position: absolute;
  left: 0;
  cursor: pointer;
  opacity: 0;
}

.b-form_modal__tab_list {
  display: table;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .b-form_modal__tab_list {
    font-weight: normal;
  }
}

.b-form_modal__tab_list_li {
  position: relative;
  box-sizing: border-box;
  display: table-cell;
  float: left;
  width: 25%;
  padding: 10px 0;
  font-size: 1em;
  font-weight: bold;
  color: #666;
  text-align: center;
  cursor: pointer;
  background: #d9d9d9;
}
@media screen and (max-width: 768px) {
  .b-form_modal__tab_list_li {
    font-size: 0.8em;
  }
}

.b-form_modal__tab_list_head {
  display: block;
  font-size: 0.6em;
  color: #888;
}

.b-form_modal__tab_list_li.tab_active {
  color: #fff;
  background: #E7513C;
}

.b-form_modal__tab_list_li.tab_active .b-form_modal__tab_list_head {
  color: #fff;
}

.b-form_modal__tab_list_li.__maker::before,
.b-form_modal__tab_list_li.__car::before,
.b-form_modal__tab_list_li.__model_year::before {
  position: absolute;
  top: 0;
  right: -12px;
  z-index: 1;
  width: 12px;
  height: 100%;
  clip-path: polygon(0% -10%, 0% 110%, 100% 50%);
  content: "";
  background-color: #fff;
}

.b-form_modal__tab_list_li.__maker::after,
.b-form_modal__tab_list_li.__car::after,
.b-form_modal__tab_list_li.__model_year::after {
  position: absolute;
  top: 0;
  right: -10px;
  z-index: 2;
  width: 10px;
  height: 100%;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  content: "";
  background-color: #d9d9d9;
}

.b-form_modal__tab_list_li.__maker.tab_active::after,
.b-form_modal__tab_list_li.__car.tab_active::after,
.b-form_modal__tab_list_li.__model_year.tab_active::after {
  position: absolute;
  top: 0;
  right: -10px;
  z-index: 2;
  width: 10px;
  height: 100%;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  content: "";
  background-color: #E7513C;
}

.b-form_modal__tab_list_li.disable {
  color: #999;
}

.b-form_modal__tab_box {
  display: none; /* 編集しないで下さい */
}

.b-form_modal__tab_box_list_wrap {
  padding: 25px 18px;
  background: #f1f1f1;
}
@media screen and (max-width: 768px) {
  .b-form_modal__tab_box_list_wrap {
    padding: 25px 10px;
  }
}

.b-form_modal__tab_box_txt {
  padding: 15px 20px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #E7513C;
  background: rgba(231, 81, 60, 0.1);
  border-top: 3px solid #E7513C;
}

.b-form_modal__tab_box_txt_must {
  padding: 2px 8px;
  margin-left: 8px;
  font-size: 0.7em;
  color: #fff;
  letter-spacing: 0.2em;
  vertical-align: middle;
  background-color: #e00000;
  border-radius: 10px;
}

.b-form_modal__tab_ttl {
  padding-bottom: 10px;
  font-size: 1rem;
  font-weight: bold;
}

.b-form_modal__tab_box_list {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 30px;
}

.b-form_modal__tab_box_list_index {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 30px;
}

.b-form_modal__tab_box_list_index_item {
  width: calc(9.0909090909% - 4px);
}
@media screen and (max-width: 768px) {
  .b-form_modal__tab_box_list_index_item {
    width: calc(16.6666666667% - 4px);
  }
}

.b-form_modal__tab_box_list_index_item a {
  position: relative;
  box-sizing: border-box;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  min-height: 3em;
  padding-bottom: 0.5em;
  font-size: 0.95rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  background-color: #E7513C;
  border-bottom: 2px solid #E7513C;
  border-radius: 4px;
}
.b-form_modal__tab_box_list_index_item a::before {
  position: absolute;
  top: 2em;
  right: 0;
  left: 0;
  width: 13px;
  height: 15px;
  margin: auto;
  clip-path: polygon(0 0, 50% 40%, 100% 0);
  content: "";
  background-color: #f9bab1;
}
.b-form_modal__tab_box_list_index_item a:hover {
  background: #E7513C;
}

.b-form_modal__tab_box_list_car {
  box-sizing: border-box;
}

.b-form_modal__tab_box_list_car_ttl {
  padding: 0.4em 10px;
  margin-bottom: 7px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  letter-spacing: 1px;
  background-color: #E7513C;
}

.b-form_modal__tab_box_list_item {
  position: relative;
  box-sizing: border-box;
  display: flex;
  gap: 8px;
  align-items: center;
  width: calc(33.3333333333% - 3px);
  min-height: 3.2em;
  padding: 3px 25px 3px 10px;
  font-size: 0.95rem;
  font-weight: bold;
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .b-form_modal__tab_box_list_item {
    width: calc(50% - 2px);
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 320px) {
  .b-form_modal__tab_box_list_item {
    width: 100%;
  }
}
.b-form_modal__tab_box_list_item:hover {
  background: rgb(252, 235, 234);
}
.b-form_modal__tab_box_list_item::after {
  position: absolute;
  top: 40%;
  right: 15px;
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  content: "";
  border-top: 2px solid #E7513C;
  border-right: 2px solid #E7513C;
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .b-form_modal__tab_box_list_item.__w100 {
    width: 100%;
  }
}
.b-form_modal__tab_box_list_img {
  display: block;
  width: 33px;
}

.b-form__item {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
@media screen and (max-width: 768px) {
  .b-form__item {
    flex-direction: column;
  }
}

.b-form__item_ttl {
  display: flex;
  align-items: baseline;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin-bottom: 5px;
  font-size: 15px;
}
@media screen and (min-width: 769px) {
  .b-form__item_ttl {
    width: 33%;
  }
}

.b-form__item_ttl_label {
  font-weight: 700;
}

@media screen and (min-width: 769px) {
  .b-form__item_ttl_label.__small {
    font-size: 0.9em;
  }
}

.b-form__about_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 4px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
.b-form__about_ttl::before, .b-form__about_ttl::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #CCCCCC;
}
@media screen and (min-width: 769px) {
  .b-form__about_ttl {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .b-form__about_ttl {
    width: 95%;
    margin: 10px auto 0;
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .b-form__user_area {
    display: none;
  }
}

.b-form__item_box {
  width: 100%;
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .b-form__item_box {
    display: inline-block;
    margin-bottom: 10px;
    width: 63%;
    text-align: left;
    vertical-align: middle;
  }
}

.b-form__item.__pref_id .b-form__item_box > select {
  appearance: none;
}

.b-form__item.__maker .b-form__item_box,
.b-form__item.__model_year .b-form__item_box,
.b-form__item.__as_mileage .b-form__item_box,
.b-form__item.__pref_id .b-form__item_box {
  position: relative;
}
.b-form__item.__maker .b-form__item_box::before,
.b-form__item.__model_year .b-form__item_box::before,
.b-form__item.__as_mileage .b-form__item_box::before,
.b-form__item.__pref_id .b-form__item_box::before {
  position: absolute;
  top: 17px;
  right: 12px;
  margin: auto;
  width: 5px;
  height: 5px;
  content: "";
  border-top: 2px solid #afafaf;
  border-right: 2px solid #afafaf;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  pointer-events: none;
  box-sizing: content-box;
}
@media screen and (max-width: 768px) {
  .b-form__item.__maker .b-form__item_box::before,
  .b-form__item.__model_year .b-form__item_box::before,
  .b-form__item.__as_mileage .b-form__item_box::before,
  .b-form__item.__pref_id .b-form__item_box::before {
    top: 21px;
  }
}

.b-form__item_box label, .b-form__item_box input {
  cursor: pointer;
}

.b-form__input,
.b-form__select {
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #999;
}
@media screen and (min-width: 769px) {
  .b-form__input,
  .b-form__select {
    width: 100%;
    padding: 12px 0 12px 10px;
    cursor: pointer;
    border-radius: 4px;
  }
}
@media screen and (max-width: 768px) {
  .b-form__input,
  .b-form__select {
    width: 100%;
    height: 50px;
    padding: 3px 0.5em;
    font-size: 16px;
    appearance: none;
    border-radius: 3px;
  }
}

.b-form__input.__maker,
.b-form__input.__name,
.b-form__input.__phone_number {
  background-color: #ffffc9;
}

@media screen and (max-width: 768px) {
  .b-form__car_area > div,
  .b-form__user_area > div {
    padding: 15px 15px 0;
  }
}

@media screen and (min-width: 769px) {
  .b-form__form_box {
    padding: 15px 20px;
    text-align: center;
  }
}

@media screen and (min-width: 769px) {
  .b-form__form_box.__style_flex {
    padding: 40px 60px;
  }
  .b-form__form_box.__style_flex .b-form__input_area {
    display: flex;
    gap: 40px;
    padding-bottom: 15px;
  }
  .b-form__form_box.__style_flex .b-form__car_area,
  .b-form__form_box.__style_flex .b-form__user_area {
    width: calc((100% - 40px) / 2);
  }
  .b-form__form_box.__style_flex .b-form__item {
    flex-direction: column;
    gap: 7px;
  }
  .b-form__form_box.__style_flex .b-form__item_ttl {
    width: 100%;
  }
  .b-form__form_box.__style_flex .b-form__item_box {
    width: 100%;
  }
}
.b-form__input.target_item {
  border: 2px solid #F83535;
  animation-name: borderFlashing;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

@keyframes borderFlashing {
  0% {
    box-shadow: 0 0 0 0 #F83535, 0 0 0 0 #fff, 0 0 0 1px #F83535;
  }
  100% {
    box-shadow: 0 0 0 0 #F83535, 0 0 0 0 rgba(255, 255, 255, 0), 0 0 0 5px rgba(100, 164, 134, 0);
  }
}
.b-form__req_on,
.b-form__req_off {
  display: inline-block;
  float: left;
  padding: 3px 4px;
  margin-top: 2px;
  margin-right: 7px;
  font-size: 12px;
  font-weight: 500;
  line-height: initial;
  color: #fff;
  border-radius: 2px;
}

.b-form__req_on {
  background: #F83535;
}

.b-form__req_off {
  background: #adadad;
}

.b-form__submit_btn {
  box-sizing: border-box;
  display: block;
  padding: 15px 0;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  appearance: none;
  background: linear-gradient(to bottom, #1472CB, #1860BE);
  border: none;
  border-radius: 5px;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2), 0 2px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
}
@media screen and (min-width: 769px) {
  .b-form__submit_btn {
    width: 400px;
    margin: 0 auto;
    cursor: pointer;
  }
}
@media screen and (max-width: 768px) {
  .b-form__submit_btn {
    width: 90%;
    margin: 10px auto 20px;
  }
}
.b-form__submit_btn:hover {
  opacity: 0.8;
}

.b-form__submit_btn.--green {
  background: linear-gradient(to bottom, #20b516 40%, #109b07 88%);
  border-bottom: 4px solid #0d6708;
}

@media screen and (max-width: 768px) {
  .submit_btn_box {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .b-form__next_btn {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .b-form__next_btn {
    display: block;
    width: 90%;
    padding: 15px 0;
    margin: 10px auto;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #F83535;
    border: none;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2), 0 2px 0 rgba(0, 0, 0, 0.2);
    border-radius: 5px;
  }
}

@media screen and (max-width: 768px) {
  .b-form__next_btn.disable {
    margin-bottom: 15px;
    color: #A0A0A0;
    text-align: center;
    background: #DDDDDD;
    border-bottom: none;
    font-size: 18px;
    font-weight: bold;
  }
}

.b-form__ssl {
  box-sizing: border-box;
  width: 95%;
  padding: 10px 0;
  margin: 0 auto;
  text-align: left;
  border-top: 1px solid #acacac;
}

.b-form__ssl_ttl {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}
.b-form__ssl_ttl::before {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  vertical-align: middle;
  content: "";
  background: url("/img/block/form/ssl_icon.png") center left/contain no-repeat;
}

.b-form__ssl_txt {
  font-size: 11px;
  line-height: 1.5;
}

#loading_img {
  display: none; /* 編集しないで下さい */
  width: 10%;
}
@media screen and (min-width: 769px) {
  #loading_img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #loading_img {
    margin: 15px auto 0;
  }
}

.b-form__agreement {
  margin-bottom: 13px;
  font-size: 0.8em;
  text-align: center;
}

.err_msg {
  font-size: 0.8rem;
  line-height: 1.8;
  color: #F83535;
}
@media screen and (max-width: 768px) {
  .err_msg {
    padding-top: 3px;
    text-align: center;
  }
}

.b-form_common__inner {
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.05) 30%, transparent 30%), linear-gradient(165deg, #d93a2c 0%, #e24432 50%, #e94a37 100%);
}
@media screen and (min-width: 769px) {
  .b-form_common__inner {
    padding: 45px 0 30px;
    margin: 50px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .b-form_common__inner {
    padding: 30px 0;
    margin: 30px 0 -30px;
  }
}

.b-form_common__wrap {
  background-color: #f5f5e8;
  border-radius: 4px;
  width: 98%;
  max-width: 1000px;
  margin: 0 auto;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 768px) {
  .b-form_common__wrap {
    width: calc(100% - 20px);
    margin-inline: auto;
    margin-bottom: 20px;
  }
}

.b-form_common__ttl {
  position: relative;
  padding: 15px 0 10px;
  text-align: center;
  background-color: #fff;
  border-radius: 4px 4px 0 0;
}
@media screen and (max-width: 768px) {
  .b-form_common__ttl {
    padding-left: 95px;
  }
}

.b-form_common__ttl_picture {
  position: absolute;
  bottom: 0;
  right: 63%;
}
@media screen and (min-width: 769px) {
  .b-form_common__ttl_picture {
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .b-form_common__ttl_picture {
    left: 5px;
  }
}

.b-form_common__ttl_img {
  display: block;
  width: 110px;
}
@media screen and (max-width: 768px) {
  .b-form_common__ttl_img {
    width: 90px;
  }
}

.b-form_common__ttl_main {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  color: #F83535;
}
@media screen and (max-width: 768px) {
  .b-form_common__ttl_main {
    font-size: 22px;
  }
}

.b-form_common__ttl_main__inline_block {
  display: inline-block;
  font-weight: 700;
}

.b-form_common__ttl_sub {
  position: absolute;
  top: -20px;
  right: 50%;
  transform: translateX(50%);
  padding: 8px 16px;
  border-radius: 50px 50px 50px 0;
  background: #FFDA1C;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .b-form_common__ttl_sub {
    right: calc(50% - 45px);
    font-size: 11px;
  }
}

.b-form_common__ttl_sub_em {
  font-size: 15px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .b-form_common__ttl_sub_em {
    font-size: 13px;
  }
}

@media screen and (min-width: 1000px) {
  .l-inner {
    width: 960px;
  }
}

picture,
img {
  display: block;
}

.p-haishazirei_vehicle_pickup__bold {
  font-weight: bold;
}

.p-haishazirei_vehicle_pickup__fv_wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  background: rgba(231, 81, 60, 0.1);
  border: 2px solid #E7513C;
  border-radius: 4px;
  padding: 16px 24px;
}
@media screen and (max-width: 768px) {
  .p-haishazirei_vehicle_pickup__fv_wrap {
    flex-direction: column;
    gap: 3px;
    padding: 2% 4% 4%;
  }
}

.p-haishazirei_vehicle_pickup__fv_wrap > picture {
  flex-shrink: 0;
}
.p-haishazirei_vehicle_pickup__fv_wrap > picture img {
  width: 250px;
  height: auto;
}

.p-haishazirei_vehicle_pickup__fv_data {
  display: grid;
  flex: 1;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  max-width: 650px;
  background: #fff;
  padding: 12px 26px 16px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-haishazirei_vehicle_pickup__fv_data {
    width: 100%;
    max-width: none;
    padding: 14px;
  }
}
@media screen and (max-width: 480px) {
  .p-haishazirei_vehicle_pickup__fv_data {
    gap: 8px;
  }
}

.p-haishazirei_vehicle_pickup__fv_item:first-child {
  grid-column: 1/-1;
}

.p-haishazirei_vehicle_pickup__fv_head {
  position: relative;
}

.p-haishazirei_vehicle_pickup__fv_item_ttl {
  position: relative;
  margin: 0 0 13px;
  padding: 5px 0;
  background: #949494;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
}
.p-haishazirei_vehicle_pickup__fv_item_ttl::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -7px;
  transform: translateX(-50%);
  border-width: 8px 7px 0;
  border-style: solid;
  border-color: #949494 transparent transparent;
}

.p-haishazirei_vehicle_pickup__fv_item_ttl.__price {
  background: #2F2D2C;
}
.p-haishazirei_vehicle_pickup__fv_item_ttl.__price::after {
  border-color: #2F2D2C transparent transparent;
}

.p-haishazirei_vehicle_pickup__fv_item_price {
  color: #E7513C;
  font-size: 32px;
  line-height: 1;
  text-align: center;
}
.p-haishazirei_vehicle_pickup__fv_item_price .num {
  font-weight: bold;
  margin: 0 4px;
}
.p-haishazirei_vehicle_pickup__fv_item_price .txt {
  font-size: 0.6em;
  font-weight: bold;
  margin-right: 8px;
}
.p-haishazirei_vehicle_pickup__fv_item_price .unit {
  font-size: 0.6em;
  font-weight: bold;
}

.p-haishazirei_vehicle_pickup__fv_item {
  text-align: center;
}

.p-haishazirei_vehicle_pickup__fv_item_num {
  margin: 0;
  color: #2F2D2C;
  font-size: clamp(26px, 3vw, 28px);
  font-weight: bold;
  line-height: 1;
}
.p-haishazirei_vehicle_pickup__fv_item_num span {
  font-size: 0.6em;
  margin-left: 4px;
  font-weight: bold;
}

.p-haishazirei_vehicle_pickup__fv_info {
  position: absolute;
  right: 0;
  bottom: -24px;
  width: 16px;
  height: 16px;
}

.p-haishazirei_vehicle_pickup__fv_info_icon {
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}

.p-haishazirei_vehicle_pickup__fv_note {
  position: absolute;
  bottom: 24px;
  right: 0;
  width: 680px;
  max-width: 86vw;
  z-index: 10;
  margin: 0;
  padding: 12px 14px;
  background: #F7F7F7;
  border: 1px solid #ccc;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  color: #7E7E7E;
  font-size: 12px;
  line-height: 1.7;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.p-haishazirei_vehicle_pickup__fv_note.is-open {
  opacity: 1;
  visibility: visible;
}

@media (hover: hover) {
  .p-haishazirei_vehicle_pickup__fv_info:hover .p-haishazirei_vehicle_pickup__fv_note {
    opacity: 1;
    visibility: visible;
  }
}
.c-table tr:nth-child(odd) {
  background-color: #F7F7E9;
}

.c-table tr td {
  border: 1px solid #e7e7cb;
}

#tab_all:checked ~ #tab_all_content {
  display: block;
}

#tab_kasoko:checked ~ #tab_kasoko_content {
  display: block;
}

#tab_fudosha:checked ~ #tab_fudosha_content {
  display: block;
}

#tab_syakengire:checked ~ #tab_syakengire_content {
  display: block;
}

#tab_kizu:checked ~ #tab_kizu_content {
  display: block;
}

#tab_konenshiki:checked ~ #tab_konenshiki_content {
  display: block;
}

#tab_junkonenshiki:checked ~ #tab_junkonenshiki_content {
  display: block;
}

#tab_teinenshiki:checked ~ #tab_teinenshiki_content {
  display: block;
}

#tab_campingcar:checked ~ #tab_campingcar_content {
  display: block;
}

.tab_content {
  margin-bottom: 0;
}

.p-haishazirei_vehicle_pickup__voice {
  margin-bottom: 10px;
  border: 1px solid #cfcfc7;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
}

.p-haishazirei_vehicle_pickup__voice_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 16px;
  background: #F7F7E9;
}
@media screen and (max-width: 768px) {
  .p-haishazirei_vehicle_pickup__voice_head {
    align-items: flex-start;
    padding: 10px 12px;
  }
}

.p-haishazirei_vehicle_pickup__voice_icon {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-haishazirei_vehicle_pickup__voice_icon {
    width: 40px;
    height: 40px;
  }
}

.p-haishazirei_vehicle_pickup__voice_user {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex: 1;
  min-width: 0;
}
@media screen and (max-width: 800px) {
  .p-haishazirei_vehicle_pickup__voice_user {
    flex-direction: column;
    gap: 6px;
  }
}

.p-haishazirei_vehicle_pickup__voice_name {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, auto);
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
@media screen and (max-width: 600px) {
  .p-haishazirei_vehicle_pickup__voice_name {
    grid-template-columns: auto 1fr;
    gap: 4px 8px;
  }
}
@media screen and (max-width: 400px) {
  .p-haishazirei_vehicle_pickup__voice_name {
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 4px;
  }
}

@media screen and (max-width: 600px) {
  .p-haishazirei_vehicle_pickup__voice_spec {
    grid-column: 1/-1;
    grid-row: 2;
  }
}
@media screen and (max-width: 400px) {
  .p-haishazirei_vehicle_pickup__voice_spec {
    grid-column: auto;
    grid-row: auto;
  }
}

.p-haishazirei_vehicle_pickup__voice_car_ttl {
  font-size: clamp(12px, 2vw, 13px);
  background: #FFFFFF;
  padding: 2px 8px;
}

.p-haishazirei_vehicle_pickup__voice_name a,
.p-haishazirei_vehicle_pickup__voice_body a {
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
  transition: 0.2s;
}
.p-haishazirei_vehicle_pickup__voice_name a:hover,
.p-haishazirei_vehicle_pickup__voice_body a:hover {
  opacity: 0.7;
}

.p-haishazirei_vehicle_pickup__voice_rating {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  white-space: nowrap;
  font-size: 14px;
  color: #555;
}
@media screen and (max-width: 768px) {
  .p-haishazirei_vehicle_pickup__voice_rating {
    flex-wrap: wrap;
    gap: 4px 6px;
    white-space: normal;
    font-size: 13px;
  }
}

.p-haishazirei_vehicle_pickup__voice_stars {
  color: #f5b301;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .p-haishazirei_vehicle_pickup__voice_stars {
    width: 90px;
  }
}

.p-haishazirei_vehicle_pickup__voice_score {
  font-size: 18px;
  font-weight: bold;
  color: #f05a3b;
}
@media screen and (max-width: 768px) {
  .p-haishazirei_vehicle_pickup__voice_score {
    font-size: 16px;
  }
}

.p-haishazirei_vehicle_pickup__voice_body {
  padding: 14px 16px 16px;
}
@media screen and (max-width: 768px) {
  .p-haishazirei_vehicle_pickup__voice_body {
    padding: 12px;
  }
}

.p-haishazirei_vehicle_pickup__voice_body > p {
  font-size: 16px;
}

.p-haishazirei_vehicle_pickup__voice_bottom_info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  font-size: 14px;
  margin-top: 16px;
}
@media screen and (max-width: 400px) {
  .p-haishazirei_vehicle_pickup__voice_bottom_info {
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
  }
}

.p-haishazirei_vehicle_pickup__voice_day span {
  font-weight: bold;
}

.p-haishazirei_vehicle_pickup__reason_ttl {
  width: 100%;
  text-align: center;
  font-size: clamp(20px, 2vw, 25px);
  font-weight: bold;
  color: #2F2D2C;
}

.p-haishazirei_vehicle_pickup__reason_ttl span {
  position: relative;
  margin: 0 4px;
  font-size: clamp(28px, 3vw, 36px);
  font-weight: bold;
  color: #E7513C;
}
.p-haishazirei_vehicle_pickup__reason_ttl span::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  width: 100%;
  height: 10px;
  background-color: rgba(231, 81, 60, 0.4);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-haishazirei_vehicle_pickup__reason_ttl span {
    display: inline-block;
  }
}

.p-haishazirei_vehicle_pickup__reason_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
@media screen and (max-width: 1000px) {
  .p-haishazirei_vehicle_pickup__reason_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 26px 16px;
  }
}
@media screen and (max-width: 425px) {
  .p-haishazirei_vehicle_pickup__reason_list {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

.p-haishazirei_vehicle_pickup__reason_item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 18px 16px;
  background: #F7F7F7;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  transition: 0.2s;
}
@media screen and (max-width: 425px) {
  .p-haishazirei_vehicle_pickup__reason_item {
    flex-direction: row;
    justify-content: flex-start;
    gap: 8px;
    padding: 10px;
  }
}
.p-haishazirei_vehicle_pickup__reason_item:hover {
  opacity: 0.75;
}

.p-haishazirei_vehicle_pickup__reason_item img {
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 425px) {
  .p-haishazirei_vehicle_pickup__reason_item img {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    opacity: 0.3;
  }
}

.p-haishazirei_vehicle_pickup__reason_item_ttl {
  font-size: clamp(14px, 4vw, 18px);
  color: #2F2D2C;
  font-weight: bold;
  text-align: center;
}

.p-haishazirei_vehicle_pickup__reason_number {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 8px 0 0 8px;
  color: #fff;
  font-size: clamp(12px, 3.5vw, 20px);
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 425px) {
  .p-haishazirei_vehicle_pickup__reason_number {
    position: relative;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: #2F2D2C;
    padding: 0;
  }
}
.p-haishazirei_vehicle_pickup__reason_number::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #E7513C;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  z-index: -1;
  border-radius: 4px 0 0 0;
}
@media screen and (max-width: 425px) {
  .p-haishazirei_vehicle_pickup__reason_number::before {
    display: none;
  }
}

.p-haishazirei_vehicle_pickup__reason_detail .c-ttl__main_number {
  margin-bottom: 8px;
}

.p-haishazirei_vehicle_pickup__reason_detail .c-ttl__main_number {
  position: relative;
}

.p-haishazirei_vehicle_pickup__reason_detail_ttl {
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: bold;
}

.p-haishazirei_vehicle_pickup__reason_detail_txt {
  margin: 0 0 20px;
}

.p-haishazirei_vehicle_pickup__reason_flow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 900px) {
  .p-haishazirei_vehicle_pickup__reason_flow {
    flex-direction: column;
    gap: 16px;
  }
}

.p-haishazirei_vehicle_pickup__reason_car {
  width: 25%;
  padding: 8px;
  border: 1px solid #cccccc;
  background: #EEFBFF;
}
@media screen and (max-width: 900px) {
  .p-haishazirei_vehicle_pickup__reason_car {
    width: 100%;
    max-width: 400px;
  }
}
.p-haishazirei_vehicle_pickup__reason_car img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 900px) {
  .p-haishazirei_vehicle_pickup__reason_car img {
    width: 40vw;
    margin: 0 auto;
  }
}

.p-haishazirei_vehicle_pickup__reason_arrow {
  position: relative;
  min-width: 72px;
  padding: 4px 5px 4px 12px;
  background: #E7513C;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  filter: drop-shadow(0 0 10px rgba(231, 81, 60, 0.33));
}
@media screen and (max-width: 900px) {
  .p-haishazirei_vehicle_pickup__reason_arrow {
    background: none;
    padding: 0;
  }
}
.p-haishazirei_vehicle_pickup__reason_arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -11px;
  transform: translateY(-50%);
  border-width: 16px 0 16px 16px;
  border-style: solid;
  border-color: transparent transparent transparent #E7513C;
}
@media screen and (max-width: 900px) {
  .p-haishazirei_vehicle_pickup__reason_arrow::after {
    top: auto;
    right: 50%;
    bottom: -11px;
    transform: translateX(50%);
    border-width: 30px 44px 0 44px;
    border-color: #E7513C transparent transparent transparent;
    z-index: -1;
  }
}
.p-haishazirei_vehicle_pickup__reason_arrow.__small {
  min-width: 0;
  width: 0;
  padding: 0;
  background: none;
}
@media screen and (max-width: 900px) {
  .p-haishazirei_vehicle_pickup__reason_arrow.__small::after {
    border-width: 16px 16px 0 16px;
  }
}

.p-haishazirei_vehicle_pickup__reason_center {
  display: grid;
  grid-template-columns: 74px 142px;
  align-items: center;
  justify-content: center;
  column-gap: 14px;
  width: 30%;
  padding: 18px 20px;
  border: 1px solid #cccccc;
  background: #FFF3F3;
  text-align: center;
}
.p-haishazirei_vehicle_pickup__reason_center p {
  grid-column: 1/3;
  margin: 8px 0 0;
  color: #E7513C;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  .p-haishazirei_vehicle_pickup__reason_center {
    width: 100%;
    max-width: 400px;
  }
}

.p-haishazirei_vehicle_pickup__reason_route {
  display: grid;
  gap: 8px;
  width: 30%;
  height: 180px;
}
@media screen and (max-width: 900px) {
  .p-haishazirei_vehicle_pickup__reason_route {
    width: 100%;
    max-width: 400px;
  }
}

.p-haishazirei_vehicle_pickup__reason_route_item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 4px 20px;
  border: 1px solid #cccccc;
  background: #F7F7E9;
}
.p-haishazirei_vehicle_pickup__reason_route_item img {
  display: block;
  width: 40px;
  height: 40px;
}
.p-haishazirei_vehicle_pickup__reason_route_item span {
  font-size: 16px;
  font-weight: bold;
}

.p-haishazirei_vehicle_pickup__reason_case_list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}
@media screen and (max-width: 1000px) {
  .p-haishazirei_vehicle_pickup__reason_case_list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .p-haishazirei_vehicle_pickup__reason_case_list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-haishazirei_vehicle_pickup__reason_case_item {
  overflow: hidden;
  border: 1px solid #cccccc;
  border-radius: 12px;
  background: #fff;
}

.p-haishazirei_vehicle_pickup__reason_case_ttl {
  padding: 12px 10px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: #F7F7E9;
}

.p-haishazirei_vehicle_pickup__reason_case_item img {
  display: block;
  width: 100%;
  height: auto;
}

.p-haishazirei_vehicle_pickup__reason_case_txt {
  padding: 12px 6px;
  font-size: 14px;
  text-align: center;
}

.p-haishazirei_vehicle_pickup__reason_message {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin-top: 20px;
  padding: 18px 24px;
  background: #F7F7F7;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .p-haishazirei_vehicle_pickup__reason_message {
    padding: 10px 16px;
  }
}
.p-haishazirei_vehicle_pickup__reason_message img {
  width: 31px;
  height: 31px;
  flex-shrink: 0;
}
.p-haishazirei_vehicle_pickup__reason_message p {
  margin: 0;
  font-size: clamp(16px, 3vw, 18px);
  font-weight: bold;
}

.p-haishazirei_vehicle_pickup__reason_business {
  position: relative;
  margin-top: 20px;
  padding: 40px 90px;
  border-radius: 4px;
  overflow: hidden;
  background: url("/img/page/haishazirei/vehicle_pickup/reason03_bg.jpg") no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-haishazirei_vehicle_pickup__reason_business {
    padding: 18px 12px;
    background-image: url("/img/page/haishazirei/vehicle_pickup/reason03_bg_sp.jpg");
  }
}
.p-haishazirei_vehicle_pickup__reason_business::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.p-haishazirei_vehicle_pickup__reason_business_list {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 1000px) {
  .p-haishazirei_vehicle_pickup__reason_business_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.p-haishazirei_vehicle_pickup__reason_business_list li {
  position: relative;
  display: flex;
  align-items: center;
  padding: 8px 8px 8px 44px;
  background: #fff;
  border-radius: 999px;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.0588235294);
  font-size: clamp(13px, 3vw, 20px);
  /* 赤丸 */
  /* チェック */
}
@media screen and (max-width: 768px) {
  .p-haishazirei_vehicle_pickup__reason_business_list li {
    min-height: 42px;
    padding: 8px 8px 8px 32px;
  }
}
.p-haishazirei_vehicle_pickup__reason_business_list li::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  width: 22px;
  height: 22px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #E7513C;
}
@media screen and (max-width: 768px) {
  .p-haishazirei_vehicle_pickup__reason_business_list li::before {
    left: 9px;
    width: 18px;
    height: 18px;
  }
}
.p-haishazirei_vehicle_pickup__reason_business_list li::after {
  content: "";
  position: absolute;
  left: 21px;
  top: 50%;
  width: 5px;
  height: 9px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: translateY(-62%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .p-haishazirei_vehicle_pickup__reason_business_list li::after {
    left: 15px;
    width: 4px;
    height: 7px;
    border-width: 2px;
  }
}

.p-haishazirei_vehicle_pickup__reason_result_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  .p-haishazirei_vehicle_pickup__reason_result_list {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}

.p-haishazirei_vehicle_pickup__reason_result_item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 26px 16px 18px;
  border-radius: 4px;
  text-align: center;
  box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.1098039216);
}
.p-haishazirei_vehicle_pickup__reason_result_item.__red {
  background: #FFF3F3;
}
.p-haishazirei_vehicle_pickup__reason_result_item.__blue {
  background: #F3F7FF;
}
.p-haishazirei_vehicle_pickup__reason_result_item.__green {
  background: #F6FAF3;
}
@media screen and (max-width: 768px) {
  .p-haishazirei_vehicle_pickup__reason_result_item {
    gap: 8px;
    padding: 24px 16px 16px;
  }
}

.p-haishazirei_vehicle_pickup__reason_result_icon {
  position: absolute;
  top: -46px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: inherit;
}
@media screen and (max-width: 768px) {
  .p-haishazirei_vehicle_pickup__reason_result_icon {
    top: -36px;
    width: 64px;
    height: 64px;
  }
}
.p-haishazirei_vehicle_pickup__reason_result_icon img {
  padding-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .p-haishazirei_vehicle_pickup__reason_result_icon img {
    width: 50px;
    height: auto;
    padding-bottom: 0;
  }
}

.p-haishazirei_vehicle_pickup__reason_result_label {
  --r: 12px;
  display: inline-block;
  width: fit-content;
  min-width: 96px;
  margin: 0;
  padding: 2px calc(var(--r) + 10px);
  line-height: 1.3;
  background: #C5920C;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  clip-path: polygon(0 0, 100% 0, calc(100% - var(--r)) 50%, 100% 100%, 0 100%, var(--r) 50%);
}

.p-haishazirei_vehicle_pickup__reason_result_num {
  font-size: clamp(32px, 4vw, 40px);
  font-weight: bold;
  line-height: 1;
}
.p-haishazirei_vehicle_pickup__reason_result_num span {
  font-size: 0.6em;
  font-weight: bold;
}

.__red .p-haishazirei_vehicle_pickup__reason_result_num {
  color: #e65a42;
}

.__blue .p-haishazirei_vehicle_pickup__reason_result_num {
  color: #2f68c8;
}

.__green .p-haishazirei_vehicle_pickup__reason_result_num {
  color: #58a81d;
}

@media screen and (max-width: 768px) {
  .haishazirei_vehicle_pickup__reason_result_txt {
    font-size: 14px;
  }
}

.p-haishazirei_vehicle_pickup__reason_result_note {
  margin-top: 12px;
  font-size: 12px;
  color: #7e7e7e;
  text-align: right;
}

.p-haishazirei_vehicle_pickup__technique_list {
  display: grid;
  gap: 24px;
}

.p-haishazirei_vehicle_pickup__technique_item {
  position: relative;
  background: #F7F7F7;
  padding: 34px 48px 28px;
  border-radius: 4px;
}

.p-haishazirei_vehicle_pickup__technique_item .c-ttl__main_number {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  padding: 6px 18px;
  font-size: 13px;
  background-color: #FFDA1C;
  filter: none;
}

.p-haishazirei_vehicle_pickup__technique_inner {
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: center;
  gap: 32px;
}

.p-haishazirei_vehicle_pickup__technique_icon img {
  display: block;
  width: 48px;
  height: 48px;
}

.p-haishazirei_vehicle_pickup__technique_ttl {
  margin: 0 0 14px;
  color: #127AD0;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .p-haishazirei_vehicle_pickup__technique_item {
    padding: 34px 18px 24px;
  }
  .p-haishazirei_vehicle_pickup__technique_inner {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .p-haishazirei_vehicle_pickup__technique_icon img {
    margin: 0 auto;
  }
}
.p-haishazirei_vehicle_pickup__technique_read-more {
  position: relative;
}

.p-haishazirei_vehicle_pickup__technique_read-more p {
  position: relative;
  max-height: 90px; /* 開く前に見せたい高さを指定 */
  margin-bottom: 0;
  overflow: hidden;
  transition: max-height 1s ease;
}
.p-haishazirei_vehicle_pickup__technique_read-more p::after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(180deg, rgba(247, 247, 247, 0) 0%, rgba(247, 247, 247, 0.9) 50%, #F7F7F7 100%);
  content: "";
}
@media screen and (min-width: 769px) {
  .p-haishazirei_vehicle_pickup__technique_read-more p::after {
    display: none;
  }
}

.p-haishazirei_vehicle_pickup__technique_read-more:has(:checked) p {
  max-height: 100vh;
}
.p-haishazirei_vehicle_pickup__technique_read-more:has(:checked) p::after {
  content: none;
}

.p-haishazirei_vehicle_pickup__technique_read-more label {
  display: flex;
  align-items: center;
  gap: 0 4px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #127AD0;
  font-size: 0.8em;
}
@media screen and (min-width: 769px) {
  .p-haishazirei_vehicle_pickup__technique_read-more label {
    display: none;
  }
}
.p-haishazirei_vehicle_pickup__technique_read-more label::after {
  display: inline-block;
  width: 10px;
  height: 5px;
  background-color: #b6bdc3;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
}
.p-haishazirei_vehicle_pickup__technique_read-more label:hover {
  color: #FFDA1C;
  text-decoration: underline;
  cursor: pointer;
}

.p-haishazirei_vehicle_pickup__technique_read-more:has(:checked) label {
  display: none;
}

.p-haishazirei_vehicle_pickup__technique_read-more input {
  display: none;
}

@media screen and (min-width: 769px) {
  .b-cv__text_top_sub {
    font-size: 20px;
  }
}

.c-sort_btn {
  background: #f3f3f3;
  color: #333;
  border: none;
  padding: 4px 8px;
  border-radius: 4px;
  box-shadow: 0 2px 0 rgb(231, 231, 231);
}

.c-sort_list {
  padding: 4px 8px;
}

.c-sort_block {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}