@charset "UTF-8";
#service .service_main_content {
  margin-bottom: 80px;
}

#service .service_main_content:last-child {
  margin-bottom: 0;
}

#service .service_sub_content {
  margin-bottom: 30px;
  border: 1px solid #CCCCCC;
  padding: 30px;
}

#service .service_sub_content.img_only {
  border: none;
  padding: 0;
}

@media print, screen and (min-width: 768px) {
  /*PCのみ*/
#service .service_sub_content .service_content_inner{
	display: flex;
}
}

@media only screen and (max-width: 767px) {
  /*スマホのみ*/
  #service .service_sub_content {
    padding: 16px;
  }
  #service .service_sub_content.img_only {
    padding: 0;
  }
}

#service .service_sub_content:last-child {
  margin-bottom: 0;
}

#service .service_sub_content .txt,
#service .service_sub_content .img {
}

#service .service_sub_content .no_img .txt,
#service .service_sub_content .no_txt .img {
  width: auto;
}

#service .service_sub_content .img {
  width: 270px;
  min-width: 270px;
  margin-left: 40px;
}

#service .service_sub_content .img img {
  width: 100%;
  height: auto;
}

#service .service_sub_content .no_txt .img {
  margin-left: 0;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  /*スマホのみ*/
  #service .service_sub_content .txt,
  #service .service_sub_content .img {
    width: auto;
  }
  #service .service_sub_content .txt+.img {
    margin-top: 14px;
  }
  #service .service_sub_content .img {
    text-align: center;
    margin-left: 0;
  }
}
