/* timing_list */
.s-timing_list li{
  text-align: center;
}

.s-timing_list li:not(:last-child){
  margin-bottom: 1.2rem;
}
@media only screen and (min-width: 1080px) {
  .s-timing_list{
    display: flex;
    justify-content: space-between;
  }
  .s-timing_list li:not(:last-child){
    margin-bottom: 0;
  }
}

/* available_for_lease */
.s-available_for_lease{
  margin-bottom: 3rem;
}
.s-available_for_lease .s-available_for_lease__title{
  background: #008EC1;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: .8rem;
  border-radius: 50px;
  margin-bottom: 2rem;
}
.s-available_for_lease .s-available_for_lease__list li{
  margin-top: 1.2rem;
  display: flex;
  align-items: baseline;
}
.s-available_for_lease .s-available_for_lease__list li .num{
  font-weight: bold;
  width: 2.4rem;
}
.s-available_for_lease .s-available_for_lease__list li .text{
  flex: 1;
  line-height: 1.6;
}

@media only screen and (min-width: 1080px) {
  .s-available_for_lease{
    position: relative;
    margin-bottom: 1rem;
  }
  .s-available_for_lease .s-available_for_lease__title{
    font-size: 1.8rem;
    width: 400px;
    padding: 1rem;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  .s-available_for_lease .s-available_for_lease__list{
    border: 3px solid #D2E7F2;
    border-radius: 10px;
    padding: 3.2rem;
    margin-top: -2rem;
    
  }
}

/* plan_list */
@media only screen and (min-width: 1080px) {
  .s-plan_list {
    display: flex;
    justify-content: space-between
  }
}

.s-plan_list__item {
  margin-bottom: 1.8rem
}

.s-plan_list__item dt {
  border-radius: 20px 20px 0 0;
  padding: 1.8rem .9rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.1
}

.s-plan_list__item dt .description {
  font-size: 1.6rem
}

.s-plan_list__item.is-plan_a dt {
  background: url(../images/advertisement_usecari/title_bg_plan.svg) no-repeat center, linear-gradient(135deg, #caab22 0%, #ece04b 100%);
  background-size: auto 105%
}

.s-plan_list__item.is-plan_b dt {
  background: url(../images/advertisement_usecari/title_bg_plan.svg) no-repeat center, linear-gradient(135deg, #15ac5a 0%, #40c37c 100%);
  background-size: auto 105%
}

.s-plan_list__item.is-plan_c dt {
  background: #B0B6B2 url(../images/advertisement_usecari/title_bg_plan.svg) no-repeat center;
  background-size: auto 105%
}

.s-plan_list__item dd {
  border-radius: 0 0 20px 20px;
  padding: 1.8rem;
  line-height: 1.8
}

@media only screen and (min-width: 1080px) {
  .s-plan_list__item dd {
    font-size: 1.8rem
  }
}

.s-plan_list__item.is-plan_a dd {
  background: #FFF9D7
}

.s-plan_list__item.is-plan_b dd {
  background: #EEF8E9
}

.s-plan_list__item.is-plan_c dd {
  background: #F6F7F6
}

@media only screen and (min-width: 1080px) {
  .s-plan_list__item {
    display: flex;
    flex-direction: column;
    width: calc((100% - 3.6rem) / 3);
    margin-bottom: 0
  }
  .s-plan_list__item dd {
    flex: auto
  }
}

/* maintenance_list（sp） */
.s-maintenance_list .title{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  position: sticky;
  top: 50px;
  z-index: 2;
}
.s-maintenance_list .title.is-plan_a {
  background: linear-gradient(135deg, #caab22 0%, #ece04b 100%);
}

.s-maintenance_list .title.is-plan_b {
  background: linear-gradient(135deg, #15ac5a 0%, #40c37c 100%);
}

.s-maintenance_list .title.is-plan_c {
  background: #B0B6B2;
}

.s-maintenance_list table{
  width: 100%;
  border-collapse: separate;
  border-right: 1px solid #CED1D2;;
  margin-bottom: 1.2rem;
}
.s-maintenance_list th,.s-maintenance_list td {
  border-bottom: 1px solid #CED1D2;
  border-left: 1px solid #CED1D2;
  padding: 1rem;
  font-size: 1.6rem;
  line-height: 1.2;
  position: relative;
}
.s-maintenance_list .header th {
  position: sticky;
  top: 85px;
  background: #F5F6F6;
  font-weight: normal;
  z-index: 3;
}
.s-maintenance_list .header th:first-child {
  width: 60%;
}
.s-maintenance_list .header th:last-child::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #CED1D2;
  position: absolute;
  right: -1px;
  top: 0;
}

.s-maintenance_list tr[aria-hidden="true"] *{
  color: #CED1D2;
  border-bottom: 1px solid #ECEDED;
  border-left: 1px solid #ECEDED;
}
.s-maintenance_list tr[aria-hidden="true"] td::after{
  content: "";
  width: 1px;
  height: 100%;
  background: #ECEDED;
  position: absolute;
  right: -1px;
  top: 0;
}
.s-maintenance_list tr[aria-hidden="true"] + tr:not([aria-hidden="true"]) *::before{
  content: "";
  width: 100%;
  height: 1px;
  background: #CED1D2;
  position: absolute;
  right: 0;
  top: -1px;
}
.s-maintenance_list .text_s{
  font-size: 1.1rem;
  vertical-align: top;
}
.s-maintenance_list_remarks{
  font-size: 1.4rem;
  line-height: 1.6;
}

/* maintenance_list（pc） */
.s-maintenance_list_pc{
  width: 100%;
  margin-bottom: 1.2rem;
}
.s-maintenance_list_pc th,.s-maintenance_list_pc td{
  border: 1px solid #CED1D2;
  padding: 1.4rem;
  font-size: 1.8rem;
  line-height: 1.2;
}
.s-maintenance_list_pc .header th{
  text-align: center;
  font-weight: normal;
  background: #F5F6F6;
}
.s-maintenance_list_pc .header th.is-plan_a{
  font-weight: bold;
  color: #fff;
  width: 19%;
  background: linear-gradient(135deg, #caab22 0%, #ece04b 100%);
}
.s-maintenance_list_pc .header th.is-plan_b{
  font-weight: bold;
  color: #fff;
  width: 19%;
  background: linear-gradient(135deg, #15ac5a 0%, #40c37c 100%);
}
.s-maintenance_list_pc .header th.is-plan_c{
  font-weight: bold;
  color: #fff;
  width: 19%;
  background: #B0B6B2;
}
.s-maintenance_list_pc td{
  text-align: center;
}
.s-maintenance_list_pc td img{
  vertical-align: middle;
}
.s-maintenance_list_pc .text_s{
  font-size: 1.2rem;
  vertical-align: top;
}

/* feature_list */
.s-feature_list dt{
  font-size: 1.8rem;
  color: #008EC1;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: .6rem;
}
.s-feature_list dd{
  line-height: 1.6;
}
.s-feature_list dd:not(:last-of-type){
  margin-bottom: 2rem;
}

/* road_service_list */
.s-road_service_list {
  background: #FFFDCC;
  padding: 1.8rem 1.8rem 0
}

.s-road_service_list__title {
  text-align: center;
  margin-bottom: 1.8rem
}

.s-road_service_list__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.s-road_service_list__list li {
  width: 47%;
  margin-bottom: 1.8rem
}

@media only screen and (min-width: 1080px) {
  .s-road_service_list {
    padding: 2.7rem 8.1rem 0;
  }
  .s-road_service_list__title img {
    width: 341px;
    height: 38px
  }
  .s-road_service_list__list {
    justify-content: flex-start
  }
  .s-road_service_list__list li {
    width: 21%;
    margin-bottom: 2.7rem
  }
  .s-road_service_list__list li:not(:nth-child(4n)) {
    margin-right: 5.33%
  }
}