
#ac_part_rental {
  margin-top: 4vw;
}
#ac_single_rental {
  margin-top: -4vw;
  padding-top: 7vw;
}
.ac_part_btn_list_form ul {
  justify-content: space-between;
  margin-bottom: 43px;
}
.ac_part_btn_list_form ul li {
  width: 90vw;
  max-width: 420px;
}

@media only screen and (max-width: 767px) {
  .ac_part_btn_list ul {
    align-items: center;
  }
}

#ac_part_input {
  padding-top: 120px;
}

.rental_form {
  margin-bottom: 16px;
}
.rental_form div {
  margin-top: 46px;
}

.rental_form_set {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  margin-bottom: 20px;
}
.rental_form_set_area {
  border: 2px solid #E63037;
  border-radius: 10px;
  padding: 18px 18px 22px;
  cursor: pointer;
}

.rental_form_set_item {
  display: flex;
  flex-direction: column;
}
.rental_form_set_item_area {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 16px;
}
.rental_form_set_item_set_disp,
.rental_form_set_item_single_disp {
  position: relative;
  margin-bottom: 0;
}

.rental_form_set_item_area div img {
  width: 120px;
  height: 80px;
  border-radius: 5px;
  object-fit: cover;
  object-position: 0% 30%;
}
.rental_form_set_item_area .rental_form_set_item_area_set_image {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 93%;
}
.rental_form_set_item_area .rental_form_set_item_area_set_text {
  color: #E63037;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.7;
  margin-top: 10px;
  margin-left: 18px;
}
.rental_form_set_item_area .rental_form_set_item_area_text {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.89;
  margin: 15px 4vw 0 5px;
}
.rental_form_set_item_area .rental_form_set_item_area_text div {
  font-size: 14px;
  margin-top: 12px;
  font-weight: normal;
  line-height: 1.71;
}
.rental_form_set_item_set_disp::before, .rental_form_set_item_set_disp::after,
.rental_form_set_item_single_disp::before, .rental_form_set_item_single_disp::after {
  content: "";
  background-color: #EA7909;
  height: 2.5px;
  width: 20px;
  position: absolute;
  top: 25%;
  right: -1vw;
  transition: .5s;
}
.rental_form_set_item_single_disp::before, .rental_form_set_item_single_disp::after {
  top: 50%;
}
.rental_form_set_item_set_disp::before,
.rental_form_set_item_single_disp::before
 {
  transform: rotate(90deg);
}
.rental_form_set_item .open::before {
  transform: rotate(0);
  opacity: 0;
}

.rental_form_set_item_area .rental_form_set_item_area_detail {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 70%;
  font-size: 18px;
  font-weight: bold;
  margin-right: 0;
  position: relative;
  margin-left: 15%;
}
.rental_form_set_item_area .rental_form_set_item_area_detail .set_list,
.rental_form_set_item_area_sub .rental_form_set_item_area_detail .set_list {
  margin-right: 5vw;
  width: 100%;
}

.rental_form_set_item_area .rental_form_set_item_area_detail ul {
  list-style-type: none;
  max-width: 240px;
  width: 100%;
}
.rental_form_set_item_area_sub .rental_form_set_item_area_detail ul {
  width: 100%;
  margin: 0;
}
.rental_form_set_item_area .rental_form_set_item_area_detail ul li {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #E63037;
  height: 37px;
  margin-top: 29px;
  width: 50vw;
}
.rental_form_set_item_area_sub .rental_form_set_item_area_detail ul li {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #E63037;
  height: 37px;
  margin-top: 29px;
  width: 100%;
}
.rental_form_set_item_area_sub .rental_form_set_item_area_detail ul:last-child {
  margin-bottom: 22px;
}
.rental_form_set_item_area .rental_form_set_item_area_detail .set_list .num,
.rental_form_set_item_area_sub .rental_form_set_item_area_detail .set_list .num {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.89;
}
/*202310月価格二重表示にするため一部変更*/
.rental_form_set_item_area .rental_form_set_item_area_detail .set_list .num2310,
.rental_form_set_item_area_sub .rental_form_set_item_area_detail .set_list .num2310 {
  font-size: 14px;
  font-weight: bold;
  line-height: 3.0;
}
/*202310月価格二重表示にするため一部変更*/

