@charset "UTF-8";
.c-btn {
  text-align: center;
}

.c-btn.__simplebox {
  position: absolute;
  bottom: 20px;
  width: calc(100% - 40px);
}

.c-btn_a {
  display: inline-block;
  width: 470px;
  padding: 10px;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.6rem;
  color: #27aa3c;
  text-align: center;
  text-decoration: none;
  border: 1px solid #27aa3c;
  transition: 0.15s ease-out;
}
@media screen and (max-width: 768px) {
  .c-btn_a {
    width: 80%;
  }
}
.c-btn_a::before {
  display: inline-block;
  width: 0.3em;
  height: 0.3em;
  margin: 0 15px 2px 0;
  content: "";
  border-top: 2px solid #27aa3c;
  border-right: 2px solid #27aa3c;
  transition: 0.15s ease-out;
  transform: rotate(45deg);
}
.c-btn_a:hover {
  color: #fff;
  background: #27aa3c;
}
.c-btn_a:hover::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.c-btn_a.--blue {
  color: #067c91;
  border: 1px solid #00939d;
}
.c-btn_a.--blue::before {
  border-top: 2px solid #00939d;
  border-right: 2px solid #00939d;
}
.c-btn_a.--blue:hover {
  color: #fff;
  background: #00939d;
}
.c-btn_a.--blue:hover::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.c-btn_a.--orange {
  color: #fff;
  background: #f18700;
  border: 1px solid #f18700;
}
.c-btn_a.--orange::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.c-btn_a.--orange:hover {
  color: #f18700;
  background: #fff;
}
.c-btn_a.--orange:hover::before {
  border-top: 2px solid #f18700;
  border-right: 2px solid #f18700;
}

.c-btn_a.__simplebox {
  display: block;
  width: auto;
}

.first_time_modal__overlay {
  position: fixed;
  top: 0;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.2);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.first_time_modal__main {
  display: flex;
  width: 700px;
  max-width: 90%;
  min-width: 30%;
  height: auto;
  max-height: 90vh;
  padding: 3.5em 3em 3em;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  overflow-y: auto;
}

.first_time_modal__inner {
  display: block;
  width: 100%;
  line-height: 1.5;
}

.first_time_modal__ttl {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}

.first_time_modal__text {
  font-size: 20px;
  text-align: center;
  color: #333;
}

.first_time_modal__list {
  display: flex;
  margin-top: 2em;
}

.first_time_modal__item {
  display: inline-block;
  width: 50%;
  text-align: center;
}

.first_time_modal__item button {
  display: block;
  width: 90%;
  margin: 0 auto;
  padding: 3vh 10px;
  line-height: 1.2;
  background-color: #27aa3c;
  color: #fff;
  border: none;
  border-radius: 5px;
  transition: background-color 0.5s;
  text-decoration: none;
  font-size: 23px;
  font-weight: bold;
}

.first_time_modal__item button:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .first_time_modal__main {
    padding: 3em 1em 3.5em;
  }
  .first_time_modal__ttl {
    font-size: 18px;
  }
  .first_time_modal__text {
    font-size: 16px;
  }
  .first_time_modal__list {
    flex-direction: column;
  }
  .first_time_modal__item {
    width: 100%;
  }
  .first_time_modal__item + .first_time_modal__item {
    margin-top: 1em;
  }
  .first_time_modal__item button {
    font-size: 20px;
  }
}
.tel_switching {
  display: block;
}

.b-cv {
  position: relative;
}
@media screen and (max-width: 999px) and (min-width: 769px) {
  .b-cv {
    width: 100%;
    max-width: 750px;
    margin-inline: auto;
  }
  .b-cv img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .b-cv {
    padding-top: 15%;
    background-color: #ff2929;
    border-radius: 8px;
  }
}
@media screen and (max-width: 500px) {
  .b-cv {
    padding-top: 12%;
  }
}

@media screen and (min-width: 769px) {
  .b-cv__item {
    position: absolute;
    right: 45px;
    bottom: 28px;
    display: flex;
    width: 720px;
    justify-content: center;
  }
}
@media screen and (max-width: 999px) and (min-width: 769px) {
  .b-cv__item {
    right: 20px;
    bottom: 13px;
    width: 570px;
  }
}
@media screen and (max-width: 768px) {
  .b-cv__item {
    padding: 20px 4%;
  }
}

.b-cv__item li {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .b-cv__item li {
    width: 360px;
  }
}
@media screen and (max-width: 999px) and (min-width: 769px) {
  .b-cv__item li {
    width: 280px;
  }
}

@media screen and (min-width: 769px) {
  .b-cv__tel a {
    color: #333;
    text-decoration: none;
    pointer-events: none;
  }
}
@media screen and (max-width: 768px) {
  .b-cv__tel {
    margin-bottom: 10px;
    background-color: #fffe4f;
    border: 2px solid #333;
    border-radius: 35px;
    box-shadow: 0 5px 0 #a81300;
  }
  .b-cv__tel a {
    position: relative;
    display: block;
    padding: 7px;
    color: #333;
    text-decoration: none;
  }
  .b-cv__tel a::before {
    position: absolute;
    top: 50%;
    left: 10%;
    content: "";
    border: 8px solid transparent;
    border-left: 8px solid #333;
    transform: translateY(-50%);
  }
}

