@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: #10a674;
  text-align: center;
  text-decoration: none;
  border: 1px solid #10a674;
  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 #10a674;
  border-right: 2px solid #10a674;
  transition: 0.15s ease-out;
  transform: rotate(45deg);
}
.c-btn_a:hover {
  color: #fff;
  background: #10a674;
}
.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;
}

.b-btn_process {
  box-sizing: border-box;
  width: 96%;
  padding: 30px 10px;
  margin-inline: auto;
  text-align: center;
  background: #f1f1f1;
  border-radius: 5px;
}

.b-btn_process__ttl {
  margin-bottom: 15px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .b-btn_process__ttl {
    font-size: 1.2rem;
  }
}

.b-btn_process__ttl_sub {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1.8;
}
.b-btn_process__ttl_sub::before {
  width: 2px;
  height: 20px;
  margin-right: 20px;
  content: "";
  background-color: #515151;
  transform: rotate(-35deg);
}
@media screen and (max-width: 768px) {
  .b-btn_process__ttl_sub::before {
    margin-right: 10px;
  }
}
.b-btn_process__ttl_sub::after {
  width: 2px;
  height: 20px;
  margin-left: 20px;
  content: "";
  background-color: #515151;
  transform: rotate(35deg);
}
@media screen and (max-width: 768px) {
  .b-btn_process__ttl_sub::after {
    margin-left: 10px;
  }
}

