@charset "UTF-8";

.title-check {
  background: url(/assets/images/service/icon-check01.svg) no-repeat left center / contain ;
  width: 70%;
  margin: 0 auto;
  text-align: center;
}
.icon-check {
  background: url(/assets/images/service/icon-check02.svg) no-repeat left center / 20px ;
  padding: 15px 30px;

}


/*PCのみ*/
@media (min-width: 768px) {



}

@media (max-width: 768px) {

.title-check {
  width: 100%;
  text-align: end;
}




}