.rental_form_set_item_area .rental_form_set_item_area_detail .set_list .price,
.rental_form_set_item_area_sub .rental_form_set_item_area_detail .set_list .price {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.7;
}

/*202310月価格二重表示にするため一部変更*/
.rental_form_set_item_area .rental_form_set_item_area_detail .set_list .price2310,
.rental_form_set_item_area_sub .rental_form_set_item_area_detail .set_list .price2310 {
  font-size: 16px;
  font-weight: bold;
  line-height: 2.5;
}
/*202310月価格二重表示にするため一部変更*/


@media screen and (min-width: 768px) {
  .rental_form_set {
    margin-bottom: 21px;
  }
  .rental_form_set_item_area {
    flex-direction: row;
    justify-content: flex-start;
  }
  .rental_form_set_item_area_sub {
    display: flex;
    flex-direction: row;
    margin-bottom: 16px;
    margin-left: 25%;
    justify-content: flex-start;
  }
  .rental_form_set_item_area .rental_form_set_item_area_set_text {
    margin-top: 0;
    margin-left: 32px;
  }
  .rental_form_set_item_area .rental_form_set_item_area_text {
    width: 59%;
    margin: 0 0 0 4vw;
  }
  .rental_form_set_item_area .rental_form_set_item_area_detail {
    flex-direction: row;
    margin-left: 2vw;
  }
  .rental_form_set_item_area_sub .rental_form_set_item_area_detail {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    width: 70%;
    font-size: 18px;
    font-weight: bold;
    margin-right: 0;
    position: relative;
    margin-left: 4vw;
  }

  /* 202310 注意文いれるために追加 */
  .rental_form_set_item_area_sub .attention {
    display: block;
    width: 70%;
    font-size: 18px;
    font-weight: bold;
    margin-right: 0;
    margin-left: 4vw;
  }
  /* 202310 注意文いれるために追加 */

  .rental_form_set_item_area_sub .rental_form_set_item_area_detail ul {
    list-style-type: none;
    max-width: 240px;
    width: 100%;
  }
  .rental_form_set_item_area .rental_form_set_item_area_detail ul li,
  .rental_form_set_item_area_sub .rental_form_set_item_area_detail ul li {
    margin-right: 20px;
    width: 23vw;
    max-width: 234px;
  }
  .rental_form_set_item_area .rental_form_set_item_area_set_image {
    width: auto;
    align-items: flex-start;
  }
  .rental_form_price .rental_form_set .rental_form_set_area .rental_form_set_item .rental_form_set_item_area .rental_form_set_item_area_set_image {
    width: 60vw;
  }
  .rental_form_set_item_set_disp::before, .rental_form_set_item_set_disp::after,
  .rental_form_set_item_single_disp::before, .rental_form_set_item_single_disp::after {
    top: 50%;
    right: 0;
  }
}

/* 破損・紛失について */
.rental_form_input_description {
  margin-top: 19px;
  font-size: 14px;
  line-height: 1.88 !important;
  margin-bottom: 54.5px;
}

.product_damage_price_table {
  margin-top: 43px;
  width: 85vw;
  margin: 0 auto;
  max-width: 1000px;
  font-size: 16px;
  margin-bottom: 5px;
}
.table__title {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 14px;
}
.table_main {
  table-layout: fixed;
  width: 100%;
  opacity: 1;
}
.product_name_column {
  text-align: center;
  background-color: #EEEEEE;
  height: 63px;
}
.product_name_column td {
  border: 1px solid #9A9A9A;
  border-bottom: none;
  font-size: 13px;
  line-height: 1.71;
}
.product_name_wide {
  width: 10%;
}
.product_name {
  width: 9%;
}
.product_price_column {
  text-align: center;
  height: 61px;
}
.product_price_column td {
  border: 1px solid #9A9A9A;
  border-top: none;
  font-size: 13px;
  line-height: 2.29;
}
/* PC */
@media screen and (min-width:768px) {
  .product_name_column td {
    font-size: 10px;
  }
  .product_price_column td {
    font-size: 10px;
  }
}
@media screen and (min-width:1100px) {
  .product_name_column td {
    font-size: 13px;
  }
  .product_price_column td {
    font-size: 13px;
  }
}