.b-btn_process__txt {
  display: inline-block;
  width: 440px;
  padding: 25px 5px;
  margin: 0 auto;
  font-size: 20px;
  font-weight: bold;
  line-height: inherit;
  color: #fff;
  letter-spacing: 1px;
  cursor: pointer;
  background: #f18700;
  border-radius: 40px;
  outline: none;
  box-shadow: 0 2px 3px 0 rgba(4, 0, 0, 0.25);
}
@media screen and (max-width: 768px) {
  .b-btn_process__txt {
    width: 98%;
    max-width: 440px;
  }
}
.b-btn_process__txt:hover {
  opacity: 0.7;
}
.b-btn_process__txt::before {
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  margin: 0 10px 2px 0;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
@media screen and (max-width: 320px) {
  .b-btn_process__txt::before {
    display: none;
  }
}

.b-four_step {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .b-four_step {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .b-four_step {
    justify-content: space-around;
  }
}

.b-four_step__item {
  position: relative;
  width: 21%;
  padding: 10px 12px;
  background-color: #f1f1f1;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .b-four_step__item {
    width: 47%;
    padding: 2%;
    margin-bottom: 15px;
  }
}

.b-four_step__item img {
  width: 100%;
}

.b-four_step__ribbon {
  position: absolute;
  top: 15px;
  left: -10px;
  height: 28px;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
  color: #fff;
  background: linear-gradient(to right, #24a93b, #2fdb4d);
}
@media screen and (max-width: 768px) {
  .b-four_step__ribbon {
    left: -7px;
    height: 24px;
    padding: 0 15px;
    font-size: 13px;
  }
}
.b-four_step__ribbon::before {
  position: absolute;
  top: 100%;
  left: 0;
  content: "";
  border: none;
  border-right: solid 10px #1b881f;
  border-bottom: solid 8px transparent;
}
@media screen and (max-width: 768px) {
  .b-four_step__ribbon::before {
    border-right: solid 7px #1b881f;
    border-bottom: solid 5px transparent;
  }
}
.b-four_step__ribbon::after {
  position: absolute;
  right: -7px;
  content: "";
  border-color: #2fdb4d transparent;
  border-style: solid;
  border-width: 0 7px 28px 0;
}
@media screen and (max-width: 768px) {
  .b-four_step__ribbon::after {
    border-width: 0 7px 24px 0;
  }
}

.b-four_step__ttl {
  margin-top: 5px;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}

.b-four_step__txt {
  font-size: 14px;
  line-height: 1.4;
}

.c-btn_wh a {
  color: #333;
  text-decoration: none;
  background: #fff;
  border: solid 1px #ccc;
  border-radius: 4px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  transition: 0.15s ease-out;
}
.c-btn_wh a:hover {
  box-shadow: none;
  opacity: 0.8;
  transform: translateY(2px);
}

.b-car_list_img {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 1.5%;
}
@media screen and (max-width: 768px) {
  .b-car_list_img {
    column-gap: 3.5%;
  }
}

@media screen and (min-width: 769px) {
  .b-car_list_img li {
    width: 23.8%;
  }
}
@media screen and (max-width: 768px) {
  .b-car_list_img li {
    width: 48%;
  }
}

.b-car_list_img li a {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  padding: 5px;
  font-size: 13px;
  font-weight: 700;
}
@media screen and (min-width: 501px) and (max-width: 768px) {
  .b-car_list_img li a {
    gap: 15px;
    padding: 5px 10px;
  }
}
@media screen and (max-width: 500px) {
  .b-car_list_img li a {
    flex-direction: column;
  }
}

.b-car_list_img_noicon li a {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  justify-content: center;
  padding: 5px;
  font-size: 13px;
  font-weight: 700;
  height: 70px;
}

.b-car_list_img li p {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 500px) {
  .b-car_list_img li p {
    font-size: 13px;
    line-height: 1.2;
    text-align: center;
  }
}

.b-car_list_img li p span {
  display: block;
}

.b-car_list_img li img {
  width: 106px;
}

.b-achievement {
  width: auto;
  margin: 0 13px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 8px 8px 0 0;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

.b-achievement.--gray {
  background-color: #f1f1f1;
}

.b-achievement__link {
  display: inline-block;
  color: #333;
  text-decoration: none;
}

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

.b-achievement__info {
  margin: 10px;
  text-align: center;
}

.b-achievement__info_name {
  margin-bottom: 5px;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.4;
}

.b-achievement__info_dt {
  display: inline-block;
  width: 40%;
  margin: 0 auto;
  letter-spacing: 0.1rem;
  vertical-align: top;
}

.b-achievement__info_dt p {
  margin-bottom: 2px;
  font-size: 14.5px;
  line-height: 1.4;
  color: #fff;
  background-color: #898989;
}

.b-achievement__info_dd {
  display: inline-block;
  width: 57%;
  font-size: 16px;
}

.b-achievement__info_dt_price {
  display: inline-block;
  margin-bottom: 10px;
  color: #f54741;
}

.b-achievement__info_dt_price p {
  font-size: 14px;
}

.b-achievement__info_dd_price {
  display: inline-block;
  font-size: 25px;
  font-weight: 700;
  color: #f54741;
}

.b-achievement__info_dd_price span {
  font-size: 0.8em;
}

.b-achievement__info_dd a:hover {
  opacity: 0.7;
}

.b-achievement_slick__block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 25px;
}
@media screen and (min-width: 1000px) {
  .b-achievement_slick__block {
    width: 970px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 999px) and (min-width: 769px) {
  .b-achievement_slick__block {
    width: 100%;
  }
}
@media screen and (max-width: 768px) and (min-width: 500px) {
  .b-achievement_slick__block {
    gap: 20px 0;
    justify-content: space-around;
  }
}

.b-achievement_slick {
  overflow: hidden;
  background-color: #f1f1f1;
  border-radius: 8px 8px 0 0;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 769px) {
  .b-achievement_slick {
    width: 23.8%;
  }
}
@media screen and (max-width: 768px) and (min-width: 500px) {
  .b-achievement_slick {
    width: 47%;
  }
}

.b-achievement_slick__block .slick-slide {
  margin: 0 10px 20px;
}

.b-achievement_slick__block .slick-list {
  padding-bottom: 10px;
}

.b-achievement_slider_block .slick-prev::before,
.b-achievement_slider_block .slick-next::before {
  font-size: 25px;
  color: #444;
}

.b-achievement_slider_block .slick-prev {
  left: -30px;
}

.b-achievement_slider_block .slick-next {
  right: -30px;
}

.b-achievement_slider_block .slick-track {
  margin-bottom: 55px;
}

@media screen and (max-width: 599px) {
  .b-achievement_slider_block .slick-track {
    margin-bottom: 30px;
  }
  .p-assessment__archives_section .slick-track {
    margin-bottom: 10px;
  }
}
.b-achievement_slider_block .slick-dots {
  bottom: 0;
}

@media screen and (max-width: 1150px) {
  .b-achievement_slider_block .slick-prev {
    top: 60%;
    left: 5px;
  }
  .b-achievement_slider_block .slick-next {
    top: 60%;
    right: 5px;
  }
}
@media screen and (max-width: 599px) and (min-width: 469px) {
  .b-achievement_slider_block .slick-prev {
    top: 68%;
    left: 5px;
  }
  .b-achievement_slider_block .slick-next {
    top: 68%;
    right: 5px;
  }
}
/* 自動車税文言 */
.b-bodytype__tax {
  display: flex;
  margin-bottom: 15px;
  background-color: #ffd8da;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .b-bodytype__tax {
    margin-top: 14px;
    margin-bottom: 0;
  }
}

.b-bodytype__tax_img {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ef2039;
  border-radius: 5px 0 0 5px;
}

.b-bodytype__tax_img img {
  width: 25px;
  height: auto;
  padding: 5px 8px;
}
@media screen and (max-width: 768px) {
  .b-bodytype__tax_img img {
    width: 38px;
  }
}

.b-bodytype__tax p {
  flex: 1;
  padding: 12px;
  font-size: 13px;
  line-height: 1.4;
  color: #ef2039;
}
@media screen and (max-width: 768px) {
  .b-bodytype__tax p {
    padding: 8px 12px;
  }
}

/* CTA */
.b-bodytype__cv {
  margin: 10px auto -10px;
}

.b-bodytype__cv a {
  display: block;
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
  transition: 0.2s;
}
.b-bodytype__cv a:hover {
  opacity: 0.7;
}

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

.b-achievement_slick__block .slick-slide {
  margin: 10px;
}

.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: #e8fae4;
  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 #1f7b31;
  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: #34be4a;
}

.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 #10a674;
  border-right: 2px solid #10a674;
  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: #fc5943;
}