.b-cv__tel_num {
  font-size: 50px;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .b-cv__tel_num {
    color: #fff;
  }
}
@media screen and (max-width: 999px) and (min-width: 769px) {
  .b-cv__tel_num {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .b-cv__tel_num {
    font-size: 30px;
  }
}

.b-cv__tel_txt {
  font-size: 13px;
}
@media screen and (min-width: 769px) {
  .b-cv__tel_txt {
    font-size: 15px;
    line-height: 1.8;
    color: #fff;
  }
}

.b-cv__web {
  position: relative;
  background-color: #fffe4f;
  border: 2px solid #333;
  border-radius: 35px;
  box-shadow: 0 5px 0 #a81300;
}
.b-cv__web::before {
  position: absolute;
  top: 50%;
  left: 10%;
  pointer-events: none;
  content: "";
  border: 8px solid transparent;
  border-left: 8px solid #333;
  transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  .b-cv__web {
    transition: 0.15s ease-out;
  }
  .b-cv__web:hover {
    opacity: 0.8;
    box-shadow: none;
    transform: translateY(4px);
  }
}

.b-cv__web a {
  display: block;
  padding: 18px 0;
  font-size: 25px;
  font-weight: 700;
  color: #333;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .b-cv__web a {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .b-cv__img {
    position: absolute;
    top: -20px;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .b-cv__img img {
    width: 95%;
  }
}

.b-cv__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  color: #fff;
}
.b-cv__ttl::before {
  width: 20px;
  height: 2px;
  margin: 0 4px;
  content: "";
  background-color: #fffe4f;
  transform: rotate(45deg);
}
.b-cv__ttl::after {
  width: 20px;
  height: 2px;
  margin: 0 4px;
  content: "";
  background-color: #fffe4f;
  transform: rotate(-45deg);
}

.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: 96%;
  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: #ccc;
}
@media screen and (max-width: 768px) {
  .b-form_modal__tab_list_li {
    font-size: 0.8em;
  }
}

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

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

.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: #ccc;
}

.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: #27aa3c;
}

.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: #27aa3c;
  background: rgba(39, 170, 60, 0.1);
  border-top: 3px solid #27aa3c;
}

.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: #27aa3c;
  border-bottom: 2px solid #27aa3c;
  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: #b3f9c1;
}
.b-form_modal__tab_box_list_index_item a:hover {
  background: #27aa3c;
}

.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: #27aa3c;
}

.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;
  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: #f1faff;
}
.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 #27aa3c;
  border-right: 2px solid #27aa3c;
  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__balloon {
  position: relative;
  box-sizing: border-box;
  max-width: 400px;
  padding: 10px 40px;
  margin: 10px auto;
  background-color: #ffd800;
  border: 3px solid #000;
  border-radius: 100px;
}
@media screen and (max-width: 768px) {
  .b-form__balloon {
    width: 90%;
  }
}
.b-form__balloon::before {
  position: absolute;
  bottom: -22px;
  left: 50%;
  z-index: 2;
  margin-left: -11px;
  content: "";
  border: 10px solid transparent;
  border-top: 16px solid #ffd800;
}
.b-form__balloon::after {
  position: absolute;
  bottom: -25px;
  left: 50%;
  z-index: 1;
  margin-left: -10px;
  content: "";
  border: 9px solid transparent;
  border-top: 14px solid #000;
}

.b-form__balloon.--large {
  max-width: 550px;
}

.b-form__balloon img {
  display: block;
  width: 100%;
  max-width: 400px;
  margin-inline: auto;
}

.b-form__refund_txt1 {
  width: 95%;
  padding: 10px 0 5px;
  margin: 0 auto;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  border-bottom: 1px solid #adadad;
}

.b-form__refund_txt1 span {
  font-weight: bold;
  color: #ff2929;
}

.b-form__refund_txt2 {
  font-size: 12px;
  font-weight: normal;
  text-align: center;
}

.b-form__wrap {
  background-color: #fff;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .b-form__wrap {
    width: calc(100% - 20px);
    margin-inline: auto;
  }
}

.b-form_style2.b-form__wrap {
  border: 1px solid #888;
}
@media screen and (min-width: 769px) {
  .b-form_style2.b-form__wrap {
    width: 98%;
    max-width: 1000px;
    margin: 0 auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  }
}

.b-form_style1.b-form__wrap {
  box-sizing: border-box;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 769px) {
  .b-form_style1.b-form__wrap {
    margin-bottom: 25px;
  }
}

.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 {
  padding: 4px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  background-color: #f0f0f0;
}
@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;
    text-align: center;
    vertical-align: middle;
  }
}

@media screen and (min-width: 769px) {
  .b-form_style1 .b-form__item_box {
    width: 66%;
  }
}

.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 dl,
  .b-form__user_area dl {
    padding: 15px 15px 0;
  }
}

@media screen and (min-width: 769px) {
  .b-form_style2 .b-form__car_area,
  .b-form_style2 .b-form__user_area {
    display: inline-block;
    width: 43%;
    padding: 0 3% 20px;
    text-align: center;
    vertical-align: top;
  }
}

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

@media screen and (min-width: 769px) {
  .b-form_style2 .b-form__form_box {
    padding: 40px;
  }
}

.b-form__item_ttl {
  font-size: 15px;
}
@media screen and (min-width: 769px) {
  .b-form__item_ttl {
    display: inline-block;
    width: 33%;
  }
}
@media screen and (max-width: 768px) {
  .b-form__item_ttl {
    margin-bottom: 5px;
  }
}

@media screen and (min-width: 769px) {
  .b-form_style2 .b-form__item_ttl {
    display: block;
    width: auto;
    margin-bottom: 7px;
    text-align: left;
  }
}