/* SP */
@media screen and (max-width: 767px) {
  .product_name_none {
    border-top: 1px solid #9a9a9a;
    border-right: 1px solid #fff !important;
    border-bottom: 1px;
    background-color: #fff;
  }
  .product_price_none {
    border: 1px solid #fff !important;
  }
}

/* Webでお申込み */
.rental_form_input_description_text {
  width: 85vw;
  margin: 0 auto;
  max-width: 1000px;
  font-size: 14px;
  line-height: 1.88;
  margin-top: 19px;
  margin-bottom: 56px;
}

.form_input_supplement {
  width: 50vw;
}
.form_input_rental_period {
  position: relative;
  display: contents;
}
.form_input_rental_period input {
  width: 85vw !important;
  margin: 0 30px;
  max-width: 220px;
}
.form_input_rental_period .form_input_item_input {
  background-image: url(/wp-content/themes/futonten/images/rental/rental_calendar.svg);
  background-position: 95%;
}
.form_input_item_select span {
  margin-left: 18px;
}
.form_input_visits_delivery {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start !important;
}
.select {
  margin-bottom: 19.47px;
}
.post_number_mark {
  font-size: 20px;
  margin-right: 9px;
}
span.wpcf7-form-control-wrap.rental__from {
  margin-left: -12px;
}
.tani {
  position: relative;
  top: 35px;
  font-size: 16px;
}
.wpcf7-list-item label {
  display: flex;
  align-items: center;
}
.wpcf7-list-item label span {
  font-size: 16px;
}
.wpcf7-checkbox .wpcf7-list-item label {
  margin-right: 4vw;
}
.wpcf7-checkbox input {
  width: 30px;
  height: 30px;
  border-radius: 10px;
}

.form_input_item_select_visits_delivery {
  border: 1px solid #9a9a9a;
  border-radius: 6px;
  margin-top: -5px;
  margin-bottom: 15px;
}

/* PC */
@media screen and (min-width:768px) {
  .form_input_item_box_label {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .form_input_item_select_set {
    border: 1px solid #9a9a9a;
    border-radius: 6px;
    width: 18.5vw;
    height: 70px;
    font-size: 17px;
    margin-bottom: 24px;
  }
  .form_input_item_select_quantity {
    border: 1px solid #9a9a9a;
    border-radius: 6px;
    width: 8.5vw;
    height: 70px;
    font-size: 17px;
    margin-left: 48px;
  }
  .form_input_item_select_visits_delivery {
    width: 11vw;
    height: 40px;
    font-size: 16px;
    margin-left: 41px;
    min-width: 190px;
  }
  .form_input_item_input_short {
    border: 1px solid #9A9A9A;
    border-radius: 6px;
    width: 35%;
    height: 60px;
    padding: 10px;
    font-size: 20px;
  }
  .form_input_rental_period input {
    width: 23vw !important;
  }
}

/* SP */
@media screen and (max-width: 767px) {
  .form_input_item_select {
    display: flex;
    justify-content: space-around;
  }
  .form_input_item_box_label {
    display: flex;
    flex-direction: column;
  }
  .form_input_item_select_set {
    border: 1px solid #9a9a9a;
    border-radius: 6px;
    width: 35vw;
    height: 70px;
    font-size: 17px;
    margin-bottom: 24px;
  }
  .form_input_item_select_quantity {
    border: 1px solid #9a9a9a;
    border-radius: 6px;
    width: 20vw;
    height: 70px;
    font-size: 17px;
    margin-left: 48px;
  }
  .form_input_item_select_visits_delivery {
    width: 45vw;
    height: 40px;
    font-size: 16px;
    margin-left: 41px;
  }
  .radio.select {
    margin-right: 0 !important;
  }
  .radio.select .radio {
    margin-right: 0;
  }
  .radio.select .wpcf7-radio span.wpcf7-list-item {
    margin-right: 0;
  }
  .form_input_item_input_short {
    border: 1px solid #9A9A9A;
    border-radius: 6px;
    width: 50%;
    height: 60px;
    padding: 10px;
    font-size: 20px;
  }
}
