

@media screen and (min-width: 1025px) {
  .form-0001{
    width: 93%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  .form-0001{
    margin-top: 20px;
  }
}

.l_header ~ #container {
  padding-top: 85px;
}
@media screen and (min-width: 1520px) {
    .l_header ~ #container {
        width: calc(100% - 280px);
        position: relative;
        left: 280px;
    }
}

.form-cmn-title {
  color: #005952!important;
}

.theme-all .key-color-2-bg-3 {
  background: #005952!important;
}
.reserved-car-list .info_wrap .car_info_txt__btn a {
  color: #fff!important;
}

@media screen and (max-width: 1025px) {

}
@media screen and (max-width: 767px) {
    .reserved-car-list .l-wrapper {
        width: auto;
        border: none!important;
        box-sizing: border-box;
    }
    .reserved-car-list .info_wrap {
        width: auto;
        background-color: #f7f7f7;
        padding: 20px;
    }
    .reservation,
    .form-scene {
        padding: 0 20px;
    }
    .form-0001 .form-cmn__ico-req {
        background: #990000!important;
    }
}