.page_title {
  margin-bottom: 1.8rem;
}

.page_title img {
  width: 100%;
  vertical-align: middle;
}

.s-service_list li {
  margin-bottom: 1.8rem;
}

.s-service_list li img {
  width: 100%;
}

@media only screen and (min-width: 883px) {
  .s-service_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 1.8rem;
  }
  .s-service_list li {
    width: 49%;
  }
}

.s-caution_loan {
  border-top: 16px solid #B5E3FA;
  border-bottom: 16px solid #B5E3FA;
  padding: 1.2rem;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.4;
  position: relative;
}

.s-caution_loan .title {
  position: absolute;
  left: 10px;
  top: -38px;
}

@media only screen and (min-width: 883px) {
  .s-caution_loan {
    font-size: 3.2rem;
  }
}

.s-inspection_list li {
  margin-bottom: 1.8rem;
}

.s-inspection_list li img {
  width: 100%;
}

@media only screen and (min-width: 883px) {
  .s-inspection_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 1.8rem;
  }
  .s-inspection_list li {
    width: 49%;
  }
}

.s-car_list .title {
  background: #10253F;
  padding: 1.2rem;
  text-align: center;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 1.8rem;
}

@media only screen and (min-width: 883px) {
  .s-car_list .title {
    margin-bottom: 2.7rem;
    font-size: 3.2rem;
  }
}

.s-car_list .list li {
  margin-bottom: 1.2rem;
}

.s-car_list .list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #0E6EB8;
  padding: 1.2rem;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.4;
  position: relative;
}

.s-car_list .list li a::after {
  content: "";
  width: 12px;
  height: 20px;
  background: url(/files/img/store/onelovecars/icon_btn_arrow.svg) no-repeat center/contain;
  margin-left: 1.2rem;
}

@media only screen and (min-width: 883px) {
  .s-car_list .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 1.8rem;
  }
  .s-car_list .list li {
    width: 32%;
  }
}

.s-store_info {
  background: linear-gradient(to bottom, #69bdfd 0%, #095fcc 100%);
  padding: 2.7rem 1.2rem;
}

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

.s-store_info .contents .photo {
  margin-bottom: 1.8rem;
}

.s-store_info .contents .photo img {
  width: 100%;
}

.s-store_info .contents .text {
  margin-bottom: 1.8rem;
}

.s-store_info .contents .text p {
  color: #fff;
  line-height: 1.8;
}

.s-store_info .contents .logo {
  text-align: center;
}

@media only screen and (min-width: 883px) {
  .s-store_info {
    padding: 2.7rem 1.8rem;
  }
  .s-store_info .title img {
    width: 500px;
    height: 59px;
  }
  .s-store_info .contents {
    display: flex;
    justify-content: space-between;
  }
  .s-store_info .contents .photo {
    width: 30%;
    padding-right: 2.7rem;
    margin-bottom: 0;
  }
  .s-store_info .contents .text {
    width: 30%;
    padding-right: 2.7rem;
    margin-bottom: 0;
  }
  .s-store_info .contents .logo {
    width: 40%;
    display: flex;
    align-items: center;
  }
  .s-store_info .contents .logo img {
    width: 400px;
    height: 58px;
  }
}
