@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;
  }
}



/* ============================================================
カスタマイズ
============================================================ */
/* h3 */
#service #main h3 {
  font-weight: 700;
}
/* h4 */
#service #main h4 {
  color: #a58be3;
  font-weight: 700;
}
#service .service_sub_content {
  border-color: #535455;
}
#service .service_sub_content em {
  color: #a58be3;
  font-weight: 400;
}

/* 768＜ --------------------------- */
@media print,
screen and (min-width: 768px) {

  /* 導入文 */
  #service #main .common_donyu {
    margin-bottom: 60px;
    line-height: 2;
    }
  /* h3 */
  #service #main h3 {
    font-size: 26px;
  }
  /* 枠 */
  #service .service_sub_content {
    padding: 36px;
    }
  /* h4 */
  #service #main h4 {
    margin-bottom: 24px;
    font-size: 22px;
    }
  /* 本文 */
  #service #main .txt {
    width: 100%;
    line-height: 2;
  }

} /* end 768＜ */
/* ＞767 --------------------------- */
@media screen and (max-width: 767px) {

  /* h2 */
  #service #main h2 {
    font-size: 20px;
    }
  /* 導入文 */
  #service #main .common_donyu {
    margin-bottom: 50px;
    font-size: 14px;
    line-height: 1.9;
    }
  /* h3 */
  #service #main h3 {
    font-size: 20px;
    }
  /* 枠 */
  #service .service_sub_content {
    padding: 20px;
    }
  /* h4 */
  #service #main h4 {
    font-size: 18px;
    }
  /* 本文 */
  #service #main .txt {
    font-size: 14px;
    line-height: 1.9;
    }

} /* end ＞767 */