.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 #f12;
  animation-name: borderFlashing;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

@keyframes borderFlashing {
  0% {
    box-shadow: 0 0 0 0 #f12, 0 0 0 0 #fff, 0 0 0 1px #f12;
  }
  100% {
    box-shadow: 0 0 0 0 #f12, 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: #e00000;
}

.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, #ff3b3b 40%, #eb2b2b 88%);
  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: linear-gradient(to bottom, #ff3b3b 40%, #eb2b2b 88%);
    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: #f00;
}
@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%;
  }
}

.b-orange_form {
  padding-top: 20px;
}

.b-orange_form__w {
  box-sizing: border-box;
  width: 100%;
  max-width: 600px;
  padding: 0;
  margin: 10px auto 0;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px 2px;
}
@media screen and (max-width: 768px) {
  .b-orange_form__w {
    padding: 0 20px 20px;
    background-color: red;
  }
}

.b-orange_form__conversion_txt {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  color: red;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .b-orange_form__conversion_txt {
    display: none;
  }
}
.b-orange_form__conversion_txt::before {
  width: 20px;
  height: 2px;
  margin: 0 10px;
  content: "";
  background-color: red;
  transform: rotate(45deg);
}
.b-orange_form__conversion_txt::after {
  width: 20px;
  height: 2px;
  margin: 0 10px;
  content: "";
  background-color: red;
  transform: rotate(-45deg);
}

.b-orange_form__ttl {
  position: relative;
  padding: 15px 10px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 2.8px;
  background-color: #F9B132;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 768px) {
  .b-orange_form__ttl {
    display: none;
  }
}
.b-orange_form__ttl::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100px;
  height: 45px;
  margin-right: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/img/page/haishazirei/form/orange_bg.png");
  background-size: contain;
}
.b-orange_form__ttl::after {
  position: absolute;
  top: 0;
  right: -5px;
  display: inline-block;
  width: 100px;
  height: 45px;
  margin-right: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/img/page/haishazirei/form/orange_bg.png");
  background-size: contain;
  border-radius: 7px;
  transform: scale(-1, -1);
}

@media screen and (min-width: 769px) {
  .b-orange_form__ttl_sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .b-orange_form__ttl_sp {
    display: block;
    max-width: 400px;
    margin: 0 auto -3px;
  }
}

.b-orange_form__wrap {
  position: relative;
}
.b-orange_form__wrap::before {
  position: absolute;
  top: -98px;
  right: -2px;
  z-index: 1;
  display: inline-block;
  width: 100px;
  height: 99px;
  vertical-align: middle;
  content: "";
  background-image: url("/img/page/haishazirei/form/women_1.png");
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .b-orange_form__wrap::before {
    display: none;
  }
}

.b-orange_form__box {
  padding: 17px 10px 20px;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 768px) {
  .b-orange_form__box {
    border-radius: 10px;
  }
}

.b-orange_form__input_area {
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .b-orange_form__input_area {
    padding: 0 10px;
  }
}

.b-orange_form__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .b-orange_form__row {
    display: block;
  }
}

.b-orange_form__item_ttl {
  display: inline-block;
  width: 30%;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .b-orange_form__item_ttl {
    width: 100%;
  }
}

