@charset "UTF-8";




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

.service_bg01 {
  background-color: #f2f2f2;
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:200px;
  z-index: -1;
}

}

@media (max-width: 768px) {



}



