@charset "UTF-8";
/*****************************************************************************
/lineup/service/rental/index_2.php  202411追加分
*****************************************************************************/
.ttl_icon {
  width: 80px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 16px;
}
.ttl_icon img {
  width: 100%;
  height: auto;
}

.subttl_red_l {
  color: #E71728;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
.subttl_red_l br {
  display: none;
}
@media screen and (max-width: 600px) {
  .subttl_red_l br {
    display: block;
  }
}

.normal_font {
  color: #444;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
  text-align: center;
  padding: 8px 0;
}
.normal_font br {
  display: none;
}
@media screen and (max-width: 600px) {
  .normal_font br {
    display: block;
  }
}

.add_step {
  padding: 32px 0px;
}
.add_step .stepBox .stepContent {
  flex: 1;
  margin-left: 0;
  text-align: center;
  max-width: 210px;
  margin: auto;
  width: 100%;
}
.add_step .stepBox .stepContent .hdType2 {
  margin-bottom: 8px;
}
@media screen and (max-width: 600px) {
  .add_step {
    padding: 48px 0px;
  }
}

.add_step .stepBox .listBox {
  background-color: #fff;
  padding: 16px;
  max-width: 750px;
  width: 100%;
}
.add_step .stepBox .listBox .list li {
  display: flex;
}
.add_step .stepBox .listBox .list li::before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  background-color: #A9A9AA;
  border-radius: 50%;
  position: relative;
  top: 6px;
  margin-right: 4px;
}
.add_step .stepBox .listBox .list li span {
  flex: 1;
}
.add_step .stepBox .listBox .link {
  margin-top: 10px;
}
.add_step .stepBox .listBox .link a {
  display: inline-block;
  background: #dc0012;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  line-height: 30px;
  padding: 0 15px;
  font-size: 0.75rem;
  transition: all 0.3s;
}
.add_step .stepBox .listBox .link a .fa {
  margin-left: 10px;
}
.add_step .stepBox .listBox .link a:hover {
  transition: all 0.3s;
  background: #222222;
}
@media screen and (max-width: 600px) {
  .add_step .stepBox .listBox {
    max-width: 100%;
    margin-top: 20px;
  }
}

#section02.add_sectionType02 {
  background-color: #efefef;
}
#section02.add_sectionType02 #noteBoxesWrapper {
  border-bottom: none;
}

#section07 {
  background-color: #fff;
  padding: 80px 0;
}

/*tpl_form*/
.car-selection-message {
  color: #DB0701;
  font-size: 1rem;
  margin-right: 20px;
}

.select-car-btn {
  display: inline-block;
  background-color: #DB0701;
  color: #fff;
  padding: 4px 16px;
  border-radius: 16px;
  text-decoration: none;
  font-size: 0.85rem;
  transition: all 0.3s;
}
.select-car-btn:hover {
  transition: all 0.3s;
  color: #fff;
  background-color: #222222;
}

.select-car_flex {
  display: flex;
  align-items: center;
}

