.service_cont_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  background-color: #fff;
  justify-content: space-between;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .service_cont_items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px;
  }
}

.service_cont_items .slider {
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .service_cont_items .slider {
    padding-bottom: 6.4vw;
  }
}

.service_cont_items .slider .slick-dots {
  bottom: -30px;
}

@media screen and (max-width: 768px) {
  .service_cont_items .slider .slick-dots {
    bottom: -6vw;
  }
}

.service_cont_items .slick-dots li button:before {
  color: #c1c1c1;
}

.service_cont_items .slick-dots li.slick-active button:before {
  color: #029ed1;
}

.service_cont_text {
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  .service_cont_text {
    width: 100%;
    margin-top: 5px;
	text-align: left;
  }
}

.service_cont_text .ttl {
  font-weight: bold;
  font-size: 32px;
  color: #029ed1;
  line-height: 1.5;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .service_cont_text .ttl {
    font-size: 5vw;
    margin-bottom: 1vw;
  }
}

.service_cont_text .txt {
  font-size: 16px;
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  .service_cont_text .txt {
    font-size: 3.75vw;
    margin-bottom: 2.5vw;
  }
}

.service_cont_img {
  width: 460px;
}

@media screen and (max-width: 768px) {
  .service_cont_img {
    width: 100%;
  }
}

.service_cont_img img {
  max-width: 100%;
}

.service_cont_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.service_cont_list li {
  text-align: center;
  width: 47.9%;
  margin-top: 65px;
}

@media screen and (max-width: 768px) {
  .service_cont_list li {
    width: 100%;
    margin-top: 11.72vw;
  }
}

.service_cont_list li .ttl {
  font-size: 24px;
  font-weight: bold;
  color: #029ed1;
}

@media screen and (max-width: 768px) {
  .service_cont_list li .ttl {
    font-size: 4.69vw;
    margin-bottom: 2vw;
  }
}

.service_cont_list li img {
  max-width: 100%;
}

.service_cont_list li .notes {
  text-align: left;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .service_cont_list li .notes {
    font-size: 3vw;
    margin-top: 2.5vw;
  }
}