.b-form__input.target_item {
  border: 2px solid #ff2929;
  animation-name: borderFlashing;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

@keyframes borderFlashing {
  0% {
    box-shadow: 0 0 0 0 #ff2929, 0 0 0 0 #fff, 0 0 0 1px #ff2929;
  }
  100% {
    box-shadow: 0 0 0 0 #ff2929, 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: 0 4px;
  margin-right: 5px;
  font-size: 10px;
  font-weight: 500;
  line-height: initial;
  color: #fff;
  border-radius: 2px;
}

.b-form__req_on {
  background: #ff2929;
}

.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: #ff2929;
  border: none;
  border-bottom: 4px solid #a81300;
  border-radius: 50px;
}
@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: #ff2929;
    border: none;
    border-bottom: 4px solid #a81300;
    border-radius: 50px;
  }
}

@media screen and (max-width: 768px) {
  .b-form__next_btn.disable {
    margin-bottom: 15px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    text-shadow: -2px -1px 2px #a8a8a8;
    background: #dadada;
    border-bottom: none;
  }
}

.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: #ff2929;
}
@media screen and (max-width: 768px) {
  .err_msg {
    padding-top: 3px;
    text-align: center;
  }
}

.b-form_common__inner {
  background: #fff9e4;
}
@media screen and (min-width: 769px) {
  .b-form_common__inner {
    padding: 40px 0;
    margin: 50px 0 -50px;
  }
}
@media screen and (max-width: 768px) {
  .b-form_common__inner {
    padding: 5px 0 30px;
    margin: 30px 0 -30px;
  }
}

@media screen and (min-width: 769px) {
  .b-form_common__ttl {
    margin-bottom: 5px;
    text-align: center;
  }
}
@media screen and (max-width: 999px) {
  .b-form_common__ttl {
    width: calc(100% - 20px);
    margin-inline: auto;
  }
}

@media screen and (max-width: 999px) and (min-width: 769px) {
  .b-form_common__ttl img {
    width: 100%;
  }
}

.l-header {
  padding: 15px;
  border-top: none;
  background-color: #005FD1;
}

.l-header .l-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-header .l-inner {
    margin: 0;
  }
}

.l-header_logo img {
  width: 210px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .l-header_logo img {
    width: 160px;
  }
}

.l-header_tel {
  width: fit-content;
  height: auto;
  text-align: center;
}

.l-header_tel .tel_text,
.l-header_tel .tel_number {
  width: 100%;
  color: #fff;
  font-weight: bold;
  line-height: 1;
}

.l-header_tel .tel_number {
  font-size: 36px;
}

@media screen and (min-width: 769px) {
  .l-breadcrumb__inner {
    margin: 3px 0 10px;
    padding: 0 22px;
  }
}
@media screen and (max-width: 768px) {
  .l-breadcrumb {
    margin-top: 0;
  }
  .l-breadcrumb__inner {
    padding: 8px 15px;
  }
  .l-header_tel {
    width: 150px;
  }
}
.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: #27aa3c;
  border-radius: 12px;
  text-decoration: none;
  transition: background 0.3s;
}
@media screen and (max-width: 1150px) {
  .b-achievement__c-label a {
    font-size: 15px;
  }
}

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

/* 共通　*/
* {
  box-sizing: border-box;
  font-family: zen-kaku-gothic-antique, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

h2 {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  position: relative;
  width: 50%;
  padding-bottom: 0.4rem;
  margin: 0 auto 40px;
  line-height: 1.3;
  letter-spacing: 1px;
  border-bottom: 3px solid #042787;
  word-break: break-all;
}

h2:before {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 30%;
  height: 3px;
  content: "";
  background: #3DB1FF;
}

p {
  color: #333333;
  font-size: 16px;
  line-height: 1.6;
}

a {
  text-decoration: none;
}

.bg-01 {
  background-image: url("/img/page/pro/bg-01.png");
  background-repeat: repeat-y;
  background-size: 100% auto;
  padding: 60px 0;
}

.bg-02 {
  padding: 60px 0;
  background: #EFF9FF;
}

.triangle-bg {
  position: relative;
}

.triangle-bg::before,
.triangle-bg::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
}

.triangle-bg::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(to top right, rgba(97, 193, 255, 0.2) 50%, transparent 50%);
  z-index: 3;
}

.triangle-bg::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(to top left, rgba(97, 193, 255, 0.2) 50%, transparent 50%);
  z-index: 3;
}

.bg-03 {
  padding: 60px 0;
  background: #DFF3FF;
}

.bg-04 {
  padding: 60px 0;
  background: #1944BB;
}

.marker {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #EFFFA1 60%);
}

.DIN {
  font-family: din-2014, sans-serif;
  font-weight: bold;
}

