@charset "UTF-8";
.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: #ff3b3b;
    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 #c70909;
  }
  .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 #c70909;
}
.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 {
    background-color: #fffe0b;
    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: #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%;
  }
}

.p-drivinglicence-return_inline-block_bold {
  display: inline-block;
  font-weight: bold;
}

.p-drivinglicence-return__center {
  text-align: center;
}

.p-drivinglicence-return__a {
  color: #056f99;
}

.p-drivinglicence-return__a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1000px) {
  .p-drivinglicence-return img {
    width: 100%;
  }
}

.p-drivinglicence-return h3 {
  padding: 0.8rem 1rem;
  margin-top: 35px;
  margin-bottom: 20px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  letter-spacing: 1px;
  background: linear-gradient(to right, rgb(49, 164, 221) 0%, rgba(49, 164, 221, 0.6) 40%, rgba(49, 164, 221, 0) 100%);
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .p-drivinglicence-return h3 {
    background: linear-gradient(to right, rgb(49, 164, 221) 0%, rgba(49, 164, 221, 0.6) 80%, rgba(49, 164, 221, 0.4) 100%);
  }
}

.p-drivinglicence-return__blue_bg {
  padding: 0.9rem 1rem;
  margin-top: 35px;
  margin-bottom: 20px;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  letter-spacing: 1px;
  background: linear-gradient(to right, rgb(5, 111, 153) 0%, rgba(5, 111, 153, 0.6) 40%, rgba(5, 111, 153, 0) 100%);
  border-left: 10px solid #4ea3dc;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .p-drivinglicence-return__blue_bg {
    background: linear-gradient(to right, rgb(5, 111, 153) 0%, rgba(5, 111, 153, 0.6) 80%, rgba(5, 111, 153, 0.4) 100%);
  }
}

.p-drivinglicence-return__top {
  position: relative;
  height: 300px;
  margin-bottom: 30px;
  background: rgba(108, 207, 255, 0.2) url("/img/page/drivinglicence-return/drivinglicence-return_bg.jpg") top center/cover;
}
@media screen and (max-width: 768px) {
  .p-drivinglicence-return__top {
    margin-bottom: 0;
    background: rgba(108, 207, 255, 0.2) url("/img/page/drivinglicence-return/drivinglicence-return_bg_sp.jpg") center/cover;
  }
}
@media screen and (max-width: 480px) {
  .p-drivinglicence-return__top {
    height: 150px;
  }
}

.p-drivinglicence-return__ttl {
  position: absolute;
  top: 50%;
  left: 48%;
  width: calc(100% - 30px);
  color: #034768;
  text-align: center;
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.7);
  transform: translate(-50%, -50%);
}

.p-drivinglicence-return__ttl_main {
  margin-bottom: 24px;
  font-size: 3rem;
  line-height: 1.3;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-drivinglicence-return__ttl_main {
    margin-bottom: 3vw;
    font-size: clamp(24px, 6vw, 40px);
  }
}

.p-drivinglicence-return__ttl_sub {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .p-drivinglicence-return__ttl_sub {
    font-size: 0.9rem;
  }
}

.p-drivinglicence-return__concerns {
  width: 1000px;
  margin: 0 auto;
  height: 276px;
  background: url("/img/page/drivinglicence-return/drivinglicence-return_concerns_bg.png") no-repeat top center/cover;
  padding-top: 24px;
}
@media screen and (max-width: 1150px) {
  .p-drivinglicence-return__concerns {
    width: 100%;
    height: 300px;
    padding-top: 32px;
  }
}
@media screen and (max-width: 768px) {
  .p-drivinglicence-return__concerns {
    height: 64vw;
    min-height: 350px;
    background: url("/img/page/drivinglicence-return/drivinglicence-return_concerns_bg_sp.png") no-repeat top center/cover;
    padding-top: 6%;
  }
}

.p-drivinglicence-return__concerns_box {
  width: 54%;
  margin-left: 16%;
}
@media screen and (max-width: 768px) {
  .p-drivinglicence-return__concerns_box {
    width: 100%;
    margin-left: 0;
    padding: 0 4%;
  }
}

.p-drivinglicence-return__concerns h2 {
  position: relative;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #125a6b;
  padding: 8px;
  border-radius: 5px;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .p-drivinglicence-return__concerns h2 {
    font-size: 1.2rem;
  }
}

.p-drivinglicence-return__concerns h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: -4em;
  width: 67px;
  height: 48px;
  background: url("/img/page/drivinglicence-return/drivinglicence-return_concerns.png") no-repeat top center/contain;
}
@media screen and (max-width: 768px) {
  .p-drivinglicence-return__concerns h2::before {
    top: 0.1em;
    left: 0.5em;
    width: 50px;
    height: 35px;
    background: url("/img/page/drivinglicence-return/drivinglicence-return_concerns_sp.png") no-repeat top center/contain;
  }
}
@media screen and (max-width: 400px) {
  .p-drivinglicence-return__concerns h2::before {
    background: none;
  }
}