/*car_model_list*/
.subSection .add_car_model_list {
  margin-top: 40px;
  margin-bottom: 80px;
}
.subSection .add_car_model_list .list_inner {
  display: flex;
  margin-bottom: 48px;
}
.subSection .add_car_model_list .list_inner:last-of-type {
  margin-bottom: 0;
}
.subSection .add_car_model_list .list_inner .list_ttl {
  width: 126px;
  height: 32px;
  background-color: #232D83;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  margin-right: 2.7%;
  text-decoration: none;
  transition: all 0.3s;
}
.subSection .add_car_model_list .list_inner .list_ttl:hover {
  background-color: #5159A2;
  transition: all 0.3s;
}
.subSection .add_car_model_list .list_inner .list_model {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}
.subSection .add_car_model_list .list_inner .list_model li {
  width: 113px;
  height: 32px;
  border-radius: 4px;
  margin-bottom: 8px;
  margin-left: 4px;
  margin-right: 4px;
}
.subSection .add_car_model_list .list_inner .list_model li a {
  background-color: #87D5F5;
  border-radius: 4px;
  color: #222222;
  font-size: 0.875rem;
  font-weight: 400;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.subSection .add_car_model_list .list_inner .list_model li a:hover, .subSection .add_car_model_list .list_inner .list_model li a:active {
  background-color: #C3EAFA;
  transition: all 0.3s;
}
.subSection .add_car_model_list .list_inner .list_model.pc_style {
  display: flex;
}
.subSection .add_car_model_list .list_inner .list_model.sp_style {
  display: none;
}
.subSection .add_car_model_list .list_cap {
  font-size: 1rem;
}
@media screen and (max-width: 600px) {
  .subSection .add_car_model_list {
    margin-top: 40px;
    margin-bottom: 80px;
  }
  .subSection .add_car_model_list .list_inner {
    display: flex;
    flex-direction: column;
    margin-bottom: 48px;
  }
  .subSection .add_car_model_list .list_inner:last-of-type {
    margin-bottom: 0;
  }
  .subSection .add_car_model_list .list_inner .list_ttl {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .subSection .add_car_model_list .list_inner .list_model li {
    width: calc((100% - 24px) / 3);
  }
  .subSection .add_car_model_list .list_inner .list_model li:hover, .subSection .add_car_model_list .list_inner .list_model li:active {
    background-color: #C3EAFA;
    transition: all 0.3s;
  }
  .subSection .add_car_model_list .list_inner .list_model.pc_style {
    display: none;
  }
  .subSection .add_car_model_list .list_inner .list_model.sp_style {
    display: flex;
  }
}

.add_car_model_box.pc_box {
  display: block;
}
.add_car_model_box.pc_box .car_model_table tr th, .add_car_model_box.pc_box .car_model_table tr td {
  width: 20%;
  line-height: 1.5;
}
.add_car_model_box.pc_box .car_model_table.w2 {
  width: 40%;
}
.add_car_model_box.pc_box .car_model_table.w2 tr th, .add_car_model_box.pc_box .car_model_table.w2 tr td {
  width: 50%;
}
.add_car_model_box.pc_box .car_model_table.w3 {
  width: 60%;
}
.add_car_model_box.pc_box .car_model_table.w3 tr th, .add_car_model_box.pc_box .car_model_table.w3 tr td {
  width: 33.3333333333%;
}
@media screen and (max-width: 600px) {
  .add_car_model_box.pc_box {
    display: none;
  }
}

.add_car_model_box.sp_box {
  display: none;
}
@media screen and (max-width: 600px) {
  .add_car_model_box.sp_box {
    display: block;
  }
  .add_car_model_box.sp_box .car_model_table tr th, .add_car_model_box.sp_box .car_model_table tr td {
    line-height: 1.5;
  }
  .add_car_model_box.sp_box .car_model_table.w2 {
    width: 50%;
  }
  .add_car_model_box.sp_box .car_model_table.w2 tr th, .add_car_model_box.sp_box .car_model_table.w2 tr td {
    width: 100%;
  }
}

.add_h3ttl {
  padding: 8px;
  border-left: 8px solid #444;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 64px;
}

.add_car_model_box .car_model_table {
  width: 100%;
  border-collapse: collapse;
}
.add_car_model_box .car_model_table tr {
  border-top: 1px solid #CCCCCC;
}
.add_car_model_box .car_model_table thead tr {
  border-top: none;
}
.add_car_model_box .car_model_table thead tr .table_img {
  max-width: 153px;
  width: 100%;
  margin: 48px auto 8px;
}
.add_car_model_box .car_model_table thead tr .table_img img {
  width: 100%;
  height: auto;
}
.add_car_model_box .car_model_table tbody tr.head_blue th, .add_car_model_box .car_model_table tbody tr.head_blue td {
  background-color: #232D83;
  padding: 8px;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}
.add_car_model_box .car_model_table tbody tr th, .add_car_model_box .car_model_table tbody tr td {
  padding: 8px;
  color: #444;
  font-size: 1rem;
  text-align: center;
}
.add_car_model_box .car_model_table tbody tr th {
  background-color: #54C3F1;
  font-weight: 700;
}
.add_car_model_box .car_model_table tbody tr td {
  background-color: #fff;
  font-weight: 400;
}
.add_car_model_box .car_model_table tfoot tr th, .add_car_model_box .car_model_table tfoot tr td {
  padding: 8px;
  text-align: center;
}
.add_car_model_box .car_model_table tfoot tr th {
  color: #444;
  font-size: 1rem;
  background-color: #54C3F1;
  font-weight: 700;
}
.add_car_model_box .car_model_table tfoot tr td {
  color: #fff;
  background-color: #fff;
}
.add_car_model_box .car_model_table tfoot tr td .offer_btn {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  background-color: #DB0701;
  border-radius: 16px;
  padding: 8px;
  max-width: 100%;
  width: 100%;
  height: 32px;
  transition: all 0.3s;
}
.add_car_model_box .car_model_table tfoot tr td .offer_btn:hover {
  background-color: #222222;
  transition: all 0.3s;
}
@media screen and (max-width: 600px) {
  .add_car_model_box .car_model_table tr {
    border-top: 1px solid #CCCCCC;
  }
  .add_car_model_box .car_model_table thead tr:nth-of-type(1) {
    display: flex;
    flex-wrap: wrap;
  }
  .add_car_model_box .car_model_table thead tr:nth-of-type(1) th {
    display: none;
  }
  .add_car_model_box .car_model_table thead tr:nth-of-type(1) td {
    width: 50%;
  }
  .add_car_model_box .car_model_table tbody tr:nth-of-type(1), .add_car_model_box .car_model_table tbody tr:nth-of-type(2) {
    display: flex;
    flex-wrap: wrap;
  }
  .add_car_model_box .car_model_table tbody tr:nth-of-type(1) th, .add_car_model_box .car_model_table tbody tr:nth-of-type(2) th {
    display: none;
  }
  .add_car_model_box .car_model_table tbody tr:nth-of-type(1) td, .add_car_model_box .car_model_table tbody tr:nth-of-type(2) td {
    width: 50%;
  }
  .add_car_model_box .car_model_table tbody tr:nth-of-type(3), .add_car_model_box .car_model_table tbody tr:nth-of-type(4), .add_car_model_box .car_model_table tbody tr:nth-of-type(5), .add_car_model_box .car_model_table tbody tr:nth-of-type(6), .add_car_model_box .car_model_table tbody tr:nth-of-type(7), .add_car_model_box .car_model_table tbody tr:nth-of-type(8), .add_car_model_box .car_model_table tbody tr:nth-of-type(9), .add_car_model_box .car_model_table tbody tr:nth-of-type(10) {
    display: flex;
    flex-wrap: wrap;
  }
  .add_car_model_box .car_model_table tbody tr:nth-of-type(3) th, .add_car_model_box .car_model_table tbody tr:nth-of-type(4) th, .add_car_model_box .car_model_table tbody tr:nth-of-type(5) th, .add_car_model_box .car_model_table tbody tr:nth-of-type(6) th, .add_car_model_box .car_model_table tbody tr:nth-of-type(7) th, .add_car_model_box .car_model_table tbody tr:nth-of-type(8) th, .add_car_model_box .car_model_table tbody tr:nth-of-type(9) th, .add_car_model_box .car_model_table tbody tr:nth-of-type(10) th {
    width: 50%;
    border-bottom: 1px solid #CCCCCC;
  }
  .add_car_model_box .car_model_table tbody tr:nth-of-type(3) td, .add_car_model_box .car_model_table tbody tr:nth-of-type(4) td, .add_car_model_box .car_model_table tbody tr:nth-of-type(5) td, .add_car_model_box .car_model_table tbody tr:nth-of-type(6) td, .add_car_model_box .car_model_table tbody tr:nth-of-type(7) td, .add_car_model_box .car_model_table tbody tr:nth-of-type(8) td, .add_car_model_box .car_model_table tbody tr:nth-of-type(9) td, .add_car_model_box .car_model_table tbody tr:nth-of-type(10) td {
    width: 50%;
  }
  .add_car_model_box .car_model_table tfoot tr {
    display: flex;
    flex-wrap: wrap;
  }
  .add_car_model_box .car_model_table tfoot tr th {
    width: 50%;
    border-bottom: 1px solid #CCCCCC;
  }
  .add_car_model_box .car_model_table tfoot tr td {
    width: 50%;
  }
}

.add_car_model_box.pc_box {
  display: block;
}
.add_car_model_box.pc_box .car_model_table tr th, .add_car_model_box.pc_box .car_model_table tr td {
  width: 20%;
}
.add_car_model_box.pc_box .car_model_table.w2 {
  width: 40%;
}
.add_car_model_box.pc_box .car_model_table.w2 tr th, .add_car_model_box.pc_box .car_model_table.w2 tr td {
  width: 50%;
}
.add_car_model_box.pc_box .car_model_table.w3 {
  width: 60%;
}
.add_car_model_box.pc_box .car_model_table.w3 tr th, .add_car_model_box.pc_box .car_model_table.w3 tr td {
  width: 33.3333333333%;
}
@media screen and (max-width: 600px) {
  .add_car_model_box.pc_box {
    display: none;
  }
}

.add_car_model_box.sp_box {
  display: none;
}
@media screen and (max-width: 600px) {
  .add_car_model_box.sp_box {
    display: block;
  }
  .add_car_model_box.sp_box .car_model_table.w2 {
    width: 50%;
  }
  .add_car_model_box.sp_box .car_model_table.w2 tr th, .add_car_model_box.sp_box .car_model_table.w2 tr td {
    width: 100%;
  }
}/*# sourceMappingURL=202411style.css.map */


.add_car_model_form input,
.add_car_model_form select,
.add_car_model_form textarea{
  padding: 2px 8px;
}