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

.c-btn__gray_border {
  position: relative;
  display: block;
  padding: 10px 24px 10px 10px;
  margin: auto;
  width: 300px;
  max-width: 100%;
  font-size: clamp(14px, 2vw, 16px);
  font-weight: bold;
  color: #333;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  border: solid 1px #a8a8a8;
  border-radius: 2px;
  transition: 0.2s;
}
.c-btn__gray_border:hover {
  opacity: 0.8;
  color: #E7513C;
  border: solid 1px #E7513C;
}
.c-btn__gray_border::before {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  content: "";
  width: 5px;
  height: 5px;
  border-top: 2px solid #E7513C;
  border-right: 2px solid #E7513C;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 768px) {
  .c-btn__gray_border::before {
    width: 8px;
    height: 8px;
  }
}
.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;
  }
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.l-header {
  position: static;
  padding: 15px;
  border-top: none;
  background-color: #005FD1;
}
@media screen and (max-width: 768px) {
  .l-header {
    height: 64px;
    padding: 10px 15px;
  }
}

.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;
    width: 100%;
  }
}

.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;
}

.l-breadcrumb__inner li a {
  color: #005FD1;
}

#l-popup {
  display: none;
}

@media screen and (max-width: 768px) {
  .l-header_tel {
    width: 150px;
  }
  .tel_img,
  .tel_img img {
    display: block;
  }
  .l-breadcrumb {
    margin-top: 0;
  }
  .l-breadcrumb__inner {
    background-color: #fff;
  }
}
.p-assessment__form {
  background: #E1F3FF;
}
@media screen and (min-width: 769px) {
  .p-assessment__form {
    padding: 0 0 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-assessment__form {
    padding-bottom: 3%;
  }
}

.p-assessment__form_wrap {
  width: 98%;
  max-width: 1000px;
  margin: 0 auto;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .p-assessment__form_wrap {
    width: calc(100% - 20px);
    margin-inline: auto;
  }
}

.p-assessment__h1 {
  position: relative;
  z-index: 0;
  padding: 19px 0 16px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #005FD1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-assessment__h1 {
    padding: 16px 0;
    font-size: 1.6rem;
    line-height: 1.4;
    background-color: transparent;
  }
}

.p-assessment__h1 .u-txt__inline_block {
  font-weight: bold;
}

.p-assessment__fv_img {
  position: relative;
  display: block;
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
}

.p-assessment__form_ttl {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 13px;
  text-align: center;
  background-color: #005FD1;
  border-bottom: solid 8px #50b5f9;
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 768px) {
  .p-assessment__form_ttl {
    flex-direction: column;
    gap: 0;
    padding: 8px 13px 11px;
  }
}

.b-form__wrap {
  border-radius: 20px;
  background: #fff;
}

.b-form__submit_btn {
  background: #F83535;
}

.b-form__ssl {
  padding: 10px 0 12px;
}

.p-assessment__form_ttl_p_top, .p-assessment__form_ttl_p_under {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-assessment__form_ttl_p_top, .p-assessment__form_ttl_p_under {
    font-size: 24px;
  }
}

.p-assessment__form_ttl_p_top {
  padding: 0 20px 0 25px;
  font-size: 16px;
  background-color: #50b5f9;
  border-radius: 25px;
}
@media screen and (max-width: 768px) {
  .p-assessment__form_ttl_p_top {
    font-size: 16px;
    background-color: transparent;
  }
}

.p-assessment__form_ttl_p_top > span {
  padding: 0 3px;
  font-size: 25px;
  font-weight: bold;
  color: #ffee5a;
}

.p-assessment__easy_img {
  width: 220px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-assessment__easy_img {
    display: none;
  }
}

.p-assessment__form_next_btn_free {
  padding: 9px 13px 8px;
  margin-right: 15px;
  font-size: 15px;
  color: #F83535;
  text-shadow: none;
  background-color: #fff;
  border-radius: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-assessment__form_next_btn_free {
    color: #E7513C;
  }
}

.b-form__next_btn.disable .p-assessment__form_next_btn_free {
  color: #979696;
}

@media screen and (max-width: 768px) {
  .p-assessment__form_next_btn_free.__submit {
    color: #F83535;
  }
}

/* モーダル内の色変更 */
.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:hover {
  background: #EFF9FF;
}

.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;
}