.p-drivinglicence-return__concerns h2 span {
  font-size: 1.2em;
  font-weight: bold;
  background-image: radial-gradient(circle at center, #e03b5f 20%, transparent 20%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  padding-top: 0.6em;
}
@media screen and (max-width: 768px) {
  .p-drivinglicence-return__concerns h2 span {
    padding-top: 0.8em;
  }
}

.p-drivinglicence-return__concerns_list li {
  position: relative;
  padding: 12px 0 12px 32px;
  color: #125a6b;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.5;
  border-bottom: 1px dashed #fff;
}
@media screen and (max-width: 768px) {
  .p-drivinglicence-return__concerns_list li {
    padding: 3% 0 3% 8%;
  }
}

.p-drivinglicence-return__concerns_list li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-41%);
  left: 0;
  width: 21px;
  height: 28px;
  background: url("/img/page/drivinglicence-return/drivinglicence-return_check.png") no-repeat top center/contain;
}

.p-drivinglicence-return__concerns_list li span {
  color: #e03b5f;
  font-weight: bold;
}

.p-drivinglicence-return__operator {
  text-align: center;
  margin: 35px auto;
}
@media screen and (max-width: 768px) {
  .p-drivinglicence-return__operator {
    margin: 5% auto;
  }
}

.p-drivinglicence-return__operator_box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.p-drivinglicence-return__operator h2 {
  position: relative;
  height: 34px;
  font-size: 1.5rem;
  color: #fff;
  background-color: #e03b5f;
  padding: 8px 32px;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
  line-height: 34px;
}
@media screen and (max-width: 768px) {
  .p-drivinglicence-return__operator h2 {
    font-size: 1.2rem;
    height: auto;
    padding: 2%;
    line-height: 1.4;
  }
}

.p-drivinglicence-return__operator h2::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -14px;
  width: 16px;
  height: 30px;
  background-color: #e03b5f;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.p-drivinglicence-return__operator .u-txt__common {
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .p-drivinglicence-return__operator .u-txt__common {
    text-align: left;
  }
}

.p-drivinglicence-return .b-cv {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-drivinglicence-return .b-cv {
    margin-top: 16vw;
  }
}

@media screen and (max-width: 768px) {
  .p-drivinglicence-return .b-cv__img {
    top: -12vw;
  }
}

.p-drivinglicence-return__pref_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 20px;
  width: 100%;
}
@media (max-width: 768px) {
  .p-drivinglicence-return__pref_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .p-drivinglicence-return__pref_list {
    grid-template-columns: 1fr;
  }
}

.p-drivinglicence-return__pref_list li {
  margin: 0;
}

.p-drivinglicence-return__pref_list a {
  position: relative;
  font-size: 1rem;
  font-weight: 500;
  display: block;
  padding: 20px;
  background-color: #fff;
  border: solid 1px #4da3db;
  transition: 0.2s;
  text-decoration: none;
  color: #056f99;
}

.p-drivinglicence-return__pref_list a:hover {
  opacity: 0.8;
}

.p-drivinglicence-return__pref_list a::before {
  position: absolute;
  top: calc(50% - 5px);
  right: 15px;
  display: inline-block;
  width: 6px;
  height: 6px;
  content: "";
  border-top: 1px solid #056f99;
  border-left: 1px solid #056f99;
  transform: rotate(135deg);
}

.p-drivinglicence-return__apply_flex {
  position: relative;
  display: flex;
  background-color: #e3f4f9;
  width: 80%;
  padding: 16px 24px 16px 0;
  margin: 0 auto 46px;
  justify-content: flex-start;
  gap: 32px;
}
@media (max-width: 768px) {
  .p-drivinglicence-return__apply_flex {
    padding: 3vw;
    width: 100%;
    justify-content: space-between;
    gap: 3vw;
  }
}
@media (max-width: 480px) {
  .p-drivinglicence-return__apply_flex {
    padding: 5vw;
  }
}

.p-drivinglicence-return__apply_flex::after {
  position: absolute;
  bottom: -2em;
  left: 50%;
  transform: translateX(-50%) rotate(225deg);
  display: inline-block;
  width: 16px;
  height: 16px;
  content: "";
  border-top: 3px solid #034768;
  border-left: 3px solid #034768;
}

.p-drivinglicence-return__apply_flex:last-child::after {
  display: none;
}

.drivinglicence-return__apply_circle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  text-align: center;
  width: 62px;
  height: 62px;
  margin-left: -31px;
  border-radius: 50%;
  background-color: #034768;
}
@media (max-width: 768px) {
  .drivinglicence-return__apply_circle {
    width: 15vw;
    height: 15vw;
    max-width: 75px;
    max-height: 75px;
    margin-left: 0;
  }
}

.drivinglicence-return__apply_step {
  color: #fff;
  font-weight: bold;
}
@media (max-width: 768px) {
  .drivinglicence-return__apply_step {
    font-size: 17px;
  }
}
@media (max-width: 480px) {
  .drivinglicence-return__apply_step {
    font-size: clamp(9px, 3vw, 19px);
    margin-bottom: 1vw;
  }
}

.drivinglicence-return__apply_number {
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .drivinglicence-return__apply_number {
    font-size: 5vw;
  }
}

.p-drivinglicence-return__apply_txt_box {
  width: 80%;
}
@media (max-width: 768px) {
  .p-drivinglicence-return__apply_txt_box {
    width: 70vw;
  }
}
@media (max-width: 480px) {
  .p-drivinglicence-return__apply_txt_box {
    width: 65vw;
  }
}

.p-drivinglicence-return__apply_ttl {
  font-size: 1.1rem;
  font-weight: bold;
  color: #034768;
  margin-bottom: 8px;
}