.b-orange_form__item_ttl_label {
  font-size: 17px;
  font-weight: 700;
}

.b-orange_form__req_on,
.b-orange_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-orange_form__req_on {
  background: #e00000;
}

.b-orange_form__req_off {
  background: #adadad;
}

.b-orange_form__item_box {
  box-sizing: border-box;
  display: inline-block;
  width: 340px;
  height: 44px;
  padding: 3px;
  margin-bottom: 10px;
  font-size: 16px;
  vertical-align: middle;
  appearance: none;
  background-color: #ffffc9;
  border: 1px solid #686868;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .b-orange_form__item_box {
    width: 100%;
  }
}

.err_msg {
  margin-top: -8px;
  text-align: center;
}

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

@keyframes borderFlashing {
  0% {
    box-shadow: 0 0 0 0 #f12, 0 0 0 0 #fff, 0 0 0 1px #f12;
  }
  100% {
    box-shadow: 0 0 0 0 #f12, 0 0 0 0 rgba(255, 255, 255, 0), 0 0 0 5px rgba(100, 164, 134, 0);
  }
}
#next_btn {
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  margin: 8px auto 10px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  letter-spacing: 0.3em;
  background-color: #FF5943;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAYAAAAmlE46AAAABHNCSVQICAgIfAhkiAAAALdJREFUKFOVkqEKw0AQRG8/sv8QWypal5jKqIj42nxAY/MXUTFVNTWFQiBwnREL5djrbRaGmHlzN5eVGOM9hHAUkRlf9wjACPcG9VCDgJeHVlC9hBqGIIBh2UlBNfLavP6YI3Og+gma/UsgA8z+HtDsvwf87X/YCz5Bn6GbF2TPDqrx0m8e7QEn+Kp0s/6BDwAnAIP1Ly1whbGFroA+3gVg+gXAUtpXPZErxh7s4xqCfN62tNRp2hfooWM4GtvWVAAAAABJRU5ErkJggg==");
  background-repeat: no-repeat;
  background-position: right 50px top 50%;
  background-size: 3.5%;
  border-radius: 10px;
  box-shadow: 0 5px #EF2516;
}
@media screen and (min-width: 769px) {
  #next_btn {
    display: none;
  }
}

.b-orange_form__item_box.as_maker {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTggKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkM4NkRFOTNERjlDRDExRTg5QjFBRkM5NTZBM0M1NDMyIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkM4NkRFOTNFRjlDRDExRTg5QjFBRkM5NTZBM0M1NDMyIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6Qzg2REU5M0JGOUNEMTFFODlCMUFGQzk1NkEzQzU0MzIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6Qzg2REU5M0NGOUNEMTFFODlCMUFGQzk1NkEzQzU0MzIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6aRSPtAAAAuUlEQVR42mLU0ND4z0ABYALiPxTo/wsyYC4FBswFGVAHxJ/I0AzSUwsy4BUQt5NhAEjPKyYoZwIQPyRB80OoHgaYAT+AuJwEAyqgeuAGgMAqID5OhOYTQLwSORphAJQeiqE0LgCSK0JWw4Sm4DjUJbgAhiuZ8PkPDfyAyjEQMuABLITRwCSoHEED4HGMxAexW3HlBVyprA6JjzO1MgJzI64AYwHiC1C2Aa5Mx4InxP9Ao5URX44FCDAA0O4rWInIG+kAAAAASUVORK5CYII=");
  background-repeat: no-repeat;
  background-position: 98% 50%;
  background-size: 7px;
}

.b-orange_form__agreement {
  margin: 5px 0 10px;
  font-size: 14px;
  text-align: center;
}

.b-orange_form__agreement a {
  color: #29aae1;
}

.b-orange_form__submit_btn_box {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .b-orange_form__submit_btn_box {
    display: none;
  }
}

.b-orange_form__submit_btn {
  box-sizing: border-box;
  width: 100%;
  max-width: 435px;
  padding: 11px 0;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
  cursor: pointer;
  background-color: #FF5943;
  border: none;
  border-radius: 50px;
  box-shadow: 0 5px #EF2516;
}
@media screen and (max-width: 768px) {
  .b-orange_form__submit_btn {
    width: 100%;
    font-size: min(5vw, 21px);
  }
}

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

@media screen and (max-width: 768px) {
  #next_btn.disable {
    font-weight: 500;
    text-shadow: -2px -1px 2px #A8A8A8;
    background: #dadada;
    box-shadow: 0 5px #7d7d7d;
  }
}