.NotoSansJP {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.l-inner {
  max-width: 100%;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .bg-01, .bg-02,
  .bg-03, .bg-04 {
    padding: 35px 0;
  }
  h2 {
    width: 100%;
    font-size: 20px;
    text-align: left;
  }
  p {
    font-size: 14px;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.p-pro_fv {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 30px 0;
  background-image: url("/img/page/pro/fv_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.p-pro_fv .l-inner {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1100px) {
  .p-pro_fv {
    width: 100%;
    height: 100%;
    background: none;
    padding: 0;
  }
  .p-pro_fv .l-inner {
    flex-direction: column;
    margin: 0;
    width: 100%;
  }
  .p-pro_fv_img {
    box-sizing: border-box;
    width: 100%;
    padding: 20px 0 0;
    background-image: url("/img/page/pro/fv_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
  }
  .p-pro_fv_form {
    box-sizing: border-box;
    width: 100%;
    padding: 4% 2%;
    background: #EFF9FF;
  }
}
/* FVフォーム */
.p-top__form_ttl {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 2.5;
  color: #fff;
  background: #005FD1;
  border-radius: 4px 4px 0 0;
}

.dot-text {
  position: relative;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.dot-text::before {
  content: "・・・・";
  position: absolute;
  top: -8px;
  left: 4px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.6em;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.p-top__form_ttl span:not(.dot-text) {
  color: #FF8801;
  font-size: 27px;
  font-weight: bold;
  background: #fff;
  padding: 3px 15px;
  border-radius: 25px;
  margin: 0 5px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12), inset 0 -1px 2px rgba(255, 255, 255, 0.6);
}

form * {
  font-family: "noto-sans-cjk-jp", sans-serif !important;
  font-weight: 400;
  box-sizing: border-box;
}

.b-form__input, .b-form__select {
  padding: 9px 0 9px 10px;
}

@media screen and (max-width: 768px) {
  .p-top__form_ttl {
    font-size: 18px;
    line-height: 1.5;
    padding: 15px 0;
    border-radius: 4px 4px 0 0;
  }
  .dot-text {
    font-size: 18px;
  }
  .dot-text::before {
    top: -9px;
    font-size: 12px;
  }
  .p-top__form_ttl span:not(.dot-text) {
    font-size: 24px;
    padding: 3px 10px;
    margin: 0 3px;
    font-weight: bold;
  }
  .b-form__submit_btn {
    padding: 20px 0;
  }
}
/* モーダル内の色変更 */
.b-form_modal__tab_list_li.tab_active {
  background: #005FD1;
}
.b-form_modal__tab_list_li.tab_active::after {
  background: #005FD1 !important;
}

.b-form_modal__tab_box_txt {
  color: #005FD1;
  background: #EFF9FF;
  border-top: 3px solid #005FD1;
}

.b-form_modal__tab_box_list_item::after {
  border-top: 2px solid #005FD1;
  border-right: 2px solid #005FD1;
}

.b-form_modal__tab_box_list_index_item a {
  background-color: #005FD1;
  border-bottom: 2px solid #005FD1;
}

.b-form_modal__tab_box_list_index_item a:hover {
  background-color: #005FD1;
}

.b-form_modal__tab_box_list_index_item a::before {
  background: #EFF9FF;
}

.b-form_modal__tab_box_list_car_ttl {
  background: #005FD1;
}

/* カーネクストPROが選ばれる理由 */
.p-pro__reason_recommend_wrap {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding: 25px 0;
  background: #fff;
  border-radius: 25px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.p-pro__reason_recommend {
  width: 125px;
  height: 125px;
  background-color: #EFFFA1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.p-pro__reason_recommend p {
  font-size: 18px;
  font-weight: bold;
}

.p-pro__reason_recommend-list p {
  position: relative;
  color: #042787;
  padding-left: 30px;
  font-size: 18px;
  line-height: 2.5;
}

.p-pro__reason_recommend-list span {
  font-weight: bold;
}

.p-pro__reason_recommend-list p:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.2em;
  width: 12px;
  height: 6px;
  border-left: 5px solid #005FD1;
  border-bottom: 5px solid #005FD1;
  transform: translateY(-50%) rotate(-45deg);
  border-radius: 2px;
}

.p-pro_point-area {
  margin-top: 40px;
  text-align: center;
}

.p-pro_point-title {
  font-size: 38px;
  color: #005FD1;
  text-align: center;
  line-height: 1;
  margin-bottom: 10px;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.p-pro_reason h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto 20px;
  text-align: center;
  line-height: 2.5;
  background: #2967E1;
  color: #fff;
  display: inline;
  padding: 6px 12px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.p-pro_reason h3 span {
  color: #FFFE65;
  font-weight: bold;
}

.p-pro_reason .p-pro_point-block {
  display: flex;
  align-items: center;
  gap: 0;
  position: relative;
  margin-top: 40px;
}

.p-pro_reason .p-pro_point-block.reverse {
  flex-direction: row-reverse;
}

.img-wrap {
  width: 50%;
  margin-bottom: 25px;
  z-index: 1;
}

.img-wrap img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center center;
  border-radius: 16px;
  display: block;
}

.card {
  box-sizing: border-box;
  width: 50%;
  height: 300px;
  background: #fff;
  border-radius: 25px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 2rem 2rem 2rem 4rem;
  transform: translateX(-2.5%);
  text-align: left;
}

.reverse .card {
  padding: 2rem 4rem 2rem 2rem;
  transform: translateX(2.5%);
}

.card .card-title {
  font-size: 18px;
  font-weight: bold;
  color: #1B48C4;
  text-align: left;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .p-pro__reason_recommend_wrap {
    display: block;
  }
  .p-pro__reason_recommend {
    position: relative;
    width: 80%;
    height: fit-content;
    background-color: #EFFFA1;
    border-radius: 5px;
    margin: -40px auto 0;
    padding: 5px 0;
  }
  .p-pro__reason_recommend::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
    border-width: 10px;
    border-style: solid;
    border-color: #EFFFA1 transparent transparent transparent;
  }
  .p-pro__reason_recommend-list {
    padding: 15px 30px 0;
  }
  .p-pro__reason_recommend-list p {
    font-size: 14px;
    padding-left: 24px;
  }
  .p-pro__reason_recommend-list p:before {
    width: 15px;
    height: 10px;
  }
  .p-pro_point-area {
    text-align: left;
  }
  .p-pro_point-title {
    font-size: 28px;
    text-align: left;
  }
  .p-pro_reason .p-pro_point-block,
  .p-pro_reason .p-pro_point-block.reverse {
    flex-direction: column-reverse;
    margin-top: 25px;
  }
  .card,
  .reverse .card {
    width: 100%;
    transform: none;
  }
  .img-wrap,
  .reverse .img-wrap {
    width: 100%;
    margin-bottom: 25px;
  }
  .img-wrap img {
    width: 100%;
    height: auto;
    display: block;
  }
  .card,
  .reverse .card {
    height: auto;
    padding: 2rem;
  }
}
/* 社用車・法人車買取実績 */
.p-pro_achievement-item,
.p-pro_achievement-item * {
  font-family: "noto-sans-cjk-jp", sans-serif !important;
  font-weight: 400;
  box-sizing: border-box;
}

.tabs {
  display: flex;
  flex-wrap: wrap; /* 折り返しを許可 */
  width: 100%;
}

.tab_item {
  flex: 1;
  order: 1;
  width: 33.33%;
  box-sizing: border-box;
  display: inline-block;
  margin-top: 35px;
  padding: 20px 24px;
  background-color: #999999;
  background: linear-gradient(to bottom, rgb(235, 235, 235) 62%, rgb(214, 214, 214) 100%);
  color: #999999;
  cursor: pointer;
  font-size: 16px;
  text-align: center;
}

/* --- ラジオボタンがチェックされた時（選択中のボタン） --- */
/* 背景を濃くし、影を消して「押し込まれた状態」を表現 */
#tab_truck:checked ~ .tab_item[for=tab_truck],
#tab_hiace-bus:checked ~ .tab_item[for=tab_hiace-bus],
#tab_standard-kei:checked ~ .tab_item[for=tab_standard-kei] {
  background: #1944BB;
  color: #fff;
  font-weight: bold;
  box-shadow: none;
}

input[name=tab_item] {
  display: none;
}

.tab_content {
  display: none;
  width: 100%;
  order: 2;
}

#tab_truck:checked ~ #tab_truck_content,
#tab_hiace-bus:checked ~ #tab_hiace-bus_content,
#tab_standard-kei:checked ~ #tab_standard-kei_content {
  display: block;
}

.b-achievement_slider_wrapper {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}

.p-pro_achievement-item {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
  margin: 10px;
  display: grid;
  grid-template-columns: 160px 1fr;
  grid-template-rows: auto auto;
  gap: 15px;
  min-width: 0;
}

.p-pro_achievement-item_img {
  grid-row: 1;
  grid-column: 1;
  min-width: 0;
}

.p-pro_achievement-item_img img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
  display: block;
}

.p-pro_achievement-item_info {
  grid-row: 1;
  grid-column: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-width: 0;
}

.p-pro_achievement-item_info_name {
  font-weight: bold;
  font-size: 16px;
}

.p-pro_achievement-item_info_price {
  color: #ff2929;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 14px;
}

.p-pro_achievement-item_info_price span {
  font-size: 26px;
  font-weight: bold;
}

.p-pro_achievement-item_info dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.p-pro_achievement-item_info dt {
  display: inline-block;
  width: 40%;
  margin: 0 auto;
  vertical-align: center;
}

.p-pro_achievement-item_info dt p {
  font-size: 14px;
  color: #fff;
  background-color: #B4B4B4;
  font-weight: bold;
  letter-spacing: 0.1rem;
  margin-bottom: 5px;
}

.p-pro_achievement-item_info dd {
  display: inline-block;
  width: 57%;
  font-size: 16px;
}

.p-pro_achievement-item_comment {
  grid-row: 2;
  grid-column: 1/3;
  min-width: 0;
  text-align: left;
}

.p-pro_achievement-item_comment .title {
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 5px;
  padding-left: 5px;
  border-left: 5px solid #042787;
  color: #042787;
}

.p-pro_achievement-item_comment .text {
  font-size: 14px;
}

.slick-prev {
  left: -45px !important;
}

.slick-next {
  right: -45px !important;
}

.slick-prev:before, .slick-next:before {
  color: #444;
  font-size: 30px;
  opacity: 1;
}

.slick-dots {
  bottom: -25px;
}

@media screen and (max-width: 1000px) {
  .p-pro_achievement-item {
    max-width: 450px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  /* 画像の親要素（div等）を横いっぱいに広げる */
  .p-pro_achievement-item_img {
    width: 100%;
    /* 4:3の比率に固定したい場合。16/9 や 3/2 など自由に変えられます */
    aspect-ratio: 4/3;
    overflow: hidden;
    border-radius: 10px;
  }
  /* 画像自体も横いっぱいに広げる */
  .p-pro_achievement-item_img img {
    width: 100%;
    height: 100%; /* 縦横比を維持 */
    display: block;
    object-fit: cover; /* 比率を保ったまま枠を埋める（はみ出しはカット） */
    object-position: center;
    display: block;
  }
  .p-pro_achievement-item_info_price {
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .tabs {
    margin: 25px auto 0;
  }
  .tab_item {
    margin-top: 10px;
    padding: 20px 5px;
    font-size: clamp(11px, 3vw, 14px);
  }
  .b-achievement_slider_wrapper {
    padding: 0 15px;
  }
  .slick-prev {
    left: 0 !important;
  }
  .slick-next {
    right: 0 !important;
  }
}
/* このようなお客様にご利用いただいています*/
.p-pro_achievement h3 {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  width: fit-content;
  margin: 25px auto;
}

.p-pro_achievement h3:before {
  position: absolute;
  top: 50%;
  left: -40px;
  display: inline-block;
  width: 30px;
  height: 2px;
  margin: 0 4px;
  content: "";
  background-color: #2967E1;
  transform: rotate(45deg);
}

.p-pro_achievement h3:after {
  position: absolute;
  top: 50%;
  right: -40px;
  width: 30px;
  height: 2px;
  margin: 0 4px;
  content: "";
  background-color: #2967E1;
  transform: rotate(-45deg);
}

.p-pro_achievement_costomer {
  position: relative;
  background: #fff;
  border-radius: 25px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 3vw;
  padding: 2rem 2rem 3rem 4rem;
  text-align: center;
  z-index: 5;
}

.p-pro_achievement_costomer-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 600px;
  gap: 15px;
  padding: 0;
  margin: 0 auto;
  justify-content: center;
  list-style: none;
}

.p-pro_achievement_costomer-list li {
  background: #E1F3FF;
  color: #042787;
  font-weight: 500;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 18px;
}

.p-pro_achievement_costomer-list::after {
  position: absolute;
  content: " etc...";
  font-size: 18px;
  font-weight: 500;
  color: #042787;
  margin-left: 4px;
  bottom: 0;
  right: -35px;
}

.p-pro_achievement_costomer p {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  margin-top: 25px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .p-pro_achievement h3 {
    font-size: 16px;
    line-height: 1.5;
    margin: 15px auto;
  }
  .p-pro_achievement_costomer {
    padding: 2rem 1rem;
  }
  .p-pro_achievement_costomer-list {
    width: 100%;
    gap: 10px;
  }
  .p-pro_achievement_costomer-list::after {
    margin-left: 0;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
  }
  .p-pro_achievement_costomer-list li {
    font-size: 14px;
    padding: 7px 9px;
  }
  .p-pro_achievement_costomer p {
    margin-top: 40px;
    font-size: 15px;
    padding: 0 1rem;
  }
}
/* カーネクストPRO会員特典・ポイント */
.p-pro_member h3 {
  position: relative;
  font-weight: bold;
  font-size: 20px;
  padding-left: 20px;
}

.p-pro_member h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: #1B48C4;
  border-radius: 2px;
}

.p-pro_member-info {
  background: #fff;
  border-radius: 25px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 3rem 4rem 3rem 4rem;
}

.p-pro_member-info_title {
  font-size: 18px;
  font-weight: bold;
  color: #1B48C4;
  margin: 18px 0 15px;
}

.p-pro_member-info_block.member-page {
  margin-top: 20px;
}

.member-page > div {
  margin: 20px 0;
}

.member-page > div > p {
  position: relative;
  color: #2967E1;
  width: fit-content;
  font-weight: bold;
  margin: 0 auto 10px;
}

.member-page > div > p:before {
  position: absolute;
  top: 50%;
  left: -40px;
  display: inline-block;
  width: 30px;
  height: 2px;
  margin: 0 4px;
  content: "";
  background-color: #2967E1;
  transform: rotate(45deg);
}

.member-page > div > p:after {
  position: absolute;
  top: 50%;
  right: -40px;
  width: 30px;
  height: 2px;
  margin: 0 4px;
  content: "";
  background-color: #2967E1;
  transform: rotate(-45deg);
}

.registration_button {
  display: block;
  margin: 0 auto;
  text-align: center;
  background: #FFFF65;
  width: 450px;
  color: #042787;
  font-size: 20px;
  font-weight: bold;
  border-radius: 50px;
  padding: 25px 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.registration_button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.35);
}

.registration_button:active {
  transform: translateY(1px);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 768px) {
  .p-pro_member h3 {
    font-size: 16px;
    padding-left: 15px;
  }
  .p-pro_member h3:before {
    width: 10px;
    height: 10px;
  }
  .p-pro_member-info_title {
    font-size: 15px;
  }
  .p-pro_member-info {
    padding: 2rem 1.5rem 2rem 1.5rem;
  }
  .registration_button {
    width: 100%;
  }
}
/*会員ランクのグラフ説明*/
.rank_description_area_graph {
  box-sizing: border-box;
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 45px;
  gap: 10px 20px;
}

.rank_description_area_graph .rank_description_img {
  grid-row: 1;
  grid-column: 1;
  max-width: 420px;
  padding: 0 15px;
}

.benefit-grid {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 90px repeat(4, 1fr);
}

.benefit-grid > div {
  padding: 15px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.benefit-grid > div {
  padding: 15px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.benefit-grid > div:nth-child(-n+5) {
  border: none;
}

.benefit-grid > div:nth-child(n+7):nth-child(-n+10) {
  border-bottom: 1px solid #A2BBFB;
}

.benefit-grid > div:nth-child(n+11) {
  border-bottom: none;
}

.benefit-grid > div:nth-child(n+6):not(:nth-child(5n+1)):not(:nth-child(5n+2)) {
  border-left: 1px solid #A2BBFB;
}

.benefit-grid .cell {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.6;
  color: #333;
}

.label-blue {
  border-radius: 8px;
  margin: 5px;
  font-weight: bold;
  background-color: #7B9AEE;
  padding: 10px 0;
  color: #fff;
  font-size: 13px;
  line-height: 1.3;
}

.label-empty {
  background-color: transparent;
}

.benefit-grid > div:nth-child(-n+5) {
  position: relative;
  padding-top: 60px;
  align-items: flex-end;
}

.bar-container {
  width: 50px;
  height: 150px;
  display: flex;
  align-items: flex-end;
}

.bar {
  position: relative;
  width: 100%;
  background-color: #0F0F0F;
  transition: height 0.5s ease;
}

.bar:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.bar.regular {
  height: 25%;
  background-color: #81D66B;
}

.bar.gold {
  height: 50%;
  background-color: #E3D265;
}

.bar.platina {
  height: 75%;
  background-color: #09BEDB;
}

.bar.black {
  height: 100%;
  background-color: #686868;
}

.bar.regular:before {
  background-image: url("/img/page/pro/regular.png");
}

.bar.gold:before {
  background-image: url("/img/page/pro/gold.png");
}

.bar.platina:before {
  background-image: url("/img/page/pro/platina.png");
}

.bar.black:before {
  width: 50px;
  height: 50px;
  background-image: url("/img/page/pro/black.png");
}

.benefit-grid .rate {
  font-size: 28px;
  font-weight: bold;
  color: #333;
}

.benefit-grid .rate span {
  font-size: 18px;
  margin-left: 2px;
}

.rank_card_area {
  grid-row: 1/3;
  grid-column: 2;
  align-self: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.rank_card {
  box-sizing: border-box;
  width: 100%;
  padding: 3px 15px;
  border-radius: 10px;
  display: grid;
  grid-template-columns: max-content max-content auto;
  gap: 20px;
  align-items: center;
}

.rank_card.black {
  background-color: #686868;
}

.rank_card.platina {
  background-color: #09BEDB;
}

.rank_card.gold {
  background-color: #E3D265;
}

.rank_card.regular {
  background-color: #81D66B;
}

.rank_card .rank_img {
  width: auto;
  height: 60px;
  margin: 0;
  padding: 10px;
  grid-column: 1;
  justify-self: center;
}

.rank_card.black .rank_img {
  padding: 5px 10px;
}

.rank_card .rank_name {
  grid-column: 2;
  justify-self: start;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}

.rank_card .rank_point {
  grid-column: 3;
  justify-self: center;
  font-size: 13px;
  display: flex;
  align-items: center;
}

.rank_card .rank_point p {
  font-size: 13px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

.rank_card .rank_point .grant {
  font-size: 1.5rem;
  padding: 0 0 0 7px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .rank_description_area {
    padding: 20px 0 0;
  }
  .rank_description h3 {
    font-size: 17px;
    margin: 30px 0 15px;
  }
  .rank_description h4 {
    font-size: 16px;
    margin: 25px 0 10px;
  }
  .rank_description .marker {
    font-size: 15px;
  }
  .description_img {
    width: 100%;
    max-width: 430px;
    margin: 20px auto 0;
  }
  .rank_description_area_graph {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 30px;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    padding: 15px 0;
  }
  .benefit-grid {
    grid-template-columns: 70px repeat(4, 1fr);
  }
  .benefit-grid > div {
    padding: 10px 3px;
  }
  .bar-container {
    width: 86%;
    max-width: 63px;
    height: 150px;
  }
  .label-blue {
    padding: 10px 0;
    font-size: 12px;
  }
  .benefit-grid .cell {
    font-size: 0.9rem;
  }
  .benefit-grid .rate {
    font-size: 22px;
  }
  .rank_card {
    padding: 3px 13px;
    gap: 10px;
  }
  .rank_card .rank_img {
    padding: 10px 3px;
  }
  .rank_card.black .rank_img {
    padding: 5px 5px;
  }
  .rank_card .rank_name {
    font-size: 15px;
  }
  .rank_card .rank_point {
    gap: 5px;
  }
  .rank_card .rank_point p {
    font-size: 12px;
  }
  .rank_card .rank_point .grant {
    font-size: 1.3rem;
    padding: 0 3px 3px;
  }
}
/* 法人買取の流れ */
.p-pro_flow_block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  margin-top: 40px;
}

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

.p-pro_flow_step {
  display: flex;
  position: relative;
  width: fit-content;
  height: 30px;
  justify-content: center;
  background: #EFFFA1;
  gap: 10px;
  margin: 0 auto;
  padding: 3px 10px 3px 20px;
  align-items: center;
}
.p-pro_flow_step::before {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  border-top: solid 15px transparent;
  border-bottom: solid 15px transparent;
  border-left: solid 15px #EFFFA1;
}

.p-pro_flow_step .step {
  font-family: "din-2014", sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 22px;
  color: #042787;
}

.p-pro_flow_step .flow {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}

.p-pro_flow_block > div {
  position: relative;
}

.p-pro_flow_block > div > img {
  width: 95px;
  height: 95px;
  margin: 20px auto;
  object-fit: cover;
  flex-shrink: 0;
}

.p-pro_flow_block > div:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 40%;
  right: -17.5px;
  transform: translate(50%, -50%);
  width: 35px;
  border-top: 1px dashed #042787;
}

@media screen and (max-width: 768px) {
  .p-pro_flow_block {
    flex-direction: column;
    gap: 20px;
  }
  .p-pro_flow_block > div {
    width: 100%;
    display: grid;
    grid-template-rows: max-content auto;
    grid-template-columns: max-content auto;
    gap: 10px;
  }
  .p-pro_flow_block > div > img {
    width: 100px;
    height: 100px;
    grid-row: 1/3;
    grid-column: 1;
  }
  .p-pro_flow_step {
    grid-row: 1/2;
    grid-column: 2;
    margin: 0;
    font-size: 18px;
    justify-self: start;
    align-self: end;
  }
  .p-pro_flow_step .step {
    font-size: 18px;
  }
  .p-pro_flow_block > div > p {
    grid-row: 2/3;
    grid-column: 2;
    margin: 0;
    justify-self: start;
    text-align: left;
  }
  .p-pro_flow_block > div:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 93%;
    left: 50px;
    transform: none;
    height: 35px;
    border-top: none;
    border-left: 1px dashed #042787;
  }
}
/* よくあるご質問 */
.p-pro_QA_block {
  background: #fff;
  border-radius: 25px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.p-pro_QA_block:not(:last-child) {
  margin-bottom: 20px;
}

.p-pro_QA_Q {
  padding: 1.5rem 4rem 1.5rem 4rem;
}

.p-pro_QA_Q h3 {
  position: relative;
  font-size: 18px;
  padding-left: 45px;
  font-weight: bold;
  color: #333333;
  transition: color 0.2s ease;
}
.p-pro_QA_Q h3::before {
  content: "Q";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background: #EFFFA1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1B48C4;
}
.p-pro_QA_Q h3::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url("/img/page/pro/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

details:not([open]):hover {
  background: #f3f3f3;
}

.p-pro_QA_Q:hover::after {
  transform: translateY(-50%) rotate(-45deg) translateX(3px);
}

summary {
  list-style: none;
}

summary::-webkit-details-marker {
  display: none; /* Chrome・Safari用 */
}

.p-pro_QA_A {
  padding: 2rem 4rem 2rem 4rem;
  background: #fdfff6;
  border-radius: 0 0 25px 25px;
}

.p-pro_QA_A .title {
  position: relative;
  font-size: 18px;
  padding-left: 45px;
  font-weight: bold;
  color: #333333;
}
.p-pro_QA_A .title::before {
  content: "A";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background: #EFFFA1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1B48C4;
}

.p-pro_QA_A .detail {
  font-size: 16px;
  margin: 10px 0 0 45px;
}

@media screen and (max-width: 768px) {
  .p-pro_QA_block {
    border-radius: 15px;
  }
  .p-pro_QA_block:not(:last-child) {
    margin-bottom: 15px;
  }
  .p-pro_QA_Q {
    padding: 1.2rem 2.5rem 1.2rem 1rem;
  }
  .p-pro_QA_Q h3 {
    font-size: 15px;
    line-height: 1.4;
  }
  .p-pro_QA_Q h3::after {
    right: -18px;
  }
  .p-pro_QA_A {
    margin-top: 25px;
    padding: 1.2rem 2.5rem 1.2rem 1rem;
  }
  .p-pro_QA_A .title {
    font-size: 15px;
  }
  .p-pro_QA_A .detail {
    font-size: 14px;
  }
}
/* CTA */
.p-pro_CTA_wrap {
  display: flex;
  justify-content: center;
  gap: 100px;
}

.p-pro_CTA_tel_area,
.p-pro_CTA_web_area {
  text-align: center;
}

.CTA_tel_sub-text,
.CTA_web_sub-text {
  position: relative;
  width: fit-content;
  color: #fff;
  line-height: 1;
  margin: 0 auto 14px;
}
.CTA_tel_sub-text:before,
.CTA_web_sub-text:before {
  position: absolute;
  top: 50%;
  left: -40px;
  display: inline-block;
  width: 30px;
  height: 2px;
  margin: 0 4px;
  content: "";
  background-color: #fff;
  transform: rotate(45deg);
}
.CTA_tel_sub-text:after,
.CTA_web_sub-text:after {
  position: absolute;
  top: 50%;
  right: -40px;
  width: 30px;
  height: 2px;
  margin: 0 4px;
  content: "";
  background-color: #fff;
  transform: rotate(-45deg);
}

.CTA_tel_number {
  font-size: 54px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}

.CTA_tel_text {
  font-size: 18px;
  color: #fff;
  margin: 14px auto 0;
}

.p-pro_CTA_web_area a {
  position: relative;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  display: block;
  width: 450px;
  padding: 30px 15px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.p-pro_CTA_tel_area a {
  background: linear-gradient(to bottom, #F5889E, #FF2424);
}

.p-pro_CTA_web_area a {
  background: linear-gradient(to bottom, #FFC116, #FF8600);
}

.p-pro_CTA_tel_area a::after,
.p-pro_CTA_web_area a::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transform: skewX(-25deg);
}

.p-pro_CTA_tel_area a:hover,
.p-pro_CTA_web_area a:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.35);
}

.p-pro_CTA_tel_area a:active,
.p-pro_CTA_web_area a:active {
  transform: translateY(1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
}

.p-pro_CTA_tel_area a:hover::after,
.p-pro_CTA_web_area a:hover::after {
  left: 125%;
  transition: 0.6s;
}

@media screen and (max-width: 1000px) {
  .p-pro_CTA_wrap {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .p-pro_CTA_tel_area a,
  .p-pro_CTA_web_area a {
    width: 100%;
    padding: 25px 15px;
  }
  .CTA_tel_number {
    font-size: 42px;
  }
  .CTA_tel_text {
    font-size: 16px;
    margin: 10px auto 0;
  }
}
.b-cv {
  margin: 20px auto;
  line-height: 1;
}

.b-cv,
.b-cv * {
  font-family: "Arial", "Noto Sans JP", sans-serif;
  line-height: 1.2;
  font-weight: 600;
  box-sizing: border-box;
}

.b-cv__ttl {
  padding-bottom: 10px;
}

/* フッター */
.l-footer {
  margin: 0;
}

.l-footer,
.l-footer * {
  font-family: "noto-sans-cjk-jp", sans-serif !important;
  font-weight: 400;
  box-sizing: border-box;
}

.l-footer_fixed__flex p {
  color: #fff;
}

.l-footer__pref_item a:hover {
  color: #005FD1;
}

.l-footer__nav_item a span:hover {
  color: #005FD1;
}

#l-popup {
  display: none;
}

@media screen and (max-width: 768px) {
  .l-footer__inner {
    margin: 0;
  }
  .l-footer__pref_ttl {
    background-color: #005FD1;
  }
  .l-footer__pref_area {
    color: #005FD1;
  }
  .l-footer__pref_item {
    background: #f8fbff;
    color: #005FD1;
    border: 2px solid #005FD1;
  }
  .l-footer__pref_item a {
    color: #005FD1;
  }
  .l-footer__pref_item a::before {
    border-top: 2px solid #005FD1;
    border-right: 2px solid #005FD1;
  }
}